Need Help Installing Neutron with OpenStack Helm

0
0
Asked By TechieNinja42 On

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

Answered By OpenStackGuru99 On

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.

Answered By K8sNerd85 On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.