From cacdb7f573c1ca5b0f754c41f458095df4fb330b Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 14 Jul 2020 09:13:07 +1000 Subject: [PATCH] Backup all hosts with Ansible The process of switching hosts to Ansible backups got a little ... backed up. I think the idea was that we would move these legacy hosts to an all-Ansible configuration a little faster than what has ended up happening. In the mean time, we have done a better job of merging our environment so puppet hosts are just a regular host that runs a puppet step rather than separate entities. So there is no problem running these roles on these older servers. This will bring consistency to our backup story with everything being managed from Ansible. This will currently setup these hosts to backup to the only opendev backup server in vexxhost. As a follow-on, we will add another opendev backup host in another provider to provide dual-redundancy. After that, we can remove the bup::site calls from these hosts and retire the puppet-based backups. Change-Id: Ieaea46d312056bf34992826d673356c56abfc87a --- inventory/service/groups.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/inventory/service/groups.yaml b/inventory/service/groups.yaml index 5f24456882..1005e404d6 100644 --- a/inventory/service/groups.yaml +++ b/inventory/service/groups.yaml @@ -26,6 +26,13 @@ groups: - review[0-9]*.openstack.org - review-dev[0-9]*.open*.org - zuul[0-9]*.opendev.org + # All these servers are "special-cased" in specifically + # as they are puppet and should be replaced "soon" + - ethercalc02.openstack.org + - ask01.openstack.org + - lists.openstack.org + - storyboard01.opendev.org + - translate01.openstack.org backup-server: - backup[0-9]*.opendev.org cacti: cacti[0-9]*.open*.org