You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

MOOT configuration management

Tools are found in $ONLINE_ROOT/LICOS_ETC/tools/

1) buildMootConfig.py:
Takes as arguments a list of files under the LICOS_Config/apps directory. In the trivial case, one file on the command line, it reads the file, finds the various LATC, LCI and LPA sections, and constructs a configuration set using the information from those sections. It then submits that set to the MOOT system and reports the generated configuration key (numerical). For configurations with multiple steps, this is done multiple times.

2) invalidateMootConfigKey.py writeme
Takes a single integer as an argument, and marks the key INVALID.

3) invalidateMootConfigName.py writeme
Takes a configuration name and markes all keys for that name INVALID.

  • No labels