OpenStack Kolla - upgrade
Prepare passwords and inventory:
1 | cp /usr/local/share/kolla-ansible/etc_examples/kolla/globals.yml /etc/kolla/globals.yml && \ |
- diff
/etc/kolla/globals.yml
with your version from version control - diff
/etc/kolla/inventory
with your version from version control
Fix python:
1 | rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED |
Pull images:
1 | kolla-ansible pull -i /etc/kolla/inventory |
Checks:
1 | kolla-ansible prechecks -i /etc/kolla/inventory |
Upgrade:
1 | kolla-ansible upgrade -i /etc/kolla/inventory |
Post deploy:
1 | kolla-ansible post-deploy -i /etc/kolla/inventory |
Recommendations
Recommendations