config.yml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. ---
  2. - name: Gather and set facts for node hosts
  3. hosts: oo_nodes_to_config
  4. roles:
  5. - openshift_facts
  6. tasks:
  7. # Since the master is generating the node certificates before they are
  8. # configured, we need to make sure to set the node properties beforehand if
  9. # we do not want the defaults
  10. - openshift_facts:
  11. role: "{{ item.role }}"
  12. local_facts: "{{ item.local_facts }}"
  13. with_items:
  14. - role: common
  15. local_facts:
  16. hostname: "{{ openshift_hostname | default(None) }}"
  17. public_hostname: "{{ openshift_public_hostname | default(None) }}"
  18. deployment_type: "{{ openshift_deployment_type }}"
  19. use_flannel: "{{ openshift_use_flannel | default(None) }}"
  20. - role: node
  21. local_facts:
  22. labels: "{{ openshift_node_labels | default(None) }}"
  23. annotations: "{{ openshift_node_annotations | default(None) }}"
  24. schedulable: "{{ openshift_schedulable | default(openshift_scheduleable) | default(None) }}"
  25. - name: Check status of node certificates
  26. stat:
  27. path: "{{ openshift.common.config_base }}/node/{{ item }}"
  28. with_items:
  29. - "system:node:{{ openshift.common.hostname }}.crt"
  30. - "system:node:{{ openshift.common.hostname }}.key"
  31. - "system:node:{{ openshift.common.hostname }}.kubeconfig"
  32. - ca.crt
  33. - server.key
  34. - server.crt
  35. register: stat_result
  36. - set_fact:
  37. certs_missing: "{{ stat_result.results | oo_collect(attribute='stat.exists')
  38. | list | intersect([false])}}"
  39. node_subdir: node-{{ openshift.common.hostname }}
  40. config_dir: "{{ openshift.common.config_base }}/generated-configs/node-{{ openshift.common.hostname }}"
  41. node_cert_dir: "{{ openshift.common.config_base }}/node"
  42. - name: Check status of flannel external etcd certificates
  43. stat:
  44. path: "{{ openshift.common.config_base }}/node/{{ item }}"
  45. with_items:
  46. - node.etcd-client.crt
  47. - node.etcd-ca.crt
  48. register: g_external_etcd_flannel_cert_stat_result
  49. when: groups.oo_etcd_to_config is defined and groups.oo_etcd_to_config and (openshift.common.use_flannel | bool)
  50. - set_fact:
  51. etcd_client_flannel_certs_missing: "{{ g_external_etcd_flannel_cert_stat_result.results
  52. | oo_collect(attribute='stat.exists')
  53. | list | intersect([false])}}"
  54. etcd_cert_subdir: openshift-node-{{ openshift.common.hostname }}
  55. etcd_cert_config_dir: "{{ openshift.common.config_base }}/node"
  56. etcd_cert_prefix: node.etcd-
  57. when: groups.oo_etcd_to_config is defined and groups.oo_etcd_to_config and (openshift.common.use_flannel | bool)
  58. - name: Create temp directory for syncing certs
  59. hosts: localhost
  60. connection: local
  61. become: no
  62. gather_facts: no
  63. tasks:
  64. - name: Create local temp directory for syncing certs
  65. local_action: command mktemp -d /tmp/openshift-ansible-XXXXXXX
  66. register: mktemp
  67. changed_when: False
  68. - name: Configure flannel etcd certificates
  69. hosts: oo_first_etcd
  70. vars:
  71. etcd_generated_certs_dir: /etc/etcd/generated_certs
  72. sync_tmpdir: "{{ hostvars.localhost.mktemp.stdout }}"
  73. pre_tasks:
  74. - set_fact:
  75. etcd_needing_client_certs: "{{ hostvars
  76. | oo_select_keys(groups['oo_nodes_to_config'])
  77. | oo_filter_list(filter_attr='etcd_client_flannel_certs_missing') | default([]) }}"
  78. when: etcd_client_flannel_certs_missing is defined and etcd_client_flannel_certs_missing
  79. roles:
  80. - role: etcd_certificates
  81. post_tasks:
  82. - name: Create a tarball of the etcd flannel certs
  83. command: >
  84. tar -czvf {{ etcd_generated_certs_dir }}/{{ item.etcd_cert_subdir }}.tgz
  85. -C {{ etcd_generated_certs_dir }}/{{ item.etcd_cert_subdir }} .
  86. args:
  87. creates: "{{ etcd_generated_certs_dir }}/{{ item.etcd_cert_subdir }}.tgz"
  88. with_items: etcd_needing_client_certs
  89. when: etcd_client_flannel_certs_missing is defined and etcd_client_flannel_certs_missing
  90. - name: Retrieve the etcd cert tarballs
  91. fetch:
  92. src: "{{ etcd_generated_certs_dir }}/{{ item.etcd_cert_subdir }}.tgz"
  93. dest: "{{ sync_tmpdir }}/"
  94. flat: yes
  95. fail_on_missing: yes
  96. validate_checksum: yes
  97. with_items: etcd_needing_client_certs
  98. when: etcd_client_flannel_certs_missing is defined and etcd_client_flannel_certs_missing
  99. - name: Copy the external etcd flannel certs to the nodes
  100. hosts: oo_nodes_to_config
  101. vars:
  102. sync_tmpdir: "{{ hostvars.localhost.mktemp.stdout }}"
  103. tasks:
  104. - name: Ensure certificate directory exists
  105. file:
  106. path: "{{ openshift.common.config_base }}/node"
  107. state: directory
  108. when: etcd_client_flannel_certs_missing is defined and etcd_client_flannel_certs_missing
  109. - name: Unarchive the tarball on the master
  110. unarchive:
  111. src: "{{ sync_tmpdir }}/{{ etcd_cert_subdir }}.tgz"
  112. dest: "{{ etcd_cert_config_dir }}"
  113. when: etcd_client_flannel_certs_missing is defined and etcd_client_flannel_certs_missing
  114. - file:
  115. path: "{{ etcd_cert_config_dir }}/{{ item }}"
  116. owner: root
  117. group: root
  118. mode: 0600
  119. with_items:
  120. - node.etcd-client.crt
  121. - node.etcd-client.key
  122. - node.etcd-ca.crt
  123. when: etcd_client_flannel_certs_missing is defined and etcd_client_flannel_certs_missing
  124. - name: Create node certificates
  125. hosts: oo_first_master
  126. vars:
  127. nodes_needing_certs: "{{ hostvars
  128. | oo_select_keys(groups['oo_nodes_to_config']
  129. | default([]))
  130. | oo_filter_list(filter_attr='certs_missing') }}"
  131. sync_tmpdir: "{{ hostvars.localhost.mktemp.stdout }}"
  132. roles:
  133. - openshift_node_certificates
  134. post_tasks:
  135. - name: Create a tarball of the node config directories
  136. command: >
  137. tar -czvf {{ item.config_dir }}.tgz
  138. --transform 's|system:{{ item.node_subdir }}|node|'
  139. -C {{ item.config_dir }} .
  140. args:
  141. creates: "{{ item.config_dir }}.tgz"
  142. with_items: nodes_needing_certs
  143. - name: Retrieve the node config tarballs from the master
  144. fetch:
  145. src: "{{ item.config_dir }}.tgz"
  146. dest: "{{ sync_tmpdir }}/"
  147. flat: yes
  148. fail_on_missing: yes
  149. validate_checksum: yes
  150. with_items: nodes_needing_certs
  151. - name: Deploy node certificates
  152. hosts: oo_nodes_to_config
  153. vars:
  154. sync_tmpdir: "{{ hostvars.localhost.mktemp.stdout }}"
  155. tasks:
  156. - name: Ensure certificate directory exists
  157. file:
  158. path: "{{ node_cert_dir }}"
  159. state: directory
  160. # TODO: notify restart node
  161. # possibly test service started time against certificate/config file
  162. # timestamps in node to trigger notify
  163. - name: Unarchive the tarball on the node
  164. unarchive:
  165. src: "{{ sync_tmpdir }}/{{ node_subdir }}.tgz"
  166. dest: "{{ node_cert_dir }}"
  167. when: certs_missing
  168. - name: Evaluate node groups
  169. hosts: localhost
  170. become: no
  171. tasks:
  172. - name: Evaluate oo_containerized_master_nodes
  173. add_host:
  174. name: "{{ item }}"
  175. groups: oo_containerized_master_nodes
  176. ansible_ssh_user: "{{ g_ssh_user | default(omit) }}"
  177. ansible_sudo: "{{ g_sudo | default(omit) }}"
  178. with_items: "{{ groups.oo_nodes_to_config | default([]) }}"
  179. when: hostvars[item].openshift.common.is_containerized | bool and (item in groups.oo_nodes_to_config and item in groups.oo_masters_to_config)
  180. - name: Configure node instances
  181. hosts: oo_containerized_master_nodes
  182. serial: 1
  183. vars:
  184. openshift_node_master_api_url: "{{ hostvars[groups.oo_first_master.0].openshift.master.api_url }}"
  185. openshift_node_first_master_ip: "{{ hostvars[groups.oo_first_master.0].openshift.common.ip }}"
  186. roles:
  187. - openshift_node
  188. - name: Configure node instances
  189. hosts: oo_nodes_to_config:!oo_containerized_master_nodes
  190. vars:
  191. openshift_node_master_api_url: "{{ hostvars[groups.oo_first_master.0].openshift.master.api_url }}"
  192. openshift_node_first_master_ip: "{{ hostvars[groups.oo_first_master.0].openshift.common.ip }}"
  193. roles:
  194. - openshift_node
  195. - name: Additional node config
  196. hosts: oo_nodes_to_config
  197. vars:
  198. # TODO: Prefix flannel role variables.
  199. etcd_urls: "{{ hostvars[groups.oo_first_master.0].openshift.master.etcd_urls }}"
  200. embedded_etcd: "{{ hostvars[groups.oo_first_master.0].openshift.master.embedded_etcd }}"
  201. roles:
  202. - role: flannel
  203. when: openshift.common.use_flannel | bool
  204. - role: nuage_node
  205. when: openshift.common.use_nuage | bool
  206. - role: nickhammond.logrotate
  207. when: not openshift.common.is_containerized | bool
  208. - role: fluentd_node
  209. when: openshift.common.use_fluentd | bool
  210. tasks:
  211. - name: Create group for deployment type
  212. group_by: key=oo_nodes_deployment_type_{{ openshift.common.deployment_type }}
  213. changed_when: False
  214. - name: Delete temporary directory on localhost
  215. hosts: localhost
  216. connection: local
  217. become: no
  218. gather_facts: no
  219. tasks:
  220. - file: name={{ mktemp.stdout }} state=absent
  221. changed_when: False
  222. # Additional config for online type deployments
  223. - name: Additional instance config
  224. hosts: oo_nodes_deployment_type_online
  225. gather_facts: no
  226. roles:
  227. - os_env_extras
  228. - os_env_extras_node
  229. - name: Set schedulability
  230. hosts: oo_first_master
  231. vars:
  232. openshift_nodes: "{{ hostvars
  233. | oo_select_keys(groups['oo_nodes_to_config'])
  234. | oo_collect('openshift.common.hostname') }}"
  235. openshift_node_vars: "{{ hostvars | oo_select_keys(groups['oo_nodes_to_config']) }}"
  236. pre_tasks:
  237. # Necessary because when you're on a node that's also a master the master will be
  238. # restarted after the node restarts docker and it will take up to 60 seconds for
  239. # systemd to start the master again
  240. - name: Wait for master API to become available before proceeding
  241. # Using curl here since the uri module requires python-httplib2 and
  242. # wait_for port doesn't provide health information.
  243. command: >
  244. curl -k --head --silent {{ openshift.master.api_url }}
  245. register: api_available_output
  246. until: api_available_output.stdout.find("200 OK") != -1
  247. retries: 120
  248. delay: 1
  249. changed_when: false
  250. when: openshift.common.is_containerized | bool
  251. roles:
  252. - openshift_manage_node