Alexandros Kosiaris has submitted this change and it was merged.

Change subject: neon: Warn against neon deprecation
......................................................................


neon: Warn against neon deprecation

The usual 2 week deprecation notice

Change-Id: Ib639de4dcad40720e7d6f79fc8a90b33a9fedbc3
---
A files/neon_deprecation
M manifests/site.pp
2 files changed, 27 insertions(+), 0 deletions(-)

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



diff --git a/files/neon_deprecation b/files/neon_deprecation
new file mode 100755
index 0000000..7fb318a
--- /dev/null
+++ b/files/neon_deprecation
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+cat <<'MOTD'
+     _         _   _  ___ _____                    _   _     _
+  __| | ___   | \ | |/ _ \_   _|  _   _ ___  ___  | |_| |__ (_)___
+/  _` |/ _ \  |  \| | | | || |   | | | / __|/ _ \ | __| '_ \| / __|
+| (_| | (_) | | |\  | |_| || |   | |_| \__ \  __/ | |_| | | | \__ \
+ \__,_|\___/  |_| \_|\___/ |_|    \__,_|___/\___|  \__|_| |_|_|___/
+
+                              _
+ ___  ___ _ ____   _____ _ __| |
+/ __|/ _ \ '__\ \ / / _ \ '__| |
+\__ \  __/ |   \ V /  __/ |  |_|
+|___/\___|_|    \_/ \___|_|  (_)
+
+
+While it is still working, this is NOT the proper server anymore
+
+Head over to einsteinium.wikimedia.org
+MOTD
diff --git a/manifests/site.pp b/manifests/site.pp
index c3023b1..f65de66 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2269,6 +2269,13 @@
 # Icinga
 node 'neon.wikimedia.org' {
     role(icinga, tendril, tcpircbot)
+    # lint:ignore:puppet_url_without_modules
+    motd::script { 'deprecation_warning':
+        ensure   => present,
+        priority => 01,
+        source   => 'puppet:///files/neon_deprecation',
+    }
+    # lint:endignore
 }
 
 node 'nescio.wikimedia.org' {

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

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

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

Reply via email to