]> git.openstreetmap.org Git - chef.git/commitdiff
Add otrs test role from naga
authorGrant Slater <github@firefishy.com>
Thu, 9 May 2024 12:01:59 +0000 (13:01 +0100)
committerGrant Slater <github@firefishy.com>
Thu, 9 May 2024 12:01:59 +0000 (13:01 +0100)
This reverts commit f8a576aca1270f703f38c3257cf533390692de06.

roles/naga.rb

index b12795a97d2c0877b3de316ca716c5537f666f63..2586aaf4a194fe35551afefa0a3b75d51f47041d 100644 (file)
@@ -28,6 +28,19 @@ default_attributes(
         }
       }
     }
+  },
+  :otrs => {
+    :site => "test.otrs.openstreetmap.org",
+    :site_aliases => ["test.otrs.osm.org"],
+    :database_cluster => "16/main"
+  },
+  :postgresql => {
+    :versions => ["16"],
+    :settings => {
+      "16" => {
+        :port => 5433
+      }
+    }
   }
 )
 
@@ -45,5 +58,6 @@ run_list(
   "recipe[stateofthemap::container]",
   "recipe[hot]",
   "recipe[ideditor]",
-  "recipe[dmca]"
+  "recipe[dmca]",
+  "recipe[otrs::debian]"
 )