Upgrade to a current DRBDmanage (0.91), DRBD, and DRBD-utils.

Change-Id: Ia12cd417399ca8604bfc38b0e9cc055dfc399055
This commit is contained in:
Philipp Marek 2016-02-04 11:32:44 +01:00
parent 9a14a8dfb5
commit dcc78de9e6
1 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
#
DRBDMANAGE_DBUS_AUTH_FILE=/etc/dbus-1/system.d/org.drbd.drbdmanaged-stack.conf
DRBDBASEURL=http://openstack-ci-pkgs.linbit.com/packages/003/trusty
DRBDBASEURL=http://openstack-ci-pkgs.linbit.com/packages/004/trusty
function pre_install_drbd_devstack {
# Install OS packages, if necessary
@ -12,10 +12,10 @@ function pre_install_drbd_devstack {
fi
packages=(
drbd-utils_8.9.4-1_amd64.deb
drbd8-utils_8.9.4-1_amd64.deb
drbd-dkms_9.0.0-2_all.deb
python-drbdmanage_0.50-1.4_all.deb
drbd-utils_8.9.6+linbit-1_amd64.deb
drbd8-utils_8.9.6+linbit-1_amd64.deb
drbd-dkms_9.0.1+linbit-1_all.deb
python-drbdmanage_0.91-1_all.deb
)