Add new SFC test suite with full node deployment
[integration/test.git] / csit / variables / sfc / master / full-deploy / service-functions.json
1 {
2   "service-functions": {
3     "service-function": [
4       {
5         "rest-uri": "http://localhost:10002",
6         "ip-mgmt-address": "172.17.0.4",
7         "sf-data-plane-locator": [
8           {
9             "name": "SF-1-DPL",
10             "port": 10002,
11             "ip": "172.17.0.4",
12             "service-function-forwarder": "SFF-1"
13           }
14         ],
15         "name": "dpi-102-2",
16         "type": "dpi",
17         "nsh-aware": true
18       },
19       {
20         "rest-uri": "http://localhost:10001",
21         "ip-mgmt-address": "172.17.0.6",
22         "sf-data-plane-locator": [
23           {
24             "name": "SF-2-DPL",
25             "port": 10001,
26             "ip": "172.17.0.6",
27             "service-function-forwarder": "SFF-2"
28           }
29         ],
30         "name": "napt44-103-2",
31         "type": "napt44",
32         "nsh-aware": true
33       }
34    ]
35   }
36 }