I'm attempting to set up OpenStack using the OpenStack Helm project, but I'm running into issues specifically with the Neutron component. My setup includes using Cilium as the CNI, and every time I install Neutron, the IP routes from Cilium get overwritten. I've configured my settings with routingMode set to native and autoDirectNodeRoutes set to true. I have a dedicated network interface: Eth0 is for Cilium and Eth1 for Neutron. What steps do I need to follow to install it correctly?
2 Answers
It sounds like you're facing a tricky issue with the routing. Have you checked the Neutron configs to ensure they don’t conflict with Cilium? Since you’re using a dedicated network interface, double-check that your networking settings in the Neutron values file accurately reflect your setup. It might help to share any error messages you're encountering as well.
Hey! It's actually quite common to run into such challenges when combining these technologies. I’d recommend leveraging the Slack channel for OpenStack Helm since the maintainers could provide more targeted troubleshooting advice. They usually want to see more diagnostic info, so prepare to share setup details there!
Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux