[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 / subInterfaceToInterfaceConnection / vTSBC_AIC / inputfiles / ssc_a_template.json
1 {
2     // The vnic_assignment parameter is ignored by Perimeta releases prior to
3     // V4.0.00.
4     "vnic_assignment": {
5       "IBG1mgmt": {"mac": "$MGMT_MACADDR"},
6       "IPG1": {"mac": "$HA_MACADDR"},
7       "RPG1": {"mac": "$TRUSTED_MACADDR"},
8       "RPG2": {"mac": "$UNTRUSTED_MACADDR"},
9       "RPG3": {"mac": "$SERV3_MACADDR"},
10       "RPG4": {"mac": "$SERV4_MACADDR"}
11     },
12     "autocommission":"SSC",
13     "autostart":"true",
14     "autopartner":"",
15     "ip_mgmt_global": "$VIRT_MGMT_IP_ADDR",
16     "ip_mgmt_local": "$LOCAL_MGMT_IP_ADDR",
17     "ip_mgmt_remote": "$REMOTE_MGMT_IP_ADDR",
18     "ip_mgmt_plen": "$MGMT_NETWORK_PLEN",
19     "ip_mgmt_gway": "$MGMT_NETWORK_DEFAULT_GATEWAY",
20     "ip_ha_local": "$LOCAL_HA_IP_ADDR",
21     "ip_ha_remote": "$REMOTE_HA_IP_ADDR",
22     "ip_ha_plen": "$HA_NETWORK_PLEN",
23     "system_name": "$SYSTEM_NAME",
24     "node_local": "$VM_NAME_A",
25     "node_remote": "$VM_NAME_B",
26     "ntp_servers": "$NTP_SERVER_IP_ADDRS",
27    "perimeta": {
28      "dpdk_opt_enable":true,
29      "vlans_opt_enable":true
30    }
31
32    // $COMPLETION_PARAMS
33 }
34