]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-02.rb
Revert to using project-osrm.org for OSRM routing
[chef.git] / roles / spike-02.rb
index 05626dc5f5cb386a8e01b0e0146f30c1c113704b..4b8dd683c566615c6db9b5a7b4fd128f9ae5da89 100644 (file)
@@ -4,6 +4,13 @@ description "Master role applied to spike-02"
 default_attributes(
   :networking => {
     :interfaces => {
+      :internal_ipv4 => {
+        :interface => "eth0",
+        :role => :internal,
+        :family => :inet,
+        :address => "146.179.159.163",
+        :hwaddress => "00:1b:78:04:76:c0"
+      },
       :external_ipv4 => {
         :interface => "eth1",
         :role => :external,
@@ -24,6 +31,6 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[hp-g6]",
+  "role[hp-dl360-g6]",
   "role[web-frontend]"
 )