diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2017-01-20 16:05:24 -0400 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2017-01-23 11:47:45 -0400 |
commit | 50ce715a704f77190a278bed2326cc567855181d (patch) | |
tree | 3ec2a583df16f9a4955769fd41059835f9429eda /inventory | |
parent | e2754beb950f69294b71253b9f732b11c2a234f5 (diff) | |
download | openshift-50ce715a704f77190a278bed2326cc567855181d.tar.gz openshift-50ce715a704f77190a278bed2326cc567855181d.tar.bz2 openshift-50ce715a704f77190a278bed2326cc567855181d.tar.xz openshift-50ce715a704f77190a278bed2326cc567855181d.zip |
Add a mid upgrade hook, re-prefix variables.
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.origin.example | 12 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 12 |
2 files changed, 16 insertions, 8 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 062a776b0..0a1b8c5c4 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -97,11 +97,15 @@ openshift_release=v1.4 # absolute paths, if not the path will be treated as relative to the file where the # hook is actually used. # -# Tasks to run before each master is upgraded: -# openshift_upgrade_pre_master_hook=/usr/share/custom/pre_master.yml +# Tasks to run before each master is upgraded. +# openshift_master_upgrade_pre_hook=/usr/share/custom/pre_master.yml # -# Tasks to run after each master is upgraded: -# openshift_upgrade_post_master_hook=/usr/share/custom/post_master.yml +# Tasks to run to upgrade the master. These tasks run after the main openshift-ansible +# upgrade steps, but before we restart system/services. +# openshift_master_upgrade_hook=/usr/share/custom/master.yml +# +# Tasks to run after each master is upgraded and system/services have been restarted. +# openshift_master_upgrade_post_hook=/usr/share/custom/post_master.yml # Alternate image format string, useful if you've got your own registry mirror diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index bcc2373ce..89b9d7e48 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -97,11 +97,15 @@ openshift_release=v3.4 # absolute paths, if not the path will be treated as relative to the file where the # hook is actually used. # -# Tasks to run before each master is upgraded: -# openshift_upgrade_pre_master_hook=/usr/share/custom/pre_master.yml +# Tasks to run before each master is upgraded. +# openshift_master_upgrade_pre_hook=/usr/share/custom/pre_master.yml # -# Tasks to run after each master is upgraded: -# openshift_upgrade_post_master_hook=/usr/share/custom/post_master.yml +# Tasks to run to upgrade the master. These tasks run after the main openshift-ansible +# upgrade steps, but before we restart system/services. +# openshift_master_upgrade_hook=/usr/share/custom/master.yml +# +# Tasks to run after each master is upgraded and system/services have been restarted. +# openshift_master_upgrade_post_hook=/usr/share/custom/post_master.yml # Alternate image format string, useful if you've got your own registry mirror |