Change URI to point to onap git 91/67291/1
authorSudhakar Reddy <Sudhakar.Reddy@amdocs.com>
Tue, 18 Sep 2018 12:40:35 +0000 (18:10 +0530)
committerSudhakar Reddy <Sudhakar.Reddy@amdocs.com>
Tue, 18 Sep 2018 12:42:45 +0000 (18:12 +0530)
The gerrit link which was used before is not working as expected.
The downloaded file was with a different name which is difficult
to parse. So the URL is now changed to onap git reference.

Change-Id: I4c4cb289d40eb5340f502c027f4e900ca422e6ba
Issue-ID: INT-626
Signed-off-by: Sudhakar Reddy <Sudhakar.Reddy@amdocs.com>
deployment/Azure_ARM_Template/arm_cluster_deploy_beijing.json
deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh

index 79dda59..ed4dc10 100644 (file)
         "typeHandlerVersion": "2.0",
         "autoUpgradeMinorVersion": true,
         "settings": {
-            "fileUris": [ "https://gerrit.onap.org/r/gitweb?p=integration.git;a=blob_plain;f=Azure_ARM_Template/scripts/azure-rancher-server.sh;hb=refs/heads/master" ],
+            "fileUris": [ "https://git.onap.org/integration/plain/deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh" ],
             "commandToExecute": "[concat('./' , parameters('masterScriptName'),' ',reference(variables('publicIPAddressName')).dnsSettings.fqdn,' ',parameters('privateIPAddress'),' ',parameters('numberOfVms'))]"
            }
         }
         "typeHandlerVersion": "2.0",
         "autoUpgradeMinorVersion": true,
         "settings": {
-            "fileUris": [ "https://gerrit.onap.org/r/gitweb?p=integration.git;a=blob_plain;f=Azure_ARM_Template/scripts/azure-k8s-node.sh;hb=refs/heads/master" ],
+            "fileUris": [ "https://git.onap.org/integration/plain/deployment/Azure_ARM_Template/scripts/azure-k8s-node.sh" ],
             "commandToExecute": "[concat('./' , parameters('nodeScriptName'),' ',concat(parameters('privateIPAddress'),'0'))]"
            }
         }
index 1c4373c..fc92c29 100644 (file)
@@ -3,7 +3,7 @@
 set -x
 
 DOCKER_VERSION=17.03
-RANCHER_VERSION=1.6.14
+RANCHER_VERSION=1.6.18
 KUBECTL_VERSION=1.8.10
 HELM_VERSION=2.9.1