FIX: Increase Ligato MTU for Jumbo frame testing
[csit.git] / resources / templates / kubernetes / configmaps / eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain.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-vnf2
40         description: VNF2 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: vnf2
53             port_label: port2
54             etcd_vpp_switch_key: vswitch
55             type: 2
56       - name: vnf1-vnf2
57         description: vnf1 to vnf2 via vswitch - memifs
58         type: 5
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
69   vnf.conf: |
70     vnf_plugin_config_version: 1
71     description: VNF config
72     vnf_entities:
73       - name: vnf1
74         container: vnf1
75         l2xconnects:
76           - port_labels:
77             - port1
78             - port2
79       - name: vnf2
80         container: vnf2
81         l2xconnects:
82           - port_labels:
83             - port1
84             - port2