DraMS DevOps
DraMS developer operations handbook
Deploy updates to XINA
In order for the DraMS XINA instance to function as expected, developers need to deploy various updates to XINA to keep it in sync.
DraMS XINA has the following Git repo dependencies:
-
dramsgse
-
apps/linux/struct_extract- Extracts and converts the telemetry data from the raw packet archives -
tmdef/- Contains the telemetry definitions that are used bystruct_extractto decode and convert the telemetry data. The telemetry definition files are also converted to XINA's Mnemonic Definition format and then imported into XINA.
-
-
699util
- Contains mining scripts that extract additional data from the raw packet archives such as markers and message logs.
These repositories are not directly cloned on XINA. Instead, snapshots of the repositories are
Break
- Changes to the DraMS Telemetry Definitions (i.e.
DRAMS_TM_Database.txtor any patch files) - Changes to
struct_extract. This may include:- DraMS decoder changes - DraMS decoders are implemented as static plugins, so changes require a new version of
struct_extractto be released and deployed. - General
struct_extractchanges -
gselibchanges (or related) that affect all data processing - Changes to
dramslib(or other related code) that impacts how DraMS data is extracted, converted, or processed
- DraMS decoder changes - DraMS decoders are implemented as static plugins, so changes require a new version of
- 699util:
-
c699util- this C++ SWIG library is used by the 699util Python tools which is used to perform mission specific mining
-