[Openstack] Resource utilization monitoring (CPU, RAM, HDD, Network and so on) of running instance via REST API.

2013-10-09 Thread Sergey Gomanyuk
Hello, In our proof of concept project we use REST API provided by Open Stack to manage HP Cloud. One of project user stories is monitoring CPU, RAM, HDD, Network and other resource utilization of running instances. Brief research shows that the one of possible solution is using Celiometer proj

[Openstack] [Swift] Havana RC1 (1.10.0-rc1) available

2013-10-09 Thread Thierry Carrez
Hello everyone, The havana release cycle for Swift already saw the releases of the 1.9.0 and 1.9.1 versions. The final coordinated release for the Havana cycle shall include Swift 1.10.0. We now have a Swift release candidate for this: https://launchpad.net/swift/havana/1.10.0-rc1 Unless release

[Openstack] Change parameters of kvm in openstack

2013-10-09 Thread Jeff Cai
Hi, When I boot a suse linux instance, it reports that "'system' volume group not found", I found that if I remove the '-device' line in kvm command line, it can start successfully. Could you tell me how to change the parameters of 'kvm' in openstack? Following is the command line that starts m

[Openstack] Quantum dhcp-agent getting out of sync with multiple instance launch / termination

2013-10-09 Thread Markku Tavasti
I found out that quantum dhcp agent gets out of sync when many instances are launched or deleted same time. As a result, dnsmasq host-file have lines missing (all launched are not added), or some lines aren't removed when they should. When same ip is re-used, remaining extra lines aren't remove

Re: [Openstack] What Exactly Flavor Work?

2013-10-09 Thread Joe Topjian
> My understanding is that automatic resize will occur if the following are > all true: > * auto_disk_config=True is set as a property on the image in the Image > Registry. > * The disk on the image has only one partition. > * The file system on the one partition is ext3 or ext4. > I think Xen pro

Re: [Openstack] Quantum dhcp-agent getting out of sync with multiple instance launch / termination

2013-10-09 Thread Gary Kotton
Hi, Which version are you using? Thanks Gary On 10/9/13 4:34 PM, "Markku Tavasti" wrote: >I found out that quantum dhcp agent gets out of sync when many instances >are launched or deleted same time. As a result, dnsmasq host-file have >lines missing (all launched are not added), or some lines ar

[Openstack] Neutron support for passthrough of networking devices?

2013-10-09 Thread Steve Gordon
Hi all, I notice that late in the Havana cycle support for PCI passthrough of devices was added to Nova [1][2] (very cool!), I'm wondering if there is any support in Neutron for managing the networking for a device that is dedicated to a guest using passthrough (in particular devices that suppo

Re: [Openstack] Change parameters of kvm in openstack

2013-10-09 Thread laclasse
However, if removing the '--device' line boots the machine successfully, you might want to simply check if your init ramfs (of the guest) has a virtio block driver module included (doesn't seems so), include it (might as well include the virtio network module) and rebuild it on your SuSE image. Se

[Openstack] Neutron ML2 configuration

2013-10-09 Thread Leandro Reox
Hi all im looking for a configuration guide for the neutron ml2 framework plugin. On the wiki its only documented for Devstack and i want to know all the config changes i need to do to neutron to use this king of plugins for us to allow use mech_drivers for our arista switches Best Lean _

Re: [Openstack] Quantum dhcp-agent getting out of sync with multiple instance launch / termination

2013-10-09 Thread Gary Kotton
Hi, There was a bug that was related that was fixed a number of months ago - https://bugs.launchpad.net/neutron/+bug/1191768. I suggest that one of the guys working on RDO take a look. Thanks Gary On 10/9/13 4:57 PM, "Markku Tavasti" wrote: >We are running grizzly-based, RedHat RDO. > >--Tavasti

Re: [Openstack] What Exactly Flavor Work?

2013-10-09 Thread Bob Ball
Yes, just to confirm the XenAPI driver will automatically resize disks where it can without needing an agent / cloud-init installed in the VM. It does this by mounting the disk in the domain running nova and resizing the filesystem/device. Bob From: Joe Topjian [mailto:joe.topj...@cybera.ca] S

Re: [Openstack] Quantum dhcp-agent getting out of sync with multiple instance launch / termination

2013-10-09 Thread Markku Tavasti
We are running grizzly-based, RedHat RDO. --Tavasti On 10/09/2013 04:50 PM, Gary Kotton wrote: Hi, Which version are you using? Thanks Gary On 10/9/13 4:34 PM, "Markku Tavasti" wrote: I found out that quantum dhcp agent gets out of sync when many instances are launched or deleted same time.

Re: [Openstack] publicurl definition in keystone

2013-10-09 Thread Xin Zhao
Thanks for all the reply. One more question though: when defining endpoint for network service, the IP should be for the network host, not the controller host (we have them in separate hosts, as most doc suggest). But the network host doesn't have a single out-facing IP assigned to it, the doc

Re: [Openstack] Neutron support for passthrough of networking devices?

2013-10-09 Thread Jiang, Yunhong
When we worked on H release, we target for basic PCI support like accelerator card or encryption card etc. I think SR-IOV network support is more complex and requires more effort, in both Nova side and Neutron side. We are working on some enhancement in Nova side now. But the whole picture may n

Re: [Openstack] Quantum dhcp-agent getting out of sync with multiple instance launch / termination

2013-10-09 Thread Édouard Thuleau
There is also this opening bug: https://bugs.launchpad.net/neutron/+bug/1185916 I proposed a patch: https://review.openstack.org/#/c/40654/ (I don't know why it wasn't automatically linked to the launchpad bug! ) I'm waiting feedback/review from core developers. Regards, Édouard. On Wed, Oct

Re: [Openstack] Neutron support for passthrough of networking devices?

2013-10-09 Thread Chris Friesen
On 10/09/2013 12:31 PM, Jiang, Yunhong wrote: When we worked on H release, we target for basic PCI support like accelerator card or encryption card etc. I think SR-IOV network support is more complex and requires more effort, in both Nova side and Neutron side. We are working on some enhancement

Re: [Openstack] Question

2013-10-09 Thread Sean Mann
Hi All, I am new in OpenStack and installing it on Fidora. I am using Oracle VirtualBox as a virtual machine to run Fidora. I run the following shell script: cd devstack; ./stack.sh What happens is in the middle of installation it hangs at: nova x509-get-root-cert /home/sean/devstack/accrc/cac

Re: [Openstack] publicurl definition in keystone

2013-10-09 Thread Martinx - ジェームズ
Hi Xin, I don't know if it can help you out but, I'm using "Name Resolution" for all my OpenStack services, this means that doesn't matter the IP of the endpoint, even if it is IPv4 or IPv6, it will work out-of-the-box (in most of my tests)... So, when people tries to resolve your Quantum endpoin

Re: [Openstack] Neutron support for passthrough of networking devices?

2013-10-09 Thread Jiang, Yunhong
Several thing in my mind: a) NIC need more information like the switch, and these information need be managed by nova also. We have basic support, but not fully implemented. b) How to setup the device, including the mac address or 802.1Qbh etc. Libvirt have several option to support it, need more

[Openstack] Connection between VMS

2013-10-09 Thread Guilherme Russi
Hello guys, I have some VMs and I'd like to connect them through their name, for example, my VMs are named cloud-vm01 to cloud-vmn but I can't ssh from cloud-vm01 in cloud-vm02 doing "ssh user@cloud-vm01". How can I workaround it? Regards. Guilherme. ___

Re: [Openstack] "nova list" returns nothing

2013-10-09 Thread Gangur, Hrushikesh (R & D HP Cloud)
Do you see any error message is nova-api.log or api.log? From: Clement Buisson [mailto:clement.buis...@lookout.com] Sent: Wednesday, October 09, 2013 5:33 PM To: rvak...@redhat.com Cc: Gangur, Hrushikesh (R & D HP Cloud); openstack Subject: Re: [Openstack] "nova list" returns nothing Did anyone e

Re: [Openstack] "nova list" returns nothing

2013-10-09 Thread Clement Buisson
Did anyone experience the same issue? On Wed, Oct 2, 2013 at 11:52 PM, Rami Vaknin wrote: > On 10/03/2013 03:12 AM, Clement Buisson wrote: > > All these variables are correct, I just double checked them. > This is really strange because it was working fine and stopped working all > of the sudd

Re: [Openstack] Connection between VMS

2013-10-09 Thread Rick Jones
On 10/09/2013 05:32 PM, Guilherme Russi wrote: Hello guys, I have some VMs and I'd like to connect them through their name, for example, my VMs are named cloud-vm01 to cloud-vmn but I can't ssh from cloud-vm01 in cloud-vm02 doing "ssh user@cloud-vm01". How can I workaround it? When you say

Re: [Openstack] Connection between VMS

2013-10-09 Thread Guilherme Russi
Hello Rick, Here is the command: ubuntu@small-vm02:~$ ssh ubuntu@small-vm03 ssh: Could not resolve hostname small-vm03: Name or service not known My point is, I have my cloud-vm01 with IP 10.5.5.3 and I want ssh to my cloud-vm02 with IP 10.5.5.4, but I can't simply do "ssh ubuntu@10.5.5.4" becau

Re: [Openstack] What Exactly Flavor Work?

2013-10-09 Thread Mahardhika Gilang
Alright, i'll give it try, thanks for both of you. will update soon. On 10/9/2013 9:32 PM, Bob Ball wrote: Yes, just to confirm the XenAPI driver will automatically resize disks where it can without needing an agent / cloud-init installed in the VM. It does this by mounting the disk in the do

[Openstack] Outreach Program for Women

2013-10-09 Thread Chalani Ediriweera
Hi all, I would like to participate Outreach Program for Women under OpenStack. I am interested about "deploying a free software conferencing systems for OpenStack" project. Can anyone please give me more details on this project? Thank you. Chalani Ediriweera, University of Ruhuna, Sri Lanka.

[Openstack] [Swift] Object expiration vs DELETE

2013-10-09 Thread Shrinand Javadekar
Hi, Objects in a swift container can be deleted by either explicitly deleting them or by setting a expiry timestamp on them. Is there a performance difference between the two? For example, when I want to delete an object, instead of deleting it, can I simply set the X-Delete-After attribute of tha

Re: [Openstack] [Swift] Object expiration vs DELETE

2013-10-09 Thread Samuel Merritt
On 10/9/13 8:28 PM, Shrinand Javadekar wrote: Hi, Objects in a swift container can be deleted by either explicitly deleting them or by setting a expiry timestamp on them. Is there a performance difference between the two? For example, when I want to delete an object, instead of deleting it, can

Re: [Openstack] [Swift] Object expiration vs DELETE

2013-10-09 Thread Shrinand Javadekar
I am using Rackspace Cloudfiles-US. I don't have access to the actual storage servers to find out if the expirer is running. But given that it is a publicly available object store, I would hope so :-). -Shri On Wed, Oct 9, 2013 at 8:46 PM, Morten Møller Riis wrote: > Is the swift-object-expir

Re: [Openstack] [Swift] Object expiration vs DELETE

2013-10-09 Thread Morten Møller Riis
Is the swift-object-expirer daemon running? Mvh / Best regards Morten Møller Riis Gigahost ApS m...@gigahost.dk On Oct 10, 2013, at 2:28 PM, Shrinand Javadekar wrote: > Hi, > > Objects in a swift container can be deleted by either explicitly deleting > them or by setting a expiry timestamp

Re: [Openstack] [Swift] Object expiration vs DELETE

2013-10-09 Thread Morten Møller Riis
Hehe, alright :) Well, as their documentation says: http://www.rackspace.com/blog/rackspace-cloud-files-how-to-use-expiring-objects-api-functionality/ It should "just work" :) If it doesn't it's not an openstack issue but a rackspace issue ;) Mvh / Best regards Morten Møller Riis Gigahost ApS

Re: [Openstack] Swift sharding across containers

2013-10-09 Thread Shrinand Javadekar
Thanks Chuck. In order to really measure this, I ran some tests on Rackspace; i.e. I got a VM on Rackspace and that VM was talking to a Rackspace Cloudfiles-US swift cluster. The VM and object store were both in the Chicago region. The downside of using a public object store is that I have little

Re: [Openstack] Neutron support for passthrough of networking devices?

2013-10-09 Thread Irena Berezovsky
Hi Chris, Jiang, We are also looking into enchantment of basic PCI pass-through to provide SR-IOV based networking. In order to support automatic provisioning, it requires the awareness to what virtual network to connect the requested SR-IOV device. This should be considered by the scheduler in