Changes between Version 27 and Version 28 of Internal/InventoryV3


Ignore:
Timestamp:
May 25, 2010, 5:19:48 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/InventoryV3

    v27 v28  
    11James is working on a second generation inventory script.
    22
    3 Currently on: integrate lshw fully, verify data, tweak writer
     3Currently on: Restructuring writer and correcting table assumptions
    44
    55Versions:
    66
    7  * Gather:0.87
    8  * Writer:0.99
     7 * gather.rb:0.87
     8 * writer.rb:0.99
    99 * logcopy:0.01
     10 * inventoryv2.rb:0.05
    1011
    1112It's plan is to be simpler and less ambitious than it's predecessor, but still respect the sql table structure ("as much as possible.")
    1213
    13 As I see it there should be 3 parts to this script:
    14 
    15  1. executer: runs either wget or apt-get install and copies the latest version of the other parts of the scripts then
    16     executes them
    17     '''DEPRECIATED''' - In lieu of image updates.
    18  1. gatherer: collects information using only  operating system based facilities (dmesg, lsusb, lspci, ifconfig, /sys, lshw). 
    19  1. Writer: checks the mysql repository for changes from the current state. If different changes them.
     14There are 4 parts to this process:
     15 1. inventoryv2.rb: execs scripts on nodes using orbit framework
     16 1. gatherer.rb: collects information using only  operating system based facilities (dmesg, lsusb, lspci, ifconfig, /sys, lshw). 
     17 1. writer.rb: checks the mysql repository for changes from the current state. If different changes them.
     18 1. logcopy.rb: check the log file for errors, if present copies the Logs to a specfied location
    2019
    2120