Hashar has uploaded a new change for review.

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

Change subject: Nodepool database user/pass
......................................................................

Nodepool database user/pass

Create dummy variable for Nodepool database backend:

$passwords::nodepool::db_user
$passwords::nodepool::db_pass

Bug: T110693
Change-Id: I16501648e2f91c19b93632a297d9f117cd5a090f
---
M modules/passwords/manifests/init.pp
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/private 
refs/changes/24/235424/1

diff --git a/modules/passwords/manifests/init.pp 
b/modules/passwords/manifests/init.pp
index f9c308d..e800edb 100644
--- a/modules/passwords/manifests/init.pp
+++ b/modules/passwords/manifests/init.pp
@@ -189,6 +189,9 @@
 
     # Password of the user that has access to the OpenStack API
     $manager_pass = 'fakepass'
+
+    $db_user = ""
+    $db_pass = ""
 }
 
 class passwords::mongodb::eventlogging {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I16501648e2f91c19b93632a297d9f117cd5a090f
Gerrit-PatchSet: 1
Gerrit-Project: labs/private
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

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

Reply via email to