]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-01.rb
blogs: fix build in test
[chef.git] / roles / thorn-01.rb
diff --git a/roles/thorn-01.rb b/roles/thorn-01.rb
deleted file mode 100644 (file)
index 5e40db3..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-name "thorn-01"
-description "Master role applied to thorn-01"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :internal_ipv4 => {
-        :interface => "bond0",
-        :role => :internal,
-        :family => :inet,
-        :address => "10.0.48.51",
-        :bond => {
-          :slaves => %w[eth0 eth1]
-        }
-      }
-    }
-  },
-  :sysctl => {
-    :ipv6_autoconf => {
-      :comment => "Disable IPv6 auto-configuration on internal interface",
-      :parameters => {
-        "net.ipv6.conf.eth0.autoconf" => "0",
-        "net.ipv6.conf.eth0.accept_ra" => "0"
-      }
-    }
-  }
-)
-
-run_list(
-  "role[equinix]",
-  "role[web-backend]"
-)