summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ok I think I have a handle on this nowStephen Smoogen2017-04-291-1/+1
|
* why did i have hostgroups in servicegroups directoryStephen Smoogen2017-04-294-21/+14
|
* Merge branch 'master' of /git/ansibleStephen Smoogen2017-04-291-0/+1
|\
| * Run a check-diff with merging hashes to find the differencesPatrick Uiterwijk2017-04-291-0/+1
| | | | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* | and we have an attempt at thisStephen Smoogen2017-04-293-1/+14
|/
* Merge branch 'master' of /git/ansibleStephen Smoogen2017-04-291-0/+3
|\
| * Turns out Stephen was smarted than me, and realized how silly this was ↵Patrick Uiterwijk2017-04-291-1/+4
| | | | | | | | | | | | before I did Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
| * Attempt running nagios on web rootPatrick Uiterwijk2017-04-291-1/+1
| | | | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* | this was commented outStephen Smoogen2017-04-291-16/+15
|/
* add missing quoteKevin Fenzi2017-04-291-1/+1
|
* this is not in the same roleKevin Fenzi2017-04-291-1/+1
|
* forgot to add the correct filename here when moving itKevin Fenzi2017-04-291-0/+10
|
* Or is it this file?Patrick Uiterwijk2017-04-291-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* PIDFile no longer used, handled by systemdPatrick Uiterwijk2017-04-291-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Merge branch 'master' of /git/ansibleStephen Smoogen2017-04-291-5/+0
|\
| * This play is useless: this is in the default policyPatrick Uiterwijk2017-04-291-5/+0
| | | | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* | and I missed this earlierStephen Smoogen2017-04-291-1/+1
|/
* and we have to let nrpe go out a different ip for a whileStephen Smoogen2017-04-296-25/+27
|
* Fix filename of faf repo so playbook completes.Kevin Fenzi2017-04-281-10/+0
|
* Configure bodhi sessions to last two weeks.Randy Barlow2017-04-282-0/+4
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* retrace: add full pathMiroslav Suchý2017-04-281-2/+2
|
* retrace: add retrace02 backMiroslav Suchý2017-04-281-1/+1
|
* retrace: update from upstream rolesMiroslav Suchý2017-04-2812-11/+42
|
* and we have new certs for fedoracommunityStephen Smoogen2017-04-271-1/+2
|
* we just need to use kojipkgs directly because varnish does not do https backendsKevin Fenzi2017-04-271-6/+6
|
* also add custom rule to allow port 80 from other bos buildersKevin Fenzi2017-04-271-0/+2
|
* add libsemanage-python here in case it was not installedKevin Fenzi2017-04-271-0/+1
|
* we need == hereKevin Fenzi2017-04-271-2/+2
|
* add varnish config for buildvm-s390x-07.s390.fedoraproject.org which needs ↵Kevin Fenzi2017-04-277-1/+194
| | | | to cache packages for s390x builders in bos
* retrace: more cron jobsMiroslav Suchý2017-04-271-0/+64
|
* retrace: try thisMiroslav Suchý2017-04-271-1/+1
|
* retrace: add some local cron jobsMiroslav Suchý2017-04-272-0/+66
|
* Create "owner-sync-pagure.j2" which is an eventual replacement for ↵mprahl2017-04-271-0/+229
| | | | | | | | | | | | | | | "owner-sync-pkgdb.j2". With the eventual decommissioning of PkgDB, we need a way to get package ownership from Pagure instead of dist-git when using the sync script, which sets ownership in Koji. This will eventually be turned on in staging when Pagure is updated to include patches to the API in master that this script requires. For more information on the decommissioning of PkgDB, please read: https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org/thread/C5YIZ7RG7UW2AYS6Y5IQXV3UY44UW24Y/#C5YIZ7RG7UW2AYS6Y5IQXV3UY44UW24Y This is part of the "Arbitrary Branching" effort. For information on this, please read: https://fedoraproject.org/wiki/Infrastructure/Factory2/Focus/ArbitraryBranching
* do not use trueKevin Fenzi2017-04-271-6/+6
|
* try and set things so we can force armv7 kernel updatesKevin Fenzi2017-04-271-6/+6
|
* Give sysadmin-mbs login rights to pdc nodes.Ralph Bean2017-04-274-4/+4
|
* openqa/dispatcher: don't do git checkout when not on masterAdam Williamson2017-04-261-0/+16
| | | | | | | | | Like with openqa/server, sometimes we have the fedora_openqa checkout in some kind of testing state on staging. We want to skip the git checkout step when this is the case. This is just copied across from the server role. Signed-off-by: Adam Williamson <awilliam@redhat.com>
* add new compsoe arm vms to the right group in ansibleDennis Gilmore2017-04-261-2/+2
| | | | | | | | buildvm-armv7-01.arm.fedoraproject.org buildvm-armv7-02.arm.fedoraproject.org are the new vms to take on doing the compose tasks :D Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* robosignatory config for modules.Ralph Bean2017-04-261-1/+21
|
* try out new mirrorlist-container, first in stg, then in prodKevin Fenzi2017-04-261-1/+1
|
* Enable koschei-copr backend servicesMikolaj Izdebski2017-04-261-0/+2
|
* Enable Koschei Copr plugin in stagingMikolaj Izdebski2017-04-264-0/+21
|
* systemd complains when unit files are executable, so make this 644 to match ↵Kevin Fenzi2017-04-261-1/+1
| | | | everything else.
* weed some sshd rhel6 junk outKevin Fenzi2017-04-261-0/+4
|
* switch this to f25Kevin Fenzi2017-04-261-1/+1
|
* also hereKevin Fenzi2017-04-261-2/+2
|
* and fix it here tooKevin Fenzi2017-04-261-1/+1
|
* I cannot type tonight. :)Kevin Fenzi2017-04-263-2/+2
|
* add waverdb-dev to masterKevin Fenzi2017-04-261-0/+1
|
* add waverdb-dev cloud instanceKevin Fenzi2017-04-263-0/+46
|