summaryrefslogtreecommitdiffstats
path: root/inventory/group_vars
Commit message (Collapse)AuthorAgeFilesLines
...
* Drop duplicate buildmaster_dir definitionsKevin Fenzi2015-11-113-3/+0
|
* Drop duplicate slave_user definitions.Kevin Fenzi2015-11-112-2/+0
|
* ppc EPEL builders: fix quotingPeter Robinson2015-11-112-2/+2
|
* watchdog-ify staging, hopefullyRicky Elrod2015-11-101-0/+9
| | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* Add inventory information for the mdapi01 hostPierre-Yves Chibon2015-11-101-0/+24
|
* fixing beaker-stg labcontroller usernameTim Flink2015-11-091-1/+1
|
* The group mdapi does not existPierre-Yves Chibon2015-11-091-1/+1
|
* preparing for config of new taskotron-client-host machineTim Flink2015-11-091-0/+4
|
* Add inventory infos for mdapi01.stgPierre-Yves Chibon2015-11-091-0/+24
|
* Drop these for now.Kevin Fenzi2015-11-091-7/+0
|
* More definitionsKevin Fenzi2015-11-081-1/+5
|
* Try defaulting this.Kevin Fenzi2015-11-081-0/+3
|
* Helps if you use the right arch.Kevin Fenzi2015-11-072-2/+2
|
* Switch buildvm's over to f23.Kevin Fenzi2015-11-072-4/+4
|
* Revert "use F23 image for copr builders"Kevin Fenzi2015-11-072-2/+3
| | | | This reverts commit 357cf847dd8daddc8534f2a037d15978e276b6b1.
* Revert "Go back to a copr builder image that actually exists."Kevin Fenzi2015-11-071-1/+1
| | | | This reverts commit 5ab7da726b8e2a4b7b9704d9ce9afb18067b7e21.
* Go back to a copr builder image that actually exists.Kevin Fenzi2015-11-071-1/+1
|
* initial ansible config for openqa, openqa-stg, openqa workersTim Flink2015-11-062-0/+0
|
* Update CSI info for the value nodes.Ralph Bean2015-11-062-1/+18
|
* copr: use correct tenant idMiroslav Suchý2015-11-062-3/+3
|
* use F23 image for copr buildersMiroslav Suchý2015-11-062-3/+2
|
* granting sudo on blockerbugs* to sysadmin-qaTim Flink2015-11-062-0/+2
|
* taskotron: use https in the artifacts urlMartin Krizek2015-11-062-2/+2
|
* adding csi_group_vars to dnsdoteast2015-11-041-0/+4
|
* taskotron dev: allow to use multiple slaves per hostMartin Krizek2015-11-022-5/+1
|
* Fix typo in csi info for people01Kevin Fenzi2015-10-301-1/+1
|
* builders: PPC: update bridge details for EPEL buildersPeter Robinson2015-10-282-2/+6
|
* builders: initial new PPC EPEL builders commit, comment out existing ↵Peter Robinson2015-10-282-1/+54
| | | | builders for now (will be rebuilt to new VMs RSN)
* Try net.ifnames=0 here.Kevin Fenzi2015-10-201-1/+1
|
* Use the right vg here.Kevin Fenzi2015-10-201-1/+1
|
* Switch buildvm-01.stg to f23.Kevin Fenzi2015-10-201-2/+2
|
* Adjust mirrorlist process limits for nagios alerting.Kevin Fenzi2015-10-161-2/+2
|
* Increase the number of possible child processesAdrian Reber2015-10-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | The mirrorlist-server is the process which has the mirrorlist data loaded and which is accessed by the public facing mirrorlist_client.wsgi. The mirrorlist-server uses the ForkingUnixStreamServer which has a default of max_children = 40. (https://hg.python.org/cpython/file/2.7/Lib/SocketServer.py#l516) Looking at the code of ForkingUnixStreamServer it says at https://hg.python.org/cpython/file/2.7/Lib/SocketServer.py#l523 # If we're above the max number of children, wait and reap them until # we go back below threshold. Note that we use waitpid(-1) below to be # able to collect children in size(<defunct children>) syscalls instead # of size(<children>): the downside is that this might reap children # which we didn't spawn, which is why we only resort to this when we're # above max_children. As we are running the wsgi with processes=45 this sounds like it can lead to situation where it might just hang. This increases max_children to 80 and processes to 60. Signed-off-by: Adrian Reber <adrian@lisas.de>
* Use the fedmsg vars I setup for this instead of trying to overwrite them ↵Ralph Bean2015-10-132-0/+6
| | | | with a file.
* taskotron-stg-clients: update buildmaster ssh pub keyMartin Krizek2015-10-131-1/+1
|
* updating taskotron-stg, removing fakefedorainfra, more refactoringTim Flink2015-10-132-42/+63
|
* moving taskotron-stg and resultsdb-stg to f22, more refactoring for consistencyTim Flink2015-10-123-22/+40
|
* Add csi_* vars for value serversChaoyi Zha2015-10-121-0/+6
|
* Port should be 6523 (default for gobby 0.5)Kevin Fenzi2015-10-111-1/+1
|
* Open ports needed and fix syntax on pluginsKevin Fenzi2015-10-111-1/+1
|
* Set all theseKevin Fenzi2015-10-091-0/+4
|
* Need to define git_daemon_userKevin Fenzi2015-10-091-0/+2
|
* Add first cut at a infinote server (config to come)Kevin Fenzi2015-10-091-0/+35
|
* Vars for statscache.Ralph Bean2015-10-094-0/+53
|
* Destroy old statscache01.stg.Ralph Bean2015-10-091-12/+0
|
* buildvm: builders: minor updates to ppc64/ppc64lePeter Robinson2015-10-082-4/+4
|
* buildvm: builders: add ppc64/ppc64le specific virt-install defaultsPeter Robinson2015-10-082-0/+58
|
* I got the modname wrong.Ralph Bean2015-10-072-2/+2
|
* Declare fedmsg certs for resultsdb.Ralph Bean2015-10-072-0/+20
|
* Let resultsdb talk to the inbound fedmsg relay (iptables).Ralph Bean2015-10-072-0/+5
|