Volans has submitted this change and it was merged.

Change subject: DB: Expose Puppet SSL certs and generate CA cert
......................................................................


DB: Expose Puppet SSL certs and generate CA cert

- Updated reference to the mariadb submodule
- Expose Puppet SSL certs for old coredb::common role still in use

Bug: T111654
Change-Id: I6b3592250fe1bf99278a3a446df3088b0d451535
---
M manifests/role/coredb.pp
M modules/mariadb
2 files changed, 7 insertions(+), 0 deletions(-)

Approvals:
  Jcrespo: Looks good to me, but someone else must approve
  Volans: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/coredb.pp b/manifests/role/coredb.pp
index 3f5f9d6..b5b53fc 100644
--- a/manifests/role/coredb.pp
+++ b/manifests/role/coredb.pp
@@ -265,6 +265,13 @@
 
     system::role { 'dbcore': description => "Shard ${shard} Core Database 
server" }
 
+    ::base::expose_puppet_certs { '/etc/mysql':
+        ensure          => present,
+        provide_private => true,
+        user            => 'mysql',
+        group           => 'mysql',
+    }
+
     include standard,
         mha::node,
         cpufrequtils
diff --git a/modules/mariadb b/modules/mariadb
index e78ce98..228ba7e 160000
--- a/modules/mariadb
+++ b/modules/mariadb
-Subproject commit e78ce98503994f70daa3eedaa7b213687ac9ee5f
+Subproject commit 228ba7e0dac9fb357159b5c9853e2ff5fccc12de

-- 
To view, visit https://gerrit.wikimedia.org/r/279596
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6b3592250fe1bf99278a3a446df3088b0d451535
Gerrit-PatchSet: 6
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Volans <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: Volans <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to