From c60e5913d2c563c77d1e69a87f900e9fbf47eba7 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Tue, 3 Oct 2017 13:41:37 +0400 Subject: Apply neutron formula patch after formula update Change-Id: I8dba3676adc8cc49731d91db7cc028a9c5b1627d Signed-off-by: Michael Polenchuk (cherry picked from commit 952b5cc60febe14df428f92280448327572d5c24) --- mcp/patches/patches.list | 1 - mcp/patches/patches_neutron.list | 1 + mcp/scripts/salt.sh | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 mcp/patches/patches_neutron.list (limited to 'mcp') diff --git a/mcp/patches/patches.list b/mcp/patches/patches.list index 4140adb67..e20a34179 100644 --- a/mcp/patches/patches.list +++ b/mcp/patches/patches.list @@ -1,4 +1,3 @@ -/usr/share/salt-formulas/env: 0001-opendaylight-formula-neutron.patch /usr/share/salt-formulas/env: 0002-maas-region-skip-credentials-update.patch /usr/share/salt-formulas/env: 0003-maas-region-force-artifact-download.patch /usr/share/salt-formulas/env: 0004-maas-region-use-authorized_keys-1st-entry.patch diff --git a/mcp/patches/patches_neutron.list b/mcp/patches/patches_neutron.list new file mode 100644 index 000000000..e80d7617d --- /dev/null +++ b/mcp/patches/patches_neutron.list @@ -0,0 +1 @@ +/usr/share/salt-formulas/env: 0001-opendaylight-formula-neutron.patch diff --git a/mcp/scripts/salt.sh b/mcp/scripts/salt.sh index 1ea8f5b8e..b0a26873d 100755 --- a/mcp/scripts/salt.sh +++ b/mcp/scripts/salt.sh @@ -69,4 +69,5 @@ ssh ${SSH_OPTS} "${SSH_SALT}" bash -s << 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 + cd ${OPNFV_FUEL_DIR}/mcp/patches && ./patch.sh patches_neutron.list formulas SALT_INSTALL_END -- cgit 1.2.3-korg