Verify cluster ID is being passed to manila-csi
This is an older ticket: https://its.cern.ch/jira/browse/OS-13830
I'm fairly sure this is still not working in current latest cluster templates -- the ID is not being passed.
This is an older ticket: https://its.cern.ch/jira/browse/OS-13830
I'm fairly sure this is still not working in current latest cluster templates -- the ID is not being passed.
changed milestone to /kubernetes%"R-2022-Q2-1"
added A-cluster-lifecycle A-storage p1 labels
Can you double check? We can try this out for the release as well.
Ok there's more to this. The latest manila-csi chart we're using is not up to date either: https://gitlab.cern.ch/kubernetes/automation/releases/cern-magnum/-/blob/0.10.2/Chart.yaml#L62-66 uses 1.1.1, but clusterID
was added in 1.2.1 (https://github.com/kubernetes/cloud-provider-openstack/commit/29dc0d5d70f8a467403c2544fa307c347f02a609).
But anyway git grep clusterID
returns nothing. These helm values should be passed in from the template AFAIK, but I don't see it there either.
Needs a change here: https://gitlab.cern.ch/kubernetes/magnum/-/blob/cern/train/magnum/drivers/common/templates/kubernetes/helm/cern-chart.sh#L97
With something like:
csimanila:
clusterID: ${CLUSTER_UUID}
Example for cluster uuid: https://gitlab.cern.ch/kubernetes/magnum/-/blob/cern/train/magnum/drivers/common/templates/kubernetes/helm/cern-chart.sh#L135
mentioned in merge request !207 (merged)
closed with merge request !207 (merged)
added bug label