Yuvipanda has submitted this change and it was merged.

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(-)

Approvals:
  Yuvipanda: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Id851ac91387d82a01440527ee05c24352f47de76
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: coren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to