summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
...
* and we try to make a template where this doesnt kill usStephen Smoogen2017-05-012-2/+2
|
* and we really should have remembered we solved this months agoStephen Smoogen2017-05-011-1/+1
|
* this is going swimmingly. lets try namesStephen Smoogen2017-05-011-96/+1
|
* ok this should fix noc02Stephen Smoogen2017-05-012-2/+5
|
* Tell PDC about our dist-git location.Ralph Bean2017-05-011-0/+6
|
* and we are going to do this live.Stephen Smoogen2017-05-011-1/+0
|
* and we have a new nagiosStephen Smoogen2017-04-302-1/+3
|
* and what went wrong?Stephen Smoogen2017-04-301-0/+1
|
* we were doing well with nomail so lets try noswapStephen Smoogen2017-04-303-17/+12
|
* this is clearly a sign I am too tired to do much moreStephen Smoogen2017-04-301-0/+0
|
* it would help if you committed the file you were trying to useStephen Smoogen2017-04-301-0/+4
|
* let us try this list for nomail hosts (2)Stephen Smoogen2017-04-301-0/+3
|
* let us try this list for nomail hostsStephen Smoogen2017-04-304-90/+10
|
* a thousandcutsStephen Smoogen2017-04-302-3/+10
|
* and now we have an idea of what we are doingStephen Smoogen2017-04-304-4/+4
|
* no loop on the end of fasStephen Smoogen2017-04-291-1/+1
|
* more cargo cult fixing of ,Stephen Smoogen2017-04-2911-16/+9
|
* ok servicegroups do not like , at the end sometimes.Stephen Smoogen2017-04-298-8/+8
|
* nope no ideaStephen Smoogen2017-04-291-2/+0
|
* 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-291-1/+8
|/
* 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>
* 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: update from upstream rolesMiroslav Suchý2017-04-2812-11/+42
|
* we just need to use kojipkgs directly because varnish does not do https backendsKevin Fenzi2017-04-271-6/+6
|
* 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-275-1/+177
| | | | 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
* 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>
* 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
|