Commit graph

23641 commits

Author SHA1 Message Date
Kevin Fenzi
6e053f661b do not follow links as they could point to things that no longer exist on /mnt/koji and cause ansible to error out 2018-06-29 03:57:57 +00:00
Kevin Fenzi
e73ab29c27 also set tmp for copr 2018-06-29 01:55:57 +00:00
Kevin Fenzi
27a0c33f79 Adjust master. 2018-06-29 01:41:26 +00:00
Kevin Fenzi
3b13bf7182 fix name of package so playbook is happier 2018-06-29 01:08:03 +00:00
Rick Elrod
3618d9ceb9 remove smtp-mm-tummy01 from inventory/nagios
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-06-28 19:48:13 +00:00
Rick Elrod
ffcafa61da add ccd for smtp-mm-cc-rdu01
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-06-28 19:12:28 +00:00
Kevin Fenzi
137182088d fix in prod also and add comment about tmp and become_user 2018-06-28 18:15:30 +00:00
Kevin Fenzi
45c250315a lets try this on staging here 2018-06-28 17:59:24 +00:00
Rick Elrod
2a9ac47972 use -ext
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-06-28 17:32:58 +00:00
Rick Elrod
d777b77b58 add hooks to reload httpd when allows changes
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-06-28 17:22:40 +00:00
Rick Elrod
5c2e4725e7 allow smtp-mm-cc-rdu01
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-06-28 17:17:46 +00:00
Ralph Bean
536b3f4e36 Correct gluster_server_group for odcs. 2018-06-28 16:47:17 +00:00
Rick Elrod
7d99e7823a and add it to inventory
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-06-28 16:41:16 +00:00
Rick Elrod
fac104d4ca smtp-mm-cc-rdu01.fedoraproject.org
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-06-28 16:40:25 +00:00
Stephen Smoogen
cf98a024e6 reorder to give nagios time to be shutting up and make it longer 2018-06-28 16:05:25 +00:00
Kamil Páral
eef068fe2d taskotron-dev: don't configure minion repos in testcloud
We probably no longer need infra-tags repo on minions (and the existing
repo was outdated a non-working anyway). We don't need to override
fedora repos in local deployment, because they now use mirrormanager by
default.
2018-06-28 16:26:10 +02:00
František Zatloukal
f412fd1da6 Taskotron: Update domain-template.jinja 2018-06-28 14:53:34 +02:00
clime
1fa75c53fa copr-dist-git-dev: include certbot role 2018-06-28 14:23:12 +02:00
Patrick Uiterwijk
a51bd6a5f4 Wiki is now only over TLS anymore
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-06-28 11:58:00 +02:00
Patrick Uiterwijk
be9e6c8e12 Update nagios check for fedoraproject.org, and add hotspot.txt check
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-06-28 11:44:40 +02:00
Patrick Uiterwijk
a387117063 Only use this exception for fp.o
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-06-28 11:41:48 +02:00
Patrick Uiterwijk
424d7c10bb Redirect fp.o to https://fp.o first, then to getfedora.org but not for hotspot.txt
This reverts commit 80ac144f78.
2018-06-28 11:39:55 +02:00
Patrick Uiterwijk
80ac144f78 Revert "Redirect fp.o to https://fp.o first, then to getfedora.org"
This reverts commit ade7240937.
2018-06-28 11:31:28 +02:00
Patrick Uiterwijk
ade7240937 Redirect fp.o to https://fp.o first, then to getfedora.org
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-06-28 11:23:49 +02:00
Martin Kutlak
1730621557 Add GDPR SAR for FAF
Adds variables for execution of SAR script and
appends 'retrace01.qa.fedoraproject.org' to [sar] group.

Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
Signed-off-by: Miroslav Suchý <msuchy@redhat.com>
2018-06-28 09:48:35 +02:00
Dan Callaghan
d3ce8c3b0d
greenwave: don't need to explicitly trigger start-build
Similar to Waiverdb, the deployments are already triggered automatically
by image stream changes and config changes, so firing this off
explicitly is redundant.
2018-06-28 15:43:07 +10:00
Dan Callaghan
e30389a4f2
bump waiverdb and greenwave imagestreams
This commit is just to make Ansible think these have changed.

I committed a change earlier and ran the playbook to apply it, but stg
OpenShift was down. So the templates were rendered into
/etc/openshift_apps but not successfully fed to `oc apply`. Now Ansible
thinks there is nothing to apply when I re-run the playbook. This will
trick it.
2018-06-28 14:54:44 +10:00
Dan Callaghan
125638f418
waiverdb: try without explicit import-image
See if OpenShift figures out it needs to do this itself.
2018-06-28 14:54:06 +10:00
Dan Callaghan
436ed9eabf
waiverdb: trigger import-image instead of start-build
Nowadays we have an imagestream, which pulls pre-built waiverdb images
from quay.io, and a buildconfig, which then layers some
Fedora-infra-specific stuff on top.

When we have a new version to deploy, the imagestream should pick up the
new image from quay.io, which triggers a build of the buildconfig, which
triggers a deploy of the deploymentconfig. So we shouldn't need to
explicitly fire off start-build anymore.

We *shouldn't* need to explicitly fire off import-image either, because
it is set to "scheduled" pull policy. But I am not sure what the
schedule is. Right now it says it last polled 5 days ago... that may
itself be a bug. Regardless, this gives us a nice way to make it pull
the latest image.

This patch adds a new, very simple role "import-image" to fire off the
oc import-image command, following the precedent of the existing
"start-build" role.
2018-06-28 14:41:17 +10:00
Dan Callaghan
95ed4f0420
greenwave: switch stg back to the latest tag 2018-06-28 12:53:43 +10:00
Dan Callaghan
08552a9c11
waiverdb: switch stg back to the latest tag 2018-06-28 12:53:33 +10:00
Rick Elrod
a0f49b0c42 Nuke !cloud from disk checks
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-06-28 01:19:46 +00:00
Rick Elrod
ab87b7ceb5 Try vars['nagios_location'] instead of nagios_location
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-06-27 22:40:10 +00:00
Stephen Smoogen
3441c2e1b6 and I am too tired 2018-06-27 22:23:43 +00:00
Stephen Smoogen
b1a8afecd1 too much french for me today 2018-06-27 22:19:33 +00:00
Stephen Smoogen
056bcf6c1e testing a theory 2018-06-27 22:13:41 +00:00
Rick Elrod
ed343c68e0 see if nrpe works in cloud hosts with this syntax
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-06-27 22:07:49 +00:00
Stephen Smoogen
25487e7b99 oh for f sake 2018-06-27 21:50:00 +00:00
Stephen Smoogen
113a82a094 and put in various configs 2018-06-27 21:32:38 +00:00
Stephen Smoogen
b00a5d27ea and these will be on their temp host 2018-06-27 21:23:29 +00:00
Kevin Fenzi
e6c152f397 Guess we have to fail since we are in a included task 2018-06-27 21:11:48 +00:00
Kevin Fenzi
f3b9e23566 try and make things a bit easier to update armv7 vm kernels 2018-06-27 21:06:47 +00:00
Stephen Smoogen
15887191c1 and make vh20 now vh04 2018-06-27 20:41:34 +00:00
Stephen Smoogen
28d250baaa move virthost11 to virthost03.stg 2018-06-27 20:12:26 +00:00
Stephen Smoogen
5666a0599b for the love of pete.. commit 2018-06-27 18:32:40 +00:00
3bf46f9b22 adding sysadmin-upstreamfirst to fas_groups on batcave 2018-06-27 16:01:22 +00:00
5f13672222 adding sysadmin-upstreamfirst to bastion fas_client_groups 2018-06-27 15:39:28 +00:00
Rick Elrod
a074174a83 Only using one nic in stg
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-06-27 15:00:57 +00:00
Rick Elrod
2953e52248 We begin our journey up Mount Koji
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-06-27 14:59:53 +00:00
Rick Elrod
5572848320 add storage net for odcs-frontend01
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-06-27 14:43:24 +00:00