Changeset 1330


Ignore:
Timestamp:
01/26/07 16:34:36 (6 years ago)
Author:
mglb1
Message:

Add an example of the Asset Type that is required for CPE devices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccsd/trunk/dbschema/ccs.exampledata

    r1065 r1330  
    4848INSERT INTO asset_type VALUES (DEFAULT, 'Prism2 802.11b PCMCIA Card'); 
    4949INSERT INTO asset_type VALUES (DEFAULT, 'Athereos 802.11abg miniPCI Card'); 
     50INSERT INTO asset_type VALUES (DEFAULT, 'CPE Device'); 
    5051INSERT INTO asset_type_map VALUES ('host', 1); 
    5152INSERT INTO asset_type_map VALUES ('host', 2); 
     
    8788INSERT INTO asset_type_subasset VALUES (DEFAULT, 6, 2, 'wireless', true); 
    8889INSERT INTO asset_type_subasset VALUES (DEFAULT, 7, 3, 'wireless', true); 
     90 
     91INSERT INTO asset_type_subasset VALUES (DEFAULT, 8, 1, 'eth0', true); 
     92INSERT INTO asset_type_subasset VALUES (DEFAULT, 8, 2, 'wireless', true); 
     93INSERT INTO asset_type_subasset VALUES (DEFAULT, 8, 4, 'Motherboard', true); 
    8994 
    9095INSERT INTO asset_property VALUES (DEFAULT, 'MAC Address'); 
Note: See TracChangeset for help on using the changeset viewer.