diff options
Diffstat (limited to 'deploy/aws/oom_cluster_host_install.sh')
-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= |