Yuvipanda has uploaded a new change for review.

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

Change subject: labsdns: Include nova password class before using it
......................................................................

labsdns: Include nova password class before using it

Change-Id: Id851ac91387d82a01440527ee05c24352f47de76
---
M manifests/role/labsdns.pp
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/54/251154/1

diff --git a/manifests/role/labsdns.pp b/manifests/role/labsdns.pp
index 4cdc579..ccdcb2c 100644
--- a/manifests/role/labsdns.pp
+++ b/manifests/role/labsdns.pp
@@ -57,6 +57,7 @@
 # Eventually all labs instances will point to one of these in resolv.conf
 
 class role::labsdnsrecursor {
+    include passwords::openstack::nova
 
     $recursor_ip = ipresolve(hiera('labs_recursor'),4)
 
@@ -68,7 +69,7 @@
     system::role { 'role::labsdnsrecursor': description => 'Recursive DNS 
server for Labs instances' }
 
     #  We need to alias some public IPs to their corresponding private IPs.
-    $wikitech_nova_ldap_user_pass = 
$passwords::openstack::nova::nova_ldap_user_pass
+    $wikitech_nova_ldap_user_pass = 
$::passwords::openstack::nova::nova_ldap_user_pass
     $nova_controller_hostname = hiera('labs_nova_controller')
 
     $listen_addresses = $::realm ? {

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

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

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

Reply via email to