Merge "Remove helm status from deployment scripts for tenant-ceph"

This commit is contained in:
Zuul 2021-10-27 01:43:05 +00:00 committed by Gerrit Code Review
commit b5d9406c47
3 changed files with 0 additions and 12 deletions

View File

@ -34,9 +34,6 @@ helm upgrade --install ingress-kube-system ./ingress \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh kube-system
#NOTE: Display info
helm status ingress-kube-system
#NOTE: Deploy namespaced ingress controllers
for NAMESPACE in osh-infra ceph tenant-ceph; do
#NOTE: Deploy namespace ingress
@ -45,7 +42,4 @@ for NAMESPACE in osh-infra ceph tenant-ceph; do
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh ${NAMESPACE}
#NOTE: Display info
helm status ingress-${NAMESPACE}
done

View File

@ -83,7 +83,4 @@ helm upgrade --install tenant-ceph-openstack-config ./ceph-provisioners \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh openstack
#NOTE: Validate Deployment info
helm status tenant-ceph-openstack-config
helm test tenant-ceph-openstack-config --timeout 600

View File

@ -67,9 +67,6 @@ helm upgrade --install radosgw-openstack ./ceph-rgw \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh openstack
#NOTE: Validate Deployment info
helm status radosgw-openstack
# Delete the test pod if it still exists
kubectl delete pods -l application=ceph,release_group=radosgw-openstack,component=rgw-test --namespace=openstack --ignore-not-found
helm test radosgw-openstack --timeout 900