forked from ligato/sfc-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo-topology2.yaml
45 lines (41 loc) · 1.15 KB
/
demo-topology2.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
sfc_controller_config_version: 1
description: Demo topology 1
host_entities:
- name: vswitch
sfc_entities:
- name: vswitch-vnf1
description: vswitch to VNF1 - memif
type: 3
elements:
- container: vswitch
port_label: FortyGigabitEthernet89/0/0
etcd_vpp_switch_key: vswitch
type: 5
- container: vnf1
port_label: port1
etcd_vpp_switch_key: vswitch
type: 2
- name: vswitch-vnf2
description: VNF2 to vswitch - memif
type: 3
elements:
- container: vswitch
port_label: FortyGigabitEthernet89/0/1
etcd_vpp_switch_key: vswitch
type: 5
- container: vnf2
port_label: port2
etcd_vpp_switch_key: vswitch
type: 2
- name: vnf1-vnf2
description: vnf1 to vnf2 via vswitch - memifs
type: 2
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