AFS servers use server class instead of template
The openstack_project::server class declares things we want to be true of our long-lived servers, so use it instead of openstack_project::template (which it then indirectly uses). Change-Id: Ie4bc41ec0b333ad9151e5df458e2762835672e6c
This commit is contained in:
parent
dc301da823
commit
2fc526a2af
@ -967,7 +967,7 @@ node 'kdc02.openstack.org' {
|
|||||||
node /^afsdb.*\.openstack\.org$/ {
|
node /^afsdb.*\.openstack\.org$/ {
|
||||||
$group = "afsdb"
|
$group = "afsdb"
|
||||||
|
|
||||||
class { 'openstack_project::template':
|
class { 'openstack_project::server':
|
||||||
iptables_public_udp_ports => [7000,7002,7003,7004,7005,7006,7007],
|
iptables_public_udp_ports => [7000,7002,7003,7004,7005,7006,7007],
|
||||||
sysadmins => hiera('sysadmins', []),
|
sysadmins => hiera('sysadmins', []),
|
||||||
afs => true,
|
afs => true,
|
||||||
@ -981,7 +981,7 @@ node /^afsdb.*\.openstack\.org$/ {
|
|||||||
node /^afs.*\..*\.openstack\.org$/ {
|
node /^afs.*\..*\.openstack\.org$/ {
|
||||||
$group = "afs"
|
$group = "afs"
|
||||||
|
|
||||||
class { 'openstack_project::template':
|
class { 'openstack_project::server':
|
||||||
iptables_public_udp_ports => [7000,7002,7003,7004,7005,7006,7007],
|
iptables_public_udp_ports => [7000,7002,7003,7004,7005,7006,7007],
|
||||||
sysadmins => hiera('sysadmins', []),
|
sysadmins => hiera('sysadmins', []),
|
||||||
afs => true,
|
afs => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user