]> git.openstreetmap.org Git - chef.git/blobdiff - roles/draco.rb
Enable dhcpd on ironbelly
[chef.git] / roles / draco.rb
index 0d0300b86afa0bc12641e8146a2ce769431806cb..dc28adf567738305f74190306875332347eb7c7c 100644 (file)
@@ -5,13 +5,13 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "eth0",
+        :interface => "eth0.2801",
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.11"
       },
       :external_ipv4 => {
-        :interface => "eth1.2800",
+        :interface => "eth0.2800",
         :role => :external,
         :family => :inet,
         :address => "193.60.236.12"
@@ -30,6 +30,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-slough]",
+  "role[ucl]",
   "role[hp-g5]"
 )