]> git.openstreetmap.org Git - chef.git/commitdiff
Drop role for grisu
authorTom Hughes <tom@compton.nu>
Thu, 19 Jan 2023 19:26:10 +0000 (19:26 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 19 Jan 2023 19:26:10 +0000 (19:26 +0000)
roles/grisu.rb [deleted file]

diff --git a/roles/grisu.rb b/roles/grisu.rb
deleted file mode 100644 (file)
index c82f3e5..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-name "grisu"
-description "Master role applied to grisu"
-
-default_attributes(
-  :bind => {
-    :clients => "bytemark"
-  },
-  :networking => {
-    :interfaces => {
-      :internal_ipv4 => {
-        :interface => "bond0",
-        :role => :internal,
-        :family => :inet,
-        :address => "10.0.32.20",
-        :bond => {
-          :slaves => %w[enp2s0f0 enp2s0f1]
-        }
-      },
-      :external_ipv4 => {
-        :interface => "bond0.214",
-        :role => :external,
-        :family => :inet,
-        :address => "89.16.162.20"
-      },
-      :external_ipv6 => {
-        :interface => "bond0.214",
-        :role => :external,
-        :family => :inet6,
-        :address => "2001:41c9:2:d6::20"
-      }
-    }
-  },
-  :planet => {
-    :replication => "disabled"
-  }
-)
-
-run_list(
-  "role[bytemark]",
-  "role[hp-dl180-g6]",
-  "role[gateway]",
-  "role[backup]",
-  "role[planet]"
-  # "role[planetdump]"
-)