]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Update carto stylesheet to v2.37.0
[chef.git] / roles / ascalon.rb
index 7f5e2bd710cf323c6adb7d2ebe4c15781f978976..cffccad359582c1c64f34d3d7bac67cacc7d3b0e 100644 (file)
@@ -4,6 +4,12 @@ description "Master role applied to ascalon"
 default_attributes(
   :networking => {
     :interfaces => {
+      :internal_ipv4 => {
+        :interface => "eth0",
+        :role => :internal,
+        :family => :inet,
+        :address => "10.0.0.18"
+      },
       :external_ipv4 => {
         :interface => "eth1",
         :role => :external,
@@ -21,5 +27,6 @@ default_attributes(
 
 run_list(
   "role[ucl-wolfson]",
+  "role[hp-g5]",
   "role[roundup]"
 )