Questions tagged [opennebula]

OpenNebula is an open-source cloud computing toolkit for managing heterogeneous distributed data center infrastructures.

The OpenNebula toolkit manages a data center's virtual infrastructure to build private, public and hybrid IaaS (Infrastructure as a Service) clouds.

It includes features for integration, management, scalability, security and accounting. It also emphasizes standardization, interoperability and portability, providing cloud users and administrators with a choice of several cloud interfaces (EC2 Query, OGF OCCI and vCloud) and hypervisors (Xen, KVM and VMware), and a flexible architecture that can accommodate multiple hardware and software combinations in a data center.

35 questions
4
votes
4 answers

custom dnsmasq (or custom options) with libvrt?

Currently only two options related to network boot are available in libvirt via bootp options: server and file So for config like this: this code gets generated: dhcp-boot=test.ipx,,10.10.10.2 1) How…
gerasalus
  • 221
  • 2
  • 5
4
votes
2 answers

What is the difference between OpenNebula images and templates?

OpenNebula uses the notions of "Images" and "Templates". From what I've been able to understand so far, an image is first downloaded from the marketplace, then a template is created from it, and finally a virtual machine is created from the…
Pavel Tankov
  • 367
  • 3
  • 15
4
votes
3 answers

Configure OpenNebula to use DHCP

I'm trying to configure OpenNebula to use the DHCP server that already exists on my network. Yes, I already know that OpenNebula manages virtual mac addresses rather than IP addresses, but that doesn't tell me how to get this working. ;) My guests…
cat pants
  • 2,139
  • 10
  • 33
  • 44
4
votes
1 answer

error: unknown OS type hvm - help deploying VM - OpenNebula

I have the following errors when I try to create a VM: Log: Tue Mar 12 16:57:23 2013 [DiM][I]: New VM state is ACTIVE. Tue Mar 12 16:57:23 2013 [LCM][I]: New VM state is PROLOG. Tue Mar 12 16:57:23 2013 [VM][I]: Virtual Machine has no context Tue…
Michaela
  • 65
  • 1
  • 1
  • 6
3
votes
1 answer

Assign External/Public IPs to VMs in OpenNebula (Open vSwitch)

I've read multiple posts asking the same question, on KVM and open nebula forums and in general virtualization ones but have only found partial or bogus answers. Some Info: Objective: Be able to rent VPSs deployed on O.N. Ubuntu Server 18.04…
John
  • 51
  • 4
3
votes
0 answers

How to configure opennebula for allowing a cluster private network to host images with public IPs

I am installing open nebula 3.4.1 for running virtual machines a (kvm based) cluster made of 5 computers: a front-end machine having 2 network interfaces and 4 slaves machines with a single network interface each. The slaves of the cluster are…
2
votes
2 answers

Lost connection to main interface after brctl addif

I was setting up a server recently, and I was supposed to assign one of the public IP available for the server to a KVM guest. The server have the following setup: eno1 - main internet connection of the host, assigned with a public ip lo -…
2
votes
0 answers

Hardware Planning for Open Nebula

How do you plan Hardware allocation in terms of Physical servers to achieve a 100% or close HA. A 1 to 1 Pairing of Server Hardware using Heart Beat Corosync looks expensive. Is there a better way?
ramdaz
  • 675
  • 1
  • 8
  • 25
2
votes
1 answer

OpenNebula-managed libvirt not allowing access to /dev/kvm

I have a fresh Open Nebula 3.2.1 installation which I'm trying to get working and manage some freshly-installed debian squeeze kvm hosts. My problem is that when Open Nebula deploys VMs the KVM process does not have access to the /dev/kvm device on…
MikeyB
  • 38,725
  • 10
  • 102
  • 186
1
vote
0 answers

How to achieve HA in open nebula?

I have just setup an open nebula environment for testing purpose and once everything will work well, will implement in production environment. But I have a doubt and not able to understand the HA thing in Open nebula. Is there a way to achieve HA in…
RjV
  • 161
  • 6
1
vote
0 answers

Nat or Bridge or both?? Using for opennebula (KVM)

All, I am trying to setup a network connection that opennebula can put VMs on (so I think I needs a bridge). This connection would be managed by opennebula and all VM would be given a 192.168.172.X address. The physical interface that is on the…
Greg Brown
  • 111
  • 1
1
vote
0 answers

Create "virtual switch" between servers with single network interface?

Is there a way to link two servers via internet as they would have been connected via simple network switch? I have : Server A which only has single network interface eth0 with public IP AAA.AAA.AAA.AAA. Server B which only has single network…
gerasalus
  • 221
  • 2
  • 5
1
vote
0 answers

Cloud Computing Lab Specifications

I am a system administrator and i have been asked to setup a Cloud Lab where following will be covered. What I would like to know is what is the minimum number of hardware for servers, storage and networking is recommended to run this lab. The…
user2707239
  • 45
  • 1
  • 4
1
vote
0 answers

Opennebula Vm creation failed

I am trying to set up opennebula cloud for experiment purpose on vms created on the top of another opennebula cloud so that base cloud remain undisturb. When I am trying to created vms it is showing the following errors.. Fri Apr 15 18:39:02 2016…
1
vote
1 answer

Opennebula shows wrong datastore capacity

I have installed OpenNebula following the quickstart guide OpenNebula on CentOS 6 and KVM. I am using all local hard disks. I have one huge software RAID10 array composed of 4 partitions, no LVM whatsoever. The raid device is /dev/md2 and is mounted…
Pavel Tankov
  • 367
  • 3
  • 15
1
2 3