Merge "Rename openstack_project::elasticsearch"
This commit is contained in:
commit
5a463e3c8e
@ -296,7 +296,7 @@ node /^logstash-worker\d+\.openstack\.org$/ {
|
|||||||
}
|
}
|
||||||
|
|
||||||
node /^elasticsearch\d*\.openstack\.org$/ {
|
node /^elasticsearch\d*\.openstack\.org$/ {
|
||||||
class { 'openstack_project::elasticsearch':
|
class { 'openstack_project::elasticsearch_node':
|
||||||
sysadmins => hiera('sysadmins'),
|
sysadmins => hiera('sysadmins'),
|
||||||
elasticsearch_nodes => $elasticsearch_nodes,
|
elasticsearch_nodes => $elasticsearch_nodes,
|
||||||
elasticsearch_clients => [
|
elasticsearch_clients => [
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#
|
#
|
||||||
# Elasticsearch server glue class.
|
# Elasticsearch server glue class.
|
||||||
#
|
#
|
||||||
class openstack_project::elasticsearch (
|
class openstack_project::elasticsearch_node (
|
||||||
$elasticsearch_nodes = [],
|
$elasticsearch_nodes = [],
|
||||||
$elasticsearch_clients = [],
|
$elasticsearch_clients = [],
|
||||||
$discover_nodes = ['localhost'],
|
$discover_nodes = ['localhost'],
|
Loading…
Reference in New Issue
Block a user