commit | 3a7b4f1e05daa1c6772f4b8edd78f2afdb58a653 | [log] [tgz] |
---|---|---|
author | Federico Ressi <fressi@redhat.com> | Fri Feb 23 11:30:27 2018 +0100 |
committer | Federico Ressi <fressi@redhat.com> | Fri Feb 23 11:30:27 2018 +0100 |
tree | 39520897983c0ff1b1943248216c203b07989c53 | |
parent | 003e14b5a7adad54a3a18e61414200853e1fe124 [diff] |
Increase undercloud image size
diff --git a/01-undercloud-create.yml b/01-undercloud-create.yml index 0eb75df..4d90075 100644 --- a/01-undercloud-create.yml +++ b/01-undercloud-create.yml
@@ -90,7 +90,7 @@ - name: Create undercloud VM command: > virt-install \ - --ram 8192 \ + --ram 12288 \ --vcpus 1 \ --os-variant rhel7 \ --disk path=/var/lib/libvirt/images/undercloud.qcow2,device=disk,bus=virtio,format=qcow2 \