FIX: Increase Ligato MTU for Jumbo frame testing
[csit.git] / resources / templates / kubernetes / configmaps / eth-1drcl2xcbase-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: 4
25         elements:
26           - container: vswitch
27             port_label: $$VSWITCH_IF1$$
28             etcd_vpp_switch_key: vswitch
29             type: 5
30           - container: vnf1
31             port_label: port1
32             etcd_vpp_switch_key: vswitch
33             type: 2
34       - name: vswitch-vnf4
35         description: VNF4 to vswitch - memif
36         type: 4
37         elements:
38           - container: vswitch
39             port_label: $$VSWITCH_IF2$$
40             etcd_vpp_switch_key: vswitch
41             type: 5
42           - container: vnf4
43             port_label: port2
44             etcd_vpp_switch_key: vswitch
45             type: 2
46       - name: vnf1-vnf2
47         description: vnf1 to vnf2 via vswitch - memifs
48         type: 6
49         elements:
50           - container: vnf1
51             port_label: port2
52             etcd_vpp_switch_key: vswitch
53             type: 2
54           - container: vnf2
55             port_label: port1
56             etcd_vpp_switch_key: vswitch
57             type: 2
58       - name: vnf2-vnf3
59         description: vnf2 to vnf3 via direct memifs
60         type: 6
61         elements:
62           - container: vnf2
63             port_label: port2
64             etcd_vpp_switch_key: vswitch
65             type: 2
66           - container: vnf3
67             port_label: port1
68             etcd_vpp_switch_key: vswitch
69             type: 2
70       - name: vnf3-vnf4
71         description: vnf3 to vnf4 via direct memifs
72         type: 6
73         elements:
74           - container: vnf3
75             port_label: port2
76             etcd_vpp_switch_key: vswitch
77             type: 2
78           - container: vnf4
79             port_label: port1
80             etcd_vpp_switch_key: vswitch
81             type: 2
82
83   vnf.conf: |
84     vnf_plugin_config_version: 1
85     description: VNF config
86     vnf_entities:
87       - name: vnf1
88         container: vnf1
89         l2xconnects:
90           - port_labels:
91             - port1
92             - port2
93       - name: vnf2
94         container: vnf2
95         l2xconnects:
96           - port_labels:
97             - port1
98             - port2
99       - name: vnf3
100         container: vnf3
101         l2xconnects:
102           - port_labels:
103             - port1
104             - port2
105       - name: vnf4
106         container: vnf4
107         l2xconnects:
108           - port_labels:
109             - port1
110             - port2