Skip to content

Backport HA values for capm3 jobs

Loic Nicolle requested to merge backport_capm3_ha into 1.1.0-ci-tweaks

What does this MR do and why?

We recently changes our capm3 pipelines to have the HA configuration by default.

For the upgrade pipeline from 1.1.0 to main we need to set the replica to 3 for deployment this is done via:

MGMT_INITIAL_VALUES: ${SYLVA_CI_VALUES_FOLDER}/control-plane-replicas-3.yml
MGMT_UPDATE_ADDITIONAL_VALUES: ${SYLVA_CI_VALUES_FOLDER}/control-plane-replicas-3.yml
WC_INITIAL_ADDITIONAL_VALUES: ${SYLVA_CI_VALUES_FOLDER}/control-plane-replicas-3.yml
WC_UPDATE_ADDITIONAL_VALUES: ${SYLVA_CI_VALUES_FOLDER}/control-plane-replicas-3.yml

but for capm3 the default values file in 1.1.0 only have 1host defined.

So we have 2 solution, either

  1. we split the upgrade pipeline in 2 (with one of them dedicated to capm3 pipelines, and for this one we add to the XXX_INITIAL_VALUES the local ha.yml file )
  2. what this MR does, we backport the new values files for capm3 to the tweaks branch, so by default capm3 in this branch will have the 3 hosts defined

Merge request reports

Loading