Browse Source

Update openshift.json acsengine file with unstable for master.

Kenny Woodson 6 years ago
parent
commit
06faa63a4a
2 changed files with 5 additions and 0 deletions
  1. 3 0
      playbooks/azure/BRANCH.md
  2. 2 0
      playbooks/azure/openshift-cluster/launch.yml

+ 3 - 0
playbooks/azure/BRANCH.md

@@ -0,0 +1,3 @@
+When a release branch is cut we need to perform the following actions:
+- update the playbooks/azure/openshift-cluster/groups_vars/all/yum_repos.yml to reflect the new package location.
+- update the playbooks/azure/openshift-cluster/launch.yml to update the acs-engine's openshift.json parameters to match $release.

+ 2 - 0
playbooks/azure/openshift-cluster/launch.yml

@@ -36,6 +36,8 @@
         value: demo
       - key: properties.orchestratorProfile.openShiftConfig.clusterPassword
         value: "{{ 16 | lib_utils_oo_random_word }}"
+      - key: properties.orchestratorProfile.orchestratorVersion
+        value: unstable
       # azProfile
       - key: properties.azProfile.tenantId
         value: "{{ lookup('env', 'AZURE_TENANT') }}"