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
Kevin Fenzi
e0f003c8bc
Drop br1 here.
2015-10-08 20:54:34 +00:00
Kevin Fenzi
a65dbc19bc
Use internal ip for infra repo and ks
2015-10-08 20:11:32 +00:00
Kevin Fenzi
3cbc5874fb
Hey look, an ansibled arm koji and db. What fun!
2015-10-08 19:52:40 +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
4c4c91ec6b
Declare a bodhi cert on bodhi-backend02.
2015-10-07 19:32:49 +00:00
Ralph Bean
7ab8411533
Typofix.
2015-10-07 18:45:16 +00:00
Ralph Bean
0cfd71aacd
Add resultsdb to the fedmsg-qa-network group.
2015-10-07 18:41: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
Ralph Bean
535eab0ce1
Let resultsdb talk to the inbound fedmsg relay (iptables).
2015-10-07 18:06:36 +00:00