Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When all APIs etc. are upgraded, it is time to do the same on the compute-nodes. Compute nodes are simple to upgrade:

  1. Fix apt-pin for libc-hack :S
  2. Run puppet with the train modules/tags
  3. Run apt-get purge python-cinderclient && apt dist-upgrade && apt-get autoremove
  4. Run puppet again
  5. Restart openstack services and openvswitch-services
    1. No downtime: systemctl restart nova-compute.service neutron-openvswitch-agent.service
    2. At a later point: reboot (smile)

...