[gate] Put nfs-provisioner in it's own namespace
Having storage (backend) components in their own namespace means we can delete the namespaces containing the openstack without causing system hangs which occur when storage is remove whilst in use. Change-Id: Ie489709b08929f25cf0e626a8541620a06506b8b
This commit is contained in:
parent
b99d39dd95
commit
8f5aaa3fd0
@ -27,11 +27,11 @@ storageclass:
|
||||
name: general
|
||||
EOF
|
||||
helm upgrade --install nfs-provisioner \
|
||||
./nfs-provisioner --namespace=osh-infra \
|
||||
./nfs-provisioner --namespace=nfs \
|
||||
--values=/tmp/nfs-provisioner.yaml
|
||||
|
||||
#NOTE: Wait for deployment
|
||||
./tools/deployment/common/wait-for-pods.sh osh-infra
|
||||
./tools/deployment/common/wait-for-pods.sh nfs
|
||||
|
||||
#NOTE: Validate Deployment info
|
||||
helm status nfs-provisioner
|
||||
|
@ -27,11 +27,11 @@ storageclass:
|
||||
name: general
|
||||
EOF
|
||||
helm upgrade --install nfs-provisioner \
|
||||
./nfs-provisioner --namespace=osh-infra \
|
||||
./nfs-provisioner --namespace=nfs \
|
||||
--values=/tmp/nfs-provisioner.yaml
|
||||
|
||||
#NOTE: Wait for deployment
|
||||
./tools/deployment/common/wait-for-pods.sh osh-infra
|
||||
./tools/deployment/common/wait-for-pods.sh nfs
|
||||
|
||||
#NOTE: Validate Deployment info
|
||||
helm status nfs-provisioner
|
||||
|
Loading…
Reference in New Issue
Block a user