Gehel has submitted this change and it was merged.

Change subject: maps / kartotherian: libmapnik3.0 is required for the upgrade 
to nodejs 6
......................................................................


maps / kartotherian: libmapnik3.0 is required for the upgrade to nodejs 6

This new library does not any impact on the existing service, it can be
deployed ahead of the nodejs 6 migration. This has been tested on the
maps-test cluster by deploying the package manually.

Bug: T150722
Change-Id: I5a52d98751f0fdb6ca80f857785448dd5fbd39d9
---
M modules/kartotherian/manifests/init.pp
1 file changed, 7 insertions(+), 0 deletions(-)

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



diff --git a/modules/kartotherian/manifests/init.pp 
b/modules/kartotherian/manifests/init.pp
index 12afb85..3edcdd0 100644
--- a/modules/kartotherian/manifests/init.pp
+++ b/modules/kartotherian/manifests/init.pp
@@ -37,6 +37,13 @@
 
     validate_array($cassandra_servers)
 
+    ensure_packages('libmapnik3.0')
+
+    $cassandra_kartotherian_user = 'kartotherian'
+    $cassandra_kartotherian_pass = hiera('maps::cassandra_kartotherian_pass')
+    $pgsql_kartotherian_user = 'kartotherian'
+    $pgsql_kartotherian_pass = hiera('maps::postgresql_kartotherian_pass')
+
     service::node { 'kartotherian':
         port              => $port,
         deployment        => 'scap3',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5a52d98751f0fdb6ca80f857785448dd5fbd39d9
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gehel <gleder...@wikimedia.org>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Gehel <gleder...@wikimedia.org>
Gerrit-Reviewer: Yurik <yu...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to