]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ouroboros.rb
Upgrade everything except ridley and ouroboros to chef 12
[chef.git] / roles / ouroboros.rb
index 887f1bd126b8c1f4dbd88982efbfae00d317b7d3..d1d5d727118e48b6d3850d1cd7ef295c4b630812 100644 (file)
@@ -2,19 +2,26 @@ name "ouroboros"
 description "Master role applied to ouroboros"
 
 default_attributes(
+  :chef => {
+    :client => {
+      :version => "11.18.0-1"
+    }
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
         :interface => "eth0",
         :role => :internal,
         :family => :inet,
-        :address => "146.179.159.172"
+        :address => "146.179.159.172",
+        :hwaddress => "00:23:7d:ea:81:38"
       },
       :external_ipv4 => {
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "193.63.75.106"
+        :address => "193.63.75.106",
+        :hwaddress => "00:23:7d:ea:81:3a"
       },
       :external_ipv6 => {
         :interface => "eth1",
@@ -27,5 +34,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ic]"
+  "role[ic]",
+  "role[hp-g6]",
+  "role[wiki]"
 )