diff --git a/multi-node-aio/playbooks/group_vars/infra_hosts.yml b/multi-node-aio/playbooks/group_vars/infra_hosts.yml index 98f2db57..bc56e42b 100644 --- a/multi-node-aio/playbooks/group_vars/infra_hosts.yml +++ b/multi-node-aio/playbooks/group_vars/infra_hosts.yml @@ -17,7 +17,7 @@ ansible_os_family: "{{ images[default_vm_image]['image_type'] }}" server_domain_name: 'openstack.local' # str - required, domain name of server server_vm: true # bool - not required, used to specify a host is to become a VM -server_vm_ram: '{{ infra_vm_server_ram | default(8192) }}' # int - not required, used to specify ram when provisioning a VM +server_vm_ram: '{{ infra_vm_server_ram | default(16384) }}' # int - not required, used to specify ram when provisioning a VM server_vm_vcpus: '{{ infra_vm_server_vcpus | default(4) }}' # int - not required, used to specify vcpus when provisioning a VM server_vm_primary_network: 'dhcp' # str - not required, primary network used to kick the VM server_image: "{{ default_vm_image }}" # str - required, image name