Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 998 Bytes

upgrade-1.md

File metadata and controls

34 lines (22 loc) · 998 Bytes

Scenario 1: All-at-once upgrade

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:

  1. Install the Juno yum repository.

  2. Stop all your OpenStack services.

  3. Perform a complete upgrade of all packages:

     # yum upgrade
    
  4. Perform database schema upgrades for all of your services.

  5. 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.

  6. Start all your OpenStack services.