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#L227

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#neutron-dhcp-agent
https://github.com/openstack/openstack-helm/blob/master/neutron/templates/daemonset-dhcp-agent.yaml
https://github.com/openstack/openstack-helm/blob/master/neutron/templates/bin/_neutron-dhcp-agent-init.sh.tpl
https://github.com/openstack/openstack-helm/blob/master/neutron/templates/bin/_neutron-dhcp-agent.sh.tpl

Best regards,
Roman Gorshunov