]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: give dmlu + stereo accounts
authorGrant Slater <git@firefishy.com>
Tue, 24 Mar 2020 22:42:14 +0000 (22:42 +0000)
committerGrant Slater <git@firefishy.com>
Tue, 24 Mar 2020 22:42:14 +0000 (22:42 +0000)
cookbooks/imagery/recipes/lu_ngl_dtm.rb
roles/imagery.rb

index 19e60f5d568ede22cfcef65e818094d08a889b87..620be7cecca50d45468b2e7d69454d8fb499409a 100644 (file)
@@ -26,7 +26,6 @@ end
 
 imagery_layer "ana_dtm_2017" do
   site "ana-dtm-2017.openstreetmap.lu"
-  default_layer true
   projection "EPSG:3857"
   source "/data/imagery/lu/LUREF_NGL/ANA_LUREF_NGL_DTM-epsg-3857-compress.tif"
   max_zoom 21
@@ -36,6 +35,7 @@ end
 
 imagery_layer "ana_dtm_2017_hillshading" do
   site "ana-dtm-2017.openstreetmap.lu"
+  default_layer true
   projection "EPSG:2169"
   source "/data/imagery/lu/LUREF_NGL/lu_hillshade_2017.tif"
   max_zoom 21
index 450f8c95a9e120c69f973d8dcf2b45ab5202c10b..246f83cd1d6c5319b133fd3e718b0c5e129bd916 100644 (file)
@@ -4,10 +4,12 @@ description "Role applied to all imagery servers"
 default_attributes(
   :accounts => {
     :users => {
+      :dmlu => { :status => :user },
       :htonl => { :status => :user },
+      :stereo => { :status => :user },
       :imagery => {
         :status => :role,
-        :members => [:grant, :tomh, :htonl]
+        :members => [:grant, :tomh, :dmlu, :htonl, :stereo ]
       }
     }
   },