]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-01.rb
ProLiantSupportPack does not exist anymore
[chef.git] / roles / stormfly-01.rb
index 8ee92c4a7774bdc7350d323766770423feb54f68..f155ba3f53223fec478cd0f4b1a61c6460012c13 100644 (file)
@@ -4,11 +4,11 @@ description "Master role applied to stormfly-01"
 default_attributes(
   :networking => {
     :interfaces => {
-      :internal_ipv4 => {
-        :interface => "eth0",
-        :role => :internal,
+      :external_ipv4 => {
+        :interface => "em1",
+        :role => :external,
         :family => :inet,
-        :address => "10.0.0.99"
+        :address => "140.211.167.104"
       }
     }
   }