Add translate ansible group

This was missed as part of the earlier translate upgrade change. With
switch to digitized host names we also want to group those hosts
together in hiera and ansible. Make that change here.

Change-Id: I6d25b35efbf0b43bd63a8ff9e217b68663575c75
This commit is contained in:
Clark Boylan 2017-02-27 11:03:27 -08:00
parent 6931cc8d76
commit bf1a15b4e6
2 changed files with 2 additions and 0 deletions

View File

@ -1583,6 +1583,7 @@ node 'translate.openstack.org' {
# Node-OS: trusty
# Node-OS: xenial
node /^translate\d+\.openstack\.org$/ {
$group = "translate"
class { 'openstack_project::server':
iptables_public_tcp_ports => [80, 443],
sysadmins => hiera('sysadmins', []),

View File

@ -13,6 +13,7 @@ logstash-worker ~logstash-worker\d+\.openstack\.org
nodepool nodepool*.openstack.org:nb*.openstack.org
signing signing*.ci.openstack.org
subunit-worker ~subunit-worker\d+\.openstack\.org
translate ~translate\d+\.openstack\.org
translate-dev ~translate-dev\d*\.openstack\.org
wheel-mirror *wheel-mirror-*.openstack.org
wiki ~wiki\d+\.openstack\.org