From 3456da7da32c08520a22771b8452e9a36691bcbc Mon Sep 17 00:00:00 2001 From: Michael O'Brien Date: Sat, 2 Jun 2018 09:13:19 -0400 Subject: AWS cluster and EFS/NFS k8s join script Change-Id: I391bf231d4eb1e995abd1dd8d9f3e15c674c761f Issue-ID: LOG-323 Signed-off-by: Michael O'Brien --- deploy/aws/oom_cluster_host_install.sh | 125 +++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100755 deploy/aws/oom_cluster_host_install.sh (limited to 'deploy') diff --git a/deploy/aws/oom_cluster_host_install.sh b/deploy/aws/oom_cluster_host_install.sh new file mode 100755 index 0000000..a65e661 --- /dev/null +++ b/deploy/aws/oom_cluster_host_install.sh @@ -0,0 +1,125 @@ +#!/bin/bash +############################################################################# +# +# Copyright © 2018 Amdocs. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +############################################################################# +# v20180618 +# 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 + +usage() { +cat <