diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-12-14 13:49:28 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2022-12-14 13:49:34 +0000 |
commit | 4be5581537d8acd33636f3f621831efae96ee4ac (patch) | |
tree | 79c176eea95a870e056e7f73be482aab759c2f15 /kubernetes/robot/demo-k8s.sh | |
parent | f6bda71b5f76434b09004c5adfc8dab8cf17c1c2 (diff) |
[APPC] Remove appc chart and refs
Removing appc chart
Removing most appc refs
Some SO data may need to be followed up with SO team
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I183e3dfb7e33a3ada1ac9925ee96b9f32d89bd5a
Issue-ID: OOM-3069
Diffstat (limited to 'kubernetes/robot/demo-k8s.sh')
-rwxr-xr-x | kubernetes/robot/demo-k8s.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/kubernetes/robot/demo-k8s.sh b/kubernetes/robot/demo-k8s.sh index 3f8ac9deec..0e8f11afcc 100755 --- a/kubernetes/robot/demo-k8s.sh +++ b/kubernetes/robot/demo-k8s.sh @@ -55,9 +55,6 @@ usage () echo " demo-k8s.sh <namespace> preload <vnf_name> <module_name>" echo " - Preload data for VNF for the <module_name>" echo " " - echo " demo-k8s.sh <namespace> appc <module_name>" - echo " - provide APPC with vFW module mount point for closed loop" - echo " " echo " demo-k8s.sh <namespace> init_robot [ <etc_hosts_prefix> ]" echo " - Initialize robot after all ONAP VMs have started" echo " " @@ -168,16 +165,6 @@ do VARIABLES="$VARIABLES -v MODULE_NAME:$1" shift ;; - appc) - TAG="APPCMountPointDemo" - shift - if [ $# -ne 1 ];then - echo "Usage: demo-k8s.sh <namespace> appc <module_name>" - exit - fi - VARIABLES="$VARIABLES -v MODULE_NAME:$1" - shift - ;; instantiateVFW) TAG="instantiateVFW" VARIABLES="$VARIABLES -v GLOBAL_BUILD_NUMBER:$$" |