Commit Graph

2336 Commits

Author SHA1 Message Date
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
33e3e0b570 pkgs02 backups are still not right, take it out to fix them. 2015-10-27 20:39:57 +00:00
Ricky Elrod
dc12e602a7 never updated these to be vh22
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-10-26 18:25:55 +00:00
Kevin Fenzi
8b40c4069a Re-add pkgs02 2015-10-26 02:32:00 +00:00
Patrick Uiterwijk
9f7f9c95d3 Add mirrorlist-ibiblio02
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-10-25 00:49:58 +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
3c223dfce4 Diable pkgs02 backups for now so it can clean up after a failed one. 2015-10-18 21:43:18 +00:00
Patrick Uiterwijk
4951506803 Update vg for new install 2015-10-17 01:45:36 +00:00
Patrick Uiterwijk
8741973797 Bump proxy08 to 24 gigs of memory. Lets remember the world 2015-10-17 01:12:17 +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
Kevin Fenzi
427422886b Add infinote to backups 2015-10-14 17:18:20 +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
Tim Flink
476cf7a562 it helps to use i386 repos for 32 bit hosts 2015-10-13 14:24:44 +00:00
Tim Flink
f4e17cf889 bumping disk size for i386 taskotron clients so that install will complete 2015-10-13 13:48:11 +00:00
Martin Krizek
4f1071df28 taskotron-stg-clients: update buildmaster ssh pub key 2015-10-13 13:32:37 +00:00
Kevin Fenzi
101296939f Give proxy11 more cpus 2015-10-13 13:20:51 +00:00
Peter Robinson
d26715a0b9 buildvm: add 4 more ppc64/ppc64le builders 2015-10-13 10:22:14 +00:00
Mikolaj Izdebski
f81c82bd73 Allow msimacek and msrb to login to insim 2015-10-13 09:18:44 +00:00
Tim Flink
c9977be535 fixing host vars for taskotron-client12.qa 2015-10-13 04:47:16 +00:00
Peter Robinson
1b3f2aaff3 add ppc8-02 into buildvmhost for PPC 2015-10-13 04:24:31 +00:00
Tim Flink
245ea22286 actually upgrade resultsdb-stg and taskotron-stg to f22 2015-10-13 00:53:24 +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
Tim Flink
fce822051a moving taskotron-stg clients over to f22, moving to qa10.qa 2015-10-12 23:04:23 +00:00
Kevin Fenzi
f763166d20 Add insim instance. Ticket 4919 2015-10-12 17:28:44 +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
Ricky Elrod
77bef4143a update these two for new vhosts
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-10-11 03:24:06 +00:00
Kevin Fenzi
2e540579e0 Mark this arm builder out until we can power cycle the chassis 2015-10-10 20:41:49 +00:00
Kevin Fenzi
e2cb3dc4ee Sadly, there's no such thing as a osuosl04 (yet) 2015-10-10 13:12:00 +00:00
Patrick Uiterwijk
77c7b50017 Bump proxy09 specs slightly 2015-10-10 01:48:03 +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
99f25ca1a6 Use proper ks urls 2015-10-09 19:50:59 +00:00
Patrick Uiterwijk
e67aecbb2b Give proxy12 an actual free IP 2015-10-09 19:31:16 +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
86b178eb51 And to the [fedmsg-hubs] group. 2015-10-09 18:21:20 +00:00
Ralph Bean
96d7f77e9c Whoops\! Add these to the [staging] group. 2015-10-09 18:21:12 +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
Patrick Uiterwijk
9533446335 Add proxy12 on ibiblio05 2015-10-09 17:00:14 +00:00
Patrick Uiterwijk
749c24961d This should be on vg_guests. Lots of space free there 2015-10-09 16:28:20 +00:00
Patrick Uiterwijk
61a25677d0 Add proxy09 2015-10-09 16:20:20 +00:00