upgrading qa-prod to f27
This commit is contained in:
parent
5c5c3c4e09
commit
4f274c703f
1 changed files with 4 additions and 6 deletions
|
@ -3,8 +3,8 @@ nm: 255.255.255.0
|
|||
gw: 10.5.124.254
|
||||
dns: 10.5.126.21
|
||||
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-24
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/24/Server/x86_64/os/
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-27
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/27/Server/x86_64/os/
|
||||
volgroup: /dev/VirtGuests
|
||||
|
||||
eth0_ip: 10.5.124.231
|
||||
|
@ -14,16 +14,14 @@ datacenter: phx2
|
|||
fas_client_groups: sysadmin-qa,sysadmin-main
|
||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
|
||||
mariadb_root_password: "{{ qadevel_mariadb_root_password }}"
|
||||
|
||||
public_hostname: qa.fedoraproject.org
|
||||
short_hostname: qa-prod01.qa
|
||||
short_hostname: qa-prod01
|
||||
buildmaster: 127.0.0.1
|
||||
|
||||
buildslaves:
|
||||
- qa-prod01-1
|
||||
|
||||
slaves:
|
||||
- { user: "{{ short_hostname }}-1", home: "/home/{{ short_hostname }}-1", dir: "/home/{{ short_hostname }}-1/slave" }
|
||||
- { user: "{{ short_hostname }}-1", home: "/srv/buildslaves/{{ short_hostname }}-1", dir: "/srv/buildslaves/{{ short_hostname }}-1/slave" }
|
||||
|
||||
extra_enablerepos: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue