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: manta ignoring old version of session_template section in SAT file #57

Closed Masber closed 6 months ago

Masber commented 6 months ago

New SAT file schema don't follow the session_template like below anymore:

session_templates:
- name: zinal-client-{{ version }}
  image: zinal-image-20231204014122
  configuration: zinal-client-{{ version }}
  bos_parameters:
    boot_sets:
      compute:
        kernel_parameters: ip=dhcp quiet spire_join_token=${SPIRE_JOIN_TOKEN}
        node_groups:
        - zinal_tds

Because manta tries to be backward compatible, we will add support to this

Masber commented 6 months ago

this is solved in v1.28.8