buildvm-aarch64: set the lvm group right for new hosts and sync the python line with others.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c094cc7978
commit
f28caa8cad
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
# common items for the buildvm-aarch64* koji builders
|
# common items for the buildvm-aarch64* koji builders
|
||||||
volgroup: /dev/vg_Server
|
volgroup: /dev/vg_guests
|
||||||
lvm_size: 140000
|
lvm_size: 140000
|
||||||
mem_size: 40960
|
mem_size: 40960
|
||||||
max_mem_size: "{{ mem_size }}"
|
max_mem_size: "{{ mem_size }}"
|
||||||
|
@ -8,13 +8,13 @@ num_cpus: 5
|
||||||
max_cpu: "{{ num_cpus }}"
|
max_cpu: "{{ num_cpus }}"
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-29-aarch64
|
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-29-aarch64
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/29/Server/aarch64/os/
|
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/29/Server/aarch64/os/
|
||||||
|
ansible_python_interpreter: "/usr/bin/python3"
|
||||||
nm: 255.255.255.0
|
nm: 255.255.255.0
|
||||||
gw: 10.5.129.254
|
gw: 10.5.129.254
|
||||||
dns: 10.5.126.21
|
dns: 10.5.126.21
|
||||||
main_bridge: br0
|
main_bridge: br0
|
||||||
nfs_bridge: br1
|
nfs_bridge: br1
|
||||||
virt_install_command: "{{ virt_install_command_aarch64_two_nic }}"
|
virt_install_command: "{{ virt_install_command_aarch64_two_nic }}"
|
||||||
ansible_python_interpreter: "/usr/bin/python3"
|
|
||||||
|
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue