Skip to content

Draft: Add custom openstack-machine-controllers image into okd release

Ismael Posada Trobo requested to merge new-machine-config-release into master

This new version will include a custom version of the openstack-machine-controllers image, that comes from our adapted solution under https://gitlab.cern.ch/paas-tools/okd4-deployment/cluster-api-provider-openstack.

Note that we just need this image injected into the okd release, since the machine-api-controllers uses it in order to communicate with Openstack for machine operations (create, delete, etc.)

c.f.: https://gitlab.cern.ch/paas-tools/okd4-install/-/blob/master/chart/charts/worker-nodes/templates/machine-api-controllers-deployment.yaml#L97-101

We also need a customized version of the cluster-storage-operator so it does nothing as it doesn't work in CERN Cloud and cannot be disabled: cluster-storage-operator@release-4.7...cern_cloud_do_nothing-4.7

Edited by Alexandre Lossent

Merge request reports