Ales Komarek | 63c2db5 | 2014-09-15 09:26:22 +0200 | [diff] [blame] | 1 | |
Ales Komarek | 2a40313 | 2017-04-04 17:52:10 +0200 | [diff] [blame] | 2 | ================ |
| 3 | ISC DHCP formula |
| 4 | ================ |
Ales Komarek | 63c2db5 | 2014-09-15 09:26:22 +0200 | [diff] [blame] | 5 | |
| 6 | |
Ales Komarek | 2a40313 | 2017-04-04 17:52:10 +0200 | [diff] [blame] | 7 | Sample pillars |
| 8 | ============== |
Ales Komarek | 63c2db5 | 2014-09-15 09:26:22 +0200 | [diff] [blame] | 9 | |
jan kaufman | 90c6114 | 2016-02-15 15:43:32 +0100 | [diff] [blame] | 10 | 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] | 11 | |
jan kaufman | c45ddb4 | 2016-02-17 20:08:37 +0100 | [diff] [blame] | 12 | .. code-block:: yaml |
| 13 | |
Ales Komarek | 63c2db5 | 2014-09-15 09:26:22 +0200 | [diff] [blame] | 14 | isc_dhcp: |
| 15 | server: |
| 16 | enabled: true |
Ales Komarek | 6d9bc2c | 2014-09-21 17:25:05 +0200 | [diff] [blame] | 17 | omapi_port: 7911 |
jan kaufman | 90c6114 | 2016-02-15 15:43:32 +0100 | [diff] [blame] | 18 | omapi_key: iFdQ0kvpUo+3gzXGJTpjk7/dl9DI5SuDqMzasDUhBRGEg6VfNYUX+MAU14WoJJZDQbrvC4Pgsdfdsfdsfdsdf== |
Ales Komarek | 6d9bc2c | 2014-09-21 17:25:05 +0200 | [diff] [blame] | 19 | authoritative: true |
Ales Komarek | 63c2db5 | 2014-09-15 09:26:22 +0200 | [diff] [blame] | 20 | interfaces: |
| 21 | - name: eth0 |
| 22 | - name: eth1 |
Ales Komarek | 6d9bc2c | 2014-09-21 17:25:05 +0200 | [diff] [blame] | 23 | 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 kaufman | 90c6114 | 2016-02-15 15:43:32 +0100 | [diff] [blame] | 31 | 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 Komarek | 2a40313 | 2017-04-04 17:52:10 +0200 | [diff] [blame] | 38 | |
| 39 | More information |
| 40 | ================ |
Ales Komarek | 63c2db5 | 2014-09-15 09:26:22 +0200 | [diff] [blame] | 41 | |
jan kaufman | 90c6114 | 2016-02-15 15:43:32 +0100 | [diff] [blame] | 42 | * http://chschneider.eu/linux/server/tftpd-hpa.shtml |
Filip Pytloun | 06de5d2 | 2017-02-02 13:02:03 +0100 | [diff] [blame] | 43 | |
Ales Komarek | 2a40313 | 2017-04-04 17:52:10 +0200 | [diff] [blame] | 44 | |
Filip Pytloun | 06de5d2 | 2017-02-02 13:02:03 +0100 | [diff] [blame] | 45 | Documentation and Bugs |
| 46 | ====================== |
| 47 | |
| 48 | To learn how to install and update salt-formulas, consult the documentation |
| 49 | available online at: |
| 50 | |
| 51 | http://salt-formulas.readthedocs.io/ |
| 52 | |
| 53 | In the unfortunate event that bugs are discovered, they should be reported to |
| 54 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 55 | formula: |
| 56 | |
| 57 | https://github.com/salt-formulas/salt-formula-isc-dhcp/issues |
| 58 | |
| 59 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 60 | use Launchpad salt-formulas project: |
| 61 | |
| 62 | https://launchpad.net/salt-formulas |
| 63 | |
| 64 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 65 | |
| 66 | https://launchpad.net/~salt-formulas-users |
| 67 | |
| 68 | Developers wishing to work on the salt-formulas projects should always base |
| 69 | their work on master branch and submit pull request against specific formula. |
| 70 | |
| 71 | https://github.com/salt-formulas/salt-formula-isc-dhcp |
| 72 | |
| 73 | Any questions or feedback is always welcome so feel free to join our IRC |
| 74 | channel: |
| 75 | |
| 76 | #salt-formulas @ irc.freenode.net |