You’ll need to deploy the nova chart, as the neutron dhcp agent has a dependency on the nova compute service. For reference, see: https://github.com/openstack/openstack-helm/blob/master/neutron/values.yaml#... In the future, you can get the logs from the init container to provide more insight into what’s preventing the containers from starting. Cheers, srwilkers On Fri, Feb 21, 2020 at 8:46 AM Roman Gorshunov <paye600@gmail.com> wrote:
Hello Sanjay,
Do you have logs and detailed info for the neutron-dhcp-agent-default pod and possibly containers inside it which are stuck in Init phase? neutron-server and rabbitmq seem to be running fine.
Here are some docs and code you could get hints from: - https://docs.openstack.org/openstack-helm/latest/devref/networking.html#neut... - https://github.com/openstack/openstack-helm/blob/master/neutron/templates/da... - https://github.com/openstack/openstack-helm/blob/master/neutron/templates/bi... - https://github.com/openstack/openstack-helm/blob/master/neutron/templates/bi...
Best regards, — Roman Gorshunov