mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-26 13:25:04 -02:30
Switch to using prebuilt CCP images
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
rsync_opts:
|
||||
- "--exclude=/microservices-repos"
|
||||
tasks:
|
||||
- name: Patch MCP
|
||||
shell: patch -p1 < ../patch1
|
||||
args:
|
||||
chdir: /root/ccp/microservices/
|
||||
creates: /usr/local/bin/mcp-microservices
|
||||
- name: Install MCP
|
||||
# - name: Patch MCP
|
||||
# shell: patch -p1 < ../patch1
|
||||
# args:
|
||||
# chdir: /root/ccp/microservices/
|
||||
# creates: /usr/local/bin/mcp-microservices
|
||||
- name: Install MCP cli tool
|
||||
shell: "{{ item }}"
|
||||
args:
|
||||
chdir: /root/ccp/microservices/
|
||||
@@ -22,8 +22,8 @@
|
||||
with_items:
|
||||
- pip install .
|
||||
- python setup.py develop
|
||||
- name: Build CCP images
|
||||
shell: ./ccp-build.sh
|
||||
args:
|
||||
chdir: /root/ccp
|
||||
run_once: true
|
||||
# - name: Build CCP images
|
||||
# shell: ./ccp-build.sh
|
||||
# args:
|
||||
# chdir: /root/ccp
|
||||
# run_once: true
|
||||
|
||||
Reference in New Issue
Block a user