mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 23:07:47 -02:30
Bugfixes in ccp playbooks
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
- hosts: kube-master
|
||||
pre_tasks:
|
||||
- name: Download fuel-ccp
|
||||
shell: git clone https://git.openstack.org/openstack/fuel-ccp
|
||||
args:
|
||||
chdir: /usr/local/src
|
||||
creates: /usr/local/src/fuel-ccp/setup.py
|
||||
git:
|
||||
repo: https://git.openstack.org/openstack/fuel-ccp
|
||||
dest: /usr/local/src/fuel-ccp
|
||||
version: master
|
||||
- name: Upload ccp configs to master nodes
|
||||
synchronize:
|
||||
src: ../ccp/
|
||||
@@ -36,10 +36,7 @@
|
||||
when: get_svc.stdout.find('registry') == -1
|
||||
- name: Fetch CCP images
|
||||
shell: mcp-microservices --config-file=/root/ccp/ccp.conf fetch
|
||||
chdir: /usr/local/src
|
||||
run_once: true
|
||||
- name: Build CCP images
|
||||
shell: mcp-microservices --config-file=/root/ccp/ccp.conf build
|
||||
args:
|
||||
chdir: /root/ccp
|
||||
run_once: true
|
||||
|
||||
Reference in New Issue
Block a user