upgrade_node_group.yml 443 B

12345678910111213141516
  1. ---
  2. - fail:
  3. msg: 'Please ensure the current_version and new_version variables are not the same.'
  4. when:
  5. - openshift_aws_current_version == openshift_aws_new_version
  6. - include_tasks: provision_nodes.yml
  7. - include_tasks: accept_nodes.yml
  8. - include_tasks: setup_scale_group_facts.yml
  9. - include_tasks: setup_master_group.yml
  10. vars:
  11. # we do not set etcd here as its limited to 1 or 3
  12. openshift_aws_masters_groups: masters,nodes