simple-framework / simple_grid_yaml_compiler

Generates the extended YAML output for an input site_level_configuration_file
Apache License 2.0
0 stars 9 forks source link

Process base-schema and base-defaults #41

Closed maany closed 5 years ago

maany commented 5 years ago

Describe the solution you'd like We must adapt get_final_config_values_for_component() in https://github.com/WLCG-Lightweight-Sites/simple_grid_yaml_compiler/blob/master/compiler/processor_config_schemas.py#L31 to check other sections of the site level configuration file against the base-schema using the same logic. This could ideally be done before the lightweight components are individually checked by get_final_config_values_for_component() function

Additional context Building up from #40