From: Vladimir Khlyunev Date: Wed, 1 Jun 2022 19:30:58 +0000 (+0400) Subject: Pass vip hostname to rally docker X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F41947%2F1;p=tools%2Fsustaining.git Pass vip hostname to rally docker Change-Id: I3386a72be5396457caaea9fe1fda64275b189c11 --- diff --git a/maintenance-ci/mos/rally-docker/run_rally_tempest.sh b/maintenance-ci/mos/rally-docker/run_rally_tempest.sh index 31bc277..43fc6f2 100644 --- a/maintenance-ci/mos/rally-docker/run_rally_tempest.sh +++ b/maintenance-ci/mos/rally-docker/run_rally_tempest.sh @@ -79,6 +79,8 @@ else echo 'scheduler_available_filters = '$NOVA_FLTR >> lvm fi +grep public.fuel.local /etc/hosts || ssh_to_controller grep public.fuel.local /etc/hosts >> /etc/hosts || echo "non-ssl env, skipping" + source /root/rally/rally-venv/bin/activate # shellcheck disable=SC1090 source ${OPENRC_FILE}