aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/k8s_vm_entrypoint.sh
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-04-17 19:50:54 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-17 19:50:54 +0000
commitb957878dd1a9e4a3ba88cd607de423df54782404 (patch)
treea0f392a453bf48693cdb021d85e5710390e842ae /deployment/heat/onap-oom/k8s_vm_entrypoint.sh
parenta42f86e38b9c8b3496a74fc23ae5d3fda3ce0e2c (diff)
parent19c81b4d853c6517ae6ee367195a75271a8bcf35 (diff)
Merge "Use integration-override.yaml in OOM deploy script"
Diffstat (limited to 'deployment/heat/onap-oom/k8s_vm_entrypoint.sh')
-rw-r--r--deployment/heat/onap-oom/k8s_vm_entrypoint.sh13
1 files changed, 12 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/k8s_vm_entrypoint.sh b/deployment/heat/onap-oom/k8s_vm_entrypoint.sh
index d483e73df..f4c6eb6a5 100644
--- a/deployment/heat/onap-oom/k8s_vm_entrypoint.sh
+++ b/deployment/heat/onap-oom/k8s_vm_entrypoint.sh
@@ -125,6 +125,7 @@ export HOME=/root
# Clone OOM:
cd ~
git clone -b master http://gerrit.onap.org/r/oom
+cd oom
git log -1
# Update values.yaml to point to docker-proxy instead of nexus3:
@@ -136,6 +137,16 @@ sed -i 's/#repositorySecret:/repositorySecret:/g' onap/values.yaml
git diff
+# Clone integration:
+cd ~
+git clone -b master http://gerrit.onap.org/r/integration
+cd integration
+git log -1
+
+cd ~
+ln -s ~/integration/deployment/heat/onap-oom/env/__lab_name__/integration-override.yaml
+
+
# version control the persistence volume to see what's happening
mkdir -p /dockerdata-nfs/
cd /dockerdata-nfs/
@@ -157,7 +168,7 @@ helm repo add local http://127.0.0.1:8879
helm repo list
make all
helm search -l | grep local
-helm install local/onap -n dev --namespace onap
+helm install local/onap -n dev --namespace onap -f ~/integration/deployment/heat/onap-oom/env/__lab_name__/integration-override.yaml
# Check ONAP status:
sleep 3