FIX: Increase Ligato MTU for Jumbo frame testing
[csit.git] / resources / templates / kubernetes / configmaps / eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz.yaml
1 ---
2 apiVersion: v1
3 kind: ConfigMap
4 metadata:
5   name: sfc-controller-cfg
6   namespace: csit
7 data:
8   etcd.conf: |
9     insecure-transport: true
10     dial-timeout: 1000000000
11     endpoints:
12       - "172.17.0.1:22379"
13
14   sfc.conf: |
15     sfc_controller_config_version: 1
16     description: $$TEST_NAME$$
17     system_parameters:
18       mtu: 9000
19     host_entities:
20       - name: vswitch
21     sfc_entities:
22       - name: vswitch-vnf1
23         description: vswitch to VNF1 - memif
24         type: 3
25         bd_parms:
26           flood: true
27           unknown_unicast_flood: true
28           forward: true
29           learn: true
30         elements:
31           - container: vswitch
32             port_label: $$VSWITCH_IF1$$
33             etcd_vpp_switch_key: vswitch
34             type: 5
35           - container: vnf1
36             port_label: port1
37             etcd_vpp_switch_key: vswitch
38             type: 2
39       - name: vswitch-vnf4
40         description: VNF4 to vswitch - memif
41         type: 3
42         bd_parms:
43           flood: true
44           unknown_unicast_flood: true
45           forward: true
46           learn: true
47         elements:
48           - container: vswitch
49             port_label: $$VSWITCH_IF2$$
50             etcd_vpp_switch_key: vswitch
51             type: 5
52           - container: vnf4
53             port_label: port2
54             etcd_vpp_switch_key: vswitch
55             type: 2
56       - name: vnf1-vnf2
57         description: vnf1 to vnf2 via direct - memifs
58         type: 6
59         elements:
60           - container: vnf1
61             port_label: port2
62             etcd_vpp_switch_key: vswitch
63             type: 2
64           - container: vnf2
65             port_label: port1
66             etcd_vpp_switch_key: vswitch
67             type: 2
68       - name: vnf2-vnf3
69         description: vnf2 to vnf3 via direct - memifs
70         type: 6
71         elements:
72           - container: vnf2
73             port_label: port2
74             etcd_vpp_switch_key: vswitch
75             type: 2
76           - container: vnf3
77             port_label: port1
78             etcd_vpp_switch_key: vswitch
79             type: 2
80       - name: vnf3-vnf4
81         description: vnf3 to vnf4 via direct - memifs
82         type: 6
83         elements:
84           - container: vnf3
85             port_label: port2
86             etcd_vpp_switch_key: vswitch
87             type: 2
88           - container: vnf4
89             port_label: port1
90             etcd_vpp_switch_key: vswitch
91             type: 2
92
93   vnf.conf: |
94     vnf_plugin_config_version: 1
95     description: VNF config
96     vnf_entities:
97       - name: vnf1
98         container: vnf1
99         l2xconnects:
100           - port_labels:
101             - port1
102             - port2
103       - name: vnf2
104         container: vnf2
105         l2xconnects:
106           - port_labels:
107             - port1
108             - port2
109       - name: vnf3
110         container: vnf3
111         l2xconnects:
112           - port_labels:
113             - port1
114             - port2
115       - name: vnf4
116         container: vnf4
117         l2xconnects:
118           - port_labels:
119             - port1
120             - port2