In this scenario, you will take down all of your OpenStack services at the same time, and will not bring them back up until the upgrade process is complete.
On all of your hosts:
- Install the Juno yum repository.
Update your controllers:
-
Perform a complete upgrade of all packages on all your controllers:
# yum upgrade
On a single controller:
-
Perform database schema upgrades for all of your services.
-
Review newly installed configuration files.
The upgraded packages will have installed
.rpmnew
files appropriate to the Juno version of the service. In general, the Juno services will run using the configuration files from your Icehouse deployment, but you will want to review the.rpmnew
files for any required changes. -
Manually stop the MariaDB service:
# systemctl stop mysqld
Update your compute nodes:
-
Perform a complete upgrade all all packages on all compute hosts:
# yum upgrade
-
Review newly installed configuration files.