Add L3 flat overlay config in startup.cfg
[groupbasedpolicy.git] / renderers / vpp / src / main / resources / startup.cfg
1 # INITIAL VPP RENDERER CONFIGURATION
2
3 # Uncomment lines of this file to change default values of vpp-renderer bundle config.
4 # The file should be placed in karaf_root_dir/etc
5
6 # To explicitly specify which physical interface of a node should be used
7 # as public interface, uncomment and modify next line. Specifying one physical
8 # interface per node is currently supported.
9 #public-interfaces = compute1:TenGigabitEthernet8/0/0,compute2:TenGigabitEthernet8/0/0
10
11 # This property should be  set to the Ip address the ODL can be reached from tenant network.
12 # Valid config: Ip Address (IPv4/ IPv6)
13 odl.ip.tenant = 10.0.0.1
14
15 # This property should be true if L3 overlay is desired. If `true`, GBP will
16 # push LISP configurations in VPP.
17 # Valid config: true/false
18 # Required config: odl.ip.tenant to be set.
19 # Default value: false
20 gbp.lisp.enabled = true
21
22 # This property determines whether VPP makes the map request directly to the map server.
23 # If true, VPP will register the mappings in the Map server and no LISP feature will
24 # be needed for supporting L3 LISP overlay.
25 # Valid config: true/false
26 # Required config: gbp.lisp.enabled is set to be true.
27 # Default value: true
28 vpp.lisp.mapregister.enabled = true
29
30 # This property determines whether a flat l3 overlay will created.
31 # If true, there will not be any vxlan involved for L2. There will
32 # not be any L2 broadcast domain. All VMs will communicate via L3
33 # only.
34 # Valid config: true/false
35 # Required config: gbp.lisp.enabled is set to be true.
36 # Default value: true
37 vpp.l3.flat.enabled = true