Commit graph

26465 commits

Author SHA1 Message Date
Patrick Uiterwijk
ca0629a73d Tell elections its https
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2019-04-29 14:15:03 +02:00
Martin Kutlak
4d1bcd1802 Deploy f-messaging certs for faf
Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
2019-04-29 13:50:52 +02:00
Pierre-Yves Chibon
f02f70029e elections: use the same url to connect to the DB in alembic as in the application's configuration file
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 13:36:35 +02:00
Pierre-Yves Chibon
e76e1a88eb elections: Rework again the secret.yml again
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 13:30:51 +02:00
Pierre-Yves Chibon
2dab570f7d elections: rework the indentation of secret.yml
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 13:22:19 +02:00
Pierre-Yves Chibon
7b6a86c1dd elections: add missing closing parenthesis
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 13:19:19 +02:00
Pierre-Yves Chibon
cf6c2f3b40 elections: load the secret.yml object...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 13:17:15 +02:00
Pierre-Yves Chibon
a7f2a6b08d elections: another trailing : that was messing up the file
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 12:47:38 +02:00
Pierre-Yves Chibon
833274e56d elections: remove trailing : that was messing the file
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 12:46:22 +02:00
Pierre-Yves Chibon
86a3572311 elections: rename the volume to see if that changes something
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 12:29:46 +02:00
Pierre-Yves Chibon
33a2a12afb elections: indentation fix
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 12:27:14 +02:00
Pierre-Yves Chibon
ded44bdb34 elections: mount the secret volume and point elections to it
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 12:24:19 +02:00
Pierre-Yves Chibon
2b16867d92 elections: fix the path to the alembic revisions
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 12:15:54 +02:00
Pierre-Yves Chibon
d71529606b elections: use upstream's alembic upgrade script
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 12:02:34 +02:00
Pierre-Yves Chibon
c5cde07727 elections: the path to the fedora-messaging config is specified by an environment variable in the container
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 11:58:25 +02:00
Pierre-Yves Chibon
48ac98d72d elections: Mount the fedora-messaging volumes and config files
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 11:40:11 +02:00
Pierre-Yves Chibon
91cd0ffc24 elections: Add a configuration file for fedora-messaging
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 11:27:58 +02:00
Pierre-Yves Chibon
299fad9362 elections: add a secret containing the client_secrets for flask-oidc
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 11:27:38 +02:00
Pierre-Yves Chibon
30e5b8ba0e elections: point to id.stg in staging
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 11:26:12 +02:00
Pierre-Yves Chibon
36d0ed7725 elections: Install the fedora-messaging files
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 11:25:53 +02:00
Pierre-Yves Chibon
6c8749cf59 distgit/pagure: Fix the amqp_url for fedora-messaging on pagure
The cert is now for rabbitmq.stg.fedoraproject.org and not:
rabbitmq01.stg.phx2.fedoraproject.org so having the wrong url in the config
leads to a CertificateError leading to pagure failing to send notifications
on fedora-messaging.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-29 11:14:38 +02:00
Mohan Boddu
d66de7a089 F30 is now current release and enable automated bodhi pushes
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2019-04-27 19:54:07 +00:00
Mohan Boddu
c491708adb Disable branched compose and enable F30 Cloud and Container composes
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2019-04-27 19:38:48 +00:00
Kevin Fenzi
e96da8e528 cloud-noc01: fix typo in last commit, missing , instead of ]
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-04-27 18:49:05 +00:00
Kevin Fenzi
cbe0963aa9 cloud-noc01: adjust firewall rules: allow communishift network, open port 124 for ntp
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-04-27 18:47:27 +00:00
Kevin Fenzi
85adc106ff cloud-noc01: fix typo: s/upd/udp/
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-04-27 18:27:41 +00:00
Kevin Fenzi
e081c43c74 cloud-noc01: setup dhcp for communishift storage nodes.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-04-27 18:24:25 +00:00
Pierre-Yves Chibon
4cbd103c18 Enable running alembic upgrade on create
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-26 10:31:12 +02:00
Pierre-Yves Chibon
3ca380a617 Install python2-koji on simple-koji-ci
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-26 10:31:12 +02:00
Kevin Fenzi
8024637dcd buildvmhost: add 2 thunderx2 aarch64 boxes for builder
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-04-25 22:43:57 +00:00
Mikolaj Izdebski
6fb16a4c69 proxies-redirects: Add another rewrite for cgit on src.fp.o (#7736) 2019-04-25 23:15:33 +02:00
Kevin Fenzi
1cf627f5bc noc01 dhcp for buildvmhost-aarch64-02: correct mac address.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-04-25 20:37:30 +00:00
Stephen Smoogen
c432675c74 [nagios] add checks for datanommer monitoring 2019-04-25 18:13:43 +00:00
Kevin Fenzi
6a6d410444 buildvmhost-aarch64-01/01: Add dhcp info for 2 thunderx2 aarch64 buildvmhosts.
We need to add these in so pxe sees the right thing to boot them.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-04-25 16:08:04 +00:00
Clement Verna
f4a1f3c1d5 mdapi: configure openshift cronjob housekeeping
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-25 13:55:47 +02:00
Clement Verna
659131c821 mdapi: fix the path of the script executed by the cronjob
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-25 11:55:22 +02:00
Clement Verna
16fd75efec mdapi: change the cronjob schedule
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-25 11:42:11 +02:00
Clement Verna
db0aa97379 mdapi: add a tag to only create the cronjob
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-25 11:38:59 +02:00
Clement Verna
42eb606722 mdapi: revert delete old cronjob commit
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-25 11:34:15 +02:00
Clement Verna
edd58c7aad mdapi: delete old cronjob resources
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-25 11:32:10 +02:00
Clement Verna
4b0b3acc58 mdapi: Add fedora-messaging configuration to OpenShift app
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-25 10:40:30 +02:00
Mikolaj Izdebski
dde66ebd39 proxies-redirects: Add rewrite for cgit on src.fp.o (#7736) 2019-04-25 05:41:58 +02:00
Clement Verna
93d0eeaf54 Nagios: monitor that resultsdb sends messages on the bus
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-24 11:22:46 +02:00
Clement Verna
de0f2763a9 resultsbd: enbale fedora-messaging in prod
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-24 11:22:36 +02:00
Clement Verna
18048e10ed fedora-hubs: delete unused ansible role + config
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-24 10:37:06 +02:00
ba71e878c2 Add the missing template file clean-amis.py 2019-04-24 06:27:24 +00:00
3e20f35339 Add the clean ami script as template 2019-04-23 20:54:08 +00:00
Jeremy Cline
81fb52008a rabbitmq_cluster: create nagios-monitoring user 2019-04-23 20:43:42 +00:00
Jeremy Cline
eae92f73e9 rabbitmq_cluster: install nagios monitoring scripts
This package is available in epel7-infra and is built from
https://github.com/nagios-plugins-rabbitmq/nagios-plugins-rabbitmq.
2019-04-23 20:13:22 +00:00
Stephen Smoogen
bd045badcb [data-analysis] add sysadmin-analysis to data-analysis01 so people can log in and work 2019-04-23 17:31:43 +00:00