The great phx2 pruning run (1st cut).

Since we no longer have any machines in phx2, I have tried to remove
them from ansible. Note that there are still some places where we need
to remove them still: nagios, dhcp, named were not touched, and in cases
where it wasn't pretty clear what a conditional was doing I left it to
be cleaned up later.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-14 14:14:31 -07:00
parent 07d773e65c
commit 7984b46eb7
435 changed files with 282 additions and 5397 deletions

View file

@ -6,12 +6,7 @@ SECRET_KEY='{{ kerneltest_secret_key }}'
### url to the database server:
#DB_URL=mysql://user:pass@host/db_name
#DB_URL=postgres://user:pass@host/db_name
{% if datacenter == 'phx2' %}
DB_URL='postgresql://{{ kerneltest_db_user }}:{{ kerneltest_db_pass }}@{{ kerneltest_db_host }}/{{ kerneltest_db_name }}'
{% elif datacenter == 'iad2' %}
DB_URL='postgresql://{{ kerneltest_db_user }}:{{ kerneltest_db_pass }}@db01.iad2.fedoraproject.org/{{ kerneltest_db_name }}'
{% endif %}
# Specify where the logs of the tests should be stored
LOG_DIR = '/var/www/logs'