diff options
author | Prudence Au <prudence.au@amdocs.com> | 2018-11-07 02:00:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-07 02:00:44 +0000 |
commit | 7faced1a5038307ba377b86281cb79860b586383 (patch) | |
tree | 24c8614dacd7b6929b30b64771e7b5f3b40fa603 /deploy/aws | |
parent | 01fcae8c183ecc251b38fa591dfde8cb7a894a37 (diff) | |
parent | dec32696e584e56017900c3878bea4b9d1edd25b (diff) |
Merge "align Rancher/k8s with 1.6.22 post RC1"
Diffstat (limited to 'deploy/aws')
-rwxr-xr-x | deploy/aws/oom_cluster_host_install.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deploy/aws/oom_cluster_host_install.sh b/deploy/aws/oom_cluster_host_install.sh index bee4bef..bf3c4da 100755 --- a/deploy/aws/oom_cluster_host_install.sh +++ b/deploy/aws/oom_cluster_host_install.sh @@ -15,11 +15,12 @@ # limitations under the License. # ############################################################################# -# v20180815 +# v20181105 # 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 # Michael O'Brien +# LOG-806 upgrade for Rancher 1.6.22, kubernetes 1.11 usage() { cat <<EOF @@ -77,7 +78,7 @@ MASTER= TOKEN= AWS_REGION= AWS_EFS= -AGENT_VER=1.2.10 +AGENT_VER=1.2.11 COMPUTEADDRESS=true ADDRESS= VALIDATE= |