mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
osbs: set to single nic virt install for stage aarch64
This commit is contained in:
@@ -5,7 +5,7 @@ mem_size: 8192
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 2
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
virt_install_command: "{{ virt_install_command_aarch64_2nd_nic }}"
|
||||
virt_install_command: "{{ virt_install_command_aarch64_one_nic_unsafe }}"
|
||||
|
||||
tcp_ports: [ 80, 443, 8443]
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ mem_size: 8192
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 2
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
virt_install_command: "{{ virt_install_command_aarch64_2nd_nic }}"
|
||||
virt_install_command: "{{ virt_install_command_aarch64_one_nic_unsafe }}"
|
||||
|
||||
tcp_ports: [ 80, 443, 8443, 10250]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user