Re: [one-users] add custom info to Sunstone cloud view

2014-11-03 Thread Daniel Molina
Hi,

If you want to achieve this you have to modify the code. You have to
include a new li in the following section of the provision tab:
https://github.com/OpenNebula/one/blob/master/src/sunstone/public/js/plugins/provision-tab.js#L3999

Cheers

On 30 October 2014 16:36, vinc...@vanderkussen.org wrote:

 Hi,

 I would like to add custom info to the Virtual Machines  overview when
 in Cloud View.

 Now each square has cpu - mem, image name and ip address mentioned like :

 x0.125 - 1GB
 centos7-10GB-THIN
 172.20.17.21

 I would like to add the value of a field i have in the template being
 description which
 would result in something like this :

 x0.125 - 1GB
 centos7-10GB-THIN
 172.20.17.21
 DB01 Server BXL

 This provides meaningfull info because we update the name of the instance
 with the FQDN when
 its deployed. This FQDN is a generated number + domain name which is not
 really meaningful.

 Is something like this possible?
 thx

 Regards,
 Vincent
 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




-- 
--
Daniel Molina
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Install ONE on BSD Falvours

2014-11-03 Thread Carlos Martín Sánchez
Hi,

On Mon, Oct 27, 2014 at 5:29 PM, kiran ranjane kiran.ranj...@gmail.com
wrote:

 Hi Team,

 Is there a way where we can install Opennebula cloud software on
 Bsd/solaris flavors?

 Regards
 Kiran Ranjane


That is not supported or tested. To avoid headaches, maybe you could
install the front-end inside a VM with one of the supported platforms [1].

Regards

[1] http://docs.opennebula.org/4.8/release_notes/release_notes/uspng.html

--
Carlos Martín, MSc
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org http://www.opennebula.org/ | cmar...@opennebula.org |
@OpenNebula http://twitter.com/opennebula cmar...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] add custom info to Sunstone cloud view

2014-11-03 Thread vincent

Hi Daniel,

Thanks, I'll give this a try. Is this some that might be considered as a 
RFE?

Otherwise i'll have to maintain my own version of these files.

Regards,
Vincent

On 2014-11-03 10:48, Daniel Molina wrote:

Hi,

If you want to achieve this you have to modify the code. You have to
include a new li in the following section of the provision tab:
https://github.com/OpenNebula/one/blob/master/src/sunstone/public/js/plugins/provision-tab.js#L3999
[2]

Cheers

On 30 October 2014 16:36, vinc...@vanderkussen.org wrote:


Hi,

I would like to add custom info to the Virtual Machines overview
when in Cloud View.

Now each square has cpu - mem, image name and ip address
mentioned like :

x0.125 - 1GB
centos7-10GB-THIN
172.20.17.21

I would like to add the value of a field i have in the template
being description which
would result in something like this :

x0.125 - 1GB
centos7-10GB-THIN
172.20.17.21
DB01 Server BXL

This provides meaningfull info because we update the name of the
instance with the FQDN when
its deployed. This FQDN is a generated number + domain name which
is not really meaningful.

Is something like this possible?
thx

Regards,
Vincent
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org [1]


--

--
Daniel Molina
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org [3] | dmol...@opennebula.org | @OpenNebula

Links:
--
[1] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
[2]
https://github.com/OpenNebula/one/blob/master/src/sunstone/public/js/plugins/provision-tab.js#L3999
[3] http://www.OpenNebula.org

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Users can't create VMs with large capacity (in the cloud view)

2014-11-03 Thread Carlos Martín Sánchez
Hi,

On Tue, Oct 28, 2014 at 1:06 PM, Pavel Tankov 
pavel.tan...@strategyobject.com wrote:

 Does host 0 have enough capacity? Those numbers refer to the allocated
 capacity, as can be seen in sunstone or the onehost show output.

 Well, capacity could mean many things. I am not sure. See the attached
 screen shot.


The hosts have 2 kinds of capacity: real and allocated.
Real is the cpu/mem as reported by the monitoring probes.
Allocated is the amount of cpu/mem requested by the VMs running on this
host. This is the one used for scheduling.

In your case, the new VM requests 400 cpu. But the host has already
allocated 500 out of 800, this is why the scheduler decides that it doesn't
fit.

Regards
--
Carlos Martín, MSc
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | cmar...@opennebula.org | @OpenNebula
http://twitter.com/opennebula cmar...@opennebula.org

On Tue, Oct 28, 2014 at 1:06 PM, Pavel Tankov 
pavel.tan...@strategyobject.com wrote:

 That's strange. You should have the following message:
 Sched Message: No host with enough capacity to deploy the VM

 I understand, but there is nothing there. Absolutely empty.

  Does host 0 have enough capacity? Those numbers refer to the allocated
 capacity, as can be seen in sunstone or the onehost show output.

 Well, capacity could mean many things. I am not sure. See the attached
 screen shot.

 Pavel Tankov

 On 10/28/2014 12:06 PM, Carlos Martín Sánchez wrote:

 Hi,

 On Mon, Oct 27, 2014 at 1:17 PM, Pavel Tankov
 pavel.tan...@strategyobject.com
 mailto:pavel.tan...@strategyobject.com wrote:

 Admins and advanced users can see the scheduler error messages
 in sunstone, under the placement VM tab.

 That's what I meant when I said there are no logs.


 That's strange. You should have the following message:
 Sched Message: No host with enough capacity to deploy the VM

 On the other hand, I didn't know about /var/log/one/sched.log. Here
 is what I found there:


 Mon Oct 27 14:15:52 2014 [Z0][VM][D]: Pending/rescheduling VM and
 capacity requirements:
VM  CPU  Memory   System DS  Image DS
 --__--
   110  400 2097152   10240  DS 1: 0
 Mon Oct 27 14:15:52 2014 [Z0][HOST][D]: Discovered Hosts (enabled):
   0
 Mon Oct 27 14:15:52 2014 [Z0][SCHED][D]: VM 110: Host 0 filtered
 out. Not enough capacity.
 Mon Oct 27 14:15:52 2014 [Z0][SCHED][I]: Scheduling Results:

 and it keeps repeating.

 Pavel Tankov


 Does host 0 have enough capacity? Those numbers refer to the allocated
 capacity, as can be seen in sunstone or the onehost show output.

 Regards
 --
 Carlos Martín, MSc
 Project Engineer
 OpenNebula - Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org http://www.opennebula.org/ | cmar...@opennebula.org
 mailto:cmar...@opennebula.org | @OpenNebula
 http://twitter.com/opennebulamailto:cmar...@opennebula.org



 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] New Stable Release - OpenNebula 4.10 Fox Fur is Out!

2014-11-03 Thread Tino Vazquez
Dear Community,

This is the official announcement for the release of OpenNebula 4.10, codename
Fox Fur. Packages are already available and the documentation in the
web page has been updated.

This is the first OpenNebula release that allows to automatically
import an existing infrastructure, since the new vCenter drivers allow
to import Clusters and Virtual Machines from a vCenter installation,
significantly smoothing the set up curve. The concept of the vCenter
drivers is akin to the hybrid cloud approach in the sense that
OpenNebula will delegate a number of aspects to vCenter, instead of
pursuing the management of almost every aspect as it traditionally
does with the three supported hypervisors. OpenNebula will use pre
defined Virtual Machine Templates existing in the vCenter set up to
launch Virtual Machines, very much like it does in its hybrid drivers
to access Amazon EC2, IBM SoftLayer and Microsoft Azure, although
offering extra features like for instance VNC support and more
lifecycle actions.

A refinement has been performed in the OpenNebula networking system,
extended in the previous release in order to allow a flexible
management of IP leases, decoupling the host-hypervisor configuration
attributes with the IP/L3 configuration attributes. In this
refinement, end users are allowed to update their VNET reservations
and also the address range of their reservations, so they can
introduce attributes to be passed along their VMs through
contextualization, customizing their VMs network settings in this
manner.

Another nifty feature is related to the fact that we are aware that
access to professional support in production environments support is a
must. Fox Fur introduces an integrated tab in Sunstone to access
OpenNebula Systems (the company behind OpenNebula, formerly C12G)
professional support. In this way, support tickets management can be
performed through Sunstone, avoiding disruption of work and enhancing
productivity.

Several improvements are scattered across every other OpenNebula
component: improvements in the hybrid drivers, including better
Sunstone support, improved auth mechanisms (login token
functionality), a solution for the spurious Poweroff state, and many
other bugfixes that stabilized features introduced in Lemon Slice.

As usual OpenNebula releases are named after a Nebula. The Fox Fur
Nebula (IC 3568) is located in Monoceros and included in the NGC 2264
Region.

This is a stable release and so a recommended update. It incorporate
important improvement since 4.8 and several bug fixes since 4.10 Beta.
Be sure to check the compatibility [1] and upgrade guides [2]. We
invite you to download it and to check the QuickStart guides, as well
as to browse the documentation, which has also been properly updated.

Network extension model refinement and login token functionality in
OpenNebula 4.10 were funded by BlackBerry in the context of the Fund a
Feature Program.

Thanks the community members and users who have contributed to this
software release by being active with the discussions, answering user
questions, or providing patches for bugfixes, features and
documentation.

Your cloud, smooth as a Fox Fur with OpenNebula,

  - The OpenNebula Team

[1] 
http://docs.opennebula.org/4.10/release_notes/release_notes/compatibility.html
[2] http://docs.opennebula.org/4.10/release_notes/release_notes/upgrade_48.html

[Relevant Links]

Release Notes - http://docs.opennebula.org/4.10/release_notes/index.html
Downloads  - http://downloads.opennebula.org/packages/opennebula-4.10.0/
Documentation-  http://docs.opennebula.org/4.8
SandBoxes - http://opennebula.org/tryout/
Quick Start Guides -
http://docs.opennebula.org/4.8/design_and_installation/quick_starts
Screencasts   - http://opennebula.org/documentation/screencasts/

--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect | Head of Research at OpenNebula
Systems (formerly C12G Labs)
cvazquez@OpenNebula.Systems | @OpenNebula

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
To and cc box). They are the property of OpenNebula.Systems S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at abuse@opennebula.systems and delete the
e-mail and attachments and any copy from your system. OpenNebula's
thanks you for your cooperation.
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] New Stable Release - OpenNebula 4.10 Fox Fur is Out!

2014-11-03 Thread Tino Vazquez
Dear Community,

A couple of corrections, the correct documentation link is:

 Documentation-  http://docs.opennebula.org/4.10

And for the quick start guides:

 Quick Start Guides -
http://docs.opennebula.org/4.10/design_and_installation/quick_starts

Best,

-Tino

--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect | Head of Research at OpenNebula
Systems (formerly C12G Labs)
cvazquez@OpenNebula.Systems | @OpenNebula

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
To and cc box). They are the property of OpenNebula.Systems S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at abuse@opennebula.systems and delete the
e-mail and attachments and any copy from your system. OpenNebula's
thanks you for your cooperation.
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org