summaryrefslogtreecommitdiffstats
path: root/playbooks/manual
Commit message (Collapse)AuthorAgeFilesLines
* Omit python from the package nameHEADmasterSayan Chowdhury2017-09-191-1/+1
|
* Update the fedimg playbook to update the fedfind packageSayan Chowdhury2017-09-191-0/+3
|
* Adjust the update-packages playbook for the infrastructure-tags-stg repoPierre-Yves Chibon2017-09-051-3/+3
|
* Run database migrations on the stage version of fmnJeremy Cline2017-08-171-1/+0
| | | | Signed-off-by: Jeremy Cline <jeremy@jcline.org>
* Also do autosign-stgPatrick Uiterwijk2017-08-161-1/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Bodhi's upgrade playbook now enables infrastructure-tags-stg repo.Randy Barlow2017-08-071-2/+2
| | | | | | | | The repo used to be called infrastructure-testing, but it seems to have been renamed to infrastructure-tags-stg. This commit adjusts the playbook to use the new name. Signed-off-by: Randy Barlow <randy@electronsweatshop.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
|
* 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>
* Drop the ck_update_request enum in Bodhi's staging sync script.Randy Barlow2017-07-171-0/+1
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* s/dest/path/ for preferred usage.Ralph Bean2017-06-234-4/+4
|
* Use /etc/bodhi/alembic.ini on production upgrades.Randy Barlow2017-06-201-7/+1
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Adjust the notifs roles for the new releaseJeremy Cline2017-06-201-1/+1
| | | | | | | The new release of fmn merges fmn.web with fmn and several paths need adjusting. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
* Chop, chop.Ralph Bean2017-06-191-0/+2
|
* Drop the drop type from the bodhi sync since it didn't work.Randy Barlow2017-06-171-1/+0
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Cascade the dropping of the bodhi ck_content_type.Randy Barlow2017-06-171-1/+1
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Drop teh ck_content_type enum when resyncing the Bodhi db.Randy Barlow2017-06-171-0/+1
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Bodhi 2.8.0's alembic.ini is moved to /etc/bodhi.Randy Barlow2017-06-161-1/+7
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* One more tableMichael Simacek2017-06-161-0/+1
|
* Update koschei stg syncMichael Simacek2017-06-161-0/+1
|
* fedimg: explicitly install python2-libcloudSayan Chowdhury2017-06-161-1/+1
| | | | Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
* Migrate prod to stg kerberos principals in the koji db during syncPatrick Uiterwijk2017-06-161-0/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* fedimg: don't skip pull python-libcloud from epel-testingSayan Chowdhury2017-06-161-4/+1
| | | | Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
* fedimg: s/infrastructure/epel/Sayan Chowdhury2017-06-161-1/+1
| | | | Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
* fedimg: upgrade python-libcloud also from infra repo for nowSayan Chowdhury2017-06-161-0/+6
| | | | Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
* somehow endfir is not valid jinjaKevin Fenzi2017-06-151-1/+1
|
* Koji sync: keep incomplete builds on default volumeMikolaj Izdebski2017-06-151-5/+13
|
* Use pgbdr01.stg instead of pgbdr.stg in the bodhi sync playbook.Randy Barlow2017-06-141-1/+1
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Use the correct postgres hostname in Bodhi's staging-sync playbook.Randy Barlow2017-06-141-1/+1
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Mailman: one more service to stopAurélien Bompard2017-06-081-0/+1
|
* Update the pagure upgrade playbook to make it up to datePierre-Yves Chibon2017-06-071-5/+8
|
* Prompt for puiterwijk's attention first.Ralph Bean2017-06-051-0/+3
|