Commit Graph

1032 Commits

Author SHA1 Message Date
Kevin Fenzi
78b301cb30 Fix a bunch of duplicate variables. 2015-11-11 22:09:23 +00:00
Kevin Fenzi
5b5d8236ba Drop duplicate buildmaster_dir definitions 2015-11-11 21:58:50 +00:00
Kevin Fenzi
47c25e70d7 Drop duplicate slave_user definitions. 2015-11-11 21:57:24 +00:00
Peter Robinson
ab49cddea7 ppc EPEL builders: fix quoting 2015-11-11 12:21:12 +00:00
Ricky Elrod
edc4b7067d watchdog-ify staging, hopefully
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-11-10 20:11:11 +00:00
Pierre-Yves Chibon
5ddbe841e3 Add inventory information for the mdapi01 host 2015-11-10 09:50:25 +01:00
Tim Flink
f1b2ca816c fixing beaker-stg labcontroller username 2015-11-09 23:35:29 +00:00
Pierre-Yves Chibon
8a90ce4ec2 The group mdapi does not exist 2015-11-09 23:13:50 +01:00
Tim Flink
e0fcb32d2e preparing for config of new taskotron-client-host machine 2015-11-09 21:39:04 +00:00
Pierre-Yves Chibon
ac1b3da42a Add inventory infos for mdapi01.stg 2015-11-09 15:37:16 +01:00
Kevin Fenzi
66090a4010 Drop these for now. 2015-11-09 00:37:12 +00:00
Kevin Fenzi
34628c06a9 More definitions 2015-11-08 18:05:04 +00:00
Kevin Fenzi
250aacc02a Try defaulting this. 2015-11-08 17:59:24 +00:00
Kevin Fenzi
439955157d Helps if you use the right arch. 2015-11-07 19:11:24 +00:00
Kevin Fenzi
220dc6bd57 Switch buildvm's over to f23. 2015-11-07 18:56:17 +00:00
Kevin Fenzi
c2472b5a47 Revert "use F23 image for copr builders"
This reverts commit 357cf847dd.
2015-11-07 02:34:35 +00:00
Kevin Fenzi
102ef4668c Revert "Go back to a copr builder image that actually exists."
This reverts commit 5ab7da726b.
2015-11-07 02:34:29 +00:00
Kevin Fenzi
5ab7da726b Go back to a copr builder image that actually exists. 2015-11-07 02:05:59 +00:00
Tim Flink
6bce843a11 initial ansible config for openqa, openqa-stg, openqa workers 2015-11-06 23:11:50 +00:00
Ralph Bean
5bd2413fa3 Update CSI info for the value nodes. 2015-11-06 17:52:46 +00:00
Miroslav Suchý
fab9717513 copr: use correct tenant id 2015-11-06 16:11:12 +01:00
Miroslav Suchý
357cf847dd use F23 image for copr builders 2015-11-06 16:11:12 +01:00
Tim Flink
cf42d25550 granting sudo on blockerbugs* to sysadmin-qa 2015-11-06 14:31:37 +00:00
Martin Krizek
a6173c33f4 taskotron: use https in the artifacts url 2015-11-06 08:35:45 +00:00
doteast
7fc7fec7ec adding csi_group_vars to dns 2015-11-04 18:34:22 +00:00
Martin Krizek
808742f874 taskotron dev: allow to use multiple slaves per host 2015-11-02 20:34:03 +00:00
Kevin Fenzi
a841498f3b Fix typo in csi info for people01 2015-10-30 17:45:41 +00:00
Peter Robinson
e50293aeb3 builders: PPC: update bridge details for EPEL builders 2015-10-28 12:47:45 +00:00
Peter Robinson
a3fbe41e95 builders: initial new PPC EPEL builders commit, comment out existing builders for now (will be rebuilt to new VMs RSN) 2015-10-28 12:42:44 +00:00
Kevin Fenzi
6bfdeb5fa6 Try net.ifnames=0 here. 2015-10-20 18:25:08 +00:00
Kevin Fenzi
97da22884a Use the right vg here. 2015-10-20 18:08:11 +00:00
Kevin Fenzi
bfaed5c8f5 Switch buildvm-01.stg to f23. 2015-10-20 18:04:45 +00:00
Kevin Fenzi
0f39d6881b Adjust mirrorlist process limits for nagios alerting. 2015-10-16 15:22:03 +00:00
Adrian Reber
6722cab410 Increase the number of possible child processes
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>
2015-10-15 16:38:28 +00:00
Ralph Bean
b3c67cbc8a Use the fedmsg vars I setup for this instead of trying to overwrite them with a file. 2015-10-13 17:49:01 +00:00
Martin Krizek
4f1071df28 taskotron-stg-clients: update buildmaster ssh pub key 2015-10-13 13:32:37 +00:00
Tim Flink
1d15b87730 updating taskotron-stg, removing fakefedorainfra, more refactoring 2015-10-13 00:45:13 +00:00
Tim Flink
ae89d70c92 moving taskotron-stg and resultsdb-stg to f22, more refactoring for consistency 2015-10-12 23:04:23 +00:00
Chaoyi Zha
2a93e49841 Add csi_* vars for value servers 2015-10-12 02:01:24 +00:00
Kevin Fenzi
82677cb359 Port should be 6523 (default for gobby 0.5) 2015-10-11 18:44:30 +00:00
Kevin Fenzi
2b1970d784 Open ports needed and fix syntax on plugins 2015-10-11 18:36:10 +00:00
Kevin Fenzi
06a7944fa2 Set all these 2015-10-09 23:28:43 +00:00
Kevin Fenzi
d7341ac31c Need to define git_daemon_user 2015-10-09 23:13:03 +00:00
Kevin Fenzi
301a9cea82 Add first cut at a infinote server (config to come) 2015-10-09 19:03:59 +00:00
Ralph Bean
b4a0f1dd8e Vars for statscache. 2015-10-09 18:14:45 +00:00
Ralph Bean
cbe9391cbb Destroy old statscache01.stg. 2015-10-09 17:51:20 +00:00
Peter Robinson
9fc373b504 buildvm: builders: minor updates to ppc64/ppc64le 2015-10-08 05:03:30 +00:00
Peter Robinson
a5692b4ac4 buildvm: builders: add ppc64/ppc64le specific virt-install defaults 2015-10-08 02:20:33 +00:00
Ralph Bean
c6d2b8e46b I got the modname wrong. 2015-10-07 18:12:23 +00:00
Ralph Bean
88f80ebcc6 Declare fedmsg certs for resultsdb. 2015-10-07 18:11:47 +00:00