scaleup.yml 479 B

12345678910111213141516171819
  1. ---
  2. - include: ../openshift-cluster/initialize_groups.yml
  3. - name: Ensure there are new_nodes
  4. hosts: localhost
  5. connection: local
  6. become: no
  7. gather_facts: no
  8. tasks:
  9. - fail:
  10. msg: >
  11. Detected no new_nodes in inventory. Please add hosts to the
  12. new_nodes host group to add nodes.
  13. when:
  14. - g_new_node_hosts | default([]) | length == 0
  15. - include: ../../common/openshift-cluster/std_include.yml
  16. - include: ../../common/openshift-node/config.yml