Merge "Remove helm status from deployment scripts for keystone-auth"

This commit is contained in:
Zuul 2021-10-22 07:49:23 +00:00 committed by Gerrit Code Review
commit 68648ab6d9
3 changed files with 0 additions and 13 deletions
tools/deployment/keystone-auth

@ -32,9 +32,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 namespace ingress
for NAMESPACE in openstack; do
helm upgrade --install ingress-${NAMESPACE} ./ingress \
@ -44,7 +41,4 @@ for NAMESPACE in openstack; do
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh ${NAMESPACE}
#NOTE: Display info
helm status ingress-${NAMESPACE}
done

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

@ -28,9 +28,6 @@ helm upgrade --install ldap ./ldap \
${OSH_INFRA_EXTRA_HELM_ARGS} \
${OSH_INFRA_EXTRA_HELM_ARGS_LDAP}
./tools/deployment/common/wait-for-pods.sh openstack
helm status ldap
# Install Keystone
cd ${OSH_PATH}
make keystone
@ -42,7 +39,6 @@ helm upgrade --install keystone ${OSH_PATH}/keystone \
${OSH_EXTRA_HELM_ARGS_KEYSTONE}
./tools/deployment/common/wait-for-pods.sh openstack
helm status keystone
# Testing basic functionality
export OS_CLOUD=openstack_helm