Commit graph

9056 commits

Author SHA1 Message Date
Valentin Gologuzov
6e396b38d6 [copr][backend] fix baseurl in copr.repo used by builders 2015-07-15 11:08:14 +02:00
Patrick Uiterwijk
b6c213fc44 mod_auth_openid does some ugly things. Permanent workaround is here
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-07-15 08:59:51 +00:00
Patrick Uiterwijk
ff4dc60489 Swap prod to ipsilon
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-07-15 08:24:16 +00:00
Patrick Uiterwijk
26e04d0b58 Add ipsilon0* ccd files...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-07-15 08:17:06 +00:00
Martin Krizek
c05478ce4c Add alembic upgrade db to execdb role 2015-07-15 08:09:46 +00:00
Patrick Uiterwijk
b0bb4a7bf0 stg != prod
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-07-15 07:46:39 +00:00
Patrick Uiterwijk
cf77c2e1b0 Allow ipsilon01/02 into db-fas01
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-07-15 07:42:35 +00:00
Patrick Uiterwijk
9d3542024d Make ipsilon boxes be real
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-07-15 07:34:56 +00:00
Patrick Uiterwijk
ba0f78300e Create ipsilon01/02 prod
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-07-15 06:56:24 +00:00
5c0a086356 changes for branching
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
2015-07-15 06:35:24 +00:00
Mikolaj Izdebski
136c4cbb15 Switch Koschei to track f24 instead of f23 2015-07-15 04:12:12 +00:00
Kevin Fenzi
8abd0cd691 Drop old jenkins f20 builder 2015-07-14 20:03:04 +00:00
Kevin Fenzi
935676020f Drop old artboard it's not needed anymore. 2015-07-14 19:58:41 +00:00
Kevin Fenzi
78cbec6f06 Apparently newer ansible only wants to use connection: local with host: localhost 2015-07-14 19:40:21 +00:00
Kevin Fenzi
3e057dda47 Adjust selinux rules and add mod_ssl 2015-07-14 19:25:01 +00:00
Kevin Fenzi
7282e4946d Fix typo 2015-07-14 19:19:55 +00:00
Kevin Fenzi
cab4dda1a2 Some selinux contexts for artboard. 2015-07-14 19:18:58 +00:00
Kevin Fenzi
1710fea8b8 Make artboard httpd 2.4 compliant. 2015-07-14 19:07:29 +00:00
Kevin Fenzi
ec2eb819fc Drop the useless fedora user -> sudo transition. 2015-07-14 18:47:24 +00:00
Kevin Fenzi
9cdb0fca2a This isn't a variable. 2015-07-14 18:43:03 +00:00
Kevin Fenzi
55f5882f73 Add new artboard instance in new cloud. 2015-07-14 18:42:00 +00:00
Mikolaj Izdebski
40ae74811a Remove koschei.cloud.fedoraproject.org host
Koschei has been moved to producion.  The old cloud instance
(koschei.cloud.fedoraproject.org) is used only for serving HTTP 301
redirect.  It hasn't been terminated yet, but this can happen at any
time - we don't need to maintain persistent Ansible configuration.
2015-07-14 14:30:36 +00:00
9f14459a67 Add python-feedparser (and sort package install list here)
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-07-14 06:32:07 +00:00
5b31c70bab with the right name?
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-07-13 22:45:20 +00:00
c6ae084dfd install git and zanata
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-07-13 22:22:11 +00:00
Mathieu Bridon
3ff24f67b2 distgit: Generators don't have a length
This is fallout from the previous commit.
2015-07-13 23:03:44 +02:00
Mathieu Bridon
a11c53cb4d distgit: Harden the hardlink script a bit
Turns out the lookaside cache is not as clean as I expected.

Specifically, it contains some files where we'd expect directories, for
example:

/srv/cache/lookaside/pkgs/GFS-kernel/@13013.1e77f453ba1c86cd7616087d0643bbd8e
/srv/cache/lookaside/pkgs/openswan/tmpLRV5Gn5556cb2fcea6ba862ce14e1debf98b6d

This commit makes the script print an error instead of crashing on an
OSError in such a case.
2015-07-13 22:55:57 +02:00
Mathieu Bridon
e7074e8ad9 distgit: Add a script to make the new paths in the lookaside cache
We are migrating from the following path scheme:
    /%(srpmname)s/%(filename)s/%(hash)s/%(filename)s

To:
    /%(srpmname)s/%(filename)s/%(hashtype)s/%(hash)s/%(filename)s

As a result, we need to hardlink all the files existing under the old
path to their new path.

This script does just that.

Given that it should only ever be run once anyway, it is added as a
file to the distgit role, but not set to be installed anywhere.
2015-07-13 20:16:30 +00:00
Kevin Fenzi
5b839475df add gather stats cron job to people for ticket 4822 2015-07-13 19:18:14 +00:00
Adam Miller
9cd22bd47e First run at stg OSBS for layered build system 2015-07-13 16:41:58 +00:00
Kevin Fenzi
10a3c2c8b3 Also add hosted03 backup target. 2015-07-13 13:51:57 +00:00
Kevin Fenzi
f810417415 Re-enable people01 backups.
Switch hosted04 to hosted03 for backups.
2015-07-13 13:50:49 +00:00
Kevin Fenzi
1a85b731c4 Tag ssh keys play in cloud setup.
This allows us to run this over all the cloud nodes when a key changes.
2015-07-13 13:36:06 +00:00
Kevin Fenzi
427014846b Drop kernel01.qa out of inventory for now. 2015-07-12 02:59:48 +00:00
Kevin Fenzi
a47e9dd009 Clean up old db05 and people03 entries in inventory 2015-07-12 02:19:59 +00:00
acc1363970 owner, not user
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-07-11 19:20:07 +00:00
2aa6e8cf8a add two missing directories that robyduck found that weren't listed in puppet
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-07-11 19:11:00 +00:00
d21bd9205b add fedora-web/build to sundries stg for testing
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-07-11 19:05:47 +00:00
Kevin Fenzi
372f908a8f Disable people01 from automated backups while I get initial backups working. 2015-07-11 16:45:16 +00:00
Patrick Uiterwijk
f47dd8b42c PRevent indefinite wait (Thanks Kevin)
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-07-11 16:32:52 +00:00
Kevin Fenzi
6e2baa98fd Fix osbs playbook to include standard tasks 2015-07-10 22:23:39 +00:00
Kevin Fenzi
d677007cc7 Add sudoers for releng folks to osbs 2015-07-10 20:54:01 +00:00
Kevin Fenzi
1a82eb18e9 Fix typo that breaks playbook. 2015-07-10 20:52:56 +00:00
Kevin Fenzi
38f7cdfa9d Add osbs playbook to master. 2015-07-10 19:17:00 +00:00
Kevin Fenzi
83e6f4ae55 Fix misnamed playbook. 2015-07-10 19:16:23 +00:00
Patrick Uiterwijk
ddde3488a5 Merge ProxySSL back
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-07-10 19:02:55 +00:00
Kevin Fenzi
55e097b9c7 Add osbs01.stg instance 2015-07-10 17:28:54 +00:00
Kevin Fenzi
c0098ea200 Should be in master too 2015-07-10 16:17:30 +00:00
Kevin Fenzi
d3a906956c Add glittergallery-dev persistent cloud instance. Ticket 4818 2015-07-10 16:16:35 +00:00
Kevin Fenzi
664c5c7a68 More epylog weed adjustments
Match the new stunnel messages that changed slightly.
Weed out NM error that is Unspecific failure
2015-07-10 15:06:45 +00:00