]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Wrap ssh command for ssl env 68/41968/1
authorVladimir Khlyunev <vkhlyunev@mirantis.com>
Thu, 9 Jun 2022 21:41:28 +0000 (01:41 +0400)
committerVladimir Khlyunev <vkhlyunev@mirantis.com>
Thu, 9 Jun 2022 21:41:28 +0000 (01:41 +0400)
Change-Id: Ie0002b9d1eec8a1145927477652903e8b0cfba01

maintenance-ci/mos/rally-docker/run_rally_tempest.sh

index 525ec31445fc0df34d70e3a9a12520899372ae05..5fc4d01a7d7d328c528b0b97ab0c12f59dbb9e8a 100644 (file)
@@ -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