Rush has submitted this change and it was merged.

Change subject: contint: scandium configuration
......................................................................


contint: scandium configuration

Grant scandium shell access to contint people. We need an access before
being able to roll the zuul-merger on it namely to verify:

* disk layout
* network flows with gallium and labs instances

zuul-merger will be deployed later on.

Bug: T95046
Change-Id: I8114b44bf43b7f5855aee7f0f84683e2848ffe77
---
A hieradata/hosts/scandium.yaml
M manifests/site.pp
2 files changed, 10 insertions(+), 2 deletions(-)

Approvals:
  Rush: Verified; Looks good to me, approved
  jenkins-bot: Verified
  Dzahn: Looks good to me, but someone else must approve



diff --git a/hieradata/hosts/scandium.yaml b/hieradata/hosts/scandium.yaml
new file mode 100644
index 0000000..f728fa1
--- /dev/null
+++ b/hieradata/hosts/scandium.yaml
@@ -0,0 +1,6 @@
+admin::groups:
+  - contint-users
+  - contint-admins
+  - contint-roots
+cluster: misc
+contactgroups: 'admins,contint'
diff --git a/manifests/site.pp b/manifests/site.pp
index cde7ff5..01584fe 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2288,9 +2288,11 @@
 }
 
 # T95046 install/deploy scandium as zuul merger (ci) server
-# REMOVE THE SPARE WHEN YOU INPUT THE SYSTEMS ROLE
 node 'scandium.eqiad.wmnet' {
-    role spare
+    # no role yet. Will use zuul::merger
+
+    include standard
+    include base::firewall
 
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8114b44bf43b7f5855aee7f0f84683e2848ffe77
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Chasemp <[email protected]>
Gerrit-Reviewer: Dduvall <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to