]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-02.rb
Add network details for OSUOSL machines
[chef.git] / roles / stormfly-02.rb
index 579874d2214df226ef1978a0ac7d94abb92b7df2..5bcbc533f8a63f5d76431e34a0ccab544748666a 100644 (file)
@@ -4,11 +4,11 @@ description "Master role applied to stormfly-02"
 default_attributes(
   :networking => {
     :interfaces => {
 default_attributes(
   :networking => {
     :interfaces => {
-      :internal_ipv4 => {
+      :external_ipv4 => {
         :interface => "eth0",
         :interface => "eth0",
-        :role => :internal,
+        :role => :external,
         :family => :inet,
         :family => :inet,
-        :address => "10.0.0.108"
+        :address => "140.211.167.105"
       }
     }
   }
       }
     }
   }