aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/securityrulestoportconnection/securityrulestoportconnectiongetresource/inputfiles/vlbagentdependencies_with_vLB.json
blob: 0304a18f0e4c29534a0f19361c5577047a998e9a (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
{
  "name": "$$HOSTNAME$$",
  "type": "vLBAgent",
  "cluster": "VLBAGENT_CLUSTER_NAME",
  "node_count": "VLBAGENT_NODE_COUNT",
  "attributes": [
    {
      "name": "ip-eth0",
      "value": "$$OAM_NET_IP$$"
    },
    {
      "name": "rprb_26071_oam_direct_net_1",
      "value": "$$OAM_NET_IP$$"
    },
    {
      "name": "rprb_26071_mme_int_pktmirror_net_1",
      "value": "$$PACKET_MIRROR_NET_IP$$"
    },
    {
      "name": "rprb_26071_mme_int_pktinternal_net_1",
      "value": "$$PACKET_INTERNAL_NET_IP$$"
    }
  ],
  "dependencies": [
    {
      "resource_name": "VPROBE_CLUSTER_NAME",
      "resource_type": "cluster",
      "attribute": "eth0-eth2-and-ProbeInstance",
      "role": "vProbe_cluster",
      "format": "all"
    },
    {
      "resource_name": "VLB_CLUSTER_NAME",
      "resource_type": "cluster",
      "attribute": "eth1-eth2-and-vLBInstance",
      "role": "vLB_cluster",
      "format": "all"
    },
    {
      "resource_name": "MANAGER_INSTANCE_NAME",
      "resource_type": "machine",
      "attribute": "rprb_26071_oam_direct_net_1",
      "role": "manager_oam_direct_ip"
    }
  ]
}