summaryrefslogtreecommitdiffstats
path: root/files
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up OSBS itemsAdam Miller2016-12-021-4/+2
| | | | | | | | | | | | - Remove osbs-client from koji-hub, no longer needed - Set site-specific OSBS plugins config - Remove atomic-reactor.tar.gz hardlinking for docker, no longer needed - Update osbs/atomic-reactor buildroot to user RPM version of atomic-reactor and not source shipped with RPM (fixed issue so this works now) Signed-off-by: Adam Miller <admiller@redhat.com>
* fix ccache entry for osbs buildroot to includ uid in pathAdam Miller2016-11-291-1/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* set default krb5.conf ccache for OSBS buildroot containerAdam Miller2016-11-291-0/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* fix for bash arrays from upstream. fixes multiple mod updates at onceKevin Fenzi2016-11-261-2/+2
|
* enable maxamillion's atomic-reactor copr for STG osbs buildroot for testingAdam Miller2016-11-231-1/+2
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* set osbs to use krb5 for koji auth instead of ssl certsAdam Miller2016-11-231-0/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* create-filelist: also skip the imagelist when making othersAdam Williamson2016-11-231-0/+2
| | | | | add the imagelist's name to skip_files as we do for the other two files. tibbs is committing the same change to upstream.
* turn 'filterlist' into 'imagelist', using productmdAdam Williamson2016-11-232-20/+29
| | | | | | | | | | | | | | | | | This adopts https://pagure.io/quick-fedora-mirror/pull-request/27 and adapts to it, so we get `imagelist` files rather than `filterlist` files (see recent commits for this). The rationale is more fully explained in that PR (and in PR #26 also) - on further inspection it turns out that we have to filter out an awful lot of extensions to create small filterlists for all three modules, and I'm worried that other file extensions may appear in the future and cause the filterlists to suddenly get bigger again. Instead, we have create-filelist use the productmd constant that defines valid image formats, and only include files that match those formats in the list. The downside of this approach is we have to ensure productmd on all the systems that run `create-filelist` is kept up to date if the list of valid image formats changes.
* create-filelist: add '.' to png and jpgAdam Williamson2016-11-191-1/+1
| | | | Brown paper bag fix for previous commit. Sigh.
* create-filelist: filter png and jpg too (acked by nirik)Adam Williamson2016-11-191-3/+3
| | | | | | This is a tiny change to the previous commit to just filter png and jpg files too, as alt has tons of pngs. Will send a PR for upstream create-filelist.
* Generate filtered file lists for fedfind to useAdam Williamson2016-11-192-3/+26
| | | | | | | | | | | | | | | | This adds `filterlist` files alongside the `fullfilelist` and `fullfiletimelist` files. These are much, much shorter lists which skip the entries for packages, ARM device tree boot files and directories. They are intended for consumption by fedfind, so it can stop using rync scraping to discover the image files it looks for. To enable this, we update to a newer version of `create-filelist` from upstream `quick-fedora-mirror` and make `update-fullfiletimelist` create the filterlist files as well. We also delete a couple of old copies of `create-filelist`; nirik made the two roles that use it share a common copy a few months back, but missed deleting the copy each role had in its `files` directory.
* apply fixes from Patrick for OSBS node dnsmasq and proxy iptablesAdam Miller2016-11-082-0/+6
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Allow osbs.stg:443Patrick Uiterwijk2016-11-081-0/+3
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* apply Patricks magic osbs cluster iptables rules to new clusterAdam Miller2016-11-082-53/+81
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* switch iptables for osbs cluster docker bridge interface lbr0Adam Miller2016-11-082-50/+50
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* openshift builds aren't in the cluster overlay network, fix iptables rulesAdam Miller2016-11-072-50/+50
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* docker bridge interface firewall rules for osbs overlay cluster networkAdam Miller2016-11-073-0/+140
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* add osbs old build cleanup for openshift clusterAdam Miller2016-11-071-0/+4
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* fix osbs/cleanup-docker-storage cron entryAdam Miller2016-11-021-1/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* move cleanup-docker-storage in the right path in files/osbs/Adam Miller2016-10-211-0/+0
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* osbs: cron job to clean up docker storage nightlyAdam Miller2016-10-211-0/+4
| | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
* Correct th URL for the keyPatrick Uiterwijk2016-09-251-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* This key is different from the main infra onePatrick Uiterwijk2016-09-251-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Add infra tag reposPatrick Uiterwijk2016-09-252-0/+12
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* fixing invalid syntaxTim Flink2016-09-221-1/+1
|
* changing default index for docs on qa stg to be index.htmlTim Flink2016-09-221-0/+4
|
* add the new public infra gpg key that is in sigulDennis Gilmore2016-09-151-0/+30
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* Add RHEL7AH repoPatrick Uiterwijk2016-09-131-0/+4
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Make roles out of sigul, and update configsPatrick Uiterwijk2016-09-128-259/+0
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Revert the fedimg hotfixesSayan Chowdhury2016-09-121-173/+0
|
* Unify all ssl cipher suite configurationsPatrick Uiterwijk2016-08-312-5/+4
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Move mod_wsgi to a role rather than a included tasksMichael Scherer2016-08-081-14/+0
|
* Update create-filelist and wrapper from upstream quick mirror.Kevin Fenzi2016-07-152-38/+116
| | | | | Merge all the various copies of the wrapper into one copy. Setup arguments as needed for each call.
* Revert "Original autocloud_job.py and consumer file for hotfix"Sayan Chowdhury2016-07-152-439/+131
| | | | This reverts commit f36696a1fd79ec6ee9dfaf596db5947cf10bb150.
* Revert "Hotfix for autocloud"Sayan Chowdhury2016-07-152-6/+7
| | | | This reverts commit 12cace8cda991458517007d646e36b8509068a00.
* Install rhel7 rhev for power repoPatrick Uiterwijk2016-07-151-0/+4
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Deploy the no-password: prompt fix to prodPatrick Uiterwijk2016-07-052-5/+0
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* If we are templating, we need template:Patrick Uiterwijk2016-07-052-0/+0
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Disable the password: fallback on token failurePatrick Uiterwijk2016-07-051-0/+3
| | | | | | | | There is nothing in system-auth that we don't have in the pam module, so this should allow us to remove pam_unix just fine. Currently only for stg. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Hotfix for autocloudSayan Chowdhury2016-06-282-7/+6
|
* Original autocloud_job.py and consumer file for hotfixSayan Chowdhury2016-06-282-131/+439
|
* Revert "Original autocloud_job.py and consumer file for hotfix"Sayan Chowdhury2016-06-282-439/+131
| | | | This reverts commit aa978492710ead1e9c28921b1a4402df4c867db6.
* Revert "Hotfix for autocloud"Sayan Chowdhury2016-06-282-6/+7
| | | | This reverts commit 79da571b0a1189224daba2a5b8258da95ededa2f.
* Hotfix for autocloudSayan Chowdhury2016-06-282-7/+6
|
* Original autocloud_job.py and consumer file for hotfixSayan Chowdhury2016-06-282-131/+439
|
* Set download-ib01 to quick-sync every 10min with a lock.Kevin Fenzi2016-06-271-3/+2
|
* Some server side improvements for quick-mirrorKevin Fenzi2016-06-222-7/+11
|
* that would be python-docker-squash and not docker-squashAdam Miller2016-06-172-2/+2
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* add docker-squash to osbs buildroot docker imageAdam Miller2016-06-172-2/+2
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* remove copr from buildroot Dockerfile for stage, no longer needed, ↵Adam Miller2016-06-171-1/+1
| | | | | | everything is in Fedora proper now Signed-off-by: Adam Miller <admiller@redhat.com>