Ironic: Fix gate deployment
This PS fixes the ironic gate deployment, by adding the ceph namespace ingress controller. Change-Id: I21d8ae257dac4e0c268981bb253c86e543ed9218 Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
f9df30acbd
commit
3684a5d78f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user