diff options
author | Michael O'Brien <frank.obrien@amdocs.com> | 2018-08-15 14:21:09 -0400 |
---|---|---|
committer | Michael O'Brien <frank.obrien@amdocs.com> | 2018-08-15 14:21:45 -0400 |
commit | 201add0e57d434726af198f54734f044dfd3d4f0 (patch) | |
tree | 2d839512d85d6e6f77c0e1f38744e153a8087161 /deploy/aws | |
parent | 3af6fee8d62fa4e23817648aa0a3005809dfd3ce (diff) |
helm 2.9.1 and rancher 1.6.18
Change-Id: Iaa4a8fd4b53a26225a35fc919e80f0b3ccd3f951
Issue-ID: OOM-1299
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
Diffstat (limited to 'deploy/aws')
-rwxr-xr-x | deploy/aws/oom_cluster_host_install.sh | 6 |
1 files changed, 3 insertions, 3 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= |