Questions tagged [openstack-nova]

Nova is the project name for OpenStack Compute

Nova is the project name for OpenStack Compute, a cloud computing fabric controller, the main part of an IaaS system. Individuals and organizations can use Nova to host and manage their own cloud computing systems. Nova originated as a project out of NASA Ames Research Laboratory.

Nova is written with the following design guidelines in mind:

  • Component based architecture: Quickly add new behaviors
  • Highly available: Scale to very serious workloads
  • Fault-Tolerant: Isolated processes avoid cascading failures
  • Recoverable: Failures should be easy to diagnose, debug, and rectify
  • Open Standards: Be a reference implementation for a community-driven api
  • API Compatibility: Nova strives to provide API-compatible with popular systems like Amazon EC2
451 questions
0
votes
1 answer

communication between Openstack VM

How to make two VMs communicate with each other? I have to split a task between two VMs, so I think MPI has to be used, If so are there any useful resources that I can use to get started? Any help would be appreciated. P.S : I have instaled devstack…
mshahbazm
  • 611
  • 1
  • 11
  • 23
0
votes
1 answer

Jenkins Jcloud Opensatck error

Hi i m getting the follwing error when i tried to provision a slave on Opensatck. The Slave gets created on openstack but it destroys it with following exception Error while serving http://localhost:8081/cloud/fedora/provision …
0
votes
2 answers

Issue in starting OPenstack Nova while installing using devstack

I got below issue when nova tried to start. /usr/local/bin/nova-compute --config-file /etc/nova/nova.conf cloud@CloudServer:/opt/stack/devstack$ /usr/local/bin/nova-compute --config-file /etc/nova/nova.conf 2015-02-10 07:26:42.226 DEBUG…
Cloud
  • 123
  • 2
  • 9
0
votes
1 answer

Error during Nova compute package installation

Error in command: python setup.py install I am not getting the error. Please help This is the error >bash-4.2# python setup.py install >ERROR:root:Error parsing Traceback (most recent call last): File "/sagar/nova/pbr-0.10.7-py2.7.egg/pbr/core.py",…
Sagar
  • 273
  • 1
  • 3
  • 12
0
votes
2 answers

Unable to install nova compute. Error in command: python setup.py install

I am unable to install Nova-Compute. When I run the python setup.py install command there is an error in parsing. I am not getting the problem. I did'nt change the setup.cfg file. I even tried replacing with the old nova setup.cfg file. This is…
Sagar
  • 273
  • 1
  • 3
  • 12
0
votes
1 answer

Openstack db sync error

I issue the nova manage db sync command and when i issue I'm facing the problem, TRACE nova File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/url.py", line 56, in __init__ 2015-01-11 00:31:29 TRACE nova self.port = int(port) 2015-01-11…
vvekselva
  • 803
  • 3
  • 17
  • 34
0
votes
1 answer

Problems with using Ansible 1.9 to assign floating IPs to OpenStack Nova instance

I'm trying to configure Ansible 1.9 to launch some OpenStack Nova instances. For each instance, I'm attempting to auto-assign a floating IP, connecting it to a public segment. When I try this: - name: launch Web01 instance hosts: csc tasks: …
Eugene Goldberg
  • 14,286
  • 20
  • 94
  • 167
0
votes
0 answers

OpenStack Juno release Nova error: RemoteError: Remote error: OperationalError (OperationalError) (1048, "Column 'instance_uuid' cannot be null")

Env: Node 1: controller, running controller services, Mysql, RabbitMQ Node 2: compute1, running nova_compute Node 3: network, running neutron_server Node 4: block1, running cinder-volume Procedure for reproduce: Volume creation works. when…
Sammy
  • 91
  • 1
  • 3
0
votes
1 answer

devstack vnc showing "access denied"

I tried setting up devstack in a desktop that i have and I am running into few problems. I created an instance but when I try to access it in the console I get "unauthorized access" exception. In the previous version of devstack I was able to…
user1647708
  • 447
  • 3
  • 9
  • 22
0
votes
2 answers

openstack: relation between controller & compute nodes

I just started playing with openstack, and many things still don't understand. As I see it, to start a VM instance, we normally execute some commands on the controller e.g. glance image-create nova boot But how does the controller know: 1) on…
Mark
  • 6,052
  • 8
  • 61
  • 129
0
votes
1 answer

OpenStack with Docker fails to spawn instances

I am trying to integrate Docker into OpenStack (Icehouse 2014.1.3) but OpenStack fails to start the instances. On compute node, in /var/log/nova/compute.log: 2014-12-02 08:34:23.167 22606 ERROR nova.compute.manager…
Stanislav
  • 1
  • 2
0
votes
1 answer

Boot from ISO on reboot is again installing it from ISO in icehouse

Below are the steps which I have followed. $> neutron port-create int-net --mac-address 00:11:22:01:01:01 --name 1_eth0 $> cinder create --display-name disk1 100 $> nova boot --flavor iso_flavor --image iso --security-groups default --nic…
Sasikiran Vaddi
  • 2,199
  • 4
  • 23
  • 29
0
votes
1 answer

Openstack slow performance between compute nodes

I have a 2 nodes RDO installation, which went off without any issue. One node is allinone and second node is a compute node, installed as instructed at https://openstack.redhat.com/Adding_a_compute_node The problem is the network performance on the…
Alex
  • 897
  • 1
  • 11
  • 21
0
votes
1 answer

ODL and Openstack issue

I am running one controller and one compute node. Controller node is running both ODL and OpenStack. I created tenants, underthem i created networks and launched instances on them. All is see on ODL web GUI is 3 swithces, and I guess those are…
0
votes
1 answer

How to get associated ip address in openstack instance

I am trying to setup a consul server in an openstack cluster. I have the server provisioned and have associated an IP with the server that is accessible from vagrants on developer machines. I am able to join the server from a local vagrant if I use…
km6zla
  • 4,787
  • 2
  • 29
  • 51