Skip to content

Instantly share code, notes, and snippets.

@nrb
Created October 5, 2016 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrb/ce831c967192a7c73717f44d35a56905 to your computer and use it in GitHub Desktop.
Save nrb/ce831c967192a7c73717f44d35a56905 to your computer and use it in GitHub Desktop.
### CODE EXTRACTED FROM: upgrade-guide/manual-upgrade.rst
# export MAIN_PATH="$(pwd)"
# export SCRIPTS_PATH="${MAIN_PATH}/scripts"
# export UPGRADE_PLAYBOOKS="${SCRIPTS_PATH}/upgrade-utilities/playbooks"
# ${SCRIPTS_PATH}/bootstrap-ansible.sh
# cd playbooks
# openstack-ansible "${UPGRADE_PLAYBOOKS}/lbaas-version-check.yml"
# openstack-ansible "${UPGRADE_PLAYBOOKS}/ansible_fact_cleanup.yml"
# openstack-ansible "${UPGRADE_PLAYBOOKS}/deploy-config-changes.yml"
# openstack-ansible "${UPGRADE_PLAYBOOKS}/user-secrets-adjustment.yml"
# openstack-ansible "${UPGRADE_PLAYBOOKS}/mariadb-apt-cleanup.yml
# openstack-ansible "${UPGRADE_PLAYBOOKS}/db-collation-alter.yml"
# openstack-ansible setup-hosts.yml --limit '!galera_all[0]'
# openstack-ansible lxc-containers-create.yml --limit galera_all[0]
# openstack-ansible "${UPGRADE_PLAYBOOKS}/pip-conf-removal.yml"
# openstack-ansible "${UPGRADE_PLAYBOOKS}/old-hostname-compatibility.yml"
# openstack-ansible setup-infrastructure.yml -e 'galera_upgrade=true' \
-e 'rabbitmq_upgrade=true'
# openstack-ansible "${UPGRADE_PLAYBOOKS}/memcached-flush.yml"
# openstack-ansible "${UPGRADE_PLAYBOOKS}/aodh-api-init-delete.yml"
# openstack-ansible setup-openstack.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment