diff options
| author | Scott Dodson <sdodson@redhat.com> | 2018-01-14 22:00:20 -0500 | 
|---|---|---|
| committer | Scott Dodson <sdodson@redhat.com> | 2018-01-17 13:32:11 -0500 | 
| commit | da12b2c603eea973466c47b5d6d668ddea6b05fd (patch) | |
| tree | 8639be03e74744a2ff1348eba7446555133ea9eb | |
| parent | 3a86475473f6f1e40c7bb8f9be1e3a0d721de50f (diff) | |
fix typos
| -rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_8/upgrade_control_plane.yml | 2 | ||||
| -rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_9/upgrade.yml | 2 | 
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 | 
