From 6d477a403a7edc27ec39ef24e4f7e1f1898f9058 Mon Sep 17 00:00:00 2001 From: Jan Stodola Date: Tue, 5 Feb 2019 17:09:29 +0100 Subject: [PATCH] Use existing storage account To avoid creating a new storage account for every new VM. Related: rhbz#1653934 --- tests/cli/test_build_and_deploy_azure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cli/test_build_and_deploy_azure.sh b/tests/cli/test_build_and_deploy_azure.sh index a5252707..fe032dae 100755 --- a/tests/cli/test_build_and_deploy_azure.sh +++ b/tests/cli/test_build_and_deploy_azure.sh @@ -122,6 +122,7 @@ rlJournalStart resource_group: $AZURE_RESOURCE_GROUP tags: "first_seen": "$now" + storage_account_name: $AZURE_STORAGE_ACCOUNT __EOF__ rlRun -t -c "ansible-playbook $TMP_DIR/azure-playbook.yaml"