Update CCP installation instructions

This commit is contained in:
Aleksandr Didenko 2016-07-13 16:48:11 +02:00
parent 66a178c614
commit ec77f046fb

View file

@ -81,6 +81,17 @@ ansible-playbook -i nodes_to_inv.py playbooks/ccp-build.yaml
ansible-playbook -i nodes_to_inv.py playbooks/ccp-deploy.yaml
```
* Wait for CCP deployment to complete
```bash
# On k8s master node
# Check CCP pods, all should become running
kubectl --namespace=openstack get pods -o wide
# Check CCP jobs status, wait until all complete
kubectl --namespace=openstack get jobs
```
* Check Horizon:
```bash