From e2c7b1305ca8495065dcf40fd2092d7c698dd6ea Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 20 Mar 2018 15:47:51 +0100 Subject: Local volumes and StatefulSet to provision Master/Slave MySQL and Galera cluster --- anslib/openshift-ansible | 2 +- anslib/patches/openshift/openshift-ds-update371.patch | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'anslib') diff --git a/anslib/openshift-ansible b/anslib/openshift-ansible index 974da27..f9eff9e 160000 --- a/anslib/openshift-ansible +++ b/anslib/openshift-ansible @@ -1 +1 @@ -Subproject commit 974da273128f43a564967716a7386b59f8832541 +Subproject commit f9eff9e52638563f6ff75a8b3b1c07ebab80e12e diff --git a/anslib/patches/openshift/openshift-ds-update371.patch b/anslib/patches/openshift/openshift-ds-update371.patch index a6beff3..6bbb45d 100644 --- a/anslib/patches/openshift/openshift-ds-update371.patch +++ b/anslib/patches/openshift/openshift-ds-update371.patch @@ -7,7 +7,7 @@ index cc2ec27..6c4ccf8 100644 tasks: - set_fact: - openshift_upgrade_target: '3.7' -+ openshift_upgrade_target: '3.7.1' ++ openshift_upgrade_target: '3.7.2' openshift_upgrade_min: '3.6' - import_playbook: ../pre/config.yml @@ -17,9 +17,9 @@ index 0000000..10b49c0 --- /dev/null +++ b/roles/openshift_repos/templates/CentOS-OpenShift-Origin371.repo.j2 @@ -0,0 +1,26 @@ -+[centos-openshift-origin371] ++[centos-openshift-origin37x] +name=CentOS OpenShift Origin -+baseurl={{ ands_repo_url }}/openshift371/ ++baseurl={{ ands_repo_url }}/openshift37/ +enabled=1 +gpgcheck=0 + -- cgit v1.2.1