summaryrefslogtreecommitdiffstats
path: root/values.yaml
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2019-04-22 10:41:59 -0500
committerBrian Freeman <bf1936@att.com>2019-04-22 14:31:36 -0500
commit2f9822e2d5f01c59d3b1511d3f07730ed38ea837 (patch)
treebec6e0e5bf86ee1f43c32bb2cfa87c97b9900503 /values.yaml
parent4b10128bf8437d662f7f352b27559230cf15161a (diff)
Support dynamic preload and second vnf site
Second VNF site for keystone V3 testing as well Issue-ID: INT-1038 Change-Id: I007a62a2bdb986a05658af1c67d6f3fd399b1a1a Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'values.yaml')
-rwxr-xr-xvalues.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/values.yaml b/values.yaml
index 572cda5..9ad4d7f 100755
--- a/values.yaml
+++ b/values.yaml
@@ -63,6 +63,18 @@ openStackProjectName: "onap"
openStackDomainId: "default"
# Openstack Keystone API version. Valid values are [ v2.0, v3 ]. Maps to GLOBAL_INJECTED_OPENSTACK_KEYSTONE_API_VERSION
openStackKeystoneAPIVersion: "v2.0"
+# Values for second cloud instante for VNF instantiatioen testing and keystone v3
+openStackRegionRegionThree: "RegionThree"
+openStackKeyStoneUrlRegionThree: "http://1.2.3.4:5000"
+openStackKeystoneAPIVersionRegionThree: "v3"
+openStackUserNameRegionThree: "demo"
+openStackPasswordRegionThree: "tenantPassword"
+# this is the java encrypted password that is needed for SO
+openSackMsoEncryptdPasswordRegionThree: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
+openStackTenantIdRegionThree: "3583253e932845a09cd4c8ca2f31d095"
+openStackProjectNameRegionThree: "Integration-HEAT-Staging-Daily"
+openStackDomainIdRegionThree: "default"
+#
# Openstack glance image name for Ubuntu 14. Maps to GLOBAL_INJECTED_UBUNTU_1404_IMAGE
ubuntu14Image: "Ubuntu_14_trusty"
# Openstack glance image name for Ubuntu 16. Maps to GLOBAL_INJECTED_UBUNTU_1604_IMAGE