BBlack has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/351740 )

Change subject: add cp4021 dhcp and temporary site.pp entry
......................................................................


add cp4021 dhcp and temporary site.pp entry

Bug: T164327
Change-Id: Icb5141274e6362624547d878e120f830d83dcc57
---
M manifests/site.pp
M modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
2 files changed, 11 insertions(+), 0 deletions(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index fdf9547..52c78c4 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -351,6 +351,12 @@
     role(cache::maps, ipsec)
 }
 
+# temporary entry for testing new cache node hardware setup...
+node 'cp4021.ulsfo.wmnet' {
+    interface::add_ip6_mapped { 'main': }
+    role(cache::upload)
+}
+
 node 'darmstadtium.eqiad.wmnet' {
     role(docker::registry)
 }
diff --git a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200 
b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
index 68b89b7..3c9b350 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -876,6 +876,11 @@
     fixed-address cp4020.ulsfo.wmnet;
 }
 
+host cp4021 {
+    hardware ethernet f4:e9:d4:ba:91:40;
+    fixed-address cp4021.ulsfo.wmnet;
+}
+
 host contint1001 {
      hardware ethernet 14:18:77:5b:29:c7;
      fixed-address contint1001.wikimedia.org;

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

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

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

Reply via email to