]> git.openstreetmap.org Git - chef.git/blobdiff - roles/noquiklos.rb
dns: fix dnscontrol dpkg install
[chef.git] / roles / noquiklos.rb
index 44c4a01851981c7f8480ce4b0ba7c53a0ff32ec1..4fd452acd46ce19e2b030beaf0ceb2ccbb624c89 100644 (file)
@@ -2,16 +2,19 @@ name "noquiklos"
 description "Master role applied to noquiklos"
 
 default_attributes(
+  :memcached => {
+    :memory_limit => 24 * 1024
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "eth1",
+        :interface => "eth0.2801",
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.13"
       },
       :external_ipv4 => {
-        :interface => "eth1.2800",
+        :interface => "eth0.2800",
         :role => :external,
         :family => :inet,
         :address => "193.60.236.16"
@@ -21,7 +24,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-slough]",
-  "role[hp-dl360-g6]",
-  "role[gps-tile]"
+  "role[ucl]",
+  "role[hp-dl360-g6]"
 )