summaryrefslogtreecommitdiffstats
path: root/playbooks
Commit message (Collapse)AuthorAgeFilesLines
...
* Activate distgit/pagure in prod and on pkgs01.stg (so not pkgs02.stg)Pierre-Yves Chibon2017-08-041-1/+2
|
* fix osbs_secret_files againAdam Miller2017-08-031-7/+9
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* don't install origin, openshift-ansible handles it and excludesAdam Miller2017-08-021-1/+0
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* use correct path for koji osbs certsAdam Miller2017-08-021-6/+6
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Some TODOs for next time.Ralph Bean2017-08-021-0/+5
|
* Typofix.Ralph Bean2017-08-011-2/+2
|
* Use explicit subpackage names, to be safe.Ralph Bean2017-08-011-2/+2
|
* Reorganize restarts based on feedback from dgilmore.Ralph Bean2017-08-011-19/+11
|
* Use latest, just to be sure.Ralph Bean2017-08-011-1/+4
|
* Better to run from /srv/web/infra/ansible.Ralph Bean2017-08-011-1/+1
|
* Typo fix.Ralph Bean2017-08-011-1/+1
|
* Nagios up/down.Ralph Bean2017-08-011-0/+9
|
* First attempt at a koji upgrade playbooks.Ralph Bean2017-08-011-0/+98
|
* Reformat the yaml and limit the nfs mount to pkgs02Pierre-Yves Chibon2017-08-011-2/+8
|
* Add missing RoleBindings for waiverdb project, and abstract project out to ↵Ricky Elrod2017-08-011-1/+1
| | | | | | openshift/project Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* copr: add yumrepos task for all copr playbooksclime2017-07-314-0/+4
|
* remove iscsi client from taskotron hosts, it is not neededKevin Fenzi2017-07-291-1/+0
|
* adjust communityblog playbook someKevin Fenzi2017-07-291-0/+28
|
* config map is a file not a templateRicky Elrod2017-07-271-1/+1
| | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* Just embed the file for now, until I figure openshift secrets out betterRicky Elrod2017-07-271-6/+6
| | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* Once more, with feelingRicky Elrod2017-07-271-2/+2
| | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* add secret_nameRicky Elrod2017-07-271-1/+6
| | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* try waiverdb openshift stuff, what could go wrongRicky Elrod2017-07-271-0/+20
| | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* Adds missing fedmsg/base roleKushal Das2017-07-261-0/+1
|
* Uses dnf to install libsemanage-pythonKushal Das2017-07-261-1/+1
|
* Updates darkserver backend with rabbitmq roleKushal Das2017-07-261-0/+1
|
* add a way to `oc rollout latest`Ricky Elrod2017-07-251-0/+1
| | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* templateRicky Elrod2017-07-251-1/+1
| | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* add a way to manually start an image buildRicky Elrod2017-07-251-0/+1
| | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* Merge branch 'master' of /git/ansibleRicky Elrod2017-07-251-0/+6
|\
| * restrict skopeo install to non-ppc64 arches, pkg isn't available for ppc64Adam Miller2017-07-251-0/+1
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
| * add skopeo to releng-compose.ymlAdam Miller2017-07-251-0/+5
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* | First attempt at ansiblization of openshift/modernpasteRicky Elrod2017-07-251-0/+18
|/ | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* Disable removing 100-continuePatrick Uiterwijk2017-07-221-1/+0
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Fix fedpkg double uploads by abusing the krb5 replay cache being localPatrick Uiterwijk2017-07-221-0/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* add python-passlib to osbs control host for hawkular setupAdam Miller2017-07-211-0/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* openshift-ansible fixes merged upstream, remove osbs work aroundsAdam Miller2017-07-211-0/+8
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Revert "see if this fixes the issue with double uploads to lookaside"Patrick Uiterwijk2017-07-211-0/+1
| | | | This reverts commit 4fd12d0cef802186eff08813b7e8f25bf919e763.
* see if this fixes the issue with double uploads to lookasideKevin Fenzi2017-07-201-1/+0
|
* switch to python3 deps for osbs nodes in stageAdam Miller2017-07-201-2/+3
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* no httpd on builders anymoreKevin Fenzi2017-07-201-4/+0
|
* Revert "add python2 bits to f26 osbs hosts, openshift-ansible requires it"Adam Miller2017-07-201-7/+2
| | | | | | | | | | This wasn't actually needed, there's an issue in openshift-ansible It's been reported upstream and I have a fix in a fork/topic-branch https://github.com/openshift/openshift-ansible/issues/4801 This reverts commit b92e12b85ab68b7cfdc483d4b7410424ec609c84.
* Merge branch 'master' of /git/ansibleRicky Elrod2017-07-191-2/+7
|\
| * add python2 bits to f26 osbs hosts, openshift-ansible requires itAdam Miller2017-07-191-2/+7
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* | add an 03 hereRicky Elrod2017-07-191-0/+2
|/ | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
* set python3 ansible interpreter for the f26 based osbs clustersAdam Miller2017-07-191-0/+2
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Merge branch 'master' of /git/ansibleRicky Elrod2017-07-192-39/+45
|\
| * magazine2: send WP trivial cron to /dev/nullPaul W. Frields2017-07-191-1/+1
| | | | | | | | | | "...or maybe you shouldn't mail me every little piece of trash you happen to pick up."
| * ensure dnsmasq is installed on osbs hostsAdam Miller2017-07-191-0/+5
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
| * ensure correct host groups for tasks in osbs-orchestrator-clusterAdam Miller2017-07-191-38/+39
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>