From: Michael O'Brien Date: Mon, 30 Jul 2018 21:50:04 +0000 (-0400) Subject: azure template uses git not jira attachment now X-Git-Tag: 1.2.2~19 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F58103%2F1;p=logging-analytics.git azure template uses git not jira attachment now Change-Id: I09b609715a7094fdca8d7c2200c5326abca40aa0 Issue-ID: LOG-321 Signed-off-by: Michael O'Brien --- diff --git a/deploy/azure/_arm_deploy_onap_cd_z_parameters.json b/deploy/azure/_arm_deploy_onap_cd_z_parameters.json index 93cb676..19ebd8b 100644 --- a/deploy/azure/_arm_deploy_onap_cd_z_parameters.json +++ b/deploy/azure/_arm_deploy_onap_cd_z_parameters.json @@ -2,7 +2,7 @@ "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { - "scriptURL": { "value": "https://jira.onap.org/secure/attachment/11609/oom_entrypoint.sh"}, + "scriptURL": { "value": "https://git.onap.org/logging-analytics/plain/deploy/rancher/oom_entrypoint.sh"}, "onapBranch": { "value": "master" }, "onapEnvironment": { "value": "onap"}, "vmName": { "value": "a-replace-this-0" },