br-tun may not even exists

This commit is contained in:
Miroslav Suchý 2015-02-17 07:59:10 +00:00
parent 7498647d4d
commit 8f933457fa

View file

@ -92,6 +92,7 @@
# http://docs.openstack.org/trunk/install-guide/install/yum/content/basics-neutron-networking-controller-node.html
- command: ifdown br-tun
when: packstack_sucessfully_finished.stat.exists == False
ignore_errors: yes
- lineinfile: dest=/etc/sysconfig/network-scripts/ifcfg-eth1 regexp="^ONBOOT=" line="ONBOOT=yes"
# only for first run
- lineinfile: dest=/etc/sysconfig/network-scripts/ifcfg-eth1 regexp="^NETMASK=" line="NETMASK=255.255.255.0"