| [6190] | 1 | ** Showstoppers
|
|---|
| [6193] | 2 | -> Document database layout and choices
|
|---|
| [6230] | 3 | @rick, I think this todo van be closed, because exodusmodels.dot is available
|
|---|
| [6190] | 4 |
|
|---|
| [6193] | 5 | * Input fields validation
|
|---|
| [6174] | 6 | * Conversion Genesis -> Exodus
|
|---|
| 7 | * Exodus, support Genesis output
|
|---|
| [6215] | 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
|
|---|
| [6230] | 11 | * Add ssh_keys
|
|---|
| [6238] | 12 |
|
|---|
| [6231] | 13 | * remove hardcoding in wllogic.py for 172.17 and higher as master ip
|
|---|
| [6193] | 14 | * Interface cleanups:
|
|---|
| 15 | ** option to edit/delete fields
|
|---|
| 16 | ** allignment input fields
|
|---|
| 17 | ** combine input fields where possible and link
|
|---|
| [6202] | 18 | ** Interlink add code
|
|---|
| 19 | ->desc
|
|---|
| [6233] | 20 | ->remove hardcoding of 172.16 in freeinterlink ip code
|
|---|
| [6234] | 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
|
|---|
| [6242] | 25 | ->Check if 1 has an omni, omni needs to be master
|
|---|
| [6234] | 26 |
|
|---|
| [6174] | 27 |
|
|---|
| [6232] | 28 | * Think:
|
|---|
| 29 | ** class Interlink return self.iface1 or self.iface1.node
|
|---|
| 30 |
|
|---|
| [6194] | 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 |
|
|---|
| [6215] | 40 | DONE:
|
|---|
| 41 | 15/08/08 * Make admin work with models.py
|
|---|
| [6233] | 42 | 23/08/08 * Interlink add code; Generate ipaddresses and netmask for link works.
|
|---|
| [6238] | 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
|
|---|
| [6215] | 47 |
|
|---|
| [6194] | 48 |
|
|---|