tripleo-heat-templates/extraconfig/tasks/major_upgrade_block_storage.sh
marios b0e4970a7c Add special case upgrade from openvswitch 2.5.0-14
In [1] we removed the previously used special case upgrade code.
However we have since discovered that for openvswitch 2.5.0-14
the special case is still required with an extra flag to prevent
the restart.  This adds the upgrade code back into the update
and upgrade scripts.

Related-Bug: 1669714
[1] https://review.openstack.org/#/q/59e5f9597eb37f69045e470eb457b878728477d7
Change-Id: I3e5899e2d831b89745b2f37e61ff69dbf83ff595
(cherry picked from commit 2e7c850fa1)
2017-04-21 09:47:49 +03:00

12 lines
269 B
Bash

#!/bin/bash
#
# This runs an upgrade of Cinder Block Storage nodes.
#
set -eu
# Special-case OVS for https://bugs.launchpad.net/tripleo/+bug/1669714
special_case_ovs_upgrade_if_needed
yum -y install python-zaqarclient # needed for os-collect-config
yum -y -q update