| 1 | ** Showstoppers
|
|---|
| 2 | -> Document database layout and choices
|
|---|
| 3 | @rick, I think this todo van be closed, because exodusmodels.dot is available
|
|---|
| 4 |
|
|---|
| 5 | * Input fields validation
|
|---|
| 6 | * Conversion Genesis -> Exodus
|
|---|
| 7 | * Exodus, support Genesis output
|
|---|
| 8 | * Add check that a domain has a dnsserver if not, named.conf generation gets broken
|
|---|
| 9 | * Add reverse lookup fields for named.conf
|
|---|
| 10 | * Fix dhcpd.conf template
|
|---|
| 11 | * Add ssh_keys
|
|---|
| 12 |
|
|---|
| 13 | * remove hardcoding in wllogic.py for 172.17 and higher as master ip
|
|---|
| 14 | * Interface cleanups:
|
|---|
| 15 | ** option to edit/delete fields
|
|---|
| 16 | ** allignment input fields
|
|---|
| 17 | ** combine input fields where possible and link
|
|---|
| 18 | ** Interlink add code
|
|---|
| 19 | ->desc
|
|---|
| 20 | ->remove hardcoding of 172.16 in freeinterlink ip code
|
|---|
| 21 | ->Check if link is possible, ie. master can have multiple interlinks, managed can only have 1
|
|---|
| 22 | ->generate SSID
|
|---|
| 23 | ->Put correct modes on NIC
|
|---|
| 24 | ->Check that: freeinterlinkip() works going from 17.16.0.255 to 172.16.1.0
|
|---|
| 25 | ->Check if 1 has an omni, omni needs to be master
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 | * Think:
|
|---|
| 29 | ** class Interlink return self.iface1 or self.iface1.node
|
|---|
| 30 |
|
|---|
| 31 | * Genesis compatibility
|
|---|
| 32 | -> add files
|
|---|
| 33 | dhcpd.conf
|
|---|
| 34 | named.conf
|
|---|
| 35 | rc.local
|
|---|
| 36 | rc.node.local
|
|---|
| 37 | resolv.conf
|
|---|
| 38 | snmpd.local.conf
|
|---|
| 39 |
|
|---|
| 40 | DONE:
|
|---|
| 41 | 15/08/08 * Make admin work with models.py
|
|---|
| 42 | 23/08/08 * Interlink add code; Generate ipaddresses and netmask for link works.
|
|---|
| 43 | 03/09/08 - RZ
|
|---|
| 44 | * Check urls and response redirects; Make urls depend on urls.py instead of hardcoding them into
|
|---|
| 45 | views.py and the templates. See:
|
|---|
| 46 | http://www.djangoproject.com/documentation/url_dispatch/#reverse
|
|---|
| 47 |
|
|---|
| 48 |
|
|---|