Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.95 KB | None | 0 0
  1.  
  2. TASK [etcd : Gen_certs | Gather etcd master certs] *********************************************************************************************************************************
  3. Tuesday 23 April 2019 18:16:39 +0300 (0:00:00.210) 0:03:48.017 *********
  4.  
  5. TASK [etcd : Gen_certs | Write etcd master certs] **********************************************************************************************************************************
  6. Tuesday 23 April 2019 18:16:40 +0300 (0:00:01.246) 0:03:49.264 *********
  7.  
  8. TASK [etcd : set_fact] *************************************************************************************************************************************************************
  9. Tuesday 23 April 2019 18:16:41 +0300 (0:00:01.103) 0:03:50.367 *********
  10. ok: [k8s-node1]
  11. ok: [k8s-node2]
  12.  
  13. TASK [etcd : Check_certs | Set 'sync_certs' to true on nodes] **********************************************************************************************************************
  14. Tuesday 23 April 2019 18:16:42 +0300 (0:00:00.252) 0:03:50.620 *********
  15. ok: [k8s-node1] => (item=ca.pem)
  16. ok: [k8s-node1] => (item=node-k8s-node1.pem)
  17. ok: [k8s-node1] => (item=node-k8s-node1-key.pem)
  18. ok: [k8s-node2] => (item=ca.pem)
  19. ok: [k8s-node2] => (item=node-k8s-node2.pem)
  20. ok: [k8s-node2] => (item=node-k8s-node2-key.pem)
  21.  
  22. TASK [etcd : Gen_certs | Gather node certs] ****************************************************************************************************************************************
  23. Tuesday 23 April 2019 18:16:42 +0300 (0:00:00.492) 0:03:51.113 *********
  24. changed: [k8s-node1 -> 10.1.11.151]
  25. changed: [k8s-node2 -> 10.1.11.151]
  26.  
  27. TASK [etcd : Gen_certs | Copy certs on nodes] **************************************************************************************************************************************
  28. Tuesday 23 April 2019 18:16:43 +0300 (0:00:00.665) 0:03:51.778 *********
  29. ok: [k8s-node1]
  30. ok: [k8s-node2]
  31.  
  32. TASK [etcd : Gen_certs | check certificate permissions] ****************************************************************************************************************************
  33. Tuesday 23 April 2019 18:16:43 +0300 (0:00:00.489) 0:03:52.268 *********
  34. changed: [k8s-node1]
  35. changed: [k8s-node2]
  36.  
  37. TASK [etcd : include_tasks] ********************************************************************************************************************************************************
  38. Tuesday 23 April 2019 18:16:44 +0300 (0:00:00.486) 0:03:52.755 *********
  39. included: /home/aromashev/kubespray/roles/etcd/tasks/upd_ca_trust.yml for k8s-node1, k8s-node2
  40.  
  41. TASK [etcd : Gen_certs | target ca-certificate store file] *************************************************************************************************************************
  42. Tuesday 23 April 2019 18:16:44 +0300 (0:00:00.292) 0:03:53.048 *********
  43. ok: [k8s-node1]
  44. ok: [k8s-node2]
  45.  
  46. TASK [etcd : Gen_certs | add CA to trusted CA dir] *********************************************************************************************************************************
  47. Tuesday 23 April 2019 18:16:44 +0300 (0:00:00.260) 0:03:53.309 *********
  48. fatal: [k8s-node1]: FAILED! => {"changed": false, "msg": "Source /etc/ssl/etcd/ssl/ca.pem not found"}
  49. fatal: [k8s-node2]: FAILED! => {"changed": false, "msg": "Source /etc/ssl/etcd/ssl/ca.pem not found"}
  50.  
  51. NO MORE HOSTS LEFT *****************************************************************************************************************************************************************
  52. to retry, use: --limit @/home/aromashev/kubespray/cluster.retry
  53.  
  54. PLAY RECAP *************************************************************************************************************************************************************************
  55. k8s-master1 : ok=26 changed=0 unreachable=0 failed=1
  56. k8s-master2 : ok=25 changed=0 unreachable=0 failed=1
  57. k8s-master3 : ok=25 changed=0 unreachable=0 failed=1
  58. k8s-node1 : ok=204 changed=7 unreachable=0 failed=1
  59. k8s-node2 : ok=189 changed=7 unreachable=0 failed=1
  60. localhost : ok=1 changed=0 unreachable=0 failed=0
  61.  
  62. Tuesday 23 April 2019 18:16:45 +0300 (0:00:00.548) 0:03:53.858 *********
  63. ===============================================================================
  64. kubernetes/preinstall : Update package management cache (YUM) --------------------------------------------------------------------------------------------------------------- 9.90s
  65. download : Download items --------------------------------------------------------------------------------------------------------------------------------------------------- 5.90s
  66. download : Sync container --------------------------------------------------------------------------------------------------------------------------------------------------- 5.89s
  67. download : Download items --------------------------------------------------------------------------------------------------------------------------------------------------- 5.77s
  68. download : Sync container --------------------------------------------------------------------------------------------------------------------------------------------------- 5.69s
  69. kubernetes/preinstall : Install packages requirements ----------------------------------------------------------------------------------------------------------------------- 5.13s
  70. gather facts from all instances --------------------------------------------------------------------------------------------------------------------------------------------- 5.11s
  71. download : Download items --------------------------------------------------------------------------------------------------------------------------------------------------- 5.02s
  72. bootstrap-os : Check python-pip package ------------------------------------------------------------------------------------------------------------------------------------- 3.91s
  73. kubernetes/preinstall : Hosts | populate inventory into hosts file ---------------------------------------------------------------------------------------------------------- 3.28s
  74. download : Sync container --------------------------------------------------------------------------------------------------------------------------------------------------- 3.23s
  75. bootstrap-os : check python-httplib2 package -------------------------------------------------------------------------------------------------------------------------------- 3.17s
  76. download : container_download | Download containers if pull is required or told to always pull (all nodes) ------------------------------------------------------------------ 2.91s
  77. bootstrap-os : Assign inventory name to unconfigured hostnames (non-CoreOS and Tumbleweed) ---------------------------------------------------------------------------------- 2.78s
  78. bootstrap-os : Gather nodes hostnames --------------------------------------------------------------------------------------------------------------------------------------- 2.68s
  79. download : Sync container --------------------------------------------------------------------------------------------------------------------------------------------------- 2.41s
  80. download : Download items --------------------------------------------------------------------------------------------------------------------------------------------------- 2.34s
  81. bootstrap-os : Install libselinux-python and yum-utils for bootstrap -------------------------------------------------------------------------------------------------------- 2.21s
  82. kubernetes/preinstall : Create kubernetes directories ----------------------------------------------------------------------------------------------------------------------- 2.18s
  83. download : file_download | Download item ------------------------------------------------------------------------------------------------------------------------------------ 2.15s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement