[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / getAttrDynamicParamEmptyMap / inputs / base_mso.env
1
2 parameters:
3
4   # Pseudo-constant values.
5
6   backup_file: ""
7   cloud_name_delimiter: "-"
8   default_action: "install"
9   ssh_access_key: ""
10   int_vlan_id: ""
11   lcm_keypair: ""
12
13   install_config: '
14     "application_name": "5450_isc",
15     "license_reference": "test_license",
16     "default_remote_dns_domain": "./default",
17     "default_remote_enum_domain": "e164.arpa/default",
18     "local_dns_domain": "drew2.lucentlab.com",
19     "local_enum_domain": "",
20     "naming_delimiter": "-",
21     "naming_parsing": "flexible",
22     "naming_type": "flexible3",
23     "other_remote_dns_domain": "",
24     "other_remote_enum_domain": "",
25     "remote_query_only": "",
26     "snmp_community": "public",
27     "subnet_info": {
28       "INTERNALnet0": {
29         "interface_label": "int0",
30         "redundancy_mode": "iipm",
31         "vlan_tag": ""
32       },
33       "INTERNALnet1": {
34         "interface_label": "int1",
35         "redundancy_mode": "iipm",
36         "vlan_tag": ""
37       },
38       "oam": {
39         "interface_label": "oam2",
40         "redundancy_mode": "eipm_arpndp",
41         "vlan_tag": "",
42         "connectivity_address": "",
43         "detect_multiplier": "3",
44         "desired_minimum_tx_interval": "300",
45         "required_minimum_rx_interval": "300"
46       },
47       "access": {
48         "interface_label": "acc4",
49         "redundancy_mode": "eipm_arpndp",
50         "vlan_tag": "",
51         "connectivity_address": "",
52         "detect_multiplier": "3",
53         "desired_minimum_tx_interval": "300",
54         "required_minimum_rx_interval": "300"
55       }
56     },
57     "system_name": "isc01",
58     "system_prefix": "isc01",
59     "time_zone": "UTC",
60     "use_sbpr": "yes"
61   '
62
63   # Site-specific values (supplied via the pre-load sheet).
64
65   v4_dns_server: "127.0.0.1/.,127.0.0.1/."
66   v6_dns_server: ""
67   v4_enum_server: ""
68   v6_enum_server: ""
69   v4_ntp_server: "127.0.0.1"
70   v6_ntp_server: ""
71
72   vnf_id: "MYvnf_id"
73   vnf_name: "MYvnf_name"
74   vnf_module_id: "MYvnf_module_id"
75   vnf_module_name: "base_module"
76
77   vm_counts: {
78     "oam": "1",
79     "ims": "1"
80   }
81
82   net_types:
83     - "oam"
84     - "access"
85
86   oam_management_v4_source: "oam_oam_ips"
87   oam_management_v4_index: 1
88   oam_management_v6_source: ""
89   oam_management_v6_index: 0
90
91   oam_net_id: 7410cc1d-c421-41b3-adef-d46cf79cb8d9
92   oam_subnet_id: 37d36cb0-54b7-4fbf-bc45-4879da03a0db
93   oam_cidr: "127.0.0.1/27"
94   oam_default_gateway: "127.0.0.1"
95
96   access_net_id: 870909b5-d933-4a95-9aff-df38523c37ed
97   access_subnet_id: 050ad34a-47a3-48a9-9761-12eff354fd4f
98   access_cidr: "37.9.0.32/27"
99   access_default_gateway: "37.9.0.62"
100
101   availability_zone_0: zone2
102   availability_zone_1: zone1
103
104   oam_names:
105     - "oam0"
106     - "oam1"
107
108   ims_names:
109     - "ims0"
110     - "ims1"
111
112   oam_image_name: "drew34.20"
113   ims_image_name: "drew34.20"
114
115   oam_flavor_name: "LCP-2-4-25x2-4"
116   ims_flavor_name: "LCP-1-4-15x2-4"
117
118   oam_oam_ips:
119     - "127.0.0.1"
120     - "127.0.0.1"
121     - "127.0.0.1"
122     - "127.0.0.1"
123
124   ims_access_ips:
125     - "37.9.0.36"
126     - "37.9.0.61"
127