Ales Komarek | 63c2db5 | 2014-09-15 09:26:22 +0200 | [diff] [blame] | 1 | |
| 2 | # ISC DHCP server |
| 3 | |
| 4 | |
| 5 | ## Sample pillars |
| 6 | |
jan kaufman | 90c6114 | 2016-02-15 15:43:32 +0100 | [diff] [blame] | 7 | ISC DHCP server with defined host and subnet (client must use the same key) |
Ales Komarek | 63c2db5 | 2014-09-15 09:26:22 +0200 | [diff] [blame] | 8 | |
jan kaufman | c45ddb4 | 2016-02-17 20:08:37 +0100 | [diff] [blame] | 9 | .. code-block:: yaml |
| 10 | |
Ales Komarek | 63c2db5 | 2014-09-15 09:26:22 +0200 | [diff] [blame] | 11 | isc_dhcp: |
| 12 | server: |
| 13 | enabled: true |
Ales Komarek | 6d9bc2c | 2014-09-21 17:25:05 +0200 | [diff] [blame] | 14 | omapi_port: 7911 |
jan kaufman | 90c6114 | 2016-02-15 15:43:32 +0100 | [diff] [blame] | 15 | omapi_key: iFdQ0kvpUo+3gzXGJTpjk7/dl9DI5SuDqMzasDUhBRGEg6VfNYUX+MAU14WoJJZDQbrvC4Pgsdfdsfdsfdsdf== |
Ales Komarek | 6d9bc2c | 2014-09-21 17:25:05 +0200 | [diff] [blame] | 16 | authoritative: true |
Ales Komarek | 63c2db5 | 2014-09-15 09:26:22 +0200 | [diff] [blame] | 17 | interfaces: |
| 18 | - name: eth0 |
| 19 | - name: eth1 |
Ales Komarek | 6d9bc2c | 2014-09-21 17:25:05 +0200 | [diff] [blame] | 20 | domain_name: domain.com |
| 21 | name_servers: |
| 22 | - ns1.domain.com |
| 23 | host: |
| 24 | node1: |
| 25 | mac: 00:11:22:33:44:55:66 |
| 26 | address: 192.168.0.1 |
| 27 | hostname: domain.com |
jan kaufman | 90c6114 | 2016-02-15 15:43:32 +0100 | [diff] [blame] | 28 | subnet: |
| 29 | testsubnet: |
| 30 | range: 10.0.0.1 10.0.0.100 |
| 31 | netmask: 255.255.255.0 |
| 32 | network: 10.0.0.0 |
| 33 | pxeserver: 10.1.1.1 |
| 34 | |
Ales Komarek | 63c2db5 | 2014-09-15 09:26:22 +0200 | [diff] [blame] | 35 | ## Read more |
| 36 | |
jan kaufman | 90c6114 | 2016-02-15 15:43:32 +0100 | [diff] [blame] | 37 | * http://chschneider.eu/linux/server/tftpd-hpa.shtml |
Filip Pytloun | 06de5d2 | 2017-02-02 13:02:03 +0100 | [diff] [blame^] | 38 | |
| 39 | Documentation and Bugs |
| 40 | ====================== |
| 41 | |
| 42 | To learn how to install and update salt-formulas, consult the documentation |
| 43 | available online at: |
| 44 | |
| 45 | http://salt-formulas.readthedocs.io/ |
| 46 | |
| 47 | In the unfortunate event that bugs are discovered, they should be reported to |
| 48 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 49 | formula: |
| 50 | |
| 51 | https://github.com/salt-formulas/salt-formula-isc-dhcp/issues |
| 52 | |
| 53 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 54 | use Launchpad salt-formulas project: |
| 55 | |
| 56 | https://launchpad.net/salt-formulas |
| 57 | |
| 58 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 59 | |
| 60 | https://launchpad.net/~salt-formulas-users |
| 61 | |
| 62 | Developers wishing to work on the salt-formulas projects should always base |
| 63 | their work on master branch and submit pull request against specific formula. |
| 64 | |
| 65 | https://github.com/salt-formulas/salt-formula-isc-dhcp |
| 66 | |
| 67 | Any questions or feedback is always welcome so feel free to join our IRC |
| 68 | channel: |
| 69 | |
| 70 | #salt-formulas @ irc.freenode.net |