]> git.openstreetmap.org Git - chef.git/commitdiff
Enable dhcpd on ironbelly
authorTom Hughes <tom@compton.nu>
Wed, 25 Jul 2018 19:24:26 +0000 (20:24 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 25 Jul 2018 19:24:26 +0000 (20:24 +0100)
roles/ironbelly.rb

index e3c8ef2c049869593fb66253816bed17d18428f9..8a9c3f74185b35885c1d52f6503ec053e3924f4d 100644 (file)
@@ -5,6 +5,10 @@ default_attributes(
   :apt => {
     :sources => ["ubuntugis-unstable"]
   },
+  :dhcpd => {
+    :first_address => "10.0.63.1",
+    :last_address => "10.0.63.254"
+  },
   :elasticsearch => {
     :cluster => {
       :routing => {
@@ -131,6 +135,7 @@ run_list(
   # "role[planetdump]",
   "role[logstash]",
   "recipe[rsyncd]",
+  "recipe[dhcpd]",
   "recipe[openvpn]",
   "recipe[tilelog]"
 )