R1 k8s cluster deployment
[it/dep.git] / ric-infra / 00-Kubernetes / heat / scripts / k8s_vm_init.sh
similarity index 80%
rename from ric-infra/00-Kubernetes/etc/k8s-1node
rename to ric-infra/00-Kubernetes/heat/scripts/k8s_vm_init.sh
index 716cb5b..6b0a402 100644 (file)
@@ -1,3 +1,4 @@
+#!/bin/bash -x
 ################################################################################
 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
 #   Copyright (c) 2019 Nokia.                                                  #
 #   limitations under the License.                                             #
 ################################################################################
 
-
-# customize the following repo info to local infrastructure
-gerrithost=gerrit.o-ran-sc.org
-gerritip=35.165.179.212
-
-dockerregistry=nexus3.o-ran-sc.org
-dockerip=38.108.68.158
-dockerport=10004
-dockeruser=docker
-dockerpassword=docker
-
-helmrepo=helm.ricinfra.local
-helmport=30000
-helmip=''
-helmuser=helm
-helmpassword=helm
+echo "k8s_vm_init.sh"