Update git frontend regex to support more nodes
We are going to round robin multiple git.openstack.org frontends. Before we build new nodes to do that we need to update the site.pp to properlly configure new nodes with these names. New name format will be git-frontendXX.openstack.org. Change-Id: Id7f9405909c91e457270687592948456db3aa420
This commit is contained in:
parent
0e6c2c8a9f
commit
7cee3e14e7
@ -359,9 +359,9 @@ node /^elasticsearch0[1-7]\.openstack\.org$/ {
|
||||
}
|
||||
}
|
||||
|
||||
# A CentOS machine to load balance git access.
|
||||
# CentOS machines to load balance git access.
|
||||
# Node-OS: centos6
|
||||
node 'git.openstack.org' {
|
||||
node /^git(-frontend\d+)?\.openstack\.org$/ {
|
||||
class { 'openstack_project::git':
|
||||
sysadmins => hiera('sysadmins', []),
|
||||
balancer_member_names => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user