eth-cscs / manta

Another CLI for Alps
https://eth-cscs.github.io/manta/
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

BUG: avoid running CFS configurations only SAT files #54

Closed Masber closed 6 months ago

Masber commented 6 months ago

Currently, SAT files with only CFS configurations are valid, this cause a problem since CFS configurations are not linked to any HSM group/tenant. This issues proposes manta to fail if user requests to process a SAT file with CFS configurations only. The validation should make sure that any CFS configuration in the SAT file is being used by a CFS session (images section) or a BOS sessiontemplate (sessiontemplate section), then it should tag the CFS configuration with the HSM groups in the CFS session or BOS sessiontemplate

This issue depends on https://github.com/eth-cscs/manta/issues/53

Masber commented 6 months ago

solved in v1.28.7