try and update openshift in stg only to 3.10...

This commit is contained in:
Kevin Fenzi 2018-08-22 20:42:42 +00:00
parent 1bd763f43e
commit c862c5ebb5
4 changed files with 1171 additions and 3 deletions

View file

@ -21,6 +21,15 @@
- ansible-ansible-openshift-ansible
- ansible-ansible-openshift-ansible-config
- name: generate the inventory file
template:
src: "cluster-inventory-stg.j2"
dest: "{{ openshift_ansible_path }}/{{ cluster_inventory_filename }}"
tags:
- ansible-ansible-openshift-ansible
- ansible-ansible-openshift-ansible-config
when: env == 'staging' and inventory_hostname.startswith('os-')
- name: generate the inventory file
template:
src: "cluster-inventory.j2"
@ -28,6 +37,7 @@
tags:
- ansible-ansible-openshift-ansible
- ansible-ansible-openshift-ansible-config
when: env == 'production' or inventory_hostname.startswith('osbs-')
- name: run ansible prereqs playbook
shell: "ansible-playbook {{ openshift_ansible_pre_playbook }} -i {{ cluster_inventory_filename }}"

File diff suppressed because it is too large Load diff