Merge "Don't reveal credentials in logs"

This commit is contained in:
Zuul 2018-02-27 13:09:02 +00:00 committed by Gerrit Code Review
commit 801f3d344c
3 changed files with 5 additions and 0 deletions

View File

@ -17,7 +17,9 @@ COMPUTE_ENVFILE=env-${ENVNUM}-compute.yaml
EXTRA_ENVFILE=env-${ENVNUM}-extra.yaml
ROLE_ARGS=
set +x
source /etc/nodepoolrc
set -x
if [ ! -e /opt/stack/openstack-virtual-baremetal ] ; then
sudo git clone https://github.com/cybertron/openstack-virtual-baremetal.git /opt/stack/openstack-virtual-baremetal

View File

@ -14,7 +14,9 @@ rm -f /opt/stack/openstack-virtual-baremetal/$COMPUTE_ENVFILE
rm -f /opt/stack/openstack-virtual-baremetal/$EXTRA_ENVFILE
rm -f /opt/stack/openstack-virtual-baremetal/temp-key-$ENVNUM.pub
set +x
source /etc/nodepoolrc
set -x
# NOTE(bnemec): This function starts the port deletions in the background.
# To ensure they complete before you proceed, you must call "wait" after

View File

@ -1,4 +1,5 @@
#!/bin/bash
set +x
source /etc/nodepoolrc
# Keep X number of testenv workers running, each testenv worker exists after processing a single job