set up the grobisplitter to have less disk space and more ram
This commit is contained in:
parent
6f69b370f4
commit
250f95548e
1 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
nm: 255.255.255.0
|
nm: 255.255.255.0
|
||||||
gw: 10.5.125.254
|
gw: 10.5.125.254
|
||||||
dns: 10.5.126.21
|
dns: 10.5.126.21
|
||||||
|
@ -7,11 +8,13 @@ dns: 10.5.126.21
|
||||||
#
|
#
|
||||||
libdir: /usr/lib64
|
libdir: /usr/lib64
|
||||||
|
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-29
|
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-30
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/29/Server/x86_64/os/
|
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/30/Server/x86_64/os/
|
||||||
virt_install_command: "{{ virt_install_command_one_nic }}"
|
virt_install_command: "{{ virt_install_command_one_nic }}"
|
||||||
|
|
||||||
lvm_size: 30000
|
lvm_size: 20000
|
||||||
|
mem_size: 8192
|
||||||
|
num_cpus: 6
|
||||||
|
|
||||||
volgroup: /dev/vg_guests
|
volgroup: /dev/vg_guests
|
||||||
eth0_ip: 10.5.125.3
|
eth0_ip: 10.5.125.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue