aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2020-05-01 17:00:29 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-01 17:00:29 +0000
commitc81062626b69160145baac5e6a5d670cb67211fa (patch)
treef844a6843c218629b2a5e3d856b2fad44ec63a2e
parentbeea44604181479064665a2deb67d72c8c0e5d85 (diff)
parentb548819a2c9f68f68312ef11c15aad966227606a (diff)
Merge "Add instantiateVFWCLDN for DANOS"
-rwxr-xr-xete-k8s.sh3
-rw-r--r--resources/config/eteshare/config/robot_properties.py2
-rw-r--r--values.yaml3
3 files changed, 7 insertions, 1 deletions
diff --git a/ete-k8s.sh b/ete-k8s.sh
index 955a816..8b9ee72 100755
--- a/ete-k8s.sh
+++ b/ete-k8s.sh
@@ -28,7 +28,8 @@ if [ "$1" == "" ] || [ "$2" == "" ]; then
echo " clamp.robot: clamp"
echo ""
echo " demo.robot: InitDemo, InitCustomer, APPCCDTPreloadDemo, APPCMountPointDemo, DistributeDemoVFWDT, DistributeVFWNG,"
- echo " InitDistribution, PreloadDemo, deleteVNF, heatbridge, instantiateDemoVFWCL, instantiateVFW, instantiateVFWCL, instantiateVFWDT"
+ echo " InitDistribution, PreloadDemo, deleteVNF, heatbridge, instantiateDemoVFWCL, instantiateVFW, "
+ echo " instantiateVFWCL, instantiateVFWDT, instantiateVFWCLDN"
echo ""
echo " health-check.robot: health, core, small, medium, 3rdparty, api, datarouter, externalapi, health-aaf, health-aai, health-appc,"
echo " health-clamp, health-cli, health-dcae, health-dmaap, health-log, health-modeling, health-msb,"
diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py
index 951c0a1..73336d9 100644
--- a/resources/config/eteshare/config/robot_properties.py
+++ b/resources/config/eteshare/config/robot_properties.py
@@ -111,6 +111,8 @@ GLOBAL_INJECTED_SO_VNFM_IP_ADDR = 'so-vnfm-adapter.{{include "common.namespace"
GLOBAL_INJECTED_UBUNTU_1404_IMAGE = '{{ .Values.ubuntu14Image }}'
GLOBAL_INJECTED_UBUNTU_1604_IMAGE = '{{ .Values.ubuntu16Image }}'
GLOBAL_INJECTED_VM_IMAGE_NAME = '{{ .Values.ubuntu14Image }}'
+GLOBAL_INJECTED_DANOS_IMAGE_NAME = '{{ .Values.danosImage }}'
+GLOBAL_INJECTED_DANOS_FLAVOR = '{{ .Values.danosFlavor }}'
GLOBAL_INJECTED_VID_IP_ADDR = 'vid.{{include "common.namespace" .}}'
GLOBAL_INJECTED_VM_FLAVOR = '{{ .Values.openStackFlavourMedium }}'
GLOBAL_INJECTED_VNFSDK_IP_ADDR = 'refrepo.{{include "common.namespace" .}}'
diff --git a/values.yaml b/values.yaml
index de5c268..6ee09fb 100644
--- a/values.yaml
+++ b/values.yaml
@@ -104,6 +104,9 @@ openStackDomainIdRegionThree: "Default"
ubuntu14Image: "Ubuntu_14_trusty"
# Openstack glance image name for Ubuntu 16. Maps to GLOBAL_INJECTED_UBUNTU_1604_IMAGE
ubuntu16Image: "Ubuntu_16_xenial"
+# DANOS image and flavor references
+danosImage: "danos-ves-image"
+danosFlavor: "danos"
# GLOBAL_INJECTED_SCRIPT_VERSION. Maps to GLOBAL_INJECTED_SCRIPT_VERSION
scriptVersion: "1.4.0"
# Openstack network to which VNFs will bind their primary (first) interface. Maps to GLOBAL_INJECTED_NETWORK