instance is not starting in second compute-node machine

Asked by TG SASIKUMAR

Hi ,

I am new to this forum and openstack . After adding nova-compute in server2 after that I am unable to create new instance and the details below. Please help to fix this issue.

Server 1 is the base server ( controller ) where all the required services running including nova-compute

Network : eth0 : 192.168.10.6 , eth1 : 192.168.4.1

Server 2 (nova-compute)

In server2 only nova-compute service is running and network configured as eth0: 192.168.10.5 , eth1 : 192.168.4.2

/etc/nova/nova.conf

# Network Specific Settings

--network_manager=nova.network.manager.FlatDHCPManager
--public_interface=eth0
--flat_interface=eth1
--flat_network_bridge=br100
--fixed_range=192.168.20.1/27
--floating_range=192.168.10.6/27
--network_size=32
--flat_network_dhcp_start=192.168.20.33
--flat_injected=False
--force_dhcp

-----------
T.G.Sasikumar

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
TG SASIKUMAR
Solved:
Last query:
Last reply:
Revision history for this message
ZhiQiang Fan (aji-zqfan) said :
#1

which step do you fail?
lunching an instance may process in th order of scheduling->networking->spawning
and perhaps you can watch your /var/log/nova/nova-compute.log to see if any error reported

Revision history for this message
TG SASIKUMAR (tgsasi) said :
#2

Hi Aji,

Thanks for your effort and its solved. I have commented the VNC configuration settings in /etc/nova/nova.conf in both cloud controller and compute node. now i able spawn instance.

------
T.G.Sasikumar

Revision history for this message
ZhiQiang Fan (aji-zqfan) said :
#3

yes, you can jump over this problem by commenting it, but you are not able to access instance via novnc from browser

https://answers.launchpad.net/nova/+question/198270
#5 Igor Laskovy (igor-laskovy)
please check the link and jump to #5
note: you should enable novnc first