Refactor CCP deployment part

This commit is contained in:
Aleksandr Didenko
2016-07-12 17:20:58 +02:00
parent 569d0081d3
commit d450e1f06f
5 changed files with 12 additions and 4 deletions

View File

@@ -18,3 +18,8 @@ iptables -I FORWARD -d 10.210.0.12 -j ACCEPT
```
Where `10.210.0.12` is IP of one of your k8s minions and `32643` is nodePort of Horizon service.
* You can do the same for novnc:
```bash
echo $(kubectl --namespace=openstack get svc/nova-novncproxy -o go-template='{{(index .spec.ports 0).nodePort}}')
```