blob: af5468de8b5b5d8de85a4d345129800d0b137b40 [file] [log] [blame]
Ales Komarek63c2db52014-09-15 09:26:22 +02001
Ales Komarek2a403132017-04-04 17:52:10 +02002================
3ISC DHCP formula
4================
Ales Komarek63c2db52014-09-15 09:26:22 +02005
6
Ales Komarek2a403132017-04-04 17:52:10 +02007Sample pillars
8==============
Ales Komarek63c2db52014-09-15 09:26:22 +02009
jan kaufman90c61142016-02-15 15:43:32 +010010ISC DHCP server with defined host and subnet (client must use the same key)
Ales Komarek63c2db52014-09-15 09:26:22 +020011
jan kaufmanc45ddb42016-02-17 20:08:37 +010012.. code-block:: yaml
13
Ales Komarek63c2db52014-09-15 09:26:22 +020014 isc_dhcp:
15 server:
16 enabled: true
Ales Komarek6d9bc2c2014-09-21 17:25:05 +020017 omapi_port: 7911
jan kaufman90c61142016-02-15 15:43:32 +010018 omapi_key: iFdQ0kvpUo+3gzXGJTpjk7/dl9DI5SuDqMzasDUhBRGEg6VfNYUX+MAU14WoJJZDQbrvC4Pgsdfdsfdsfdsdf==
Ales Komarek6d9bc2c2014-09-21 17:25:05 +020019 authoritative: true
Ales Komarek63c2db52014-09-15 09:26:22 +020020 interfaces:
21 - name: eth0
22 - name: eth1
Ales Komarek6d9bc2c2014-09-21 17:25:05 +020023 domain_name: domain.com
24 name_servers:
25 - ns1.domain.com
26 host:
27 node1:
28 mac: 00:11:22:33:44:55:66
29 address: 192.168.0.1
30 hostname: domain.com
jan kaufman90c61142016-02-15 15:43:32 +010031 subnet:
32 testsubnet:
33 range: 10.0.0.1 10.0.0.100
34 netmask: 255.255.255.0
35 network: 10.0.0.0
36 pxeserver: 10.1.1.1
37
Ales Komarek2a403132017-04-04 17:52:10 +020038
39More information
40================
Ales Komarek63c2db52014-09-15 09:26:22 +020041
jan kaufman90c61142016-02-15 15:43:32 +010042* http://chschneider.eu/linux/server/tftpd-hpa.shtml
Filip Pytloun06de5d22017-02-02 13:02:03 +010043
Ales Komarek2a403132017-04-04 17:52:10 +020044
Filip Pytloun06de5d22017-02-02 13:02:03 +010045Documentation and Bugs
46======================
47
48To learn how to install and update salt-formulas, consult the documentation
49available online at:
50
51 http://salt-formulas.readthedocs.io/
52
53In the unfortunate event that bugs are discovered, they should be reported to
54the appropriate issue tracker. Use Github issue tracker for specific salt
55formula:
56
57 https://github.com/salt-formulas/salt-formula-isc-dhcp/issues
58
59For feature requests, bug reports or blueprints affecting entire ecosystem,
60use Launchpad salt-formulas project:
61
62 https://launchpad.net/salt-formulas
63
64You can also join salt-formulas-users team and subscribe to mailing list:
65
66 https://launchpad.net/~salt-formulas-users
67
68Developers wishing to work on the salt-formulas projects should always base
69their work on master branch and submit pull request against specific formula.
70
71 https://github.com/salt-formulas/salt-formula-isc-dhcp
72
73Any questions or feedback is always welcome so feel free to join our IRC
74channel:
75
76 #salt-formulas @ irc.freenode.net