Elukey has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/303774

Change subject: Add the configuration needed to prepare a new AQS Cassandra 
user creation
......................................................................

Add the configuration needed to prepare a new AQS Cassandra user creation

This patch is the first step to add a new user to the AQS Cassandra
Cluster. It will force puppet to create the adduser.cql script that
in turn must be used by an operator to create a new username to the
Cassandra cluster (with permissions on all the keyspaces except admin
ones).

Bug: T142073
Change-Id: Ie1f782e3c2552de8a25658c2986d755cccb34cf2
---
M hieradata/role/common/aqs.yaml
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/74/303774/1

diff --git a/hieradata/role/common/aqs.yaml b/hieradata/role/common/aqs.yaml
index 1efecb2..ac877d2 100644
--- a/hieradata/role/common/aqs.yaml
+++ b/hieradata/role/common/aqs.yaml
@@ -36,6 +36,13 @@
 # (default value 2s).
 cassandra::permissions_validity_in_ms: 600000
 
+# AQS Cassandra user
+# This configuration creates the adduser.cql script that must be used
+# to create the new user on the Cassandra cluster. This configuration alone
+# does not create any user on the Cassandra cluster.
+cassandra::application_username: 'aqs'
+cassandra::application_password: "%{passwords::aqs::aqs_user}"
+
 cassandra::dc: "%{::site}"
 cassandra::cluster_name: "Analytics Query Service Cassandra"
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie1f782e3c2552de8a25658c2986d755cccb34cf2
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Elukey <[email protected]>

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

Reply via email to