OSBS: use python2 interpretor for rhel7 boxes in stg

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-09-05 10:14:52 +02:00 committed by Pierre-Yves Chibon
parent 6825f3b4fc
commit d0ae90ff6f
2 changed files with 0 additions and 3 deletions

View file

@ -4,7 +4,6 @@ lvm_size: 60000
mem_size: 8192
num_cpus: 2
ansible_python_interpreter: "/usr/bin/python3"
tcp_ports: [ 80, 443, 8443]

View file

@ -4,8 +4,6 @@ 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'}