From 5005e2f8a9c4d9bb10feeea61d8e5651d76fc2b7 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Tue, 11 Jul 2017 11:41:08 +0400 Subject: Apply upstream patches For opendaylight support: * neutron formula * reclass system model Plus missing apply of haproxy state. Change-Id: Ic9e3672b51d5331656d636c44c3f891e49437e23 Signed-off-by: Michael Polenchuk --- mcp/patches/patch.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 mcp/patches/patch.sh (limited to 'mcp/patches/patch.sh') diff --git a/mcp/patches/patch.sh b/mcp/patches/patch.sh new file mode 100755 index 000000000..9f9cdea0e --- /dev/null +++ b/mcp/patches/patch.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +if [ -r "$1" ]; then + while IFS=': ' read -r p_dest p_file; do + patch -d $p_dest -p1 < /root/fuel/mcp/patches/$p_file + done < $1 +fi + -- cgit 1.2.3-korg