Commit graph

301 commits

Author SHA1 Message Date
Sayan Chowdhury
5c94580223 fedimg: Don't pull from main repo in stg
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2018-02-16 12:07:26 +00:00
Sayan Chowdhury
f8e520e736 fedimg: Fix the typo in the installation task
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2018-02-16 11:47:28 +00:00
Sayan Chowdhury
1b286043bf fedimg: Compress the multiple tasks into one
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2018-02-16 08:46:38 +00:00
Clement Verna
8c6165ecbb Replace yum by dnf since packages now runs on Fedora
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-02-14 10:04:32 +01:00
Mikolaj Izdebski
23e624fe20 Koschei-web is now running on Fedora, not EPEL 2018-02-13 16:44:17 +00:00
Kevin Fenzi
1cb7267a6a disable this for now 2018-01-29 17:27:02 +00:00
Kevin Fenzi
e7a8feb2d7 try this 2018-01-29 17:09:33 +00:00
Kevin Fenzi
750f0c7333 switch this to use package 2018-01-29 17:02:02 +00:00
Jan Kaluža
e2feacb1db Revert "Run odcs_migrate_db on every ODCS upgrade"
This reverts commit 1025ee6108.
2018-01-17 09:51:33 +00:00
Jan Kaluža
1025ee6108 Run odcs_migrate_db on every ODCS upgrade 2018-01-17 09:30:17 +00:00
Ralph Bean
05d37919ce Back to yum, for pdc. 2018-01-12 16:43:35 +00:00
Jan Kaluža
92e3bd97f3 Update also pungi package when updating odcs. 2018-01-08 07:52:41 +00:00
Pierre-Yves Chibon
eb2848250b And again try indented
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2017-12-19 14:46:35 +01:00
Pierre-Yves Chibon
487d2d6625 Move back to include_tasks
Commit afef097a3d changed from include_tasks to import_tasks but running
this playbook we run into error:
1/ just running it we got:
  ERROR! 'import_tasks' is not a valid attribute for a Play
so we indented the line to put it in the task list, but that
lead to another error:
2/ exception: this task 'user' has extra params
So let's move back to include_tasks and see if that helps

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2017-12-19 14:42:58 +01:00
Pierre-Yves Chibon
eea3829754 Some more indentation
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2017-12-19 14:37:45 +01:00
Mikolaj Izdebski
1e691f0088 Don't install mod_wsgi on Koschei during upgrade 2017-12-02 01:10:47 +00:00
Mikolaj Izdebski
ebf5e505ce Adjust upgrade/koschei.yml after move to Fedora 27 2017-12-02 01:03:03 +00:00
Mikolaj Izdebski
05a89c01b8 Try include instead of include_playbook in upgrade/koschei-testing.yml 2017-12-02 00:56:12 +00:00
Jeremy Cline
37f84244a3 Make sure fedmsg roles are applied on fmn upgrade 2017-11-16 20:35:19 +00:00
Randy Barlow
98b1b337e2 The Bodhi MASHING lock files have moved.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2017-11-16 15:38:30 +00:00
Jeremy Cline
6fe55bf3cb fmn-web is still EL7, use yum 2017-11-15 18:15:18 +00:00
Jeremy Cline
f56b1ecd83 Update FMN roles for 2.0.0 2017-11-15 18:12:11 +00:00
Jeremy Cline
0d1517e203 Make the fmn upgrade playbook work with f26 and fmn-2.0
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2017-10-31 20:30:57 +00:00
Jan Kaluža
8c2e2d7e20 Ensure the odcs-backend is started after an upgrade 2017-10-31 13:41:34 +00:00
Jan Kaluža
9b716b5b4b Set back to False 2017-10-31 13:23:43 +00:00
Patrick Uiterwijk
9cb785a853 Use the package: module
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-31 09:29:20 +00:00
Patrick Uiterwijk
60b34a0d32 Use DNF for odcs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-31 09:25:27 +00:00
Patrick Uiterwijk
f8d55e697b Infra-tags-stg is always enabled on staging machines
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-31 09:22:40 +00:00
Jan Kaluža
a04b8ff097 Add missing double-quotes 2017-10-31 07:31:22 +00:00
Jan Kaluža
a358ae39f2 Set testing to True when running on staging 2017-10-31 07:25:02 +00:00
Ralph Bean
654c94f105 Only one play needs odcs_migrate_db, not all. 2017-10-30 15:05:06 +00:00
Ralph Bean
b403eb2d36 Make super sure that fedmsg-hub isn't running on the mbs-frontend. 2017-10-26 14:13:47 +00:00
Kevin Fenzi
afef097a3d switch all the include tasks to import tasks 2017-10-17 17:37:03 +00:00
Kevin Fenzi
d9ee0059b4 typo on a massive scale 2017-10-15 20:33:11 +00:00
Kevin Fenzi
ceff9bfca4 first stab at replacing include with include_playbook or includ_tasks 2017-10-15 19:46:08 +00:00
Randy Barlow
e2baeff4d4 Use dnf instead of yum in the Bodhi upgrade playbook.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2017-10-12 15:02:09 +00:00
48746debfe Fix the fedimg upgrade playbook
Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
2017-10-10 08:56:46 +00:00
f4b345c5de fedimg: Upgrade the fedfind package for the fedimg boxes also
Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
2017-10-10 08:50:05 +00:00
4065e788c2 autocloud: Update python2-fedfind along with other autcloud pkgs
Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
2017-10-09 18:43:55 +00:00
Ralph Bean
892b773685 Force cache update in koji upgrade playbook. 2017-10-06 17:03:50 +00:00
Ralph Bean
fdbd630824 Replace old testing repo name with new tags-stg repo name. 2017-09-26 15:00:57 +00:00
Ralph Bean
601d134f8c Fix this service name in the odcs upgrade playbook. 2017-09-26 14:53:00 +00:00
Ralph Bean
c6ebcdb2e0 Copy/pasta fix. 2017-09-25 18:59:12 +00:00
Ralph Bean
1b73864474 Add a odcs upgrade playbook, for the future. 2017-09-25 18:58:13 +00:00
Mikolaj Izdebski
aa3a8f63c7 New way of running Koschei DB migrations 2017-09-21 06:51:48 +00:00
c4b91d3892 Omit python from the package name 2017-09-19 10:16:06 +00:00
11c07c32e5 Update the fedimg playbook to update the fedfind package 2017-09-19 10:04:45 +00:00
Jeremy Cline
c30d86292f Run database migrations on the stage version of fmn
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2017-08-17 17:51:02 +00:00
Randy Barlow
1bfd7d53ea Bodhi's upgrade playbook now enables infrastructure-tags-stg repo.
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>
2017-08-07 13:35:42 +00:00
Ralph Bean
db391b08ee Some TODOs for next time. 2017-08-02 00:15:24 +00:00