diff --git a/scripts/bootstrap-overcloud-full-minimal.sh b/scripts/bootstrap-overcloud-full-minimal.sh index ccceeda90..482090d6d 100755 --- a/scripts/bootstrap-overcloud-full-minimal.sh +++ b/scripts/bootstrap-overcloud-full-minimal.sh @@ -11,11 +11,6 @@ if [ -f "$TRIPLEO_ROOT/tripleo-ci/deploy.env" ]; then source $TRIPLEO_ROOT/tripleo-ci/deploy.env fi -if [[ -e /etc/unbound/conf.d/unbound-logging.conf ]]; then - sudo sed -i "s/verbosity: .*$/verbosity: 5/g" /etc/unbound/conf.d/unbound-logging.conf - sudo systemctl restart unbound -fi - # Ensure epel-release is not installed sudo yum erase -y epel-release || : diff --git a/scripts/bootstrap-overcloud-full.sh b/scripts/bootstrap-overcloud-full.sh index 4f04f4d9f..4545f294f 100755 --- a/scripts/bootstrap-overcloud-full.sh +++ b/scripts/bootstrap-overcloud-full.sh @@ -11,11 +11,6 @@ if [ -f "$TRIPLEO_ROOT/tripleo-ci/deploy.env" ]; then source $TRIPLEO_ROOT/tripleo-ci/deploy.env fi -if [[ -e /etc/unbound/conf.d/unbound-logging.conf ]]; then - sudo sed -i "s/verbosity: .*$/verbosity: 5/g" /etc/unbound/conf.d/unbound-logging.conf - sudo systemctl restart unbound -fi - # Ensure epel-release is not installed sudo yum erase -y epel-release || : diff --git a/toci_gate_test-oooq.sh b/toci_gate_test-oooq.sh index 2fe25b211..ce4055d81 100755 --- a/toci_gate_test-oooq.sh +++ b/toci_gate_test-oooq.sh @@ -7,11 +7,6 @@ set -eux export START_JOB_TIME=$(date +%s) export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }' -if [[ -e /etc/unbound/conf.d/unbound-logging.conf ]]; then - sudo sed -i "s/verbosity: .*$/verbosity: 5/g" /etc/unbound/conf.d/unbound-logging.conf - sudo systemctl restart unbound -fi - # Maintain compatibility with the old jobtypes if [[ ! $TOCI_JOBTYPE =~ "featureset" ]]; then echo "WARNING: USING OLD DEPLOYMENT METHOD. THE OLD DEPLOYMENT METHOD THAT USES tripleo.sh WILL BE DEPRECATED IN THE QUEENS CYCLE"