summaryrefslogtreecommitdiffstats
path: root/files
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert mirrorlist_server hotfix which is included in the new releaseAdrian Reber2015-12-161-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 Fenzi2015-12-031-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 Fenzi2015-11-231-1/+0
| | | | to use it again.
* Add a playbook implementation of list-vm's per hostKevin Fenzi2015-11-201-0/+6
|
* GNOME Backups: no remote-schema needed eitherAndrea Veri2015-11-101-1/+1
|
* GNOME Backups: --remove-older-than is expected to be a local runAndrea Veri2015-11-101-1/+1
|
* GNOME Backups: --remove-older-than should be run on a separate rdiff-backup runAndrea Veri2015-11-101-1/+2
|
* GNOME Backups: prune backups older than 6 monthsAndrea Veri2015-11-071-1/+1
|
* Disable persist-tun for openvpnPatrick Uiterwijk2015-10-211-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-memoryPatrick Uiterwijk2015-10-201-6/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Revert "mirrorlist: Use a thread-local copy of the tree to prevent changing ↵Patrick Uiterwijk2015-10-201-5/+3
| | | | | | the global one" This reverts commit 738e67c90c6abfdf5030f894c7ef8950ee42c8ae.
* mirrorlist: Use a thread-local copy of the tree to prevent changing the ↵Patrick Uiterwijk2015-10-201-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 threadPatrick Uiterwijk2015-10-181-15/+12
|
* Increase the number of possible child processesAdrian Reber2015-10-151-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 hotfixedAdrian Reber2015-10-151-0/+1136
| | | | Signed-off-by: Adrian Reber <adrian@lisas.de>
* Some whitespace cleanups to check the proxy reload changes.Kevin Fenzi2015-10-111-2/+0
|
* Adjust cloud step tickers tooKevin Fenzi2015-09-051-8/+5
|
* Remove configuration for old jenkinsMikolaj Izdebski2015-08-2632-629/+0
|
* Add post-install configration for openshift, OSBS and atomic-reactorAdam Miller2015-08-072-0/+26
|
* Enable SSL on lists-devAurélien Bompard2015-08-042-0/+19
|
* use valid template syntax for apache config templateTim Flink2015-07-271-1/+1
|
* Add twisted buildbots to new cloud.Kevin Fenzi2015-07-231-0/+1
|
* fix: fixed typo in last commit (246c398)Mike Ruckman2015-07-171-2/+2
|
* allow indexing to follow symlinks on qadevelMike Ruckman2015-07-171-0/+4
|
* adding static site virtualhosts to qadevel-stgTim Flink2015-07-171-0/+71
|
* Make artboard httpd 2.4 compliant.Kevin Fenzi2015-07-141-2/+9
|
* Try and add f22 jenkins builder.Kevin Fenzi2015-07-071-0/+16
|
* Migrate openstack over to fedorainfracloud.orgPatrick Uiterwijk2015-06-233-13/+13
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Revert "Original mm2_crawler which needs to be hotfixed"Adrian Reber2015-06-081-1194/+0
| | | | This reverts commit 3bc0652081b1fd832377077c75c5e898d01dd22f.
* Revert "Added hotfix to not disable always up2date categories."Adrian Reber2015-06-081-1/+0
| | | | This reverts commit 4fd68994e17638cef1121ef136f8c82c8d900e3f.
* sigul bridge: Do not ask for NSS passwordTill Maas2015-06-052-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 Fenzi2015-05-161-1/+1
|
* Rename the EL7-beta builder on jenkins to EL7Pierre-Yves Chibon2015-05-111-1/+1
|
* Added hotfix to not disable always up2date categories.Adrian Reber2015-05-081-0/+1
|
* Original mm2_crawler which needs to be hotfixedAdrian Reber2015-05-081-0/+1194
|
* Update the mailman role for Mailman 3Aurélien Bompard2015-04-295-28/+26
|
* Add secondary koji configs for secondary sigul bridge.Kevin Fenzi2015-04-283-0/+81
|
* this seems to workMiroslav Suchý2015-04-271-3/+3
|
* install firewall and metering agentMiroslav Suchý2015-04-271-1/+11
|
* More sigul adjustments for secondaryKevin Fenzi2015-04-273-0/+95
|
* load correct ssh keyMiroslav Suchý2015-04-271-1/+2
|
* Revert "allow fed-cloud09 to log to itself"Miroslav Suchý2015-04-271-0/+1
| | | | This reverts commit 653353ea4bd7119039a0ca347a683a2bfa8b475f.
* allow fed-cloud09 to log to itselfMiroslav Suchý2015-04-271-1/+0
| | | | so packstack can configure swift. And unify the ssh key deployment
* Add Koschei stg/prod hostsMikolaj Izdebski2015-04-242-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 builderPierre-Yves Chibon2015-04-231-1/+1
|
* obey the ssl recomendationsMiroslav Suchý2015-04-221-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-clou09Miroslav Suchý2015-04-201-2/+2
| | | | we will install it on compute nodes manually
* configure swift on all nodesMiroslav Suchý2015-04-151-3/+3
|
* set StrictHostKeyChecking to no, because nova login non-interactivelyMiroslav Suchý2015-04-141-0/+1
|
* deploy ssh keys of nova user - take 2Miroslav Suchý2015-04-141-0/+1
|