commit 6166427197d97028d03e933d149fc2183633a1b7
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Oct 7 18:30:22 2016 +0200
Bridged inverted with fedora
group_vars/all | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/group_vars/all b/group_vars/all
index b4e24a4..609d659 100644
--- a/group_vars/all
+++ b/group_vars/all
@@ -79,7 +79,7 @@ virt_install_command_rhel6: virt-install -n {{ inventory_hostname }}
"ksdevice=eth0 ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }}
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
hostname={{ inventory_hostname }}"
- --network=bridge=br0 --autostart --noautoconsole --watchdog default
+ --network=bridge=br1 --autostart --noautoconsole --watchdog default
max_mem_size: "{{ mem_size * 1 }}"
max_cpu: "{{ num_cpus * 1 }}"