From 73de19533486c883f738a894f6a96fc5c0ebc08d 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#1673012 --- 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 2023edb9..40de08d4 100755 --- a/tests/cli/test_build_and_deploy_azure.sh +++ b/tests/cli/test_build_and_deploy_azure.sh @@ -125,6 +125,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"