Alexandros Kosiaris has submitted this change and it was merged.

Change subject: helium: Use the role keyword
......................................................................


helium: Use the role keyword

We need this for Hiera-based assignment of Salt grains for debdeploy

Change-Id: Ic4cae81944146c722ea645bc3988e0a864ce2f83
---
M manifests/site.pp
1 file changed, 2 insertions(+), 3 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/manifests/site.pp b/manifests/site.pp
index caa053c..d8ddee4 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1064,11 +1064,10 @@
 
 # poolcounter - careful
 node 'helium.eqiad.wmnet' {
+    role poolcounter, backup::director, backup::storage
+
     include standard
     include base::firewall
-    include role::poolcounter
-    include role::backup::director
-    include role::backup::storage
     interface::add_ip6_mapped { 'main':
         interface => 'eth0',
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic4cae81944146c722ea645bc3988e0a864ce2f83
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to