How about this one?
This commit is contained in:
parent
eb54b45caf
commit
735fa9a8fe
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ virt_install_command_rhel6: /usr/sbin/virt-install -n {{ inventory_hostname }}
|
|||
hostname={{ inventory_hostname }}"
|
||||
--network=bridge=br0 --autostart --noautoconsole --watchdog default
|
||||
|
||||
max_mem_size: "{{ mem_size }}" * 5
|
||||
max_cpu: "{{ num_cpus }}" * 5
|
||||
max_mem_size: "{{ mem_size * 5 }}"
|
||||
max_cpu: "{{ num_cpus * 5 }}"
|
||||
|
||||
# This is the wildcard certname for our proxies. It has a different name for
|
||||
# the staging group and is used in the proxies.yml playbook.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue