Merge "Ironic: Fix gate deployment"

This commit is contained in:
Zuul 2018-06-26 10:40:42 +00:00 committed by Gerrit Code Review
commit 8b05de0147

View File

@ -31,14 +31,19 @@ helm install ./ingress \
--set conf.services.udp.53='kube-system/kube-dns:53'
#NOTE: Deploy namespace ingress
helm install ./ingress \
--namespace=ceph \
--name=ingress-ceph
helm install ./ingress \
--namespace=openstack \
--name=ingress-openstack
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh kube-system
./tools/deployment/common/wait-for-pods.sh ceph
./tools/deployment/common/wait-for-pods.sh openstack
#NOTE: Display info
helm status ingress-kube-system
helm status ingress-ceph
helm status ingress-openstack