Skip to content

Configuration management

borjalopezfernandez edited this page Sep 11, 2024 · 2 revisions

DEC configuration management:

List of configurations

List all available configurations in config/oper_dec/ directory:

rake -f build_dec.rake dec:list_config

Load configuration

Load some configuration to build the artefacts (gem / image container):

rake -f build_dec.rake dec:load_config[adgs,localhost]

Save configuration

Edit the configuration in config/oper_dec/ directory and save it:

rake -f build_dec.rake dec:save_config[adgs,localhost]

Clone this wiki locally