go.ligato.io/vpp-agent/v3@v3.5.0/tests/robot/suites/crudIPv6/test_data/acl_basic.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_1
     6      node: agent_vpp_1
     7    - pod: agent_2
     8      node: agent_vpp_1
     9  
    10  
    11  network_nodes:
    12    - metadata:
    13          name: agent_vpp_1
    14      spec:
    15          node_type: host
    16          l2bds:
    17            - name: east-west-bd
    18  
    19  network_services:
    20    - metadata:
    21          name: two-sample-vnf-containers
    22      spec:
    23          network_pods:
    24            - metadata:
    25                name: agent_1
    26              spec:
    27                pod_type: vppcontainer
    28                interfaces:
    29                  - name: agent1_afpacket1
    30                    if_type: veth
    31                    ip_addresses:
    32                      - 10.0.0.10/24
    33            - metadata:
    34                name: agent_2
    35              spec:
    36                pod_type: vppcontainer
    37                interfaces:
    38                  - name: agent2_afpacket1
    39                    if_type: veth
    40                    ip_addresses:
    41                      - 10.0.0.11/24
    42          connections:
    43            - conn_type: l2mp
    44              use_node_l2bd: east-west-bd
    45              pod_interfaces:
    46                - agent_1/agent1_afpacket1
    47                - agent_2/agent2_afpacket1
    48