Remove testplans for groupbasedpolicy
[integration/test.git] / csit / variables / gbp / gbpsxp-ep-provider-templates-2.1.json
1 {
2     "sxp-ep-mapper": {
3         "endpoint-forwarding-template-by-subnet": [
4             {
5                 "ip-prefix": "10.11.12.42/32",
6                 "l3-context": "l3ContextId-3",
7                 "network-containment": {
8                     "network-domain-id": "networkContainmentId-3",
9                     "network-domain-type": "forwarding:context-type"
10                 }
11             },
12             {
13                 "ip-prefix": "10.11.12.0/24",
14                 "l3-context": "l3ContextId-1",
15                 "network-containment": {
16                     "network-domain-id": "networkContainmentId-1",
17                     "network-domain-type": "forwarding:context-type"
18                 }
19             },
20             {
21                 "ip-prefix": "10.11.13.0/24",
22                 "l3-context": "l3ContextId-2",
23                 "network-containment": {
24                     "network-domain-id": "networkContainmentId-2",
25                     "network-domain-type": "forwarding:context-type"
26                 }
27             }
28         ],
29         "endpoint-policy-template-by-sgt": [
30             {
31                 "conditions": [
32                     "chain"
33                 ],
34                 "endpoint-groups": [
35                     "webservers"
36                 ],
37                 "sgt": 5,
38                 "tenant": "tenant-red"
39             },
40             {
41                 "conditions": [
42                     "condition-4",
43                     "condition-5",
44                     "condition-6"
45                 ],
46                 "endpoint-groups": [
47                     "epg-4",
48                     "epg-3"
49                 ],
50                 "sgt": 3,
51                 "tenant": "tenantId-3"
52             },
53             {
54                 "conditions": [
55                     "chain"
56                 ],
57                 "endpoint-groups": [
58                     "clients"
59                 ],
60                 "sgt": 4,
61                 "tenant": "tenant-red"
62             },
63             {
64                 "conditions": [
65                     "condition-1",
66                     "condition-2",
67                     "condition-3"
68                 ],
69                 "endpoint-groups": [
70                     "epg-2",
71                     "epg-1"
72                 ],
73                 "sgt": 1,
74                 "tenant": "tenantId-1"
75             },
76             {
77                 "conditions": [
78                     "condition-4",
79                     "condition-5",
80                     "condition-3"
81                 ],
82                 "endpoint-groups": [
83                     "epg-2",
84                     "epg-3"
85                 ],
86                 "sgt": 2,
87                 "tenant": "tenantId-2"
88             }
89         ]
90     }
91 }