bionic: ensure crmsh package is installed

pacemaker no longer Recommends crmsh so explicitly install it
for all Ubuntu series as its required for charm operation.

Also enable bionic amulet test as part of a full gate recheck.

Change-Id: I06e0dcfec0a787f85655c89bf36e18253c75de2e
This commit is contained in:
James Page 2018-03-16 10:49:13 +00:00
parent a2e655cbf3
commit 6fc85dc5a2
2 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ COROSYNC_CONF_FILES = [
COROSYNC_CONF
]
PACKAGES = ['corosync', 'pacemaker', 'python-netaddr', 'ipmitool',
PACKAGES = ['crmsh', 'corosync', 'pacemaker', 'python-netaddr', 'ipmitool',
'libnagios-plugin-perl']
SUPPORTED_TRANSPORTS = ['udp', 'udpu', 'multicast', 'unicast']
DEPRECATED_TRANSPORT_VALUES = {"multicast": "udp", "unicast": "udpu"}