]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix.rb
Use the cgimap database user for cgimap
[chef.git] / roles / equinix.rb
index 8b711a2961a206276e70b4d84b186f4a12c92a05..a35b4775c50b97526ad92825f812b937402d4396 100644 (file)
@@ -3,7 +3,6 @@ description "Role applied to all servers at Equinix"
 
 default_attributes(
   :networking => {
-    :netplan => true,
     :nameservers => ["66.28.0.45", "66.28.0.61", "2001:978:1:1::d", "2001:978:1:2::d"],
     :roles => {
       :internal => {
@@ -28,7 +27,8 @@ default_attributes(
   :web => {
     :backends => %w[rails1 rails2 rails3],
     :fileserver => "ironbelly",
-    :readonly_database_host => "karm.ams.openstreetmap.org"
+    :readonly_database_host => "karm.ams.openstreetmap.org",
+    :primary_cluster => true
   }
 )