From ee3c9971a8bed949df32b444342dc79ff8e02197 Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Fri, 10 Jun 2022 01:41:28 +0400 Subject: [PATCH] Wrap ssh command for ssl env Change-Id: Ie0002b9d1eec8a1145927477652903e8b0cfba01 --- maintenance-ci/mos/rally-docker/run_rally_tempest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance-ci/mos/rally-docker/run_rally_tempest.sh b/maintenance-ci/mos/rally-docker/run_rally_tempest.sh index 525ec31..5fc4d01 100644 --- a/maintenance-ci/mos/rally-docker/run_rally_tempest.sh +++ b/maintenance-ci/mos/rally-docker/run_rally_tempest.sh @@ -78,7 +78,7 @@ 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" +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 -- 2.45.2