source: TODO@ 6238

Last change on this file since 6238 was 6238, checked in by RIck van der Zwet, 17 years ago

Removed absolute URL calls and converted them to relative ones

File size: 1.4 KB
Line 
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
26
27* Think:
28** class Interlink return self.iface1 or self.iface1.node
29
30* Genesis compatibility
31 -> add files
32 dhcpd.conf
33 named.conf
34 rc.local
35 rc.node.local
36 resolv.conf
37 snmpd.local.conf
38
39DONE:
4015/08/08 * Make admin work with models.py
4123/08/08 * Interlink add code; Generate ipaddresses and netmask for link works.
4203/09/08 - RZ
43* Check urls and response redirects; Make urls depend on urls.py instead of hardcoding them into
44 views.py and the templates. See:
45 http://www.djangoproject.com/documentation/url_dispatch/#reverse
46
47
Note: See TracBrowser for help on using the repository browser.