Commit graph

7291 commits

Author SHA1 Message Date
Kevin Fenzi
23475987a6 Remove press and chair aliases per ticket 4726 2015-04-22 14:32:04 +00:00
Miroslav Suchý
35b2a9f5f0 obey the ssl recomendations
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
2015-04-22 12:35:38 +00:00
5158a87570 tftp: add ppc64 build HW kickstart install option 2015-04-21 17:55:47 +00:00
Kevin Fenzi
6e6cfec499 Test in stg real quick first 2015-04-21 14:51:16 +00:00
Kevin Fenzi
36c88b6244 Redirect get-prerelease to fedora magazine for beta 2015-04-21 14:48:44 +00:00
Valentin Gologuzov
e09dff3333 [copr] variable should contain path to config postfix_maincf: "postfix/main.cf/main.cf.copr"; also enable for production 2015-04-20 17:55:53 +02:00
Valentin Gologuzov
36877d4150 [copr] set variable to select copr specific postfix/main.cf 2015-04-20 17:50:54 +02:00
Valentin Gologuzov
76645e9ad5 [copr] custom /etc/postfix/main.cf 2015-04-20 17:44:06 +02:00
Kevin Fenzi
1406cb1992 Adjust this blacklist entry 2015-04-20 14:34:51 +00:00
Patrick Uiterwijk
1732c5d8f2 The newest ipsilon moves this to libexec 2015-04-20 14:02:19 +00:00
Miroslav Suchý
0acbfef44f packstack lost ability to configure multiple swift storage nodes 2015-04-20 13:04:34 +00:00
Miroslav Suchý
853196b554 deploy the key for root user 2015-04-20 12:30:34 +00:00
Miroslav Suchý
316497f808 packstack require ip addresses 2015-04-20 12:07:43 +00:00
Miroslav Suchý
06a64c211c hmm too complicated, let the packstack do the work for now 2015-04-20 10:14:45 +00:00
Miroslav Suchý
a9c2901cf0 we may not need this 2015-04-20 09:51:50 +00:00
Miroslav Suchý
e52a7335ea we may not need this 2015-04-20 09:50:00 +00:00
Miroslav Suchý
88050c8e83 let packastack install swift only on fed-clou09
we will install it on compute nodes manually
2015-04-20 09:46:51 +00:00
Valentin Gologuzov
067c424eac [copr][frontend] configurable gpgcheck option for copr.repo 2015-04-17 14:36:40 +02:00
Patrick Uiterwijk
a635e91849 Block the Riddler.io bot from accessing bodhi
This bot does NOT follow robots.txt, even though it announces that
it does, and it hits Bodhi so much that it pulls the bodhi servers
under.

An email has been sent to the maintainer of the bot, but for the
time being, let's block it from using any bodhi resources.

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-04-17 11:29:48 +00:00
Kevin Fenzi
623be6ff73 Add robots.txt to koji web 2015-04-16 20:36:05 +00:00
Valentin Gologuzov
82444a30be [new cloud] "Allow nagios checks" sec groups should also allow icmp pings 2015-04-16 16:44:30 +02:00
Valentin Gologuzov
c73e4e1a06 [copr] updating config 2015-04-16 16:38:53 +02:00
Luke Macken
9ea47440e9 jenkins: Comment out the dia requirement for el7 2015-04-15 21:24:27 +00:00
Luke Macken
98f85466ff jenkins: Install createrepo_c on the builds for bodhi2 2015-04-15 21:18:57 +00:00
Ralph Bean
27dc601d13 Try specifying a region for the ec2 module. 2015-04-15 20:22:40 +00:00
Miroslav Suchý
5707d8b1f2 configure swift on all nodes 2015-04-15 14:17:52 +00:00
Miroslav Suchý
eb8fe2a306 restart network immediately if needed 2015-04-15 14:17:52 +00:00
Miroslav Suchý
9804d750c7 create LV for Swift on Compute nodes too 2015-04-15 14:17:52 +00:00
Valentin Gologuzov
7dc47354da [copr] changed order in copr.repo::base_url 2015-04-15 15:32:12 +02:00
Valentin Gologuzov
90b3407c22 [copr] temporary install lib for the new cleanup script 2015-04-15 15:32:12 +02:00
Adrian Reber
e0ba0f7c74 32GB of RAM is not enough for 75 threads; let's try with 50 threads 2015-04-15 12:51:10 +00:00
Miroslav Suchý
54be89de3b comment out this 2015-04-15 11:59:14 +00:00
Kevin Fenzi
da541362d0 Add check-host playbook from ticket 4290. Many thanks doteast! 2015-04-14 22:02:36 +00:00
Patrick Uiterwijk
fb7e6e541b Add a Location tag for static
I got the second +1, so let's re-enable the patch

This reverts commit 0bdeabc8d4.
2015-04-14 18:57:20 +00:00
Patrick Uiterwijk
0bdeabc8d4 Revert "Add a Location tag for static"
Seems I trust people emailing too easily and should check who +1s better.

This reverts commit 741c799473.
2015-04-14 18:51:58 +00:00
Patrick Uiterwijk
741c799473 Add a Location tag for static
For every alias, you need to have either a Directory or a Location
that matches it.
Source: https://wiki.apache.org/httpd/ClientDeniedByServerConfiguration

Upstream PR: https://github.com/fedora-infra/mirrormanager2/pull/41

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-04-14 18:48:45 +00:00
Miroslav Suchý
ad0f091abb install selinux rules which will enable nova to ssh 2015-04-14 18:38:56 +00:00
Miroslav Suchý
5b85fa8158 set StrictHostKeyChecking to no, because nova login non-interactively 2015-04-14 17:37:16 +00:00
Miroslav Suchý
e11c176ce7 deploy ssh keys of nova user - take 2 2015-04-14 17:05:32 +00:00
Miroslav Suchý
686ea6275c swap name of vg and lv 2015-04-14 16:26:24 +00:00
Ralph Bean
30ffffb5e9 Revert "Add "desktop" as an fmn backend in staging."
This reverts commit d3de6a8fc3.
2015-04-14 16:04:52 +00:00
Ralph Bean
d3de6a8fc3 Add "desktop" as an fmn backend in staging. 2015-04-14 15:31:56 +00:00
Kevin Fenzi
5b93c2167e Block another url shortening service on pastes. 2015-04-14 14:32:55 +00:00
Adrian Reber
cc1f8bf700 Added lock-wrapper to umdl to ensure only one instance of umdl is running. 2015-04-14 13:41:28 +00:00
Miroslav Suchý
36d21bd670 allow nova user to log to other node using ssh key 2015-04-14 13:32:10 +00:00
Patrick Uiterwijk
725adbff63 Add public key per ticket 4725
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-04-14 10:09:19 +00:00
Miroslav Suchý
49d8c3d27e create 100GB swift storage in vg_server 2015-04-14 09:37:28 +00:00
Valentin Gologuzov
f153d2725a [copr] new script to clean up builder VMs 2015-04-13 19:59:12 +02:00
742e2f7951 virt-install is not in sbin
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-04-13 01:32:17 +00:00
b28915d2d4 move mailman01.stg to vh11 and as rhel7
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-04-13 01:27:46 +00:00