infrastructure-test is no longer a thing
This commit is contained in:
parent
6891731a0e
commit
74b74a5bb3
7 changed files with 0 additions and 32 deletions
|
@ -24,9 +24,6 @@ deployment_type: qa-prod
|
|||
|
||||
tcp_ports: [ 80, "{{ buildslave_port }}", 222]
|
||||
|
||||
# this enables infrastructure-testing repo
|
||||
extra_enablerepos: 'infrastructure-testing'
|
||||
|
||||
################################################################################
|
||||
# Buildbot Settings
|
||||
################################################################################
|
||||
|
|
|
@ -9,10 +9,6 @@ num_cpus: 1
|
|||
|
||||
fas_client_groups: sysadmin-qa,sysadmin-main,fi-apprentice,sysadmin-noc,sysadmin-veteran
|
||||
|
||||
|
||||
# this enables infrastructure-testing repo
|
||||
extra_enablerepos: 'infrastructure-testing'
|
||||
|
||||
sshd_config: ssh/sshd_config.qa-stg
|
||||
sshd_port: 222
|
||||
external_hostname: qa.stg.fedoraproject.org
|
||||
|
|
|
@ -9,9 +9,6 @@ tcp_ports: [ 80, 443, "{{ resultsdb_db_port }}", "{{ execdb_db_port }}" ]
|
|||
external_hostname: taskotron-dev.fedoraproject.org
|
||||
deployment_type: dev
|
||||
|
||||
extra_enablerepos: 'infrastructure-testing'
|
||||
|
||||
|
||||
############################################################
|
||||
# resultsdb details
|
||||
############################################################
|
||||
|
|
|
@ -9,10 +9,6 @@ tcp_ports: [ 80, 443, "{{ resultsdb_db_port }}" ]
|
|||
external_hostname: taskotron.stg.fedoraproject.org
|
||||
deployment_type: stg
|
||||
|
||||
# this enables extra repos during dnf install but that's broken right now, remember to re-enable
|
||||
# extra_enablerepos: 'infrastructure-testing'
|
||||
extra_enablerepos: 'infrastructure-testing'
|
||||
|
||||
# make sure we're using the stg fedsmg bus
|
||||
fedmsg_env: stg
|
||||
|
||||
|
|
|
@ -11,10 +11,6 @@ external_hostname: taskotron-dev.fedoraproject.org
|
|||
deployment_type: dev
|
||||
robots_path: /var/www/html
|
||||
|
||||
# this enables extra repos during dnf operations
|
||||
extra_enablerepos: 'infrastructure-testing'
|
||||
|
||||
|
||||
############################################################
|
||||
# task repo details
|
||||
############################################################
|
||||
|
|
|
@ -10,9 +10,6 @@ external_hostname: taskotron.stg.fedoraproject.org
|
|||
deployment_type: stg
|
||||
robots_path: /var/www/html
|
||||
|
||||
# this enables extra repos during dnf operations
|
||||
extra_enablerepos: 'infrastructure-testing'
|
||||
|
||||
# decide whether to use prod or stg fedsmg bus
|
||||
fedmsg_env: prod
|
||||
|
||||
|
|
|
@ -26,17 +26,6 @@
|
|||
- name: set hostname (required by some services, at least postfix need it)
|
||||
hostname: name="{{inventory_hostname}}"
|
||||
|
||||
tasks:
|
||||
- name: add infrastructure repo
|
||||
copy: src="{{ files }}/common/{{ item }}" dest="/etc/yum.repos.d/{{ item }}"
|
||||
with_items:
|
||||
- infrastructure.repo
|
||||
- infrastructure-testing.repo
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
- yumrepos
|
||||
|
||||
roles:
|
||||
- postgresql_server
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue