summaryrefslogtreecommitdiffstats
path: root/anslib/patches/openshift-ds-update371.patch
blob: a6beff356f6e8eb5d53bc0d40fc07da799803c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
index cc2ec27..6c4ccf8 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
@@ -12,7 +12,7 @@
   - pre_upgrade
   tasks:
   - set_fact:
-      openshift_upgrade_target: '3.7'
+      openshift_upgrade_target: '3.7.1'
       openshift_upgrade_min: '3.6'
 
 - import_playbook: ../pre/config.yml
diff --git a/roles/openshift_repos/templates/CentOS-OpenShift-Origin371.repo.j2 b/roles/openshift_repos/templates/CentOS-OpenShift-Origin371.repo.j2
new file mode 100644
index 0000000..10b49c0
--- /dev/null
+++ b/roles/openshift_repos/templates/CentOS-OpenShift-Origin371.repo.j2
@@ -0,0 +1,26 @@
+[centos-openshift-origin371]
+name=CentOS OpenShift Origin
+baseurl={{ ands_repo_url }}/openshift371/
+enabled=1
+gpgcheck=0
+
+[centos-openshift-origin37-testing]
+name=CentOS OpenShift Origin Testing
+baseurl=http://buildlogs.centos.org/centos/7/paas/x86_64/openshift-origin37/
+enabled={{ 1 if openshift_repos_enable_testing else 0 }}
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-PaaS
+
+[centos-openshift-origin37-debuginfo]
+name=CentOS OpenShift Origin DebugInfo
+baseurl=http://debuginfo.centos.org/centos/7/paas/x86_64/
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-PaaS
+
+[centos-openshift-origin37-source]
+name=CentOS OpenShift Origin Source
+baseurl=http://vault.centos.org/centos/7/paas/Source/openshift-origin37/
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-PaaS