diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-18 14:50:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-18 14:50:41 +0000 |
commit | 09a544c2d95de2649ec30c5e521d3b503a5fe478 (patch) | |
tree | bcfed486590627ab2faead6b2ee4a146d83b6b1e /deployment/Azure_ARM_Template | |
parent | 8c20272e5c4ad4acd0c3ad662e86ec27a63e7618 (diff) | |
parent | 78a6312918dbed44c3b0e4a22dd9637282294843 (diff) |
Merge "Change URI to point to onap git"
Diffstat (limited to 'deployment/Azure_ARM_Template')
-rw-r--r-- | deployment/Azure_ARM_Template/arm_cluster_deploy_beijing.json | 4 | ||||
-rw-r--r-- | deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/deployment/Azure_ARM_Template/arm_cluster_deploy_beijing.json b/deployment/Azure_ARM_Template/arm_cluster_deploy_beijing.json index 79dda59e8..ed4dc10c2 100644 --- a/deployment/Azure_ARM_Template/arm_cluster_deploy_beijing.json +++ b/deployment/Azure_ARM_Template/arm_cluster_deploy_beijing.json @@ -390,7 +390,7 @@ "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'))]" } } @@ -413,7 +413,7 @@ "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'))]" } } diff --git a/deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh b/deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh index 1c4373c4d..fc92c295e 100644 --- a/deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh +++ b/deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh @@ -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 |