Commit graph

8063 commits

Author SHA1 Message Date
Kevin Fenzi
a29a97c478 Add alias for msftazure pointing to a fas group. This will be used for fedora azure interactions. 2015-05-15 20:13:48 +00:00
Adrian Reber
74c772f99f Fix redirect from publiclist to mirrormanager.
There have been reports that the old links pointing to the mirrorlist
are no longer working:

 $ curl -I http://mirrors.fedoraproject.org/publiclist/
 Location: https://admin.fedoraproject.org/mirrormanager///

This redirect still works but trying to access a specific mirrorlist
fails:

 $ curl -I http://mirrors.fedoraproject.org/publiclist/EPEL/7/
 Location: https://admin.fedoraproject.org/mirrormanager///EPEL/7/
 $ curl -I https://admin.fedoraproject.org/mirrormanager///EPEL/7/
 HTTP/1.1 404 NOT FOUND

At different places there are just too many slashes added. Removing the
slashes seems to help.
2015-05-15 19:06:05 +00:00
Miroslav Suchý
d719137dbb add url to FEDMENU for Copr 2015-05-15 10:34:20 +02:00
Miroslav Suchý
632f72ca90 use builder image in stg 2015-05-14 22:45:49 +02:00
Miroslav Suchý
0112540dbc the variable prepare_base_image must be in next block to have effect 2015-05-14 20:59:49 +02:00
8d2a811102 fixing hub URL to use internal hostname 2015-05-14 18:56:42 +00:00
ab4c16885c fixing botched syntax for beaker mysql user creation 2015-05-14 18:31:53 +00:00
a7af3fcb97 replacing incorrect hardcoded db names with variable 2015-05-14 18:27:44 +00:00
dac182e972 fixing wrong username/password for beaker mysql user 2015-05-14 18:22:39 +00:00
Ralph Bean
0ae859f76d That's not how rdiff-backup works. This is. 2015-05-14 18:13:18 +00:00
Ralph Bean
f3408ad27e Merge branch 'master' of /git/ansible 2015-05-14 18:08:19 +00:00
Ralph Bean
9627fa77c2 Declare backups for pagure. 2015-05-14 18:07:48 +00:00
f887f5baa7 add missing deps for beaker labcontroller 2015-05-14 17:42:20 +00:00
d544d05f71 beaker yum repo config is in beaker/base now 2015-05-14 17:37:28 +00:00
5637e6a34b deduping beaker repo files, fixing issue with url rendering for those repos on rhel 2015-05-14 17:35:39 +00:00
Kevin Fenzi
5ae73faa7c Fix transient cloud for non atomic case 2015-05-14 17:33:55 +00:00
Kevin Fenzi
d303646d39 Added info about how to install the self signed cloud cert. 2015-05-14 17:23:55 +00:00
bd2cb4161c adding mariadb_root_password for beaker-stg 2015-05-14 17:15:27 +00:00
42a088fcaa fixing issue with a weird colon char 2015-05-14 17:09:22 +00:00
4dfc8945ef fixing ansible syntax issues in beaker-stg group_vars 2015-05-14 17:06:11 +00:00
1b784e7778 Adding beaker lab controller and server roles for beaker-stg 2015-05-14 17:00:35 +00:00
Kevin Fenzi
d2011bc0e7 First stab at cloud readme, security groups section still needs re-write 2015-05-14 16:51:26 +00:00
Kevin Fenzi
c57f5151fe Tag the rkhunter role 2015-05-14 15:39:00 +00:00
Kevin Fenzi
7aa6f8fd9a Try and adjust rkhunter config for cloud nodes 2015-05-14 15:34:10 +00:00
Miroslav Suchý
74b02ea284 typo 2015-05-14 17:31:45 +02:00
Valentin Gologuzov
77a51304e9 [copr] backend/new-cloud pass key_name to nova_compute in builder playbook 2015-05-14 16:48:51 +02:00
Miroslav Suchý
0ad372be03 make it work with --check 2015-05-14 16:37:21 +02:00
Miroslav Suchý
b78d1f277e change the condition so it works even when the variable is not defined 2015-05-14 16:08:56 +02:00
Miroslav Suchý
f303f64dfe try this 2015-05-14 16:05:56 +02:00
Miroslav Suchý
878398f38d ansible_cmdline is not defined, will this help? 2015-05-14 15:55:29 +02:00
Miroslav Suchý
36a5b21deb try how it behave in dev instance with new mock 2015-05-14 15:49:06 +02:00
Adrian Reber
48e181ab24 Also crawl the last mirror in the database.
The last mirror in the database was not crawled and this adds '1' to
the --stopid if necessary.
2015-05-14 08:48:59 +00:00
Adrian Reber
2fc7977b35 Increase crawler timeout from 2h to 3h.
Since MM2 is in production about 140 mirrors have been auto-disabled
due to crawler timing out after 2 hours (default). Try if it works
better with 3 hours. This in combination with the previous commit
to decrease the load on the database should help to auto disable
less good mirrors. Especially mirrors who mirroring almost
everything can hardly be crawled within the 2 hour limit. Unfortunately
the limit is per host and not category.
2015-05-14 08:48:58 +00:00
Adrian Reber
703a46bada Start the crawl later on the second crawler.
Even with rsync as crawl method some hosts are taking a very long time
to be crawled. The network connection with rsync is only open for a
short time, but with both crawlers reading and writing from the database
it takes a very long time until the status of all directories is
updated. Therefore this patch introduces a 3 hour delay of the crawl
on the second crawler. This could also be solved with two different
cron.d files; one for each crawler.
2015-05-14 08:48:58 +00:00
Miroslav Suchý
9a06295fdf explain why we are doing that 2015-05-14 09:07:37 +02:00
Miroslav Suchý
8f00edf5b8 try this 2015-05-14 08:48:47 +02:00
c40b2e9e57 move staging notifs and nuancier_lite dbs
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-05-14 00:54:40 +00:00
Kevin Fenzi
608d978f51 Add note about re-running with the same name. Openstack does the right thing! 2015-05-13 23:58:15 +00:00
Kevin Fenzi
109598f2d5 Missed a few cases for atomic 2015-05-13 23:41:35 +00:00
Kevin Fenzi
b42db39955 See if we can handle the yum, dnf and ostree cases right. 2015-05-13 23:39:35 +00:00
Kevin Fenzi
fe59adfd6b Re-work the cloud_setup_basic. 2015-05-13 23:34:00 +00:00
Kevin Fenzi
e228e69ad2 Fix spelling mistake 2015-05-13 23:28:31 +00:00
Kevin Fenzi
c51ee8c6dc See if we can make this a little prettier 2015-05-13 23:18:07 +00:00
Kevin Fenzi
7bc4f4523e Kill off the old temp cloud instance stuff and make the new one default. 2015-05-13 23:12:42 +00:00
Kevin Fenzi
7e1f931765 Probibly this is a : issue 2015-05-13 23:07:10 +00:00
Kevin Fenzi
fa06d6b82d How about this? 2015-05-13 23:05:16 +00:00
Kevin Fenzi
f3d2f69efb How about this? 2015-05-13 23:04:26 +00:00
Kevin Fenzi
954cfad0c3 Quotes again. 2015-05-13 23:03:55 +00:00
Kevin Fenzi
2845d2cd40 Enable the email about instances. 2015-05-13 23:01:33 +00:00
Kevin Fenzi
5b7f1a4754 Tweak this for the syntax ansible wants hopefully 2015-05-13 22:52:12 +00:00