aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/database/mysql.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2016-07-20 10:48:23 -0400
committerGiulio Fidente <gfidente@redhat.com>2016-07-25 15:24:16 +0200
commit5195d7f8910f7d1ce0895caa133b028a727f8622 (patch)
tree62ee234150359a79a0134df8dceb1d12a49f11c1 /puppet/services/database/mysql.yaml
parentf00ed98048a1a24e55dfea64171771ff73216335 (diff)
Composable firewall rules
Split out the firewall rules in puppet/hieradata/controller.yaml into the composable services Depends-On: Id370362ab57347b75b1ab25afda877885b047263 Change-Id: Icaecab100d3f278035fbbb3facb9bf6c62c76c03
Diffstat (limited to 'puppet/services/database/mysql.yaml')
-rw-r--r--puppet/services/database/mysql.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/puppet/services/database/mysql.yaml b/puppet/services/database/mysql.yaml
index 992dc11e..0a19b2a7 100644
--- a/puppet/services/database/mysql.yaml
+++ b/puppet/services/database/mysql.yaml
@@ -17,5 +17,14 @@ outputs:
value:
service_name: mysql
config_settings:
+ tripleo.mysql.firewall_rules:
+ '104 mysql galera':
+ dport:
+ - 873
+ - 3306
+ - 4444
+ - 4567
+ - 4568
+ - 9200
step_config: |
include ::tripleo::profile::base::database::mysql