Add aarch64 install command to stg OSBS

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-08-31 13:08:18 +02:00
parent 7f41597684
commit 28db8c6655
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
lvm_size: 60000
mem_size: 8192
num_cpus: 2
virt_install_command: "{{ virt_install_command_aarch64_one_nic }}"
tcp_ports: [ 80, 443, 8443]

View file

@ -3,6 +3,7 @@
lvm_size: 60000
mem_size: 8192
num_cpus: 2
virt_install_command: "{{ virt_install_command_aarch64_one_nic }}"
tcp_ports: [ 80, 443, 8443, 10250]