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. |
| 14 | There 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 |