Install Neutron on dedicate server
Hi everyone. I want to install neutron on the dedicated server , which Part of neutron must be install on the controller node and which part must be install on the nework node. I’m going to use ubuntu 18.04 LTS . accoring the openstack document on the controller node we must install
neutron-server neutron-plugin-ml2
on the network node we must install
neutron-plugin-ml2 neutron-linuxbridge-agent neutron-l3-agent neutron-dhcp-agent neutron-metadata-agent
I would follow that document, though I don't know which document you are referring to.
Generally, you have a lot of liberty which component you install where. You could probably install everything on the network node.
Hi. I have 5 servers and I want to have A controller Node , Network Node , and 3*compute node .
That's nice, but why do you want a separate Network node if you only have three compute nodes?
Hi Bernd Bausch . because this time I have 3 compute nodes and in the future I need more than 3 compute nodes