Added check for CCP images build

This commit is contained in:
Aleksandr Didenko
2016-07-08 14:32:43 +02:00
parent e6358d825e
commit 99db440287
2 changed files with 23 additions and 0 deletions

View File

@@ -1,14 +1,19 @@
- hosts: kube-master
pre_tasks:
- name: Rsync CCP configs
synchronize:
src: ../ccp/
dest: /root/ccp/
tasks:
- name: Get namespaces
shell: kubectl get namespace
register: get_ns
run_once: true
- name: Deploy CCP
shell: mcp-microservices --config-file=/root/ccp/ccp.conf deploy
args: