Commit graph

8237 commits

Author SHA1 Message Date
Kevin Fenzi
37c3b328cb In jinja2 land, there is no elseif, it's elif. 2015-06-05 19:28:53 +00:00
Kevin Fenzi
5024c6e54f This is not a ship, it's not the ss390. ;) 2015-06-05 18:50:35 +00:00
Kevin Fenzi
2ad34d91b2 Add a first cut at a s390 koji hub and db.
These are using the normal koji hub and postgresql playbooks
and will live on virthost-s390.qa.
2015-06-05 18:49:11 +00:00
Kevin Fenzi
217a416f31 Merge branch 'master' of /git/ansible 2015-06-05 16:40:25 +00:00
Kevin Fenzi
acd9191972 Increase resources for pagure01 now that it's getting production use. 2015-06-05 16:40:09 +00:00
Mathieu Bridon
6ea2c97f74 Add the full traceback to the logs 2015-06-05 18:33:13 +02:00
Mathieu Bridon
c474289e3b distgit: Catch all errors
With this, we should never fail silently any more.
2015-06-05 18:19:05 +02:00
Mathieu Bridon
635611cfb7 distgit: Reuse the same code to create directories
This avoids some race conditions, as testing for a directory existence
before creating it is racy.

The best way is to try creating it no matter what, and ignore errors
when the directory already exists.
2015-06-05 18:19:01 +02:00
Mathieu Bridon
8ecd6b0fd0 distgit: Add some logs when hardlinks are made 2015-06-05 18:18:32 +02:00
Mathieu Bridon
bd10dee3c1 distgit: Simplify forming the fedmsg path 2015-06-05 18:17:35 +02:00
Kevin Fenzi
ac54d0186b Weed out some pagure mail syslogs. 2015-06-05 16:16:09 +00:00
Pierre-Yves Chibon
f12571f531 Add some distgit tags 2015-06-05 18:13:00 +02:00
Mathieu Bridon
b3d5bd9d8e distgit: Avoid reupload
The script checks for the file at the new location.

As a result, it will report that the file is missing if it had only been
uploaded to the old location, which will prompt the client to reupload.

With this change, the script will check at the new location, and if it
doesn't find the file it will try checking for it at the old location as
well.

If the file is found at the old location, we hardlink it to the new
location, and report the file is available.
2015-06-05 17:49:53 +02:00
Mathieu Bridon
d6e5e69ebd distgit: Drop unused imports 2015-06-05 17:49:17 +02:00
Valentin Gologuzov
2b4a06f22c [copr] updated internal ips for dev hosts - update custom iptables rules 2015-06-05 16:40:28 +02:00
Valentin Gologuzov
f92621f859 [copr] updated internal ips for dev hosts 2015-06-05 16:25:01 +02:00
Patrick Uiterwijk
5105b82c59 Fix other references to cloud net ids 2015-06-05 12:01:09 +00:00
Patrick Uiterwijk
34c4263e4a Fix the first few net IDs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-06-05 11:58:36 +00:00
Pierre-Yves Chibon
54c246199d Add index for the releases dir 2015-06-05 13:51:16 +02:00
Pierre-Yves Chibon
c3764014a2 Allow everyone on /releases 2015-06-05 13:49:14 +02:00
Pierre-Yves Chibon
dd7253c6ff Add the missing UPLOAD_FOLDER 2015-06-05 13:46:17 +02:00
Pierre-Yves Chibon
dc5f214a9a Set the UPLOAD_FOLDER_PATH 2015-06-05 13:42:36 +02:00
Pierre-Yves Chibon
29131d9962 Create the alias for /releases 2015-06-05 13:40:53 +02:00
Pierre-Yves Chibon
9d229a461e Create the /var/www/releases for pagure 2015-06-05 13:39:41 +02:00
Pierre-Yves Chibon
8f66dcee0e Disable the IRC plugin 2015-06-05 13:36:47 +02:00
Pierre-Yves Chibon
fb25061190 Install the alembic.ini file 2015-06-05 13:36:47 +02:00
Mathieu Bridon
09f525598f distgit: Pretend we're on NFS
Staging doesn't use NFS for its lookaside cache, like Prod does.

This makes SELinux happier, pretending that staging also is on NFS.
2015-06-05 11:10:49 +02:00
aea4e50bab Test was successful on proxy01.stg, enable this for all off stg the next time someone does a master playbook run
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-06-05 09:08:34 +00:00
dc994d3a27 well that was a bad host to test with, it is still rhel6
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-06-05 09:02:55 +00:00
Patrick Uiterwijk
4b22cd9f2a Update upload_cgi and add cgi-nfs for pkgs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-06-05 09:02:28 +00:00
37a27645fc start of collectd graphite testing
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-06-05 08:55:14 +00:00
Till Maas
2f3e86b3f9 Update autosign purpose 2015-06-05 10:12:53 +02:00
Till Maas
2b17c84397 sigul bridge: Do not ask for NSS password
Setting the empty NSS password makes the bridge not ask for a password
on startup.
2015-06-05 10:07:22 +02:00
Kevin Fenzi
2d34c72c58 Override the default syslog logrotate on notifs-backend01 as its messaages log grows
very very large over time. Rotate it daily, compress with xz and only keep 7 days.
Can adjust from there.
2015-06-04 20:53:39 +00:00
Kevin Fenzi
6309062daa Fix up nagios check for mysqlmariadb database dump ages. 2015-06-04 20:43:30 +00:00
Kevin Fenzi
c517c48a21 Run this as root actually. It seems this may be needing to run as root. 2015-06-04 18:50:51 +00:00
Kevin Fenzi
140af2c7ac This has to have a --user=root in order to be able to access the dbs
It runs as mysql user, but root when connecting to the db.
2015-06-04 18:37:12 +00:00
Kevin Fenzi
ef817b7d0c Add backups for mariadb nightly like we do for postgres.
This allows us to back up /backups and get a good few days database
dumps on mariadb servers.
2015-06-04 17:29:16 +00:00
Valentin Gologuzov
9d31407e01 [copr][keygen] silencing backup script 2015-06-04 18:48:30 +02:00
Ralph Bean
4d5d32802f Fix the user_url for fas in apps.fp.o/fedmenu. 2015-06-04 16:35:22 +00:00
Mathieu Bridon
fefea74100 distgit: Properly make the symlink 2015-06-04 18:12:10 +02:00
Aurélien Bompard
6393ef117c Mailman: update import script 2015-06-04 15:58:45 +00:00
Till Maas
e3606ba68e Use more https URLs where possible 2015-06-04 17:20:06 +02:00
Till Maas
93f4a62bac People: Remove dead link to blog.fpo 2015-06-04 17:06:59 +02:00
Till Maas
c742cb749b planet: Remove dead link to blogs.fpo 2015-06-04 16:59:27 +02:00
Mathieu Bridon
9b1e60ece2 distgit: One more case of error handling 2015-06-04 16:11:42 +02:00
Miroslav Suchý
f49e0abe06 update new internal copr's IP 2015-06-04 14:26:26 +02:00
Patrick Uiterwijk
537608c514 Grafana got a new IP 2015-06-04 12:19:58 +00:00
Miroslav Suchý
bad9a13b22 fix keygen sec-group 2015-06-04 14:16:33 +02:00
Miroslav Suchý
02e5abd7a1 install etckeeper so if upgrade broke openstack we know what was changed 2015-06-04 12:08:33 +02:00