From 2705d63300e603bff42887b8674af06e62a06ee9 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 10 Mar 2022 16:29:41 -0500 Subject: [PATCH] update job template id --- utils/provision_tower_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/provision_tower_test.sh b/utils/provision_tower_test.sh index 27c67e0..8cd5ea1 100755 --- a/utils/provision_tower_test.sh +++ b/utils/provision_tower_test.sh @@ -4,7 +4,7 @@ CONC="50" REQU="100" BASE_URL="tower2.thezengarden.net" -AAP_JOB_ID="10" +AAP_JOB_ID="11" POST_PAYLOAD_PATH="empty.post" #POST_PAYLOAD_PATH="provision.post" POST_PAYLOAD_TYPE="application/json"