summaryrefslogtreecommitdiffstats
path: root/playbooks/common
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2018-01-14 22:00:20 -0500
committerScott Dodson <sdodson@redhat.com>2018-01-17 13:32:11 -0500
commitda12b2c603eea973466c47b5d6d668ddea6b05fd (patch)
tree8639be03e74744a2ff1348eba7446555133ea9eb /playbooks/common
parent3a86475473f6f1e40c7bb8f9be1e3a0d721de50f (diff)
downloadopenshift-da12b2c603eea973466c47b5d6d668ddea6b05fd.tar.gz
openshift-da12b2c603eea973466c47b5d6d668ddea6b05fd.tar.bz2
openshift-da12b2c603eea973466c47b5d6d668ddea6b05fd.tar.xz
openshift-da12b2c603eea973466c47b5d6d668ddea6b05fd.zip
fix typos
Diffstat (limited to 'playbooks/common')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_8/upgrade_control_plane.yml2
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_9/upgrade.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_8/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/v3_8/upgrade_control_plane.yml
index a2f316c25..fffae00aa 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_8/upgrade_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_8/upgrade_control_plane.yml
@@ -48,7 +48,7 @@
- import_playbook: ../upgrade_control_plane.yml
vars:
- master_config_hook: "v3_7/master_config_upgrade.yml"
+ master_config_hook: "v3_8/master_config_upgrade.yml"
# All controllers must be stopped at the same time then restarted
- name: Cycle all controller services to force new leader election mode
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_9/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_9/upgrade.yml
index 552bea5e7..91dcde329 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_9/upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_9/upgrade.yml
@@ -32,7 +32,7 @@
- import_playbook: ../upgrade_control_plane.yml
vars:
- master_config_hook: "v3_7/master_config_upgrade.yml"
+ master_config_hook: "v3_9/master_config_upgrade.yml"
# All controllers must be stopped at the same time then restarted
- name: Cycle all controller services to force new leader election mode