]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-01.rb
Fix current rubocop offences
[chef.git] / roles / spike-01.rb
index 335a81a6e2efecce20016028a0f5853361f91684..41d17b8c2597b5ba1e5bfc3ca8e6bcaeb51e2e59 100644 (file)
@@ -4,6 +4,13 @@ description "Master role applied to spike-01"
 default_attributes(
   :networking => {
     :interfaces => {
+      :internal_ipv4 => {
+        :interface => "eth0",
+        :role => :internal,
+        :family => :inet,
+        :address => "146.179.159.162",
+        :hwaddress => "00:1a:4b:a5:0f:ca"
+      },
       :external_ipv4 => {
         :interface => "eth1",
         :role => :external,
@@ -24,7 +31,7 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[hp-g6]",
+  "role[hp-dl360-g6]",
   "role[web-frontend]",
   "role[web-gpximport]",
   "role[web-statistics]",