Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Drop duplicate buildmaster_dir definitions | Kevin Fenzi | 2015-11-11 | 3 | -3/+0 | |
| | ||||||
* | Drop duplicate slave_user definitions. | Kevin Fenzi | 2015-11-11 | 2 | -2/+0 | |
| | ||||||
* | ppc EPEL builders: fix quoting | Peter Robinson | 2015-11-11 | 2 | -2/+2 | |
| | ||||||
* | watchdog-ify staging, hopefully | Ricky Elrod | 2015-11-10 | 1 | -0/+9 | |
| | | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org> | |||||
* | Add inventory information for the mdapi01 host | Pierre-Yves Chibon | 2015-11-10 | 1 | -0/+24 | |
| | ||||||
* | fixing beaker-stg labcontroller username | Tim Flink | 2015-11-09 | 1 | -1/+1 | |
| | ||||||
* | The group mdapi does not exist | Pierre-Yves Chibon | 2015-11-09 | 1 | -1/+1 | |
| | ||||||
* | preparing for config of new taskotron-client-host machine | Tim Flink | 2015-11-09 | 1 | -0/+4 | |
| | ||||||
* | Add inventory infos for mdapi01.stg | Pierre-Yves Chibon | 2015-11-09 | 1 | -0/+24 | |
| | ||||||
* | Drop these for now. | Kevin Fenzi | 2015-11-09 | 1 | -7/+0 | |
| | ||||||
* | More definitions | Kevin Fenzi | 2015-11-08 | 1 | -1/+5 | |
| | ||||||
* | Try defaulting this. | Kevin Fenzi | 2015-11-08 | 1 | -0/+3 | |
| | ||||||
* | Helps if you use the right arch. | Kevin Fenzi | 2015-11-07 | 2 | -2/+2 | |
| | ||||||
* | Switch buildvm's over to f23. | Kevin Fenzi | 2015-11-07 | 2 | -4/+4 | |
| | ||||||
* | Revert "use F23 image for copr builders" | Kevin Fenzi | 2015-11-07 | 2 | -2/+3 | |
| | | | | This reverts commit 357cf847dd8daddc8534f2a037d15978e276b6b1. | |||||
* | Revert "Go back to a copr builder image that actually exists." | Kevin Fenzi | 2015-11-07 | 1 | -1/+1 | |
| | | | | This reverts commit 5ab7da726b8e2a4b7b9704d9ce9afb18067b7e21. | |||||
* | Go back to a copr builder image that actually exists. | Kevin Fenzi | 2015-11-07 | 1 | -1/+1 | |
| | ||||||
* | initial ansible config for openqa, openqa-stg, openqa workers | Tim Flink | 2015-11-06 | 2 | -0/+0 | |
| | ||||||
* | Update CSI info for the value nodes. | Ralph Bean | 2015-11-06 | 2 | -1/+18 | |
| | ||||||
* | copr: use correct tenant id | Miroslav Suchý | 2015-11-06 | 2 | -3/+3 | |
| | ||||||
* | use F23 image for copr builders | Miroslav Suchý | 2015-11-06 | 2 | -3/+2 | |
| | ||||||
* | granting sudo on blockerbugs* to sysadmin-qa | Tim Flink | 2015-11-06 | 2 | -0/+2 | |
| | ||||||
* | taskotron: use https in the artifacts url | Martin Krizek | 2015-11-06 | 2 | -2/+2 | |
| | ||||||
* | adding csi_group_vars to dns | doteast | 2015-11-04 | 1 | -0/+4 | |
| | ||||||
* | taskotron dev: allow to use multiple slaves per host | Martin Krizek | 2015-11-02 | 2 | -5/+1 | |
| | ||||||
* | Fix typo in csi info for people01 | Kevin Fenzi | 2015-10-30 | 1 | -1/+1 | |
| | ||||||
* | builders: PPC: update bridge details for EPEL builders | Peter Robinson | 2015-10-28 | 2 | -2/+6 | |
| | ||||||
* | builders: initial new PPC EPEL builders commit, comment out existing ↵ | Peter Robinson | 2015-10-28 | 2 | -1/+54 | |
| | | | | builders for now (will be rebuilt to new VMs RSN) | |||||
* | Try net.ifnames=0 here. | Kevin Fenzi | 2015-10-20 | 1 | -1/+1 | |
| | ||||||
* | Use the right vg here. | Kevin Fenzi | 2015-10-20 | 1 | -1/+1 | |
| | ||||||
* | Switch buildvm-01.stg to f23. | Kevin Fenzi | 2015-10-20 | 1 | -2/+2 | |
| | ||||||
* | Adjust mirrorlist process limits for nagios alerting. | Kevin Fenzi | 2015-10-16 | 1 | -2/+2 | |
| | ||||||
* | Increase the number of possible child processes | Adrian Reber | 2015-10-15 | 2 | -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 Bean | 2015-10-13 | 2 | -0/+6 | |
| | | | | with a file. | |||||
* | taskotron-stg-clients: update buildmaster ssh pub key | Martin Krizek | 2015-10-13 | 1 | -1/+1 | |
| | ||||||
* | updating taskotron-stg, removing fakefedorainfra, more refactoring | Tim Flink | 2015-10-13 | 2 | -42/+63 | |
| | ||||||
* | moving taskotron-stg and resultsdb-stg to f22, more refactoring for consistency | Tim Flink | 2015-10-12 | 3 | -22/+40 | |
| | ||||||
* | Add csi_* vars for value servers | Chaoyi Zha | 2015-10-12 | 1 | -0/+6 | |
| | ||||||
* | Port should be 6523 (default for gobby 0.5) | Kevin Fenzi | 2015-10-11 | 1 | -1/+1 | |
| | ||||||
* | Open ports needed and fix syntax on plugins | Kevin Fenzi | 2015-10-11 | 1 | -1/+1 | |
| | ||||||
* | Set all these | Kevin Fenzi | 2015-10-09 | 1 | -0/+4 | |
| | ||||||
* | Need to define git_daemon_user | Kevin Fenzi | 2015-10-09 | 1 | -0/+2 | |
| | ||||||
* | Add first cut at a infinote server (config to come) | Kevin Fenzi | 2015-10-09 | 1 | -0/+35 | |
| | ||||||
* | Vars for statscache. | Ralph Bean | 2015-10-09 | 4 | -0/+53 | |
| | ||||||
* | Destroy old statscache01.stg. | Ralph Bean | 2015-10-09 | 1 | -12/+0 | |
| | ||||||
* | buildvm: builders: minor updates to ppc64/ppc64le | Peter Robinson | 2015-10-08 | 2 | -4/+4 | |
| | ||||||
* | buildvm: builders: add ppc64/ppc64le specific virt-install defaults | Peter Robinson | 2015-10-08 | 2 | -0/+58 | |
| | ||||||
* | I got the modname wrong. | Ralph Bean | 2015-10-07 | 2 | -2/+2 | |
| | ||||||
* | Declare fedmsg certs for resultsdb. | Ralph Bean | 2015-10-07 | 2 | -0/+20 | |
| | ||||||
* | Let resultsdb talk to the inbound fedmsg relay (iptables). | Ralph Bean | 2015-10-07 | 2 | -0/+5 | |
| |