Package: openstack-cluster-installer-agent Tags: patch openstack-cluster-installer-agent was failing to identify the switchport names when deploying new servers in our environment following the change made in [75308dd1] . The regex used is looking for a port description or ID beginning with 'swp' or 'en'. On our switches (Dell S4148T-ONĀ and Dell N3248TE-ON running Dell OS10 and OS6 respectively) the interface names begin with 'ethernet' and 'Gi'.
The commit adds those prefixes to the regex. I've raised a Merge Request [1] which adds the additional prefixes to the regex. -- Regards Jim Scadden (FloydianJim) [1] https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer/-/merge_requests/54 [75308dd1] https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer/-/commit/75308dd15317082942503d758377ab56c6c2d8a3

