diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-11-06 16:56:37 -0500 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2015-11-10 22:35:29 -0500 |
commit | 4c1b0dd4ab8f3a5d4fcfa4ba1501ed374793e77a (patch) | |
tree | 3ddcde311f1a47bb692e13fdefb1c5fe5f3d11cd /playbooks/adhoc/upgrades/README.md | |
parent | 586972b427061433ba6a1cde94228c257d84164e (diff) | |
download | openshift-4c1b0dd4ab8f3a5d4fcfa4ba1501ed374793e77a.tar.gz openshift-4c1b0dd4ab8f3a5d4fcfa4ba1501ed374793e77a.tar.bz2 openshift-4c1b0dd4ab8f3a5d4fcfa4ba1501ed374793e77a.tar.xz openshift-4c1b0dd4ab8f3a5d4fcfa4ba1501ed374793e77a.zip |
Refactor upgrade playbook(s)
- Split playbooks into two, one for 3.0 minor upgrades and one for 3.0 to 3.1
upgrades
- Move upgrade playbooks to common/openshift/cluster/upgrades from adhoc
- Added a byo wrapper playbooks to set the groups based on the byo
conventions, other providers will need similar playbooks added eventually
- installer wrapper updates for refactored upgrade playbooks
- call new 3.0 to 3.1 upgrade playbook
- various fixes for edge cases I hit with a really old config laying
around.
- fix output of host facts to show connect_to value.
Diffstat (limited to 'playbooks/adhoc/upgrades/README.md')
-rw-r--r-- | playbooks/adhoc/upgrades/README.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/playbooks/adhoc/upgrades/README.md b/playbooks/adhoc/upgrades/README.md deleted file mode 100644 index 6de8a970f..000000000 --- a/playbooks/adhoc/upgrades/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# [NOTE] -This playbook will re-run installation steps overwriting any local -modifications. You should ensure that your inventory has been updated with any -modifications you've made after your initial installation. If you find any items -that cannot be configured via ansible please open an issue at -https://github.com/openshift/openshift-ansible - -# Overview -This playbook is available as a technical preview. It currently performs the -following steps. - - * Upgrade and restart master services - * Upgrade and restart node services - * Applies latest configuration by re-running the installation playbook - * Applies the latest cluster policies - * Updates the default router if one exists - * Updates the default registry if one exists - * Updates image streams and quickstarts - -# Usage -ansible-playbook -i ~/ansible-inventory openshift-ansible/playbooks/adhoc/upgrades/upgrade.yml |