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.

34 questions
7
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
  • 251
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…
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,363
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…
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
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
  • 685
2
votes
1 answer

Opennebula Sunston user oneadmin password

Opennebula 4.2.0 I accidentally deleted the file /var/lib/one/.one/one_auth, so I lost the the oneadmin user password. How can I get it back or init the oneadmin password? Thanks!
Lei Wu
  • 23
  • 1
  • 1
  • 3
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
  • 40,079
2
votes
0 answers

VM Logical Volume shown on Host

Some context, I've builded an Opennebula cloud (https://opennebula.io/). I've been using it for more than 2 years now without any issue on that side. Recently i've noticed a strange behavior. On my hypervisor which are the servers who are running…
Boat
  • 121
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
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…
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
  • 251
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…
1
2 3