09406de86b
Add support for SUSE based distributions. We also update the bindep.txt, run_tests.sh and Vagrantfile files from the openstack-ansible-tests repository except that we use Leap 42.1 because Leap 42.2 does not work as expected with the currently released bindep (2.3.0). Change-Id: I5fb94a7cedf9d28816184e3eadd88e42f93295c2
18 lines
327 B
Django/Jinja
18 lines
327 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
DEVICE={{ lxc_net_bridge }}
|
|
TYPE=Bridge
|
|
IPADDR={{ lxc_net_address }}
|
|
NETMASK={{ lxc_net_netmask }}
|
|
{% if lxc_net_gateway is not none %}
|
|
GATEWAY={{ lxc_net_gateway }}
|
|
{% endif %}
|
|
{% if lxc_net_mtu is defined %}
|
|
MTU={{ lxc_net_mtu }}
|
|
{% endif %}
|
|
ONBOOT=yes
|
|
BOOTPROTO=none
|
|
NM_CONTROLLED=no
|
|
DELAY=0
|
|
STP=no
|