OSBS: use python3 interpreter for F30 hosts

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna
2019-08-07 10:47:18 +02:00
committed by Pierre-Yves Chibon
parent df6a3105bb
commit 7d3598ccae
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ lvm_size: 60000
mem_size: 8192
num_cpus: 2
ansible_python_interpreter: "/usr/bin/python3"
tcp_ports: [ 80, 443, 8443]
openshift_node_labels: {'region':'infra'}

View File

@@ -4,6 +4,8 @@ lvm_size: 60000
mem_size: 8192
num_cpus: 2
ansible_python_interpreter: "/usr/bin/python3"
tcp_ports: [ 80, 443, 8443, 10250]
openshift_node_labels: {'region': 'primary', 'zone': 'default'}