go.ligato.io/vpp-agent/v3@v3.5.0/tests/robot/suites/sfcIPv6/test_controller_start/test_data/simpleIPv6.conf (about) 1 sfc_controller_config_version: 2 2 description: Basic Example static config for hosting 2 containers with a vnf-agent and vpp 3 4 network_pod_to_node_map: 5 - pod: agent_vpp_1 6 node: HOST-1 7 - pod: agent_vpp_2 8 node: HOST-1 9 10 network_nodes: 11 - metadata: 12 name: HOST-1 13 spec: 14 node_type: host 15 l2bds: 16 - name: east-west-bd 17 18 network_services: 19 - metadata: 20 name: two-sample-vnf-containers 21 spec: 22 network_pods: 23 - metadata: 24 name: agent_vpp_1 25 spec: 26 pod_type: vppcontainer 27 interfaces: 28 - name: vpp1_memif1 29 if_type: memif 30 mac_address: 02:02:02:02:02:02 31 - metadata: 32 name: agent_vpp_2 33 spec: 34 pod_type: vppcontainer 35 interfaces: 36 - name: vpp2_memif1 37 if_type: memif 38 ip_addresses: 39 - fd30::1:b:0:0:10/64 40 connections: 41 - conn_type: l2mp 42 use_node_l2bd: east-west-bd 43 pod_interfaces: 44 - agent_vpp_1/vpp1_memif1 45 - agent_vpp_2/vpp2_memif1