Bump this to 5x. We want to be able to grow most systems cpu/mem more.

This commit is contained in:
Kevin Fenzi 2016-02-02 18:32:05 +00:00
parent b7cdd67295
commit 2ea6ee93d8

View file

@ -43,9 +43,9 @@ main_bridge: br0
nfs_bridge: br1 nfs_bridge: br1
virt_install_command_one_nic: virt-install -n {{ inventory_hostname }} virt_install_command_one_nic: virt-install -n {{ inventory_hostname }}
--memory={{ mem_size }},maxmemory={{ mem_size * 2 }} --memballoon virtio --memory={{ mem_size }},maxmemory={{ mem_size * 5 }} --memballoon virtio
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }} --disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
--vcpus={{ num_cpus }},maxvcpus={{ num_cpus * 2 }} -l {{ ks_repo }} -x --vcpus={{ num_cpus }},maxvcpus={{ num_cpus * 5 }} -l {{ ks_repo }} -x
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0 'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
hostname={{ inventory_hostname }} nameserver={{ dns }} hostname={{ inventory_hostname }} nameserver={{ dns }}
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none' ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
@ -53,9 +53,9 @@ virt_install_command_one_nic: virt-install -n {{ inventory_hostname }}
--autostart --noautoconsole --watchdog default --autostart --noautoconsole --watchdog default
virt_install_command_two_nic: virt-install -n {{ inventory_hostname }} virt_install_command_two_nic: virt-install -n {{ inventory_hostname }}
--memory={{ mem_size }},maxmemory={{ mem_size * 2 }} --memballoon virtio --memory={{ mem_size }},maxmemory={{ mem_size * 5 }} --memballoon virtio
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }} --disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
--vcpus={{ num_cpus }},maxvcpus={{ num_cpus * 2 }} -l {{ ks_repo }} -x --vcpus={{ num_cpus }},maxvcpus={{ num_cpus * 5 }} -l {{ ks_repo }} -x
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0 'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
hostname={{ inventory_hostname }} nameserver={{ dns }} hostname={{ inventory_hostname }} nameserver={{ dns }}
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
@ -64,9 +64,9 @@ virt_install_command_two_nic: virt-install -n {{ inventory_hostname }}
--autostart --noautoconsole --watchdog default --autostart --noautoconsole --watchdog default
virt_install_command_rhel6: /usr/sbin/virt-install -n {{ inventory_hostname }} virt_install_command_rhel6: /usr/sbin/virt-install -n {{ inventory_hostname }}
--memory={{ mem_size }},maxmemory={{ mem_size * 2 }} --memory={{ mem_size }},maxmemory={{ mem_size * 5 }}
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }} --disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
--vcpus={{ num_cpus }},maxvcpus={{ num_cpus * 2 }} -l {{ ks_repo }} -x --vcpus={{ num_cpus }},maxvcpus={{ num_cpus * 5 }} -l {{ ks_repo }} -x
"ksdevice=eth0 ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }} "ksdevice=eth0 ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }}
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0 gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
hostname={{ inventory_hostname }}" hostname={{ inventory_hostname }}"