From dd60339b06d252fcb1382aa97ab3d65b37dad021 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 12 Jul 2017 00:54:52 +0300 Subject: [sdc] rebase update Change-Id: I8f1fc7150975122dd9f3f4e653b9983064b399a6 Signed-off-by: Michael Lando --- .../in/module_4_vson_dbc.env | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/multipleReferencesToSameNestedFilesWithSameComputeType/in/module_4_vson_dbc.env (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/multipleReferencesToSameNestedFilesWithSameComputeType/in/module_4_vson_dbc.env') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/multipleReferencesToSameNestedFilesWithSameComputeType/in/module_4_vson_dbc.env b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/multipleReferencesToSameNestedFilesWithSameComputeType/in/module_4_vson_dbc.env new file mode 100644 index 0000000000..ba9877c2c7 --- /dev/null +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/multipleReferencesToSameNestedFilesWithSameComputeType/in/module_4_vson_dbc.env @@ -0,0 +1,76 @@ +parameters: + +## Unique name for this VF instance. +# vnf_name: vson + +## Unique ID for this VF instance. +# vnf_id: 0 + +## Unique name for this VF module instance. +# vf_module_name: module_4_vson_dbc + +## Unique ID for this VF Module instance. +# vf_module_id: 4 + +## The ID of the OAM network. +# oam_net_id: e74c21d6-9d47-4620-9594-7e440b4302b0 + +## Address length prefix for the subnet on the OAM network +# oam_net_subnet_prefix_length: 24 + +## Default gateway.Required for the Sandbox environment. +# default_gateway: 10.56.124.1 + +## List of DNS servers +# dns_servers: 64.102.6.247 + +## List of NTP servers +# ntp_servers: 173.38.201.67 + +## Availability zone. +## NOTE: vSON DBC instance should be located in the same +## Availability Zone as its related Cinder Volume. +# availability_zone_0: nova + +## Tells what policy should be applied to the ServerGroup. +## Affinity policy will force instances to share the same hypervisor. +## Anti-affinity will force instances to run in different hypervisors. +## The group intended for vSON DBC. +# vson_dbc_server_group_id: f2e8ab52-4582-4a22-b8f7-88ec8a7bdedd + +## The ID of Security group applied on the port +## bound to the vSON OAM network. +# oam_net_security_group_id: 42e187a1-45cc-4a99-993b-40a42a5cb081 + +## ID of the volume intended for the first vSON DBC instance. +# vson_dbc_volume_id_0: 2c76e40e-097c-4c7d-932c-2e4166bb98df + +## Unique name for the vSON DBC instance. +# vson_dbc_name_0: vson-09.cisco.com + +## VM Image name a vSON DBC instance will be created from. + vson_dbc_image_name: VSON-BASE-1.0 + +## The ID or name of the DBC flavor. + vson_dbc_flavor_name: vson-dbc-flavor + +## Fixed IP assignment for the vSON DBC instance on the OAM network. +# vson_dbc_oam_net_ip_0: 10.56.124.18 + +## IP of the first vSON Cluster Management server. +# vson_clm_0_oam_net_ip_0: 10.56.124.10 + +## Name of the vSON Data Center. +# vson_dc_unit: DC1 + +## Authentication Token generated for the user permitted to add +## a vSON member to existing vSON Cluster and Datacenter. +## Default is the token generated for user "dev".In this case retain the value empty. +# vson_join_cluster_auth_token: "" + +## Swift account auth token. +## Example: 041a5187bb4641f9b89583e2539776b0 +# swift_account_auth_token: 1c3fb715a9c142a9969b9f14617dab94 + +## Number of vSON DBC servers. +# number_of_servers: 1 -- cgit 1.2.3-korg