Add pulling of custom patches for ccp-neutron
This commit is contained in:
parent
64608f06cf
commit
d8bef773ee
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue