Remove centos6 node references from site.pp

There are no more centos6 nodes, even ephemeral ones.

Change-Id: I6d346181b33a181b158ba51e65218e61b3ef90d5
This commit is contained in:
James E. Blair 2015-12-04 12:39:30 -08:00
parent c3fdf7f7d1
commit 75083036d1

View File

@ -502,7 +502,6 @@ node /^elasticsearch0[1-7]\.openstack\.org$/ {
} }
# CentOS machines to load balance git access. # CentOS machines to load balance git access.
# Node-OS: centos6
# Node-OS: centos7 # Node-OS: centos7
node /^git(-fe\d+)?\.openstack\.org$/ { node /^git(-fe\d+)?\.openstack\.org$/ {
$group = "git-loadbalancer" $group = "git-loadbalancer"
@ -941,7 +940,6 @@ node 'openstackid-dev.openstack.org' {
} }
} }
# Node-OS: centos6
# Node-OS: precise # Node-OS: precise
# Node-OS: trusty # Node-OS: trusty
# This is not meant to be an actual node that connects to the master. # This is not meant to be an actual node that connects to the master.
@ -957,7 +955,6 @@ node 'single-use-slave-bare' {
} }
} }
# Node-OS: centos6
# Node-OS: centos7 # Node-OS: centos7
# Node-OS: fedora21 # Node-OS: fedora21
# Node-OS: precise # Node-OS: precise