aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneCompute/out/MainServiceTemplate.yaml
blob: 2d5a794b7aabf25bdc963d6d452f84cf8004c3b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
  template_name: Main
imports:
- openecomp_heat_index:
    file: openecomp-heat/_index.yml
- GlobalSubstitutionTypes:
    file: GlobalSubstitutionTypesServiceTemplate.yaml
topology_template:
  inputs:
    oam_net_ips:
      label: OAM network ips
      hidden: false
      immutable: false
      type: list
      description: OAM network ips
      default:
      - 107.239.64.121
      entry_schema:
        type: string
    availabilityzone_name:
      label: availabilityzone name
      hidden: false
      immutable: false
      type: string
      description: availabilityzone name
      default: nova
    oam_net_gw:
      label: CPS network gateway
      hidden: false
      immutable: false
      type: string
      description: CPS network gateway
      default: 107.239.64.1
    pcm_server_names:
      label: PCRF CM server names
      hidden: false
      immutable: false
      type: list
      description: name of the PCRF CM instance
      default:
      - ZRDM1PCRF01PCM001
      entry_schema:
        type: string
    pcm_image_name:
      label: PCRF CM image name
      hidden: false
      immutable: false
      type: string
      description: PCRF CM image name
      default: rhel2
    cps_net_ips:
      label: CPS network ips
      hidden: false
      immutable: false
      type: list
      description: CPS network ips
      default:
      - 172.26.16.113
      entry_schema:
        type: string
    security_group_name:
      label: security group name
      hidden: false
      immutable: false
      type: string
      description: the name of security group
      default: nimbus_security_group
    pcm_volumes:
      label: CPS Cluman Cinder Volume
      hidden: false
      immutable: false
      type: list
      description: CPS Cluman Cinder Volume
      default:
      - 249cb355-8fdf-4382-9c3c-a2ebe767d45b
      entry_schema:
        type: string
    compute_image_name:
      hidden: false
      immutable: false
      type: string
    pcm_flavor_name:
      label: PCRF CM flavor name
      hidden: false
      immutable: false
      type: string
      description: flavor name of PCRF CM instance
      default: cps
    cps_net_name:
      label: CPS network name
      hidden: false
      immutable: false
      type: string
      description: CPS network name
      default: int_pcrf_net_0
    cps_net_mask:
      label: CPS network mask
      hidden: false
      immutable: false
      type: string
      description: CPS network mask
      default: 255.255.255.0
    oam_net_mask:
      label: CPS network mask
      hidden: false
      immutable: false
      type: string
      description: CPS network mask
      default: 255.255.255.0
    oam_net_name:
      label: OAM network name
      hidden: false
      immutable: false
      type: string
      description: OAM network name
      default: oam_protected_net_0
    port_net_name:
      hidden: false
      immutable: false
      type: string
  node_templates:
    server_pcm_001:
      type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
      directives:
      - substitutable
      properties:
        port_pcm_port_1_network_role_tag: oam
        availabilityzone_name:
          get_input: availabilityzone_name
        port_pcm_port_0_ip_requirements:
        - ip_version: 4
          ip_count_required:
            is_required: true
          floating_ip_count_required:
            is_required: false
        oam_net_gw:
          get_input: oam_net_gw
        pcm_image_name:
          get_input: pcm_image_name
        security_group_name:
          get_input: security_group_name
        cps_net_ip:
          get_input:
          - cps_net_ips
          - 0
        port_pcm_port_1_mac_requirements:
          mac_count_required:
            is_required: false
        pcm_flavor_name:
          get_input: pcm_flavor_name
        service_template_filter:
          substitute_service_template: nested-pcm_v0.1ServiceTemplate.yaml
        pcm_vol:
          get_input:
          - pcm_volumes
          - 0
        port_pcm_port_1_ip_requirements:
        - ip_version: 4
          ip_count_required:
            is_required: true
          floating_ip_count_required:
            is_required: false
        port_pcm_port_0_network_role_tag: cps
        port_pcm_port_0_mac_requirements:
          mac_count_required:
            is_required: false
        pcm_server_name:
          get_input:
          - pcm_server_names
          - 0
        cps_net_name:
          get_input: cps_net_name
        cps_net_mask:
          get_input: cps_net_mask
        oam_net_ip:
          get_input:
          - oam_net_ips
          - 0
        oam_net_mask:
          get_input: oam_net_mask
        oam_net_name:
          get_input: oam_net_name
    packet_mirror_network:
      type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net
      properties:
        network_name:
          get_input: port_net_name
      requirements:
      - dependency:
          capability: tosca.capabilities.Node
          node: server_pcm_001
          relationship: tosca.relationships.DependsOn
    abstract_compute:
      type: org.openecomp.resource.abstract.nodes.compute
      directives:
      - substitutable
      properties:
        compute_compute_user_data_format:
        - get_attribute:
          - server_pcm_001
          - oam_net_gw
        compute_compute_name:
        - compute_name: null
        vm_flavor_name:
          compute_flavor_name: null
        vm_image_name:
          get_input: compute_image_name
        port_compute_port_network:
        - get_input: port_net_name
        port_compute_port_network_role_tag: port
        compute_compute_metadata:
        - get_attribute:
          - server_pcm_001
          - server_pcm_id
        port_compute_port_mac_requirements:
          mac_count_required:
            is_required: false
        port_compute_port_ip_requirements:
        - ip_version: 4
          ip_count_required:
            is_required: false
          floating_ip_count_required:
            is_required: false
        service_template_filter:
          substitute_service_template: Nested_computeServiceTemplate.yaml
          count: 1
        index_value:
          get_property:
          - SELF
          - service_template_filter
          - index_value
  groups:
    hot-nimbus-pcm_v0.4_group:
      type: org.openecomp.groups.heat.HeatStack
      properties:
        heat_file: ../Artifacts/hot-nimbus-pcm_v0.4.yaml
        description: heat template that creates PCRF Cluman stack
      members:
      - server_pcm_001
      - packet_mirror_network
      - abstract_compute
id='n1278' href='#n1278'>1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
  template_name: Main
imports:
- openecomp_heat_index:
    file: openecomp-heat/_index.yml
- GlobalSubstitutionTypes:
    file: GlobalSubstitutionTypesServiceTemplate.yaml
topology_template:
  inputs:
    ssc_a_name_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_a_name_0
      type: string
      description: Name of VM A of SSC
      constraints:
      - pattern: '[a-zA-Z0-9][a-zA-Z0-9-]{0,29}$'
    mgmt_net_plen:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: mgmt_net_plen
      type: float
      description: Management network prefix length
      constraints:
      - in_range:
        - 0
        - 32
    ssc_b_name_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            source_type: HEAT
            param_name: ssc_b_name_0
      type: string
      description: Name of VM B of SSC
      constraints:
      - pattern: '[a-zA-Z0-9][a-zA-Z0-9-]{0,29}$'
    ssc_b_untrusted_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            source_type: HEAT
            param_name: ssc_b_untrusted_ip_0
      type: string
      description: Fixed IPv4 address on Untrusted/access network for SSC B.
    ssc_b_untrusted_parent_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            source_type: HEAT
            param_name: ssc_b_untrusted_parent_ip_0
      type: string
      description: Fixed IPv4 address on Untrusted/access parent network for SSC B.
    perimeta_untrusted_vlan_ids:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: perimeta_untrusted_vlan_ids
      type: list
      description: List of VLAN IDs to use on the untrusted/access network
      entry_schema:
        type: string
    ssc_json_radius_servername:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_json_radius_servername
      type: string
      description: IP Address or hostname of RADIUS server
    ssc_mgmt_vip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_mgmt_vip_0
      type: string
      description: Management virtual IP address to use for SSC.
    rtp_msc_json_use_radius_authentication:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_json_use_radius_authentication
      type: string
      description: Json prefix, used to indicate if user account authentication is done externally through Radius
      constraints:
      - valid_values:
        - ' '
        - '// not using Radius '
    ssc_trusted_vip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_trusted_vip_0
      type: string
      description: Virtual IPv4 address on Trusted/core network for SSC.
    ssc_untrusted_vip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_untrusted_vip_0
      type: string
      description: Virtual IPv4 address on Untrusted/access network for SSC.
    perimeta_untrusted_num_vlans:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: perimeta_untrusted_num_vlans
      type: float
      description: number of VLANs to connect to the untrusted/access interface
      constraints:
      - in_range:
        - 1
        - 1001
    rtp_msc_mgmt_vips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_mgmt_vips
      type: list
      description: List of management virtual IP addresses to use for RTP MSC.
      entry_schema:
        type: string
    ssc_a_json_prefix:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_a_json_prefix
      type: string
      description: Json prefix, used to create the correct json file depending on the operation being performed
      default: ' '
      constraints:
      - valid_values:
        - ' '
        - '// healing, not required '
    rtp_msc_a_untrusted_parent_ips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_a_untrusted_parent_ips
      type: list
      description: List of fixed IPv4 addresses on Untrusted/access parent network for RTP MSC A.
      entry_schema:
        type: string
    ssc_b_trusted_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            source_type: HEAT
            param_name: ssc_b_trusted_ip_0
      type: string
      description: Fixed IPv4 address on Trusted/core network for SSC B.
    shared_perimeta_ssc_server_group:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: shared_perimeta_ssc_server_group
      type: string
      description: Server group to use for these VMs
    ssc_json_radius_timeout:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_json_radius_timeout
      type: float
      description: Timeout for connect requests to RADIUS server
      constraints:
      - in_range:
        - 1
        - 60
    rtp_msc_untrusted_vips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_untrusted_vips
      type: list
      description: List of virtual IPv4 addresses on Untrusted/access network for RTP MSC.
      entry_schema:
        type: string
    rtp_msc_json_radius_servername:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_json_radius_servername
      type: string
      description: IP Address or hostname of RADIUS server
    rtp_msc_vnfcnames:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_vnfcnames
      type: list
      description: List of vnfc names of the RTP MSC. This is the name associated with the perimeta pair and corresponds to the VIP
      entry_schema:
        type: string
    ssc_image_name:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_image_name
      type: string
      description: Glance image to use for launching SSC Perimeta instances.
      default: ISBC_SBC_v4.0.40_SU12.qcow2
      constraints: [
        ]
    perimeta_max_rtp_msc_count:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - base_perimeta_deployment_create
            source_type: HEAT
            param_name: perimeta_max_rtp_msc_count
      type: float
      description: Max number of RTP MSCs in a site.
      default: 8
      constraints:
      - in_range:
        - 0
        - 20
    trusted_net_id:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: trusted_net_id
      type: string
      description: Network ID of Trusted/core network.
      constraints: [
        ]
    ntp_server_ip_addrs:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ntp_server_ip_addrs
      type: string
      description: NTP server IPv4 addresses, separated by commas.  These must be accessible from the management network
      constraints:
      - pattern: ((?:\d{1,3}\.){3}\d{1,3},)*((?:\d{1,3}\.){3}\d{1,3})
    rtp_msc_json_radius_default:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_json_radius_default
      type: string
      description: Default authentication level for RADIUS users
      constraints:
      - valid_values:
        - no-access
        - read-only
        - support
        - restricted-admin
        - admin
    rtp_msc_a_vnfcnames:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_a_vnfcnames
      type: list
      description: List of vnfc names of the A of RTP MSC
      entry_schema:
        type: string
    ssc_b_untrusted_v6_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            source_type: HEAT
            param_name: ssc_b_untrusted_v6_ip_0
      type: string
      description: Fixed IPv6 address on Untrusted/access network for SSC B.
    rtp_msc_b_index:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            source_type: HEAT
            param_name: rtp_msc_b_index
      type: float
      description: Index of RTP MSC to instantiate / heal.
      constraints:
      - in_range:
        - 0
        - 19
    rtp_msc_untrusted_v6_vips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_untrusted_v6_vips
      type: list
      description: List of virtual IPv6 addresses on Untrusted/access network for RTP MSC.
      entry_schema:
        type: string
    shared_ssc_unused_net_id:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: shared_ssc_unused_net_id
      type: string
      description: Unused network ID
    ssc_b_rf_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            source_type: HEAT
            param_name: ssc_b_rf_ip_0
      type: string
      description: RF fixed IP address to use for SSC B.
    rtp_msc_b_untrusted_parent_ips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            source_type: HEAT
            param_name: rtp_msc_b_untrusted_parent_ips
      type: list
      description: List of fixed IPv4 addresses on Untrusted/access parent network for RTP MSC B.
      entry_schema:
        type: string
    ssc_flavor_name:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_flavor_name
      type: string
      description: Flavor to use for creating SSC VM instance
      default: gv.c8r16d160
      constraints: [
        ]
    mgmt_net_id:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: mgmt_net_id
      type: string
      description: Management network ID
      constraints: [
        ]
    ssc_json_radius_secret:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_json_radius_secret
      type: string
      description: Shared secret to use for the RADIUS Server
    rtp_msc_a_names:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_a_names
      type: list
      description: List of names of VM A of RTP MSC
      entry_schema:
        type: string
    shared_int_ha_net_id:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: shared_int_ha_net_id
      type: string
      description: HA network id
      constraints: [
        ]
    ssc_vnfcname_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_vnfcname_0
      type: string
      description: Name of vnfc of SSC. This is the name associated with the perimeta pair and corresponds to the VIP
      constraints:
      - pattern: '[a-zA-Z0-9][a-zA-Z0-9-]{0,31}$'
    rtp_msc_trusted_vips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_trusted_vips
      type: list
      description: List of virtual IPv4 addresses on Trusted/core network for RTP MSC.
      entry_schema:
        type: string
    rtp_msc_json_radius_port:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_json_radius_port
      type: float
      description: Port to use to connect to RADIUS server
      constraints:
      - in_range:
        - 0
        - 65535
    vf_module_id:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: vf_module_id
      type: string
      description: Unique ID for this VF Module instance
    ssc_json_radius_port:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_json_radius_port
      type: float
      description: Port to use to connect to RADIUS server
      constraints:
      - in_range:
        - 0
        - 65535
    rtp_msc_b_untrusted_v6_ips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            source_type: HEAT
            param_name: rtp_msc_b_untrusted_v6_ips
      type: list
      description: List of fixed IPv6 addresses on Untrusted/access network for RTP MSC B.
      entry_schema:
        type: string
    rtp_msc_b_mgmt_ips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_b_mgmt_ips
      type: list
      description: List of management fixed IP addresses to use for RTP MSC B.
      entry_schema:
        type: string
    ssc_a_int_ha_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_a_int_ha_ip_0
      type: string
      description: HA fixed IP address to use for SSC A.
    ssc_b_mgmt_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_b_mgmt_ip_0
      type: string
      description: Management fixed IP address to use for SSC B.
    vnf_name:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            - base_perimeta_deployment_create
            source_type: HEAT
            param_name: vnf_name
      type: string
      description: Unique name for this VNF instance
    rtp_msc_flavor_name:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_flavor_name
      type: string
      description: Flavor to use for creating RTP MSC VM instance
      default: gv.c8r16d160
      constraints: [
        ]
    perimeta_int_ha_net_prefix_v4:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - base_perimeta_deployment_create
            source_type: HEAT
            param_name: perimeta_int_ha_net_prefix_v4
      type: string
      description: IPv4 subnet prefix for internal HA network
      default: 172.26.1.4
    rtp_msc_b_names:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            source_type: HEAT
            param_name: rtp_msc_b_names
      type: list
      description: List of names of VM B of RTP MSC
      entry_schema:
        type: string
    rtp_msc_b_untrusted_ips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            source_type: HEAT
            param_name: rtp_msc_b_untrusted_ips
      type: list
      description: List of fixed IPv4 addresses on Untrusted/access network for RTP MSC B.
      entry_schema:
        type: string
    perimeta_ssh_key:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - base_perimeta_deployment_create
            source_type: HEAT
            param_name: perimeta_ssh_key
      type: string
      description: SSH public key
      default: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXvSadEWp+nsz3gEAAAAAAAAAAbggQ3t06mqFIauHfUYMiKZ3EUX3jDFf/uGQoNsIZU6SNE/gl3tY4fFvO8Yzj8OY/vstHHvEadbY5aXNE6kd39ik20uRNbeZLT+pRllBwVKBSVnFqG3kBDvNWmBIenlPZzu3Ay0LYT/aDq6fZaz8Mqy8hzhpAAAAAAAAAAEmS/ESYY4UMs/aF2fVGmCLqudSjLpSsyD8lXag2dmeiT7cTdwRkgtDNTULXCPVucolVZwZF9BxXPNK++B+fL/ZY4MrXHXgZYGEElrMCFYkQFb3jQv3XQtxZ6gVByrzgGc9eiU7tkCgY2cVfb22iIs9n Generated-by-Nova
    rtp_msc_a_index:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_a_index
      type: float
      description: Index of RTP MSC to instantiate / heal.
      constraints:
      - in_range:
        - 0
        - 19
    rtp_msc_json_v41:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_json_v41
      type: string
      description: Json prefix, used to ensure that the json tags will be recognised by the server loading them
      default: ' '
      constraints:
      - valid_values:
        - ' '
        - '// older perimeta, parameter not required '
    shared_perimeta_rtp_msc_server_groups:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: shared_perimeta_rtp_msc_server_groups
      type: list
      description: Server group to use for these VMs
      entry_schema:
        type: string
    rtp_msc_a_json_prefix:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_a_json_prefix
      type: string
      description: Json prefix, used to create the correct json file depending on the operation being performed
      default: ' '
      constraints:
      - valid_values:
        - ' '
        - '// healing, not required '
    ssc_b_int_ha_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_b_int_ha_ip_0
      type: string
      description: HA fixed IP address to use for SSC B.
    rtp_msc_b_vnfcnames:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_b_vnfcnames
      type: list
      description: List of vnfc names of VM B of RTP MSC
      entry_schema:
        type: string
    ssc_a_trusted_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_a_trusted_ip_0
      type: string
      description: Fixed IPv4 address on Trusted/core network for SSC A.
    vnf_id:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: vnf_id
      type: string
      description: ID of VNF
    availability_zone_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: availability_zone_0
      type: string
      description: Availability zone for A instances.
    availability_zone_1:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            source_type: HEAT
            param_name: availability_zone_1
      type: string
      description: Availability zone for B instances.
    perimeta_int_ha_net_prefix_len_v4:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - base_perimeta_deployment_create
            source_type: HEAT
            param_name: perimeta_int_ha_net_prefix_len_v4
      type: float
      description: Prefix length of subnet associated with internal HA network
      default: 26
      constraints:
      - in_range:
        - 0
        - 31
    ssc_a_untrusted_v6_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_a_untrusted_v6_ip_0
      type: string
      description: Fixed IPv6 address on Untrusted/access network for SSC A.
    rtp_msc_untrusted_parent_vips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_untrusted_parent_vips
      type: list
      description: List of virtual IPv4 addresses on Untrusted/access parent network for RTP MSC.
      entry_schema:
        type: string
    shared_int_ha_net_prefix_len_v4:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: shared_int_ha_net_prefix_len_v4
      type: float
      description: Prefix length of subnet associated with internal HA network
      constraints:
      - in_range:
        - 0
        - 31
    ssc_rf_vip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_rf_vip_0
      type: string
      description: RF virtual IP address to use for SSC.
    rtp_msc_a_int_ha_ips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_a_int_ha_ips
      type: list
      description: List of HA fixed IP addresses to use for RTP MSC A.
      entry_schema:
        type: string
    shared_perimeta_keypair:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: shared_perimeta_keypair
      type: string
      description: Keypair to use for accessing this Perimeta instance
    shared_int_untrusted_parent_net_id:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: shared_int_untrusted_parent_net_id
      type: string
      description: untrusted parent network id
    ssc_a_vnfcname_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_a_vnfcname_0
      type: string
      description: vnfc name of VM A of SSC
      constraints:
      - pattern: '[a-zA-Z0-9][a-zA-Z0-9-]{0,31}$'
    rtp_msc_json_radius_secret:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_json_radius_secret
      type: string
      description: Shared secret to use for the RADIUS Server
    rtp_msc_b_trusted_ips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            source_type: HEAT
            param_name: rtp_msc_b_trusted_ips
      type: list
      description: List of fixed IPv4 addresses on Trusted/core network for RTP MSC B.
      entry_schema:
        type: string
    rtp_msc_a_trusted_ips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_a_trusted_ips
      type: list
      description: List of fixed IPv4 addresses on Trusted/core network for RTP MSC A.
      entry_schema:
        type: string
    rtp_msc_image_name:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_image_name
      type: string
      description: Glance image to use for launching RTP MSC Perimeta instances.
      default: ISBC_SBC_v4.0.40_SU12.qcow2
      constraints: [
        ]
    ssc_a_mgmt_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_a_mgmt_ip_0
      type: string
      description: Management fixed IP address to use for SSC A.
    ssc_untrusted_parent_vip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_untrusted_parent_vip_0
      type: string
      description: Virtual IPv4 address on Untrusted/access parent network for SSC.
    rtp_msc_b_int_ha_ips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_b_int_ha_ips
      type: list
      description: List of HA fixed IP addresses to use for RTP MSC B.
      entry_schema:
        type: string
    ssc_untrusted_v6_vip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_b
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_untrusted_v6_vip_0
      type: string
      description: Virtual IPv6 address on Untrusted/access network for SSC.
    rtp_msc_a_mgmt_ips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_a_mgmt_ips
      type: list
      description: List of management fixed IP addresses to use for RTP MSC A.
      entry_schema:
        type: string
    rtp_msc_a_untrusted_ips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_a_untrusted_ips
      type: list
      description: List of fixed IPv4 addresses on Untrusted/access network for RTP MSC A.
      entry_schema:
        type: string
    ssc_a_rf_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_a_rf_ip_0
      type: string
      description: RF fixed IP address to use for SSC A.
    ssc_json_use_radius_authentication:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_json_use_radius_authentication
      type: string
      description: Json prefix, used to indicate if user account authentication is done externally through Radius
      constraints:
      - valid_values:
        - ' '
        - '// not using Radius '
    ssc_a_untrusted_parent_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_a_untrusted_parent_ip_0
      type: string
      description: Fixed IPv4 address on Untrusted/access parent network for SSC A.
    perimeta_untrusted_vlan_networks:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: perimeta_untrusted_vlan_networks
      type: list
      description: List of Contrail VLAN networks to use on the untrusted/access network.   The order and number of these must match the VLAN ID list.
      entry_schema:
        type: string
    ssc_a_untrusted_ip_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_a_untrusted_ip_0
      type: string
      description: Fixed IPv4 address on Untrusted/access network for SSC A.
    rtp_msc_a_untrusted_v6_ips:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_a_untrusted_v6_ips
      type: list
      description: List of fixed IPv6 addresses on Untrusted/access network for RTP MSC A.
      entry_schema:
        type: string
    mgmt_net_default_gateway:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: mgmt_net_default_gateway
      type: string
      description: Default gateway for management network
    rtp_msc_json_radius_timeout:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_a
            source_type: HEAT
            param_name: rtp_msc_json_radius_timeout
      type: float
      description: Timeout for connect requests to RADIUS server
      constraints:
      - in_range:
        - 1
        - 60
    ssc_b_vnfcname_0:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_b_vnfcname_0
      type: string
      description: vnfc name of VM B of SSC
      constraints:
      - pattern: '[a-zA-Z0-9][a-zA-Z0-9-]{0,31}$'
    ssc_json_v41:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_json_v41
      type: string
      description: Json prefix, used to ensure that the json tags will be recognised by the server loading them
      default: ' '
      constraints:
      - valid_values:
        - ' '
        - '// older perimeta, parameter not required '
    ssc_json_radius_default:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: ssc_json_radius_default
      type: string
      description: Default authentication level for RADIUS users
      constraints:
      - valid_values:
        - no-access
        - read-only
        - support
        - restricted-admin
        - admin
    shared_perimeta_sec_groups:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - module_2_perimeta_rtp_msc_b
            - module_1_perimeta_ssc_b
            - module_2_perimeta_rtp_msc_a
            - module_1_perimeta_ssc_a
            source_type: HEAT
            param_name: shared_perimeta_sec_groups
      type: list
      description: List of security groups to add on all interfaces.
      entry_schema:
        type: string
  node_templates:
    perimeta_rtp_msc_a:
      type: org.openecomp.resource.abstract.nodes.heat.module_2_perimeta_sw_a_child
      directives:
      - substitutable
      properties:
        vf_module_id:
          get_input: vf_module_id
        int_ha_network_plen:
          get_input: shared_int_ha_net_prefix_len_v4
        perimeta_config:
          str_replace:
            template:
              get_artifact:
              - SELF
              - rtp_msc_a_template
            params:
              $RADIUS_SERVERNAME:
                get_input: rtp_msc_json_radius_servername
              $REMOTE_MGMT_IP_ADDR:
                get_input:
                - rtp_msc_b_mgmt_ips
                - get_input: rtp_msc_a_index
              $VIRT_MGMT_IP_ADDR:
                get_input:
                - rtp_msc_mgmt_vips
                - get_input: rtp_msc_a_index
              $LOCAL_MGMT_IP_ADDR:
                get_input:
                - rtp_msc_a_mgmt_ips
                - get_input: rtp_msc_a_index
              $MGMT_NETWORK_DEFAULT_GATEWAY:
                get_input: mgmt_net_default_gateway
              $RADIUS_DEFAULT:
                get_input: rtp_msc_json_radius_default
              $COMPLETION_PARAMS: ''
              $RADIUS_PORT:
                get_input: rtp_msc_json_radius_port
              $NTP_SERVER_IP_ADDRS:
                get_input: ntp_server_ip_addrs
              $HEALING_OR_INSTANTIATION:
                get_input: rtp_msc_a_json_prefix
              $RADIUS_SECRET:
                get_input: rtp_msc_json_radius_secret
              $RADIUS_TIMEOUT:
                get_input: rtp_msc_json_radius_timeout
              $41ORABOVE:
                get_input: rtp_msc_json_v41
              $SYSTEM_NAME:
                get_input:
                - rtp_msc_vnfcnames
                - get_input: rtp_msc_a_index
              $USERADIUSAUTH:
                get_input: rtp_msc_json_use_radius_authentication
              $MGMT_NETWORK_PLEN:
                get_input: mgmt_net_plen
              $VM_NAME_A:
                get_input:
                - rtp_msc_a_vnfcnames
                - get_input: rtp_msc_a_index
              $VM_NAME_B:
                get_input:
                - rtp_msc_b_vnfcnames
                - get_input: rtp_msc_a_index
        vnf_name:
          get_input: vnf_name
        perimeta_untrusted_vlan_ids:
          get_input: perimeta_untrusted_vlan_ids
        int_ha_net_id:
          get_input: shared_int_ha_net_id
        perimeta_instance_index:
          get_input: rtp_msc_a_index
        service_template_filter:
          substitute_service_template: module_2_perimeta_sw_a_childServiceTemplate.yaml
        perimeta_keypair:
          get_input: shared_perimeta_keypair
        perimeta_server_groups:
          get_input: shared_perimeta_rtp_msc_server_groups
        vnf_id:
          get_input: vnf_id
        availability_zone_0:
          get_input: availability_zone_0
        rtp_msc_mgmt_vips:
          get_input: rtp_msc_mgmt_vips
        perimeta_sec_groups:
          get_input: shared_perimeta_sec_groups
        rtp_msc_untrusted_parent_vips:
          get_input: rtp_msc_untrusted_parent_vips
        perimeta_untrusted_num_vlans:
          get_input: perimeta_untrusted_num_vlans
        rtp_msc_a_int_ha_ips:
          get_input: rtp_msc_a_int_ha_ips
        rtp_msc_a_untrusted_parent_ips:
          get_input: rtp_msc_a_untrusted_parent_ips
        rtp_msc_a_trusted_ips:
          get_input: rtp_msc_a_trusted_ips
        rtp_msc_untrusted_vips:
          get_input: rtp_msc_untrusted_vips
        trusted_net_id:
          get_input: trusted_net_id
        rtp_msc_b_int_ha_ips:
          get_input: rtp_msc_b_int_ha_ips
        rtp_msc_a_mgmt_ips:
          get_input: rtp_msc_a_mgmt_ips
        rtp_msc_a_untrusted_ips:
          get_input: rtp_msc_a_untrusted_ips
        vm_role: msc
        rtp_msc_untrusted_v6_vips:
          get_input: rtp_msc_untrusted_v6_vips
        perimeta_untrusted_vlan_networks:
          get_input: perimeta_untrusted_vlan_networks
        rtp_msc_a_untrusted_v6_ips:
          get_input: rtp_msc_a_untrusted_v6_ips
        perimeta_image_name:
          get_input: rtp_msc_image_name
        mgmt_net_id:
          get_input: mgmt_net_id
        int_untrusted_parent_net_id:
          get_input: shared_int_untrusted_parent_net_id
        rtp_msc_a_names:
          get_input: rtp_msc_a_names
        perimeta_flavor_name:
          get_input: rtp_msc_flavor_name
        rtp_msc_trusted_vips:
          get_input: rtp_msc_trusted_vips
      requirements:
      - link_perimeta_rtp_msc_a_ha_0_port:
          capability: tosca.capabilities.network.Linkable
          node: shared_perimeta_internal_ha_net_0
          relationship: tosca.relationships.network.LinksTo
      - link_perimeta_rtp_msc_a_untrusted_parent_0_port:
          capability: tosca.capabilities.network.Linkable
          node: shared_perimeta_int_untrusted_parent_net_0
          relationship: tosca.relationships.network.LinksTo
      artifacts:
        rtp_msc_a_template:
          type: tosca.artifacts.Deployment
          file: ../Artifacts/rtp_msc_a_template.json
    shared_perimeta_internal_ha_net_0:
      type: org.openecomp.resource.vl.nodes.heat.network.contrailV2.VirtualNetwork
      properties:
        network_ipam_refs_data:
        - network_ipam_refs_data_ipam_subnets:
          - network_ipam_refs_data_ipam_subnets_enable_dhcp: false
            network_ipam_refs_data_ipam_subnets_subnet:
              network_ipam_refs_data_ipam_subnets_subnet_ip_prefix_len:
                get_input: perimeta_int_ha_net_prefix_len_v4
              network_ipam_refs_data_ipam_subnets_subnet_ip_prefix:
                get_input: perimeta_int_ha_net_prefix_v4
        network_name:
          str_replace:
            template: $VF_NAME_int_ha_net_0
            params:
              $VF_NAME:
                get_input: vnf_name
        network_ipam_refs:
        - UNSUPPORTED_RESOURCE_perimeta_internal_ha_ipam_net_0
    perimeta_rtp_msc_b:
      type: org.openecomp.resource.abstract.nodes.heat.module_2_perimeta_sw_b_child
      directives:
      - substitutable
      properties:
        vf_module_id:
          get_input: vf_module_id
        int_ha_network_plen:
          get_input: shared_int_ha_net_prefix_len_v4
        rtp_msc_b_untrusted_v6_ips:
          get_input: rtp_msc_b_untrusted_v6_ips
        rtp_msc_b_mgmt_ips:
          get_input: rtp_msc_b_mgmt_ips
        vnf_name:
          get_input: vnf_name
        perimeta_untrusted_vlan_ids:
          get_input: perimeta_untrusted_vlan_ids
        rtp_msc_b_names:
          get_input: rtp_msc_b_names
        rtp_msc_b_untrusted_ips:
          get_input: rtp_msc_b_untrusted_ips
        int_ha_net_id:
          get_input: shared_int_ha_net_id
        perimeta_instance_index:
          get_input: rtp_msc_b_index
        service_template_filter:
          substitute_service_template: module_2_perimeta_sw_b_childServiceTemplate.yaml
        perimeta_keypair:
          get_input: shared_perimeta_keypair
        perimeta_server_groups:
          get_input: shared_perimeta_rtp_msc_server_groups
        vnf_id:
          get_input: vnf_id
        availability_zone_1:
          get_input: availability_zone_1
        rtp_msc_mgmt_vips:
          get_input: rtp_msc_mgmt_vips
        perimeta_sec_groups:
          get_input: shared_perimeta_sec_groups
        rtp_msc_untrusted_parent_vips:
          get_input: rtp_msc_untrusted_parent_vips
        perimeta_untrusted_num_vlans:
          get_input: perimeta_untrusted_num_vlans
        rtp_msc_a_int_ha_ips:
          get_input: rtp_msc_a_int_ha_ips
        rtp_msc_b_trusted_ips:
          get_input: rtp_msc_b_trusted_ips
        rtp_msc_untrusted_vips:
          get_input: rtp_msc_untrusted_vips
        trusted_net_id:
          get_input: trusted_net_id
        rtp_msc_b_int_ha_ips:
          get_input: rtp_msc_b_int_ha_ips
        vm_role: msc
        rtp_msc_untrusted_v6_vips:
          get_input: rtp_msc_untrusted_v6_vips
        perimeta_untrusted_vlan_networks:
          get_input: perimeta_untrusted_vlan_networks
        perimeta_image_name:
          get_input: rtp_msc_image_name
        rtp_msc_b_untrusted_parent_ips:
          get_input: rtp_msc_b_untrusted_parent_ips
        mgmt_net_id:
          get_input: mgmt_net_id
        int_untrusted_parent_net_id:
          get_input: shared_int_untrusted_parent_net_id
        perimeta_flavor_name:
          get_input: rtp_msc_flavor_name
        rtp_msc_trusted_vips:
          get_input: rtp_msc_trusted_vips
      requirements:
      - link_perimeta_rtp_msc_b_ha_0_port:
          capability: tosca.capabilities.network.Linkable
          node: shared_perimeta_internal_ha_net_0
          relationship: tosca.relationships.network.LinksTo
      - link_perimeta_rtp_msc_b_untrusted_parent_0_port:
          capability: tosca.capabilities.network.Linkable
          node: shared_perimeta_int_untrusted_parent_net_0
          relationship: tosca.relationships.network.LinksTo
    perimeta_ssc_a:
      type: org.openecomp.resource.abstract.nodes.heat.module_1_perimeta_swmu_a_child
      directives:
      - substitutable
      properties:
        vf_module_id:
          get_input: vf_module_id
        ssc_a_name_0:
          get_input: ssc_a_name_0
        int_ha_network_plen:
          get_input: shared_int_ha_net_prefix_len_v4
        perimeta_server_group:
          get_input: shared_perimeta_ssc_server_group
        unused_port_net_id:
          get_input: shared_ssc_unused_net_id
        perimeta_config:
          str_replace:
            template:
              get_artifact:
              - SELF
              - ssc_a_template
            params:
              $RADIUS_SERVERNAME:
                get_input: ssc_json_radius_servername
              $REMOTE_MGMT_IP_ADDR:
                get_input: ssc_b_mgmt_ip_0
              $VIRT_MGMT_IP_ADDR:
                get_input: ssc_mgmt_vip_0
              $LOCAL_MGMT_IP_ADDR:
                get_input: ssc_a_mgmt_ip_0
              $MGMT_NETWORK_DEFAULT_GATEWAY:
                get_input: mgmt_net_default_gateway
              $RADIUS_DEFAULT:
                get_input: ssc_json_radius_default
              $COMPLETION_PARAMS: ''
              $RADIUS_PORT:
                get_input: ssc_json_radius_port
              $NTP_SERVER_IP_ADDRS:
                get_input: ntp_server_ip_addrs
              $HEALING_OR_INSTANTIATION:
                get_input: ssc_a_json_prefix
              $RADIUS_SECRET:
                get_input: ssc_json_radius_secret
              $RADIUS_TIMEOUT:
                get_input: ssc_json_radius_timeout
              $41ORABOVE:
                get_input: ssc_json_v41
              $SYSTEM_NAME:
                get_input: ssc_vnfcname_0
              $USERADIUSAUTH:
                get_input: ssc_json_use_radius_authentication
              $MGMT_NETWORK_PLEN:
                get_input: mgmt_net_plen
              $VM_NAME_A:
                get_input: ssc_a_vnfcname_0
              $VM_NAME_B:
                get_input: ssc_b_vnfcname_0
        ssc_a_int_ha_ip_0:
          get_input: ssc_a_int_ha_ip_0
        vnf_name:
          get_input: vnf_name
        perimeta_untrusted_vlan_ids:
          get_input: perimeta_untrusted_vlan_ids
        int_ha_net_id:
          get_input: shared_int_ha_net_id
        ssc_b_int_ha_ip_0:
          get_input: ssc_b_int_ha_ip_0
        ssc_mgmt_vip_0:
          get_input: ssc_mgmt_vip_0
        service_template_filter:
          substitute_service_template: module_1_perimeta_swmu_a_childServiceTemplate.yaml
        ssc_a_trusted_ip_0:
          get_input: ssc_a_trusted_ip_0
        perimeta_keypair:
          get_input: shared_perimeta_keypair
        vnf_id:
          get_input: vnf_id
        availability_zone_0:
          get_input: availability_zone_0
        ssc_trusted_vip_0:
          get_input: ssc_trusted_vip_0
        ssc_untrusted_vip_0:
          get_input: ssc_untrusted_vip_0
        perimeta_sec_groups:
          get_input: shared_perimeta_sec_groups
        ssc_a_untrusted_v6_ip_0:
          get_input: ssc_a_untrusted_v6_ip_0
        perimeta_untrusted_num_vlans:
          get_input: perimeta_untrusted_num_vlans
        ssc_rf_vip_0:
          get_input: ssc_rf_vip_0
        ssc_a_mgmt_ip_0:
          get_input: ssc_a_mgmt_ip_0
        trusted_net_id:
          get_input: trusted_net_id
        ssc_untrusted_parent_vip_0:
          get_input: ssc_untrusted_parent_vip_0
        ssc_untrusted_v6_vip_0:
          get_input: ssc_untrusted_v6_vip_0
        ssc_a_rf_ip_0:
          get_input: ssc_a_rf_ip_0
        vm_role: ssc
        ssc_a_untrusted_parent_ip_0:
          get_input: ssc_a_untrusted_parent_ip_0
        perimeta_untrusted_vlan_networks:
          get_input: perimeta_untrusted_vlan_networks
        ssc_a_untrusted_ip_0:
          get_input: ssc_a_untrusted_ip_0
        perimeta_image_name:
          get_input: ssc_image_name
        mgmt_net_id:
          get_input: mgmt_net_id
        int_untrusted_parent_net_id:
          get_input: shared_int_untrusted_parent_net_id
        perimeta_flavor_name:
          get_input: ssc_flavor_name
      requirements:
      - link_perimeta_ssc_a_ha_0_port:
          capability: tosca.capabilities.network.Linkable
          node: shared_perimeta_internal_ha_net_0
          relationship: tosca.relationships.network.LinksTo
      - link_perimeta_ssc_a_untrusted_parent_0_port:
          capability: tosca.capabilities.network.Linkable
          node: shared_perimeta_int_untrusted_parent_net_0
          relationship: tosca.relationships.network.LinksTo
      - link_perimeta_ssc_a_unused_0_port:
          capability: tosca.capabilities.network.Linkable
          node: shared_perimeta_unused_net_0
          relationship: tosca.relationships.network.LinksTo
      artifacts:
        ssc_a_template:
          type: tosca.artifacts.Deployment
          file: ../Artifacts/ssc_a_template.json
    shared_perimeta_rsg:
      type: org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules
      properties:
        name:
          str_replace:
            template: $VNF_NAME_shared_perimeta_RSG
            params:
              $VNF_NAME:
                get_input: vnf_name
        description: Security Group for Perimeta networks
        rules:
        - protocol: tcp
          ethertype: IPv4
          remote_ip_prefix: 0.0.0.0/0
          port_range_max: 65535
          direction: egress
          port_range_min: 1
        - protocol: udp
          ethertype: IPv4
          remote_ip_prefix: 0.0.0.0/0
          port_range_max: 65535
          direction: egress
          port_range_min: 1
        - protocol: icmp
          ethertype: IPv4
          remote_ip_prefix: 0.0.0.0/0
          direction: egress
        - protocol: icmp
          ethertype: IPv6
          remote_ip_prefix: ::/0
          direction: egress
        - protocol: tcp
          ethertype: IPv6
          remote_ip_prefix: ::/0
          port_range_max: 65535
          direction: egress
          port_range_min: 1
        - protocol: udp
          ethertype: IPv6
          remote_ip_prefix: ::/0
          port_range_max: 65535
          direction: egress
          port_range_min: 1
        - protocol: tcp
          ethertype: IPv4
          remote_ip_prefix: 0.0.0.0/0
          port_range_max: 65535
          direction: ingress
          port_range_min: 1
        - protocol: udp
          ethertype: IPv4
          remote_ip_prefix: 0.0.0.0/0
          port_range_max: 65535
          direction: ingress
          port_range_min: 1
        - protocol: icmp
          ethertype: IPv4
          remote_ip_prefix: 0.0.0.0/0
          direction: ingress
        - protocol: icmp
          ethertype: IPv6
          remote_ip_prefix: ::/0
          direction: ingress
        - protocol: tcp
          ethertype: IPv6
          remote_ip_prefix: ::/0
          port_range_max: 65535
          direction: ingress
          port_range_min: 1
        - protocol: udp
          ethertype: IPv6
          remote_ip_prefix: ::/0
          port_range_max: 65535
          direction: ingress
          port_range_min: 1
    shared_perimeta_unused_net_0:
      type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net
      properties:
        dhcp_enabled: false
        ip_version: 4
        network_name:
          str_replace:
            template: $VF_NAME_int_unused_net
            params:
              $VF_NAME:
                get_input: vnf_name
        subnets:
          shared_perimeta_unused_net_0_subnet:
            enable_dhcp: false
            ip_version: 4
            cidr: 10.0.0.0/29
            gateway_ip: ''
      requirements:
      - dependency:
          capability: tosca.capabilities.Node
          node: shared_perimeta_unused_net_0
          relationship: tosca.relationships.DependsOn
    perimeta_ssc_b:
      type: org.openecomp.resource.abstract.nodes.heat.module_1_perimeta_swmu_b_child
      directives:
      - substitutable
      properties:
        vf_module_id:
          get_input: vf_module_id
        int_ha_network_plen:
          get_input: shared_int_ha_net_prefix_len_v4
        perimeta_server_group:
          get_input: shared_perimeta_ssc_server_group
        unused_port_net_id:
          get_input: shared_ssc_unused_net_id
        ssc_b_name_0:
          get_input: ssc_b_name_0
        ssc_a_int_ha_ip_0:
          get_input: ssc_a_int_ha_ip_0
        ssc_b_untrusted_ip_0:
          get_input: ssc_b_untrusted_ip_0
        ssc_b_mgmt_ip_0:
          get_input: ssc_b_mgmt_ip_0
        ssc_b_untrusted_parent_ip_0:
          get_input: ssc_b_untrusted_parent_ip_0
        vnf_name:
          get_input: vnf_name
        perimeta_untrusted_vlan_ids:
          get_input: perimeta_untrusted_vlan_ids
        int_ha_net_id:
          get_input: shared_int_ha_net_id
        ssc_b_int_ha_ip_0:
          get_input: ssc_b_int_ha_ip_0
        ssc_mgmt_vip_0:
          get_input: ssc_mgmt_vip_0
        service_template_filter:
          substitute_service_template: module_1_perimeta_swmu_b_childServiceTemplate.yaml
        perimeta_keypair:
          get_input: shared_perimeta_keypair
        vnf_id:
          get_input: vnf_id
        availability_zone_1:
          get_input: availability_zone_1
        ssc_trusted_vip_0:
          get_input: ssc_trusted_vip_0
        ssc_untrusted_vip_0:
          get_input: ssc_untrusted_vip_0
        perimeta_sec_groups:
          get_input: shared_perimeta_sec_groups
        perimeta_untrusted_num_vlans:
          get_input: perimeta_untrusted_num_vlans
        ssc_rf_vip_0:
          get_input: ssc_rf_vip_0
        ssc_b_trusted_ip_0:
          get_input: ssc_b_trusted_ip_0
        trusted_net_id:
          get_input: trusted_net_id
        ssc_untrusted_parent_vip_0:
          get_input: ssc_untrusted_parent_vip_0
        ssc_untrusted_v6_vip_0:
          get_input: ssc_untrusted_v6_vip_0
        ssc_b_untrusted_v6_ip_0:
          get_input: ssc_b_untrusted_v6_ip_0
        vm_role: ssc
        perimeta_untrusted_vlan_networks:
          get_input: perimeta_untrusted_vlan_networks
        perimeta_image_name:
          get_input: ssc_image_name
        ssc_b_rf_ip_0:
          get_input: ssc_b_rf_ip_0
        mgmt_net_id:
          get_input: mgmt_net_id
        int_untrusted_parent_net_id:
          get_input: shared_int_untrusted_parent_net_id
        perimeta_flavor_name:
          get_input: ssc_flavor_name
      requirements:
      - link_perimeta_ssc_b_untrusted_parent_0_port:
          capability: tosca.capabilities.network.Linkable
          node: shared_perimeta_int_untrusted_parent_net_0
          relationship: tosca.relationships.network.LinksTo
      - link_perimeta_ssc_b_unused_0_port:
          capability: tosca.capabilities.network.Linkable
          node: shared_perimeta_unused_net_0
          relationship: tosca.relationships.network.LinksTo
      - link_perimeta_ssc_b_ha_0_port:
          capability: tosca.capabilities.network.Linkable
          node: shared_perimeta_internal_ha_net_0
          relationship: tosca.relationships.network.LinksTo
    shared_perimeta_int_untrusted_parent_net_0:
      type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net
      properties:
        dhcp_enabled: false
        ip_version: 4
        network_name:
          str_replace:
            template: $VF_NAME_int_untrusted_parent_net
            params:
              $VF_NAME:
                get_input: vnf_name
        subnets:
          shared_perimeta_int_untrusted_parent_net_0_subnet:
            enable_dhcp: false
            ip_version: 4
            cidr: 11.0.0.0/24
            gateway_ip: ''
      requirements:
      - dependency:
          capability: tosca.capabilities.Node
          node: shared_perimeta_int_untrusted_parent_net_0
          relationship: tosca.relationships.DependsOn
  groups:
    base_perimeta_deployment_create_group:
      type: org.openecomp.groups.heat.HeatStack
      properties:
        heat_file: ../Artifacts/base_perimeta_deployment_create.yaml
        description: |
          HOT template to instantiate base shared resources for a Perimeta deployment
      members:
      - shared_perimeta_internal_ha_net_0
      - shared_perimeta_rsg
      - shared_perimeta_unused_net_0
      - shared_perimeta_int_untrusted_parent_net_0
    module_2_perimeta_rtp_msc_a_group:
      type: org.openecomp.groups.heat.HeatStack
      properties:
        heat_file: ../Artifacts/module_2_perimeta_rtp_msc_a.yaml
        description: |
          HOT template to instantiate an A side Perimeta RTP MSC and optionally partner it with the corresponding B side
      members:
      - perimeta_rtp_msc_a
    module_1_perimeta_ssc_b_group:
      type: org.openecomp.groups.heat.HeatStack
      properties:
        heat_file: ../Artifacts/module_1_perimeta_ssc_b.yaml
        description: "HOT template to instantiate an B side Perimeta SSC \n"
      members:
      - perimeta_ssc_b
    shared_perimeta_ssc_server_gp_group:
      type: tosca.groups.Root
      members: [
        ]
    module_2_perimeta_rtp_msc_b_group:
      type: org.openecomp.groups.heat.HeatStack
      properties:
        heat_file: ../Artifacts/module_2_perimeta_rtp_msc_b.yaml
        description: "HOT template to instantiate an B side Perimeta RTP MSC \n"
      members:
      - perimeta_rtp_msc_b
    module_1_perimeta_ssc_a_group:
      type: org.openecomp.groups.heat.HeatStack
      properties:
        heat_file: ../Artifacts/module_1_perimeta_ssc_a.yaml
        description: |
          HOT template to instantiate an A side Perimeta SSC and optionally partner it with the corresponding B side
      members:
      - perimeta_ssc_a
  outputs:
    shared_int_ha_net_prefix_len_v4:
      description: HA internal network IPv4 prefix length
      value:
        get_input: perimeta_int_ha_net_prefix_len_v4
    shared_perimeta_keypair:
      description: SSH keypair for deployment
      value: UNSUPPORTED_RESOURCE_shared_perimeta_keypair
    shared_perimeta_rtp_msc_server_groups:
      description: Perimeta RTP MSC Server groups
      value:
        list_join:
        - ','
        - get_attr:
          - shared_perimeta_rtp_msc_server_gps
          - refs
  policies:
    shared_perimeta_ssc_server_gp_policy:
      type: org.openecomp.policies.placement.Antilocate
      properties:
        name:
          str_replace:
            template: $VNF_NAME_shared_ssc_RSG_name_0
            params:
              $VNF_NAME:
                get_input: vnf_name
        container_type: host
      targets:
      - shared_perimeta_ssc_server_gp_group