unfreezing future taskotron hosts since they're not actually deployed yet
This commit is contained in:
parent
66c7e2d8a1
commit
86191d0646
3 changed files with 9 additions and 0 deletions
|
@ -27,3 +27,6 @@ resultsdb_fe_endpoint: '/resultsdb'
|
|||
resultsdb_db_name: resultsdb
|
||||
allowed_hosts:
|
||||
- 10.5.124
|
||||
|
||||
# this needs to be removed once the system actually goes into production
|
||||
freezes: false
|
||||
|
|
|
@ -18,3 +18,6 @@ virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ m
|
|||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none"
|
||||
--network=bridge=br0,model=virtio --autostart --noautoconsole
|
||||
|
||||
# this needs to be removed once the system actually goes into production
|
||||
freezes: false
|
||||
|
|
|
@ -21,3 +21,6 @@ buildslave_public_sshkey_file: prod-buildslave-sshkey/prod_buildslave.pub
|
|||
taskotron_admin_email: taskotron-admin-members@fedoraproject.org
|
||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
buildmaster_pubkey: 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM5J0rmopyW96QyCVq5qyRmvsMIevnnPxXRNView1/vFI0ZkmQNeG6KYp0jmXsTDzPMeD4aC1nYIzyLp6OiMjvQ='
|
||||
|
||||
# this needs to be removed once the system actually goes into production
|
||||
freezes: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue