alshabib | 4997cd7 | 2016-05-24 22:48:29 -0700 | [diff] [blame] | 1 | interfaces: |
2 | hostonly: "{{ hostonly_iface | default('eth1') }}" | ||||
3 | |||||
4 | networks: | ||||
5 | # CHANGE: | ||||
6 | # 'bridge' name of the bridge to create that is used when connecting | ||||
7 | # the LXC containers | ||||
8 | bridge_name: "{{ bridge_name | default('onosbr0') }}" | ||||
9 | bridge: "{{ bridge_network | default('10.100.198.200/24') }}" |