use my openshift-ansible fork in stage until changes merge upstream
We also need those changes backported to the release-3.6 branch https://github.com/openshift/openshift-ansible/pull/5101 https://github.com/openshift/openshift-ansible/pull/5129 Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
a3acf5ecb3
commit
11ace40beb
2 changed files with 13 additions and 2 deletions
|
@ -22,7 +22,13 @@ osbs_client_conf_path: /etc/osbs.conf
|
||||||
|
|
||||||
# openshift-ansible variables
|
# openshift-ansible variables
|
||||||
|
|
||||||
oa_version: release-3.6
|
# Need to use this special branch on my fork for stage until these are merged
|
||||||
|
# upstream and backported to the release-3.6 branch
|
||||||
|
#
|
||||||
|
# https://github.com/openshift/openshift-ansible/pull/5101
|
||||||
|
# https://github.com/openshift/openshift-ansible/pull/5129
|
||||||
|
oa_version: 3.6-add-dnf-support
|
||||||
|
|
||||||
oa_ssh_user: root
|
oa_ssh_user: root
|
||||||
oa_install_examples: false
|
oa_install_examples: false
|
||||||
oa_containerized_deploy: false
|
oa_containerized_deploy: false
|
||||||
|
|
|
@ -16,9 +16,14 @@
|
||||||
version: "{{ openshift_ansible_version }}"
|
version: "{{ openshift_ansible_version }}"
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
|
|
||||||
|
# Need to use my fork in stage until these are merged upstream and backported
|
||||||
|
# to the release-3.6 branch
|
||||||
|
#
|
||||||
|
# https://github.com/openshift/openshift-ansible/pull/5101
|
||||||
|
# https://github.com/openshift/openshift-ansible/pull/5129
|
||||||
- name: git clone the openshift-ansible repo
|
- name: git clone the openshift-ansible repo
|
||||||
git:
|
git:
|
||||||
repo: "https://github.com/openshift/openshift-ansible.git"
|
repo: "https://github.com/maxamillion/openshift-ansible"
|
||||||
dest: "{{ openshift_ansible_path }}"
|
dest: "{{ openshift_ansible_path }}"
|
||||||
version: "{{ openshift_ansible_version }}"
|
version: "{{ openshift_ansible_version }}"
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue