VScaler: Upgrade from.an Openstack version to the next one

From Define Wiki
Revision as of 09:09, 1 September 2017 by K mouza (talk | contribs) (Created page with "In this instance I upgraded from Ocata to Pike. Here are the steps: 1. Pull latest master kolla and kolla-ansible git repo 2. Install them with pip 3. Remove docker-py and in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In this instance I upgraded from Ocata to Pike. Here are the steps:

1. Pull latest master kolla and kolla-ansible git repo 2. Install them with pip 3. Remove docker-py and install docker via pip 4. Do a kolla-build for all the services needed on the new tag

   1. don’t forget to build horizon with our custom Dockerfile

5. Push the new images to the registry 6. Change the “openstack version” value in the globals file to 5.0.0 (Pike) 7. Copy the new passwords file from the latest kolla-ansible/etc/kolla dir to /etc/kolla

   1. keep the old file!
   2. kolla-genpwd to populate the new passwd file
   3. then kolla-mergepwd to merge the old and the new one!

8. Do a kolla-ansible upgrade