From c4b87dbc189e2a2f4d586d41ef5db2166c42231d Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 11 Nov 2017 19:07:48 +0100 Subject: salt.sh: Pin MaaS formula to last known stable ver Recent upstream changes broke MaaS machine status parsing. Pin the formula to the previous version until upstream provides a fixed package or a repo snapshot baseline. Change-Id: I26ebd60f40812ae47da0ca28d19c9fdcac7920da Signed-off-by: Alexandru Avadanii --- mcp/scripts/salt.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mcp') diff --git a/mcp/scripts/salt.sh b/mcp/scripts/salt.sh index fc6b101b9..2db992fe5 100755 --- a/mcp/scripts/salt.sh +++ b/mcp/scripts/salt.sh @@ -73,5 +73,8 @@ ssh ${SSH_OPTS} "${SSH_SALT}" bash -s -e << SALT_INSTALL_END # Temporary fixup for mismatch between neutron formula and reclass model salt-call pkg.install salt-formula-neutron allow_updates=False refresh=False \ version=2016.12.1+201709251458.f0607d9-1xenial1 + # Temporary fixup for MaaS formula machine status int.lower() + salt-call pkg.install salt-formula-maas allow_updates=False refresh=False \ + version=0.0.1+201711061044.9f1b034~xenial1 cd ${OPNFV_FUEL_DIR}/mcp/patches && ./patch.sh patches_neutron.list formulas SALT_INSTALL_END -- cgit 1.2.3-korg