[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 / heatPseudoParameters / usedFromMainHeat / inputfiles / VSR_base_hot.env
1 parameters:
2
3   # Name of the stack
4   stack_name:
5     type: string
6   # Name of the availability zone
7   availability_zone_0: "nova"
8
9   # VNF ID
10   vnf_id: "111100001111"
11
12   # VF Module ID
13   vf_module_id: "888800008888"
14
15   #  VM Names
16   cpm_name_0: "vbng1-cpma"
17   cpm_name_1: "vbng1-cpmb"
18   iom_name_0: "vbng1-iom1"
19
20   # Name of the image for CPM and IOM VMs. Make sure you have uploaded the image.
21   cpm_image_name: "VSR-14.0R4"
22   iom_image_name: "VSR-14.0R4"
23
24   # Flavor of CPM and IOM VMs. Pick a flavor available in your Openstack tenant
25   cpm_flavor_name: "m1.medium"
26   iom_flavor_name: "m1.medium"
27
28   # UUID of the Management network
29   # This is an external network. The network should be created separately
30   # NOTE: Update these based on your Openstack network configuration
31   mgt_net_id: 1024b82c-0049-4503-8b0b-eb5ff952e101
32   mgt_subnet_id: 90ad7ea9-596f-45f4-8869-226fc876b101
33  
34   # UUID of the Control fabric - This will be created by the script
35   # This is an external network. The network should be created separately
36   # NOTE: Update these based on your Openstack network configuration
37   ctrl_fabric_net_id: 1024b82c-0049-4503-8b0b-eb5ff952e102
38   ctrl_fabric_subnet_id: 90ad7ea9-596f-45f4-8869-226fc876b102
39
40   # UUID of the first Data network port
41   # This is an external network. The network should be created separately
42   # NOTE: Update these based on your Openstack network configuration
43   data0_net_id: 1024b82c-0049-4503-8b0b-eb5ff952e103
44   data0_subnet_id: 90ad7ea9-596f-45f4-8869-226fc876b103
45
46   # UUID of the second Data network port
47   # This is an external network. The network should be created separately
48   # NOTE: Update these based on your Openstack network configuration
49   data1_net_id: 1024b82c-0049-4503-8b0b-eb5ff952e104
50   data1_subnet_id: 90ad7ea9-596f-45f4-8869-226fc876b104
51
52   # UUID of the third Data network port
53   # This is an external network. The network should be created separately
54   # NOTE: Update these based on your Openstack network configuration
55   data2_net_id: 1024b82c-0049-4503-8b0b-eb5ff952e105
56   data2_subnet_id: 90ad7ea9-596f-45f4-8869-226fc876b105
57   
58   # UUID of the fourth Data network port
59   # This is an external network. The network should be created separately
60   # NOTE: Update these based on your Openstack network configuration
61   data3_net_id: 1024b82c-0049-4503-8b0b-eb5ff952e106
62   data3_subnet_id: 90ad7ea9-596f-45f4-8869-226fc876b106
63   
64       
65   # Slot name for the CPM VMs. Conventionally these go as A and B
66   cpmaSlot: "A"
67   cpmbSlot: "B"
68
69   # Slot name for the IOM VM
70   iom1Slot: "1"
71
72   #  The following IPs are based on the Management Network provided above
73
74   #  Fixed IP for Management interface on CPM-A
75   cpm_mgt_ip_0: 192.168.254.11
76   #  Fixed IP for Management interface on CPM-B
77   cpm_mgt_ip_1: 192.168.254.12
78   #  Management Network CIDR
79   cpm_mgt_cidr: "192.168.254.0/24"
80   #  Management Network Gateway
81   cpm_mgt_gw_ip: 192.168.254.1
82
83   # Command passed during startup of CPMs
84   cpm_smbios: "TiMOS: slot=$slt chassis=VSR card=cpm-v license-file=license.txt address=$adrp/24@active address=$adrs/24@standby static-route=192.168.0.0/16@$oamGw persist=on features=795"
85
86   # Command passed during startup of IOMs
87   iom_smbios: "TiMOS: slot=$slt chassis=VSR card=iom-v mda/1=m20-v features=795"
88
89   # MTU size in bytes
90   cpm_mtu: '9000'
91   iom_mtu: '9000'
92