Apply neutron formula patch after formula update 39/44039/1
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Tue, 3 Oct 2017 09:41:37 +0000 (13:41 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Tue, 3 Oct 2017 09:41:37 +0000 (13:41 +0400)
Change-Id: I8dba3676adc8cc49731d91db7cc028a9c5b1627d
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
mcp/patches/patches.list
mcp/patches/patches_neutron.list [new file with mode: 0644]
mcp/scripts/salt.sh

index 4140adb..e20a341 100644 (file)
@@ -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 (file)
index 0000000..e80d761
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/salt-formulas/env: 0001-opendaylight-formula-neutron.patch
index 1ea8f5b..b0a2687 100755 (executable)
@@ -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