Comment 8 for bug 1821150

Revision history for this message
cheng li (chengli3) wrote :

I can think of two options for this issue.

The network name limitation of 'public' is introduced by armada manifest[1].
So the first approach could be removing this "public" from armada manifest, to use the default "*" in values.yaml.

The second approach is the way mentioned by Ghada, to populate a helm override from the configured data networks.

[1] https://github.com/openstack/stx-config/blob/bc7f16ca7cd4eb199590cecd4d07215097de7823/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml#L974