X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Ftemplates%2Fkubernetes%2Fconfigmaps%2Fho-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc.yaml;fp=resources%2Ftemplates%2Fkubernetes%2Fconfigmaps%2Fho-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc.yaml;h=0000000000000000000000000000000000000000;hb=e81d599029f31fb433089eecf0d160ab01719383;hp=4b3d301a2fd7e3717c659ba1a689396bddd68eb4;hpb=35c56dcebead5b61ccc087024ed89d1c2fd7feed;p=csit.git diff --git a/resources/templates/kubernetes/configmaps/ho-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc.yaml b/resources/templates/kubernetes/configmaps/ho-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc.yaml deleted file mode 100644 index 4b3d301a2f..0000000000 --- a/resources/templates/kubernetes/configmaps/ho-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc.yaml +++ /dev/null @@ -1,116 +0,0 @@ ---- -apiVersion: v1 -kind: ConfigMap -metadata: - name: sfc-controller-cfg - namespace: csit -data: - etcd.conf: | - insecure-transport: true - dial-timeout: 1000000000 - endpoints: - - "172.17.0.1:22379" - - sfc.conf: | - sfc_controller_config_version: 1 - description: $$TEST_NAME$$ - host_entities: - - name: vswitch - sfc_entities: - - name: vswitch-vnf1 - description: vswitch to VNF1 - memif - type: 3 - elements: - - container: vswitch - port_label: $$VSWITCH_IF1$$ - etcd_vpp_switch_key: vswitch - l2fib_macs: - - "$$TG_IF1_MAC1$$" - type: 5 - - container: vnf1 - port_label: port1 - etcd_vpp_switch_key: vswitch - l2fib_macs: - - "$$TG_IF2_MAC1$$" - type: 2 - - name: vswitch-vnf4 - description: VNF4 to vswitch - memif - type: 3 - elements: - - container: vswitch - port_label: $$VSWITCH_IF2$$ - etcd_vpp_switch_key: vswitch - l2fib_macs: - - "$$TG_IF2_MAC1$$" - type: 5 - - container: vnf4 - port_label: port2 - etcd_vpp_switch_key: vswitch - l2fib_macs: - - "$$TG_IF1_MAC1$$" - type: 2 - - name: vnf1-vnf2 - description: vnf1 to vnf2 via direct - memifs - type: 6 - elements: - - container: vnf1 - port_label: port2 - etcd_vpp_switch_key: vswitch - type: 2 - - container: vnf2 - port_label: port1 - etcd_vpp_switch_key: vswitch - type: 2 - - name: vnf2-vnf3 - description: vnf2 to vnf3 via direct - memifs - type: 6 - elements: - - container: vnf2 - port_label: port2 - etcd_vpp_switch_key: vswitch - type: 2 - - container: vnf3 - port_label: port1 - etcd_vpp_switch_key: vswitch - type: 2 - - name: vnf3-vnf4 - description: vnf3 to vnf4 via direct - memifs - type: 6 - elements: - - container: vnf3 - port_label: port2 - etcd_vpp_switch_key: vswitch - type: 2 - - container: vnf4 - port_label: port1 - etcd_vpp_switch_key: vswitch - type: 2 - - vnf.conf: | - vnf_plugin_config_version: 1 - description: VNF config - vnf_entities: - - name: vnf1 - container: vnf1 - l2xconnects: - - port_labels: - - port1 - - port2 - - name: vnf2 - container: vnf2 - l2xconnects: - - port_labels: - - port1 - - port2 - - name: vnf3 - container: vnf3 - l2xconnects: - - port_labels: - - port1 - - port2 - - name: vnf4 - container: vnf4 - l2xconnects: - - port_labels: - - port1 - - port2