Randy Barlow
d1e95f01f3
bodhi: The RateLimiter setting should be a string.
...
I don't know TOML.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-10 18:19:54 +00:00
Stephen Smoogen
7778e014f0
when making a new playbook always make sure you give the hosts the correct name. ansible will just keep running and will say it completed everything even if nothing got done.
2019-05-10 18:19:04 +00:00
Randy Barlow
179a661add
bodhi: Quote a messaging config key.
...
It seems that fedora-messaging did not approve of my config, with
this error:
fedora-messaging[17633]: Error: Invalid value: Configuration error:
Failed to parse /etc/fedora-messaging/config.toml: error at line
44, column 2: Found invalid character in key name: ')'. Try quoting
the key name.
So I'm trying to quote the key name. Wish me luck!
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-10 18:10:57 +00:00
Stephen Smoogen
f794e1fe5f
try and use the correct kickstart
2019-05-10 17:58:12 +00:00
Patrick Uiterwijk
b4ff9a9460
Ipsilon: prepare saml2 metadata before start
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-10 19:55:58 +02:00
Stephen Smoogen
53a3b35cbd
ok 30 crashed and burned. back off to 29?
2019-05-10 17:41:16 +00:00
Stephen Smoogen
887da3a225
make a basic playbook for a box we will probably throwaway later
2019-05-10 17:13:06 +00:00
Stephen Smoogen
a84ca8e339
add basic grobisplitter items
2019-05-10 17:13:06 +00:00
Randy Barlow
7b58a639a2
bodhi: StreamHandler isn't in logging.handlers (lolwut)
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-10 17:08:40 +00:00
Randy Barlow
3063fd8330
bodhi: Use the full path for the StreamHandler.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-10 16:57:59 +00:00
Stephen Smoogen
0fa560854d
make virthost-cloud a colo virt
2019-05-10 16:39:51 +00:00
Randy Barlow
2bc531d124
bodhi: Fix the logic around an endif.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-10 16:37:55 +00:00
Randy Barlow
e2850cfa22
bodhi: Don't set up fedmsg in the container.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-10 16:23:53 +00:00
Randy Barlow
698d067be1
bodhi: Adjust indentation in configmap macro.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-10 16:02:50 +00:00
Randy Barlow
bf25484eac
bodhi: actually use the correct paths for certs.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-10 15:40:42 +00:00
Randy Barlow
855fde87a0
bodhi: Use the correct path for rabbitmq certs.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-10 15:32:40 +00:00
Randy Barlow
e180b0b062
bodhi: Update staging to 4.0.0-0.1.beta.fc29.infra.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-10 15:03:10 +00:00
Mikolaj Izdebski
29c16b8a0c
koji_hub: Allow coreos-continuous users to tag secureboot builds
...
See: https://pagure.io/releng/issue/8294#comment-569454
2019-05-10 16:07:45 +02:00
Stephen Smoogen
382fb017bc
add dhcpd for cloud-noc01
2019-05-10 13:53:47 +00:00
Patrick Uiterwijk
f269baad46
Add initial FAS openshift objects - still WIP
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-10 10:38:59 +02:00
Kevin Fenzi
46b3d0f55c
virthost-os: make the old storage nodes into virthosts for now.
...
We can put load balancers on these and point them at the cluster.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2019-05-09 23:33:11 +00:00
Randy Barlow
d51c1faf93
bodhi: Enable fm-consumer on bodhi backend servers.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-09 22:22:50 +00:00
Randy Barlow
b3a4f6fa2f
bodhi: Deploy bodhi-4.0.0b0 to staging.
...
A lot of things have changed in Bodhi 4.0.0, so I'm sure this
commit isn't quite correct (too bad we can't easily test Ansible
code before committing!)
This adjusts the playbook to switch staging to Bodhi 4.0.0, which
includes switching to fedora-messaging and a new logging config
(Bodhi can now send rate-limited error e-mails!)
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-09 21:44:44 +00:00
Kevin Fenzi
82cb3bbf18
communishift: strike all that, we are going to take another tack here.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2019-05-09 21:20:40 +00:00
Kevin Fenzi
ca5cd86083
virthost-communishift: set virthost:true on these hosts.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2019-05-09 20:38:08 +00:00
Kevin Fenzi
13c5d78205
virthost-os*: add host vars with ip and such
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2019-05-09 20:27:26 +00:00
Kevin Fenzi
319d35e721
communishift: Hey look, a bunch of communishift nodes and virthosts and such.
...
Note: This is not in the os-cluster playbook now except to install base items.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2019-05-09 20:15:35 +00:00
Randy Barlow
bd452c7f89
bodhi: Remove custom alembic.
...
Bodhi uses the alembic provided by Fedora, so this custom one is
no longer needed.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-09 19:53:12 +00:00
Randy Barlow
f41415f729
bodhi: Remove bodhi_sar.py.
...
bodhi_sar.py was replaced by bodhi-sar (shipped by upstream), so
we don't need this file anymore.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com >
2019-05-09 19:51:20 +00:00
Patrick Uiterwijk
003519afdd
Allow specifying a route path
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 21:20:18 +02:00
Patrick Uiterwijk
30d9d21ceb
Use SSL for id.fp.o
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 20:37:17 +02:00
Patrick Uiterwijk
e67fc8ca91
Move ipsilon checks to proxies
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 20:35:05 +02:00
Patrick Uiterwijk
57069dba41
Retire ipsilon VMs
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 19:59:43 +02:00
Kevin Fenzi
7e18ec152d
mm-frontend-checkin01: add totpci to iptables so sudo will work.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2019-05-09 16:48:11 +00:00
Patrick Uiterwijk
305b40c916
ipsilon: fix bc
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 18:12:07 +02:00
Patrick Uiterwijk
9b4b708fc3
Set up krb5.conf for ipsilon
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 18:00:40 +02:00
Kevin Fenzi
df0cd4014a
nagios_client: The plugin is in the plugins dir.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2019-05-09 15:43:07 +00:00
Patrick Uiterwijk
5c33c6d6ea
ipsilon: update keytab path for openshift
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 17:10:34 +02:00
Patrick Uiterwijk
7034db58e3
ipsilon: Don't always start a new build
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 16:56:12 +02:00
Patrick Uiterwijk
354d53c8c2
Prepare for moving Ipsilon to openshift in prod
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 16:52:24 +02:00
Patrick Uiterwijk
06a40af89f
Remove ipsilon playbook
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 16:30:42 +02:00
Patrick Uiterwijk
5aa467f66e
ipsilon: enable deployment to production
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 16:08:14 +02:00
Patrick Uiterwijk
4b1f1d0581
Allow openshift into db-fas01.phx2
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 16:06:44 +02:00
Patrick Uiterwijk
433270afac
ipsilon: move over definitely to openshift
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 16:02:46 +02:00
Patrick Uiterwijk
c2731b0ca0
ipsilon: move saml2 metadata to tempdir
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 15:58:28 +02:00
Patrick Uiterwijk
4d502c1827
Combine a lot of ipsilon build layers
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 15:49:32 +02:00
Patrick Uiterwijk
c0af4917f3
ipsilon: attempt move again
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 15:17:35 +02:00
Patrick Uiterwijk
f208989382
ipsilon: attempt move in stg to openshift
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 14:44:31 +02:00
Patrick Uiterwijk
c62cf8bf1d
ipsilon: move username.id mapping to ipsilon pods
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-05-09 14:38:10 +02:00
Patrick Uiterwijk
301e86a69a
Tell routers wildcard routes are acceptable
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2019-05-09 12:26:19 +00:00