go.ligato.io/vpp-agent/v3@v3.5.0/k8s/perf-demo/with-controller/scenario1/sfc/sfc-cfg.yaml (about) 1 --- 2 apiVersion: v1 3 kind: ConfigMap 4 metadata: 5 name: sfc-controller-cfg 6 data: 7 etcd.conf: | 8 insecure-transport: true 9 dial-timeout: 1s 10 endpoints: 11 - "172.17.0.1:22379" 12 13 sfc.conf: | 14 sfc_controller_config_version: 1 15 description: Demo topology 1 16 host_entities: 17 - name: vswitch 18 sfc_entities: 19 - name: vswitch-vnf1 20 description: vswitch to VNF1 - memif 21 type: 4 22 elements: 23 - container: vswitch 24 port_label: FortyGigabitEthernet89/0/0 25 etcd_vpp_switch_key: vswitch 26 type: 5 27 - container: vnf1 28 port_label: port1 29 etcd_vpp_switch_key: vswitch 30 type: 2 31 - name: vnf1-vswitch 32 description: VNF1 to vswitch - memif 33 type: 4 34 elements: 35 - container: vswitch 36 port_label: FortyGigabitEthernet89/0/1 37 etcd_vpp_switch_key: vswitch 38 type: 5 39 - container: vnf1 40 port_label: port2 41 etcd_vpp_switch_key: vswitch 42 type: 2 43 44 vnf.conf: | 45 vnf_plugin_config_version: 1 46 description: Demo VNF config 47 vnf_entities: 48 - name: vnf1 49 container: vnf1 50 l2xconnects: 51 - port_labels: 52 - port1 53 - port2