configure-new-nodes.yml 404 B

12345678910111213
  1. ---
  2. # NOTE(shadower): this section is identical to the one in install.yml except
  3. # that it runs on the new nodes only.
  4. - name: Prepare the New Nodes in the cluster for installation
  5. any_errors_fatal: true
  6. hosts: new_nodes:new_masters:new_etcd
  7. become: yes
  8. gather_facts: yes
  9. tasks:
  10. - name: Configure Node
  11. import_role:
  12. name: openshift_openstack
  13. tasks_from: node-configuration.yml