Merge "Use correct manage_firewall hieradata"
This commit is contained in:
commit
4ce1828118
@ -1377,7 +1377,7 @@ class tripleo::haproxy (
|
|||||||
server_names => hiera('mysql_node_names', $controller_hosts_names_real),
|
server_names => hiera('mysql_node_names', $controller_hosts_names_real),
|
||||||
options => $mysql_member_options_real,
|
options => $mysql_member_options_real,
|
||||||
}
|
}
|
||||||
if hiera('manage_firewall', true) {
|
if hiera('tripleo::firewall::manage_firewall', true) {
|
||||||
include ::tripleo::firewall
|
include ::tripleo::firewall
|
||||||
$mysql_firewall_rules = {
|
$mysql_firewall_rules = {
|
||||||
'100 mysql_haproxy' => {
|
'100 mysql_haproxy' => {
|
||||||
@ -1462,7 +1462,7 @@ class tripleo::haproxy (
|
|||||||
server_names => hiera('redis_node_names', $controller_hosts_names_real),
|
server_names => hiera('redis_node_names', $controller_hosts_names_real),
|
||||||
options => $haproxy_member_options,
|
options => $haproxy_member_options,
|
||||||
}
|
}
|
||||||
if hiera('manage_firewall', true) {
|
if hiera('tripleo::firewall::manage_firewall', true) {
|
||||||
include ::tripleo::firewall
|
include ::tripleo::firewall
|
||||||
$redis_firewall_rules = {
|
$redis_firewall_rules = {
|
||||||
'100 redis_haproxy' => {
|
'100 redis_haproxy' => {
|
||||||
|
@ -147,7 +147,7 @@ define tripleo::haproxy::endpoint (
|
|||||||
server_names => $server_names,
|
server_names => $server_names,
|
||||||
options => $member_options,
|
options => $member_options,
|
||||||
}
|
}
|
||||||
if hiera('manage_firewall', true) {
|
if hiera('tripleo::firewall::manage_firewall', true) {
|
||||||
include ::tripleo::firewall
|
include ::tripleo::firewall
|
||||||
# This block will construct firewall rules only when we specify
|
# This block will construct firewall rules only when we specify
|
||||||
# a port for the regular service and also the ssl port for the service.
|
# a port for the regular service and also the ssl port for the service.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user