Commit Graph

50 Commits

Author SHA1 Message Date
Kevin Fenzi
80d8694583 ansible: fix -- mistake for import_playbook
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-05-20 18:23:42 +00:00
Kevin Fenzi
2d1cf41c9f ansible: fix the virt-create calls
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-05-20 18:19:27 +00:00
Kevin Fenzi
2dfb98136a ansible: more cleanup from group name changes.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-05-20 18:10:46 +00:00
Kevin Fenzi
4b31ac5152 ansible: Change all our group names from foo-bar to foo_bar or foo-bar-baz to foo_bar_baz
In ansible 2.8 the - character isn't supposed to be valid in group names.
While we could override this, might has well just bite the bullet and change it.
So, just switch all group names to use _ instead of -

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-05-20 17:38:09 +00:00
Mikolaj Izdebski
5a18a91ae3 Fix a typo in hosts spec 2018-08-17 16:28:58 +00:00
Kevin Fenzi
eb5605b6aa Add db-qa03 running fedora so we get a newer postgresql version for openqa 2018-06-29 22:57:24 +00:00
Kevin Fenzi
061ae15638 Fare thee well s390x alternative arch. We are now one big happy single koji family.
Also, no need for secondary sigul anymore.
2018-05-30 18:42:05 +00:00
Kevin Fenzi
2622dea3c4 drop db-koji02.stg from inventory 2018-03-21 17:44:36 +00:00
Tim Flink
91e384d3e9 removing db-qa-stg01.qa from ansible 2018-03-05 16:25:51 +00:00
Mikolaj Izdebski
5d5187d4ce Don't forget to create virt instance for db-koji01.stg 2018-03-03 01:17:48 +00:00
Mikolaj Izdebski
ed381bb762 db-koji01.stg is non-BDR postgres now 2018-03-03 01:16:36 +00:00
Kevin Fenzi
ea59d00bd7 Drop some old playbooks and hosts that no longer exist 2018-02-01 22:45:57 +00:00
Kevin Fenzi
dd0744fc2c change db-koji02.stg to be a normal postgresql server running f27 2017-11-28 23:28:15 +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
69fd8d117a switch all the handlers to import and drop the global static import 2017-10-15 20:29:59 +00:00
Kevin Fenzi
1bf960425f this needs to be imported not included 2017-10-15 19:54:19 +00:00
Kevin Fenzi
ceff9bfca4 first stab at replacing include with include_playbook or includ_tasks 2017-10-15 19:46:08 +00:00
Kevin Fenzi
94c3fce527 need repos setup before fas_client role 2017-10-05 02:08:48 +00:00
Kevin Fenzi
ca320cd6fb add db-datanommer01 2017-10-05 01:58:53 +00:00
Stephen Smoogen
d0b6c8ce06 and this is how you break everything before going on a week vacation 2017-05-05 22:12:33 +00:00
Tim Flink
c3c2aeab3e adding inventory files and details for new db-qa02.qa db host 2017-04-25 14:46:28 +00:00
Kevin Fenzi
0acfaa2a7e Fix handlers, roles, and tasks to be handlers_path, roles_path and tasks_path so as not to conflict with ansible variables.
Fix duplicate definition of become default that was in group_vars/all as well as vars/global.
2017-04-13 15:46:14 +00:00
Kevin Fenzi
8e134186fa rename s390 koji and db to right domain 2016-12-06 22:10:07 +00:00
Kevin Fenzi
e1c99fdbc5 move bdr postgresql servers to their own playbook 2016-10-05 19:46:37 +00:00
Kevin Fenzi
9ca2bc3dfa Fix up conditional 2016-10-05 18:42:44 +00:00
Kevin Fenzi
11a0719c9e do not install normal postgresql server on db-koji01.stg and db-koji02.stg 2016-10-05 18:35:44 +00:00
Kevin Fenzi
da4394deb9 Add db-koji01 and db-koji02 in staging to use for testing bdr out. 2016-10-05 17:45:09 +00:00
Tim Flink
2b8a65a15d fixing syntax error 2016-08-10 11:55:10 +00:00
Tim Flink
9ac222ad8b adding db-qa-stg01.qa to both places in the postgres-server playbook 2016-08-10 11:53:52 +00:00
Tim Flink
de099852ad adding new db-qa-stg01.qa host 2016-08-10 11:36:08 +00:00
Kevin Fenzi
04a52b8667 Death to all trailing whitespace. 2016-08-08 19:36:31 +00:00
Kevin Fenzi
ca5a853ba8 Also configure db-ppc-koji01 as a postgresql server 2016-05-20 14:07:57 +00:00
Peter Robinson
3b28bb0b36 postgresql-server: add db-ppc-koji01.ppc.fedoraproject.org to virtlist 2016-04-19 14:27:58 +00:00
Ralph Bean
2226a9eae9 s/nagios_client/nagios\/client/g 2016-02-23 02:33:30 +00:00
Kevin Fenzi
2f35b45dfc Drop denyhosts role.
We never used it on rhel7 hosts, and don't want to bother on rhel6/fedora either anymore.
2016-01-05 21:05:35 +00:00
Kevin Fenzi
3cbc5874fb Hey look, an ansibled arm koji and db. What fun! 2015-10-08 19:52:40 +00:00
Kevin Fenzi
facc6b217c Drop 16 lines that we can collapse into one line. 2015-08-18 19:26:55 +00:00
Kevin Fenzi
2ad34d91b2 Add a first cut at a s390 koji hub and db.
These are using the normal koji hub and postgresql playbooks
and will live on virthost-s390.qa.
2015-06-05 18:49:11 +00:00
Kevin Fenzi
275f4b5203 Change all instances of ansible_distribution_major_version to filter to int for comparisons. 2015-05-27 22:27:39 +00:00
Kevin Fenzi
8031513963 Add a db01.stg instance. 2015-01-12 18:53:52 +00:00
Kevin Fenzi
d64ab29c0e New ansible doesn't like expanding {{ private }} in the same list of vars files it's defined in. 2015-01-09 22:59:18 +00:00
Patrick Uiterwijk
e3a6a3d612 db01 also needs vpn for reviewboard on hosted03 2014-12-19 13:45:18 +00:00
Patrick Uiterwijk
e82af3ee59 ansible_hostname != inventory_hostname 2014-12-18 10:58:00 +00:00
Patrick Uiterwijk
6c803e7415 db-fas01 needs to be on VPN for hosted0* 2014-12-18 10:36:24 +00:00
Kevin Fenzi
bfc173c53b Add db01 to ansible. 2014-12-17 23:01:12 +00:00
Kevin Fenzi
1a6f384fcf Add db-fas01 to ansible. 2014-12-16 22:11:46 +00:00
Kevin Fenzi
ac64085b8b Add db-fas01 to ansible 2014-12-08 00:19:16 +00:00
Ralph Bean
1e49aa493d Remove all accelerate-mode knobs and toggles now that pipelining is a go. 2014-11-12 19:15:06 +00:00
Ralph Bean
b423cff920 Double the typos, double the fun. 2014-11-12 17:24:49 +00:00