Liang Hu
Liang Hu

Reputation: 7

openstack controller nodes deployed on virtual machine

I want to deploy an openstack that put my controller nodes on virtual machine while compute nodes on physical server to get HA. But I couldn't understand which service or compononts should be installed on vm. I think glance, database ,rabbitmq and so on are likely to be installed on vm. And nova-compute should be deployed on physical server. Anyone else can tell me the detail? Thanks in advance!

Upvotes: 0

Views: 1125

Answers (1)

Gova
Gova

Reputation: 235

You can deploy services nova, keystone, glance, neutron, cinder etc on controller nodes i.e., vm

Deploy nova-compute, neutron agent, rabbitmq on compute nodes

Upvotes: 1

Related Questions