summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml
blob: 44d9a3e254bbc3cb08823fdda704df5cc7d6d3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# Usage:
#  ansible-playbook playbooks/aws/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml -e deployment_type=<deployment_type> -e cluster_id=<cluster_id>
- include: ../../../../common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml
  vars_files:
  - "{{lookup('file', '../../../../aws/openshift-cluster/vars.yml')}}"
  - "{{lookup('file', '../../../../aws/openshift-cluster/cluster_hosts.yml')}}"
  vars:
    g_ssh_user: "{{ deployment_vars[deployment_type].ssh_user }}"
    g_sudo: "{{ deployment_vars[deployment_type].become }}"
    g_nodeonmaster: true
    openshift_cluster_id: "{{ cluster_id }}"
    openshift_debug_level: "{{ debug_level }}"
    openshift_deployment_type: "{{ deployment_type }}"
    openshift_hostname: "{{ ec2_private_ip_address }}"
    openshift_public_hostname: "{{ ec2_ip_address }}"