aboutsummaryrefslogtreecommitdiffstats
path: root/roles_data.yaml
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-02-23 15:02:56 +0200
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-02-28 07:48:52 +0200
commit9a4b972737825c5402d7d2b1ca7b3b4fb7f2c6e5 (patch)
treef344918e41cb51240a6358025d4e84ae769ca338 /roles_data.yaml
parentcfdd5f30029b4c155e5086f322d3b9f10d912ebb (diff)
Configure SSL connection for MySQL client via client config file
This uses the mysql client configuration file to configure if SSL should be used for the connection if SSL in the internal network is enabled. Change-Id: Ifd1a06e0749a05a65f6314255843f572d2209067
Diffstat (limited to 'roles_data.yaml')
-rw-r--r--roles_data.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/roles_data.yaml b/roles_data.yaml
index 64b72a4e..95b25d98 100644
--- a/roles_data.yaml
+++ b/roles_data.yaml
@@ -156,7 +156,7 @@
- OS::TripleO::Services::AuditD
- OS::TripleO::Services::Collectd
- OS::TripleO::Services::Vpp
-
+ - OS::TripleO::Services::MySQLClient
- name: BlockStorage
ServicesDefault:
@@ -173,6 +173,7 @@
- OS::TripleO::Services::FluentdClient
- OS::TripleO::Services::AuditD
- OS::TripleO::Services::Collectd
+ - OS::TripleO::Services::MySQLClient
- name: ObjectStorage
disable_upgrade_deployment: True
@@ -191,6 +192,7 @@
- OS::TripleO::Services::FluentdClient
- OS::TripleO::Services::AuditD
- OS::TripleO::Services::Collectd
+ - OS::TripleO::Services::MySQLClient
- name: CephStorage
ServicesDefault:
@@ -207,3 +209,4 @@
- OS::TripleO::Services::FluentdClient
- OS::TripleO::Services::AuditD
- OS::TripleO::Services::Collectd
+ - OS::TripleO::Services::MySQLClient