Commit Graph

31897 Commits

Author SHA1 Message Date
Michael Scherer
a15f67be02 Display the generated public key for docs
Since sundries got reinstalled, there is a new ssh key, and
so we need to change the key on Pagure. Rather than bothering
someone each time that happen, it is better to just display
it so it can be added to Pagure.
2020-06-17 15:33:01 +00:00
Kevin Fenzi
e83196adef mailman01: db01 is rhel8 now and needs python3-psycopg2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-17 07:33:26 -07:00
Stephen Smoogen
e7ce8aefbd Remove internal redhat.com spamassassin items that arent work 2020-06-17 10:09:46 -04:00
Stephen Smoogen
ddc09175f3 Fix rhel6/rhel7 sync
The old rhel sync scripts are built around RHEL-6 reposync which no
longer exists. The scripts need to be updated to use dnf reposync and
that uses different arguments.
2020-06-17 08:36:10 -04:00
Mark O'Brien
330d93b07b [maintainer-test] el7 host now has only one disk 2020-06-17 11:16:24 +01:00
Clement Verna
1474904c4a bodhi: try adding a patch to make sure the koji tags exists before we try deleting them
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-06-17 09:13:08 +02:00
Kevin Fenzi
c230dc86f1 master: also remove postgresql bdr from master
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-16 16:06:38 -07:00
Kevin Fenzi
da387d0b20 koji_builder: we need to force this link because the mount may not be there(yet)
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-16 15:46:43 -07:00
Kevin Fenzi
bdb2d1d212 buildvm: Try and fix s390x sshfs mounts
Because of the when we had here before it would try and do a nfs mount
on the runroot s390x builders, but that will completely fail, as they
are not in the same datacenter. Instead try and exclude them here so
they can get the sshfs mount later.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-16 15:35:30 -07:00
Kevin Fenzi
90d8616d1a db-fas01: add another postgresql variable thats required now for rhel7
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-16 15:30:19 -07:00
Kevin Fenzi
20b1b72e56 rkhunter: Adjust template to work with current database servers.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-16 15:07:02 -07:00
Kevin Fenzi
98ccbf3156 postgresql / servers: fix db-fas01 not having temp_buffers and rename backup-database for db-koji01
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-16 14:58:36 -07:00
Kevin Fenzi
2ad96913a7 postgresql_server_bdr: no longer used, drop it
This role/playbook/hosts were from a few years ago when I tried to setup
postgresql binary replication (active/active). It didn't really ever
become production ready, so drop it.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-16 14:55:03 -07:00
Stephen Smoogen
25796c2fd6 make sure phx2 zone is in the correct view 2020-06-16 16:50:00 -04:00
Pierre-Yves Chibon
f2066c896d distgit: looks like the acl action does not support with_items, pity
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-06-16 20:56:31 +02:00
Pierre-Yves Chibon
9d4902f887 distgit: the configuration file does not support quotes and it doesn't find the file if there are some
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-06-16 20:53:39 +02:00
Pierre-Yves Chibon
b57fcaccf7 distgit: Add missing tag to a task
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-06-16 20:53:17 +02:00
Adam Williamson
ddbafa861a Explicitly declare tasks in proxies-website.yml
This might help, @smooge?

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-06-16 10:43:14 -07:00
Stephen Smoogen
62c8dcccac Revert "fix selinux so it will run on proxy101/proxy110". Even explicitely calling out these two servers, the playbook is being skipped.
This reverts commit 7092e2180e.
2020-06-16 12:28:28 -04:00
Stephen Smoogen
7092e2180e fix selinux so it will run on proxy101/proxy110 2020-06-16 12:25:03 -04:00
Stephen Smoogen
7b93b2fe2c ODCS: Change odcs vpn to use the iad2 server versus the phx2 one. This
will allow odcs to work with new colocation.
2020-06-16 07:49:54 -04:00
Stephen Smoogen
ed6534c0cf remove phx2 zones from nameservers. thank you again phx2 2020-06-15 15:53:02 -04:00
Stephen Smoogen
5282048e64 remove some PHX2 hosts which do not exist 2020-06-15 15:21:32 -04:00
Mohan Boddu
8ba8429972 Setup rhel and centos sync scripts
Setup rhel8-split scripts and cron job

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-06-15 18:08:45 +00:00
Pierre-Yves Chibon
46b327807f distgit: turn on fedora-messaging notification and give apache access to the git hook cert and keys
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-06-15 13:56:38 +02:00
Jan Kaluza
425312bab6 ODCS: Install releng keytab on odcs-backend01 until we get odcs-backend-releng01 again. 2020-06-15 11:15:34 +02:00
Michal Konečný
928ec26548 the-new-hotness: Use new proxy ip
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2020-06-15 10:39:25 +02:00
Kevin Fenzi
8ffeaeae52 logserver: disable fedora_stats as it is not moved over yet
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 20:30:42 -07:00
Kevin Fenzi
008570c739 grokmirror: python3 version for rhel8
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 17:57:40 -07:00
Stephen Smoogen
ba9ab1d4e1 remove more hosts which arent up yet 2020-06-14 19:53:32 -04:00
Stephen Smoogen
12c486cda3 remove some hosts in inventory file which do not exist in IAD2. 2020-06-14 19:51:27 -04:00
Kevin Fenzi
11cde39f88 bodhi / backend: enable fedmsg/base, we need it for pungi
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 16:45:48 -07:00
Kevin Fenzi
a8509b6d69 fedmsg / base: fix several syntax issues around closing "s
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 15:40:22 -07:00
Kevin Fenzi
eea681dccc base iptables: drop phx2 from osuosl allowed for ssh networks
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 15:39:10 -07:00
Kevin Fenzi
e3aeafc7d0 fedmsg / base: fix stray " from previous cleanup
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 15:37:49 -07:00
Kevin Fenzi
8356daeb4f inventory: virthost-comm* are no more.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 15:36:20 -07:00
Kevin Fenzi
814ae5c182 drop qa_isolated.
We no longer need this as it was put in place when taskotron was going
to run user provided tests. Since the only left in 'qa' is openqa and it
only tests fedora images/updates and is still also in it's own vlan, we
no longer need to reject things in qa from the rest of their same vlan.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 15:34:00 -07:00
Kevin Fenzi
82b9bf6e90 inventory: There is no notifs-web02 in iad2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 15:04:27 -07:00
Kevin Fenzi
8b5cca3925 inventory: get the arm.fedoraproject.org machines.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 14:51:56 -07:00
Kevin Fenzi
47838aaff4 inventory: drop the ppc64le old hosts.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 14:39:32 -07:00
Kevin Fenzi
8a0a0e49f8 releng: drop fedmsg files that are in releng role, they are old and no longer used.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 14:34:23 -07:00
Kevin Fenzi
523bf8ee73 inventory: - is not to be used in group names, use _ instead
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 14:30:13 -07:00
Kevin Fenzi
81e89d0aaf inventory / hardware: perhaps ansible does not like ## as a comment.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 14:26:00 -07:00
Kevin Fenzi
3b3a63ef94 inventory: drop moonshot group in hardware also
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 14:17:59 -07:00
Kevin Fenzi
7984b46eb7 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>
2020-06-14 14:14:31 -07:00
Pierre-Yves Chibon
07d773e65c notifs/backend: stop sending emails on errors, no one looks at them
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-06-14 18:05:50 +02:00
Pierre-Yves Chibon
5caddc3558 distgit-bugzilla-sync: send emails via bastion-iad from now on
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-06-14 18:01:50 +02:00
Marc Deop
5ac1a2bcfa feat(openshift-apps): add email override for Marc Deop
Merges https://pagure.io/fedora-infra/ansible/pull-request/134
2020-06-14 17:24:14 +02:00
Benjamin Lefoul
f7013f3f73 Update roles/openshift-apps/distgit-bugzilla-sync/templates/email_overrides.toml
Current email
2020-06-14 15:21:47 +00:00
Stephen Smoogen
5cd3dea673 change a few known hosts from phx2 to iad2 variables. 2020-06-14 09:51:42 -04:00