Last change
on this file since 6233 was 6196, checked in by RIck van der Zwet, 17 years ago |
- Moved olddocumentation to doc and wrote explainary of files what still needs
doing and changing.
- Updated directory layout README
|
File size:
1.8 KB
|
Rev | Line | |
---|
[6196] | 1 | XXX: Initial model dependency design, needs documenting of choices and porting
|
---|
| 2 | to direct code of ../exodus/models.py
|
---|
[6194] | 3 |
|
---|
[6196] | 4 | XXX: Mis koppeling interlink en node
|
---|
| 5 |
|
---|
[6194] | 6 | group
|
---|
| 7 | id
|
---|
| 8 | name
|
---|
| 9 | contact -> contact.id
|
---|
| 10 | network
|
---|
| 11 | netmask
|
---|
| 12 |
|
---|
| 13 | contact
|
---|
| 14 | id
|
---|
| 15 | name
|
---|
| 16 | adres
|
---|
| 17 | postcode
|
---|
| 18 | woonplaats
|
---|
| 19 | telefoonnr vast
|
---|
| 20 | telefoonnr mobiel
|
---|
| 21 | email
|
---|
| 22 | messengernr
|
---|
| 23 | function
|
---|
| 24 | group -> group.id
|
---|
| 25 | comment
|
---|
| 26 |
|
---|
| 27 | location
|
---|
| 28 | id
|
---|
| 29 | owner -> contact.id
|
---|
| 30 | operator -> contact.id
|
---|
| 31 | adres
|
---|
| 32 | postcode
|
---|
| 33 | woonplaats
|
---|
| 34 | GPS
|
---|
| 35 | telefoonnr vast
|
---|
| 36 | comment
|
---|
| 37 |
|
---|
| 38 | hardware
|
---|
| 39 | id
|
---|
| 40 | name
|
---|
| 41 | cpu
|
---|
| 42 | memory
|
---|
| 43 | mainboard
|
---|
| 44 | aantal pci sloten
|
---|
| 45 | aantal agp sloten
|
---|
| 46 | aantal mini pci sloten
|
---|
| 47 | aantal isa sloten
|
---|
| 48 | onboard video
|
---|
| 49 | onboard network
|
---|
| 50 | disksize
|
---|
| 51 | comment
|
---|
| 52 |
|
---|
| 53 | connector
|
---|
| 54 | id
|
---|
| 55 | name
|
---|
| 56 |
|
---|
| 57 | nictype
|
---|
| 58 | id
|
---|
| 59 | name
|
---|
| 60 | transmissionpower
|
---|
| 61 | connector
|
---|
| 62 | slottype
|
---|
| 63 | comment
|
---|
| 64 |
|
---|
| 65 | nic (zowel ethernet als wifi)
|
---|
| 66 | id
|
---|
| 67 | node -> node.id
|
---|
| 68 | mac address
|
---|
| 69 | type -> nictype.id
|
---|
| 70 | mode
|
---|
| 71 | ssid
|
---|
| 72 | channel
|
---|
| 73 | flashversion
|
---|
| 74 | connector -> connector.id
|
---|
| 75 | comment
|
---|
| 76 |
|
---|
| 77 | interlink
|
---|
| 78 | id
|
---|
| 79 | name
|
---|
| 80 | comment
|
---|
| 81 |
|
---|
| 82 | nicconfig (kan meer dan 1 per card ivm virtual interfaces)
|
---|
| 83 | id
|
---|
| 84 | nic -> nic.id
|
---|
| 85 | ip
|
---|
| 86 | hostname
|
---|
| 87 | network -> ippool.id
|
---|
| 88 | interlink -> interlink.id
|
---|
| 89 | comment
|
---|
| 90 |
|
---|
| 91 | antennehw
|
---|
| 92 | id
|
---|
| 93 | name
|
---|
| 94 | gain
|
---|
| 95 | range
|
---|
| 96 | height
|
---|
| 97 | directions
|
---|
| 98 | connector -> connector.id
|
---|
| 99 | comment
|
---|
| 100 |
|
---|
| 101 | antenne
|
---|
| 102 | id
|
---|
| 103 | nic -> nic.id
|
---|
| 104 | antennehw -> antennehw.id
|
---|
| 105 |
|
---|
| 106 | NF
|
---|
| 107 | id
|
---|
| 108 | versionnr
|
---|
| 109 | OS
|
---|
| 110 | OSversionnr
|
---|
| 111 |
|
---|
| 112 | ippool
|
---|
| 113 | id
|
---|
| 114 | network
|
---|
| 115 | netmask
|
---|
| 116 | group -> group.id
|
---|
| 117 |
|
---|
| 118 | system
|
---|
| 119 | id
|
---|
| 120 | name
|
---|
| 121 | builder -> contact.id
|
---|
| 122 | administrator -> contact.id
|
---|
| 123 | backup administrator -> contact.id
|
---|
| 124 | location -> location.id
|
---|
| 125 | hardware -> hardware.id
|
---|
| 126 | status (produktie/pre-produktie)
|
---|
| 127 | type (node/server)
|
---|
| 128 | NF -> NF.id
|
---|
| 129 | comment
|
---|
Note:
See
TracBrowser
for help on using the repository browser.