summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws/tasks/upgrade_node_group.yml
blob: d7851d887733c18dd7508b2d85b519507327d27c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- fail:
    msg: 'Please ensure the current_version and new_version variables are not the same.'
  when:
  - openshift_aws_current_version == openshift_aws_new_version

- include: provision_nodes.yml

- include: accept_nodes.yml

- include: setup_scale_group_facts.yml

- include: setup_master_group.yml
  vars:
    # we do not set etcd here as its limited to 1 or 3
    openshift_aws_masters_groups: masters,nodes