aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deploy')
-rwxr-xr-xdeploy/aws/oom_cluster_host_install.sh6
-rw-r--r--deploy/azure/_arm_deploy_onap_cd_z_parameters.json2
-rwxr-xr-xdeploy/rancher/oom_rancher_setup.sh2
3 files changed, 5 insertions, 5 deletions
diff --git a/deploy/aws/oom_cluster_host_install.sh b/deploy/aws/oom_cluster_host_install.sh
index 8b6cbd4..bee4bef 100755
--- a/deploy/aws/oom_cluster_host_install.sh
+++ b/deploy/aws/oom_cluster_host_install.sh
@@ -15,7 +15,7 @@
# limitations under the License.
#
#############################################################################
-# v20180618
+# v20180815
# Amazon AWS specific EFS/NFS share and rancher host join script for each cluster node
# https://wiki.onap.org/display/DW/Cloud+Native+Deployment
# source from https://jira.onap.org/browse/OOM-320
@@ -39,7 +39,7 @@ Prereq:
-e [AWS efs id] : AWS Elastic File System ID prefix
-r [AWS region prefix] : AWS Region prefix
-t [token] : registration token
--h [agent ver] : agent version (default 1.2.9 for 1.6.14
+-h [agent ver] : agent version (default 1.2.10 for 1.6.18
-c [true/false] : use computed client address
-a [IP address] : client address ip - no FQDN
-v [validate true/false]: optional
@@ -77,7 +77,7 @@ MASTER=
TOKEN=
AWS_REGION=
AWS_EFS=
-AGENT_VER=1.2.9
+AGENT_VER=1.2.10
COMPUTEADDRESS=true
ADDRESS=
VALIDATE=
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" },
diff --git a/deploy/rancher/oom_rancher_setup.sh b/deploy/rancher/oom_rancher_setup.sh
index 7b02b36..4d5d5bc 100755
--- a/deploy/rancher/oom_rancher_setup.sh
+++ b/deploy/rancher/oom_rancher_setup.sh
@@ -56,7 +56,7 @@ install_onap() {
else
RANCHER_VERSION=1.6.18
KUBECTL_VERSION=1.8.10
- HELM_VERSION=2.8.2
+ HELM_VERSION=2.9.1
DOCKER_VERSION=17.03
fi