Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert mirrorlist_server hotfix which is included in the new release | Adrian Reber | 2015-12-16 | 1 | -1130/+0 | |
| | | | | Signed-off-by: Adrian Reber <adrian@lisas.de> | |||||
* | Revert "Remove combobox here so we can check it's backup and fix it before ↵ | Kevin Fenzi | 2015-12-03 | 1 | -0/+1 | |
| | | | | | | it tries to use it again." This reverts commit 0342c865a5dc973da42889d8cb9419f053893ccc. | |||||
* | Remove combobox here so we can check it's backup and fix it before it tries ↵ | Kevin Fenzi | 2015-11-23 | 1 | -1/+0 | |
| | | | | to use it again. | |||||
* | Add a playbook implementation of list-vm's per host | Kevin Fenzi | 2015-11-20 | 1 | -0/+6 | |
| | ||||||
* | GNOME Backups: no remote-schema needed either | Andrea Veri | 2015-11-10 | 1 | -1/+1 | |
| | ||||||
* | GNOME Backups: --remove-older-than is expected to be a local run | Andrea Veri | 2015-11-10 | 1 | -1/+1 | |
| | ||||||
* | GNOME Backups: --remove-older-than should be run on a separate rdiff-backup run | Andrea Veri | 2015-11-10 | 1 | -1/+2 | |
| | ||||||
* | GNOME Backups: prune backups older than 6 months | Andrea Veri | 2015-11-07 | 1 | -1/+1 | |
| | ||||||
* | Disable persist-tun for openvpn | Patrick Uiterwijk | 2015-10-21 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | This should solve the issue where RHEL7 machines that get a network hiccup need an OpenVPN restart to restore their routes. The code is broken in the current upstream OpenVPN release, such that it does tear down some of the routes during a ping-restart (when the connection is dropped due to network hiccups), but the reconnection code does not restore the routes. I am working on an upstream patch to fix this, but in the meantime disabling persist-tun will make sure that OpenVPN does the entire initialization upon reconnection, which makes sure that all routes are created. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | |||||
* | Make mirrorlist not modify the netblock tree in-memory | Patrick Uiterwijk | 2015-10-20 | 1 | -6/+2 | |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | |||||
* | Revert "mirrorlist: Use a thread-local copy of the tree to prevent changing ↵ | Patrick Uiterwijk | 2015-10-20 | 1 | -5/+3 | |
| | | | | | | the global one" This reverts commit 738e67c90c6abfdf5030f894c7ef8950ee42c8ae. | |||||
* | mirrorlist: Use a thread-local copy of the tree to prevent changing the ↵ | Patrick Uiterwijk | 2015-10-20 | 1 | -3/+5 | |
| | | | | | | | | | global one This makes sure that the global version does not get changed while processing a request, keeping the hostnet check working across requests. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | |||||
* | Apply hotfix to make mirrorlist thread | Patrick Uiterwijk | 2015-10-18 | 1 | -15/+12 | |
| | ||||||
* | Increase the number of possible child processes | Adrian Reber | 2015-10-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | Original mirrorlist_server.py which needs to be hotfixed | Adrian Reber | 2015-10-15 | 1 | -0/+1136 | |
| | | | | Signed-off-by: Adrian Reber <adrian@lisas.de> | |||||
* | Some whitespace cleanups to check the proxy reload changes. | Kevin Fenzi | 2015-10-11 | 1 | -2/+0 | |
| | ||||||
* | Adjust cloud step tickers too | Kevin Fenzi | 2015-09-05 | 1 | -8/+5 | |
| | ||||||
* | Remove configuration for old jenkins | Mikolaj Izdebski | 2015-08-26 | 32 | -629/+0 | |
| | ||||||
* | Add post-install configration for openshift, OSBS and atomic-reactor | Adam Miller | 2015-08-07 | 2 | -0/+26 | |
| | ||||||
* | Enable SSL on lists-dev | Aurélien Bompard | 2015-08-04 | 2 | -0/+19 | |
| | ||||||
* | use valid template syntax for apache config template | Tim Flink | 2015-07-27 | 1 | -1/+1 | |
| | ||||||
* | Add twisted buildbots to new cloud. | Kevin Fenzi | 2015-07-23 | 1 | -0/+1 | |
| | ||||||
* | fix: fixed typo in last commit (246c398) | Mike Ruckman | 2015-07-17 | 1 | -2/+2 | |
| | ||||||
* | allow indexing to follow symlinks on qadevel | Mike Ruckman | 2015-07-17 | 1 | -0/+4 | |
| | ||||||
* | adding static site virtualhosts to qadevel-stg | Tim Flink | 2015-07-17 | 1 | -0/+71 | |
| | ||||||
* | Make artboard httpd 2.4 compliant. | Kevin Fenzi | 2015-07-14 | 1 | -2/+9 | |
| | ||||||
* | Try and add f22 jenkins builder. | Kevin Fenzi | 2015-07-07 | 1 | -0/+16 | |
| | ||||||
* | Migrate openstack over to fedorainfracloud.org | Patrick Uiterwijk | 2015-06-23 | 3 | -13/+13 | |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | |||||
* | Revert "Original mm2_crawler which needs to be hotfixed" | Adrian Reber | 2015-06-08 | 1 | -1194/+0 | |
| | | | | This reverts commit 3bc0652081b1fd832377077c75c5e898d01dd22f. | |||||
* | Revert "Added hotfix to not disable always up2date categories." | Adrian Reber | 2015-06-08 | 1 | -1/+0 | |
| | | | | This reverts commit 4fd68994e17638cef1121ef136f8c82c8d900e3f. | |||||
* | sigul bridge: Do not ask for NSS password | Till Maas | 2015-06-05 | 2 | -2/+4 | |
| | | | | | Setting the empty NSS password makes the bridge not ask for a password on startup. | |||||
* | Exclude 22_Alpha and 22_Beta from download-ib02. It's full. | Kevin Fenzi | 2015-05-16 | 1 | -1/+1 | |
| | ||||||
* | Rename the EL7-beta builder on jenkins to EL7 | Pierre-Yves Chibon | 2015-05-11 | 1 | -1/+1 | |
| | ||||||
* | Added hotfix to not disable always up2date categories. | Adrian Reber | 2015-05-08 | 1 | -0/+1 | |
| | ||||||
* | Original mm2_crawler which needs to be hotfixed | Adrian Reber | 2015-05-08 | 1 | -0/+1194 | |
| | ||||||
* | Update the mailman role for Mailman 3 | Aurélien Bompard | 2015-04-29 | 5 | -28/+26 | |
| | ||||||
* | Add secondary koji configs for secondary sigul bridge. | Kevin Fenzi | 2015-04-28 | 3 | -0/+81 | |
| | ||||||
* | this seems to work | Miroslav Suchý | 2015-04-27 | 1 | -3/+3 | |
| | ||||||
* | install firewall and metering agent | Miroslav Suchý | 2015-04-27 | 1 | -1/+11 | |
| | ||||||
* | More sigul adjustments for secondary | Kevin Fenzi | 2015-04-27 | 3 | -0/+95 | |
| | ||||||
* | load correct ssh key | Miroslav Suchý | 2015-04-27 | 1 | -1/+2 | |
| | ||||||
* | Revert "allow fed-cloud09 to log to itself" | Miroslav Suchý | 2015-04-27 | 1 | -0/+1 | |
| | | | | This reverts commit 653353ea4bd7119039a0ca347a683a2bfa8b475f. | |||||
* | allow fed-cloud09 to log to itself | Miroslav Suchý | 2015-04-27 | 1 | -1/+0 | |
| | | | | so packstack can configure swift. And unify the ssh key deployment | |||||
* | Add Koschei stg/prod hosts | Mikolaj Izdebski | 2015-04-24 | 2 | -71/+0 | |
| | | | | | | | - koschei-specific setup tasks are moved to a new koschei role - cloud dev instance is made to use koschei role - stg and prod instances are added to inventory - koschei host group is introduced | |||||
* | Fix the IP of the EL7 builder | Pierre-Yves Chibon | 2015-04-23 | 1 | -1/+1 | |
| | ||||||
* | obey the ssl recomendations | Miroslav Suchý | 2015-04-22 | 1 | -7/+25 | |
| | | | | | | from https://mozilla.github.io/server-side-tls/ssl-config-generator/ This will requires: Oldest compatible clients : Firefox 27, Chrome 22, IE 11, Opera 14, Safari 7, Android 4.4, Java 8 | |||||
* | let packastack install swift only on fed-clou09 | Miroslav Suchý | 2015-04-20 | 1 | -2/+2 | |
| | | | | we will install it on compute nodes manually | |||||
* | configure swift on all nodes | Miroslav Suchý | 2015-04-15 | 1 | -3/+3 | |
| | ||||||
* | set StrictHostKeyChecking to no, because nova login non-interactively | Miroslav Suchý | 2015-04-14 | 1 | -0/+1 | |
| | ||||||
* | deploy ssh keys of nova user - take 2 | Miroslav Suchý | 2015-04-14 | 1 | -0/+1 | |
| |