blob: 5c705ac1b815044574324f97eead4ad2c9f52f20 [file] [log] [blame]
alshabib4997cd72016-05-24 22:48:29 -07001interfaces:
2 hostonly: "{{ hostonly_iface | default('eth1') }}"
3
4networks:
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') }}"