Also change copr-fe-dev.aws.fedoraproject.org to
copr.stg.fedoraproject.org. It is needed because of setup in kerberos
config files placed in the fedora-packager-kerberos which takes
stg.fedoraproject.org as staging instance, not aws.fedoraproject.org
iddev was a instance running ipsilon, with a fas plugin. It was usefull
for developers to point to when developing new apps to be able to test
authentication. However, when we moved to new account system the only
way we could make iddev work is by adding it to the VPN and enrolling it
in IPA like a normal machine. We don't want to do that as it would allow
way too much power to anyone who had configuration power over it.
In addition, ryan wrote a vagrant setup called 'tiny-stage' that spins
up a ipa server and a ipsilon server and developers should be able to
use that locally to test, completely disconnected from our
authentication.
See https://pagure.io/fedora-infrastructure/issue/9966 for more info.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
simple-koji-ci (currently) is a aws instance that listens to the
fedora-messaging bus and when a PR is filed on src.fedoraproject.org it
takes that PR, applies it to the package git repo and does a scratch
build. It then reports this back to the PR.
However, now we have zuul and fedora-ci doing this (and much more).
simple-koji-ci is a fedora-30 instanced (yes, way eol!)
It's token to talk to src.fedoraproject.org expired long ago and no one
really noticed, so it's not been reporting anything at all for a long
time.
So, lets remove it and let it rest in peace.
Thanks simple-koji-ci! You did great!
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
For now, we'll need it once we are moving to F35 (likely version).
When both DNSs pointing to the same IP exist, there are probably some
situations when the playbook is run twice using the both DNSs variants
(for some reason we got changed hostname to '*-temp' recently).
Former retrace02.fedorainfracloud.org is now
retrace03.rdu-cc.fedoraproject.org. Add it to inventory and
run initial playbooks on it so it can be handed off to retace
folks.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
I removed all the old files, inventory, playbooks, roles and other from
services we no longer run or use. There was a bunch of cruft in there
and I hope that will make the repo cleaner and easier to look for things
we actually do run and care about.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>