summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * ensure dnsmasq is installed on osbs hostsAdam Miller2017-07-191-0/+5
| | | | | | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
| * | we have a wildcard certStephen Smoogen2017-07-191-4/+4
| |/
| * put in graybrandon@gmail.com patch to remove firewalld from base installStephen Smoogen2017-07-191-1/+1
| |
| * ensure correct host groups for tasks in osbs-orchestrator-clusterAdam Miller2017-07-191-38/+39
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
| * update osbs buildroot in stage to use python3 and our registry base imageAdam Miller2017-07-191-4/+3
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* | I don't know why these are defined here, but at least make them correctRicky Elrod2017-07-192-2/+2
| | | | | | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* | group varsRicky Elrod2017-07-191-1/+6
| | | | | | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* | Initial attempt at docker-registry02.phx2 and docker-registry03.phx2Ricky Elrod2017-07-196-0/+73
|/ | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* add stickster on magazine2Ricky Elrod2017-07-191-1/+1
| | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* Fixup 74087cfAurélien Bompard2017-07-191-1/+1
|
* remove dupicate var definition in osbs-orchestrator-clusterAdam Miller2017-07-191-2/+0
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* remove duplicate osbs-stg group varsAdam Miller2017-07-192-38/+0
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* fix osbs-stg host_vars for instantiation of osbs-namespace roleAdam Miller2017-07-183-37/+101
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* redirect fudcon.fp.o to flocktofedora.orgRobert Mayr2017-07-181-0/+7
|
* fix kickstarts for osbsworker-x86-64 machinesAdam Miller2017-07-183-6/+6
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* move osbs-stg orchestrator nodes to fedora26 alsoAdam Miller2017-07-183-6/+6
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* add uh mirror to tier1 listKevin Fenzi2017-07-181-0/+1
|
* update bodhi site_requirementsKevin Fenzi2017-07-182-2/+2
|
* move osbsworker hostvar files to new hostnames, uncomment hosts from staging ↵Adam Miller2017-07-184-3/+3
| | | | | | group Signed-off-by: Adam Miller <admiller@redhat.com>
* Tag these plays temporarilyPatrick Uiterwijk2017-07-181-0/+5
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Remove httpd from builders - it's a bad ideaPatrick Uiterwijk2017-07-181-0/+5
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Manually create apache user on buildersPatrick Uiterwijk2017-07-182-1/+20
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Revert "Temporarily put the s390 cache at the end to prevent failing all builds"Patrick Uiterwijk2017-07-181-1/+1
| | | | This reverts commit abfb679f050abbd3058cabdc417413add5b49571.
* copr-dist-git: install scl-utils-build to able to parse scl-enabled specfilesclime2017-07-181-0/+1
|
* Hubs role: OIDC needs larger Nginx buffersAurélien Bompard2017-07-181-0/+3
|
* re-arrange osbs stage host groupsAdam Miller2017-07-181-9/+8
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* re-arrange osbs orchestrator/worker group inheritanceAdam Miller2017-07-181-7/+4
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* change 'make boxes' tag to make rbac-playbook happyAdam Miller2017-07-181-1/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* osbs: add tag for making boxes, fix worker cluster groupsAdam Miller2017-07-181-3/+5
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* set osbsworker masters/nodes staging host groupsAdam Miller2017-07-171-2/+10
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Enable autosign01Patrick Uiterwijk2017-07-171-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Raise verbosity of psql in Bodhi's staging sync script.Randy Barlow2017-07-171-1/+1
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Echo queries to the terminal in Bodhi's drop script.Randy Barlow2017-07-171-1/+1
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Revert "Don't exit on error with psql."Randy Barlow2017-07-171-1/+1
| | | | This reverts commit 9124a8004128779402f69810e3289278d4936797.
* Don't exit on error with psql.Randy Barlow2017-07-171-1/+1
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Use --set with psql instead of in-lining \set.Randy Barlow2017-07-171-2/+1
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Configure the db script to use IF EXISTS and exit non-0 on error.Randy Barlow2017-07-171-22/+33
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Also debug the import script.Randy Barlow2017-07-171-1/+5
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Fix a template error.Randy Barlow2017-07-171-1/+1
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Also debug with stderr.Randy Barlow2017-07-171-1/+1
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Use the correct hostname fro the debug script.Randy Barlow2017-07-171-1/+1
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Write bodhi drop db output to a debug file.Randy Barlow2017-07-171-3/+8
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Debug the Bodhi staging-sync drop script.Randy Barlow2017-07-171-0/+4
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* fix ansible-ansible-openshift-ansible inventory template to use correct ↵Adam Miller2017-07-171-1/+1
| | | | | | cluster_url variable Signed-off-by: Adam Miller <admiller@redhat.com>
* fix yet another recursive var definition in osbs-orchestrotorAdam Miller2017-07-172-5/+5
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* fix os_install_examples for osbsAdam Miller2017-07-171-1/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* fix more variable def infinite loops in osbs orchestratorAdam Miller2017-07-172-18/+20
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* fix openshift_ansible_version infinite recrusive definitonAdam Miller2017-07-172-3/+3
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* remove duplicate vars_files definitionAdam Miller2017-07-171-4/+0
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* fix duplicate var definitions and typo in osbs koji set policyAdam Miller2017-07-172-8/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>