From d8bef773ee3d052e183ba197dd28eac8f90dec33 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 Jul 2016 16:56:41 +0000 Subject: [PATCH] Add pulling of custom patches for ccp-neutron --- playbooks/ccp-build.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/playbooks/ccp-build.yaml b/playbooks/ccp-build.yaml index 18b24fd79..b81dd1860 100644 --- a/playbooks/ccp-build.yaml +++ b/playbooks/ccp-build.yaml @@ -49,6 +49,15 @@ shell: mcp-microservices --config-file=/root/ccp/ccp.conf fetch run_once: true + - name: Patch fuel-ccp-neutron + run_once: true + args: + chdir: /root/microservices-repos/fuel-ccp-neutron + shell: git fetch https://git.openstack.org/openstack/fuel-ccp-neutron {{ item }} && git cherry-pick FETCH_HEAD + with_items: + - "refs/changes/96/340496/4" + - "refs/changes/42/340942/1" + - name: Build CCP images shell: mcp-microservices --config-file=/root/ccp/ccp.conf build run_once: true