Re: [Openstack] confused about nova-manage network create parameters

2013-01-30 Thread Shake Chen
I aslo have other question. In folsom, use nova netwrok. nova-manage network create private --fixed_range_v4=${FIXED_RANGE} --num_networks=1 --bridge=br100 --bridge_interface=eth0 --network_size=${NETWORK_SIZE} --dns1=8.8.8.8 --dns2=8.8.4.4 --multi_host=T but seem the dns setting not working.

Re: [Openstack] nova client support for restore from soft delete ?

2013-01-30 Thread Day, Phil
Hi Vish, Sorry, I wasn't very clear in my original post. I have reclaim_instance_inteval set, and the instance does go to SOFT_DELETED. I can see that the api extension adds a restore verb to the list of actions on an instance. What I was trying to find out was if that additional action

[Openstack] [Nova] Detect KVM zombie instances

2013-01-30 Thread Alejandro Comisario
Hi guys. Maybe i had to ask in a KVM list, but worth the try. We have lots of instances that some tenants spawn and left them for testing purposes floating in the cloud. Since we know that tools like powertop and alike can help us, the idea is to detect instances that are basically, doing

Re: [Openstack] Configuring instances during first boot

2013-01-30 Thread Scott Moser
On Tue, 29 Jan 2013, Juerg Haefliger wrote: On Tue, Jan 29, 2013 at 3:03 PM, Pádraig Brady p...@draigbrady.com wrote: On 01/29/2013 01:08 PM, JuanFra Rodriguez Cardoso wrote: Thanks for your replies!! Has anyone tried to resize root disk of Centos/Fedora instances with cloud-init?

Re: [Openstack] Copy glance image to cinder bootable volumes - copy_image_to_volume

2013-01-30 Thread Lei Zhang
I also have a question. What's the requirement for the image? I found nothing int the doc. On Tue, Jan 29, 2013 at 5:38 PM, Benoit ML ben4...@gmail.com wrote: Hello, Thank you ! nice :) I'm really impatient to test cinder with NetApp device (soon it will be). In the documentation :

Re: [Openstack] Configuring instances during first boot

2013-01-30 Thread Juerg Haefliger
On Wed, Jan 30, 2013 at 3:08 PM, Scott Moser smo...@ubuntu.com wrote: On Tue, 29 Jan 2013, Juerg Haefliger wrote: On Tue, Jan 29, 2013 at 3:03 PM, Pádraig Brady p...@draigbrady.com wrote: On 01/29/2013 01:08 PM, JuanFra Rodriguez Cardoso wrote: Thanks for your replies!! Has anyone

Re: [Openstack] Copy glance image to cinder bootable volumes - copy_image_to_volume

2013-01-30 Thread Avishay Traeger
Lei Zhang zhang.lei@gmail.com wrote on 01/30/2013 04:39:22 PM: I also have a question. What's the requirement for the image? I found nothing int the doc. Hi, The requirements that I can think of off the top of my head are: 1. The image should be bootable 2. The image is converted to raw

[Openstack] List of Cinder compatible devices

2013-01-30 Thread Tim Bell
Is there a list of devices which are currently compatible with cinder and their relative functionality ? Looking through the source code, there are EMC, IBM, NetApp, Nexenta but it is not clear which models are supported or if there are other products also. A functionality matrix (like

Re: [Openstack] [Swift] Administration Interfaces/Tools for Swift

2013-01-30 Thread Gui Maluf
Nice things guys! I think for the monitoring purpose swift is well served. There is many tools that make the work. But seems that there is a lack of a admin interface, right? What I've found on SwiftStack looks pretty, but unfortunately their tool is paid, and I couldnt get how much they want for

[Openstack] multiple public ip

2013-01-30 Thread Umar Draz
HI, I want to alocate multiple public ip address to instance, is this possible with openStack? Best Regards, Umar ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] console.log is empty, what to do?

2013-01-30 Thread JuanFra Rodriguez Cardoso
Hi all: I've tested default image 'cirros' and instance logging works fine. However, I need to add some script to /etc/rc3.d/ in my instance (CentOS). Does anyone know how to redirect initial logs to file console.log? Thanks, JuanFra --- Hi Guys, I have a question concerning the instance

Re: [Openstack] Copy glance image to cinder bootable volumes - copy_image_to_volume

2013-01-30 Thread Martinx - ジェームズ
What I just did to successfully boot from a volume: 1- Create a KVM Virtual Machine on top of a LVM Logical Volume of 2.5G as its HD (disk type block - /dev/volgrp0/vmname-disk0); 2- Install your favorite OS; 3- shutdown it; 4- make a image of it: dd if=/dev/volgrp0/vmname-disk0

Re: [Openstack] multiple public ip

2013-01-30 Thread Caitlin Bestler
Umar Draz asked:   I want to allocate multiple public ip address to instance, is this possible with openStack?   In order to properly orchestrate resources you need to distinguish between the server holding that resource and the IP address used to talk with that server. The fact that a

Re: [Openstack] Copy glance image to cinder bootable volumes - copy_image_to_volume

2013-01-30 Thread Martinx - ジェームズ
BTW! On the step 2, if you install a Ubuntu Minimal Virtual Machine, select Guided LVM Partitioning. This way, when you make a 5~10~50G boot-volume, you'll be able to easily grow your Ubuntu file systems (from 2.5G inicial) using its internal LVM (try parted instead of fdisk/cfdisk!)... You'll

[Openstack] Problem with IP on VMs

2013-01-30 Thread Guilherme Russi
Hello all, I'm using Folsom on Ubuntu server 12.04 and I'm getting problems with ping and login ssh. Can anybody help me? Regards. Guilherme. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] multiple public ip

2013-01-30 Thread Umar Draz
Hi Caitlin, I need multiple ip address for my Haproxy server. Here is my senario I have already running Haproxy Server virtual machine for web load balancing on vSphare with 45 public ip address. We are running 45 diffrent websites and we required diffrent ips for each webiste. We have 6

Re: [Openstack] Copy glance image to cinder bootable volumes - copy_image_to_volume

2013-01-30 Thread John Griffith
On Wed, Jan 30, 2013 at 7:39 AM, Lei Zhang zhang.lei@gmail.com wrote: I also have a question. What's the requirement for the image? I found nothing int the doc. On Tue, Jan 29, 2013 at 5:38 PM, Benoit ML ben4...@gmail.com wrote: Hello, Thank you ! nice :) I'm really impatient to

Re: [Openstack] multiple public ip

2013-01-30 Thread Ritesh Nanda
What i know you can't assign two or more Floating ip to a instance , a solution which i can see for your problem can be having Dns server even on local network , assign it a floating ip even , and Using external and internal veiws in DNS you can route your request from Ha proxy to local network

Re: [Openstack] Problem with IP on VMs

2013-01-30 Thread Ritesh Nanda
Can you give more details for your setup. On Thu, Jan 31, 2013 at 12:55 AM, Guilherme Russi luisguilherme...@gmail.com wrote: Hello all, I'm using Folsom on Ubuntu server 12.04 and I'm getting problems with ping and login ssh. Can anybody help me? Regards. Guilherme.

Re: [Openstack] Problem with IP on VMs

2013-01-30 Thread Rain Li
Have you setup the secgroup rules? On Wed, Jan 30, 2013 at 2:02 PM, Ritesh Nanda riteshnand...@gmail.comwrote: Can you give more details for your setup. On Thu, Jan 31, 2013 at 12:55 AM, Guilherme Russi luisguilherme...@gmail.com wrote: Hello all, I'm using Folsom on Ubuntu server

Re: [Openstack] List of Cinder compatible devices

2013-01-30 Thread Sébastien Han
+ RBD (Ceph) +1 for the matrix, this will be really nice :-) -- Regards, Sébastien Han. On Wed, Jan 30, 2013 at 5:04 PM, Tim Bell tim.b...@cern.ch wrote: Is there a list of devices which are currently compatible with cinder and their relative functionality ? Looking through the source

Re: [Openstack] List of Cinder compatible devices

2013-01-30 Thread Tom Fifield
Here's a starting point: http://wiki.openstack.org/CinderSupportMatrix Regards, Tom On 31/01/13 09:00, Sébastien Han wrote: + RBD (Ceph) +1 for the matrix, this will be really nice :-) -- Regards, Sébastien Han. On Wed, Jan 30, 2013 at 5:04 PM, Tim Bell tim.b...@cern.ch wrote:

Re: [Openstack] Problem with IP on VMs

2013-01-30 Thread Guilherme Russi
No, how can I do that? Thank you. 2013/1/30 Rain Li lyp20062...@gmail.com Have you setup the secgroup rules? On Wed, Jan 30, 2013 at 2:02 PM, Ritesh Nanda riteshnand...@gmail.comwrote: Can you give more details for your setup. On Thu, Jan 31, 2013 at 12:55 AM, Guilherme Russi

Re: [Openstack] [Swift] Administration Interfaces/Tools for Swift

2013-01-30 Thread Alex Yang
You can try to use StatD wisth zabbix. 2013/1/31 Gui Maluf guimal...@gmail.com Nice things guys! I think for the monitoring purpose swift is well served. There is many tools that make the work. But seems that there is a lack of a admin interface, right? What I've found on SwiftStack looks

Re: [Openstack] Problem with IP on VMs

2013-01-30 Thread Lei Zhang
check list - login the vm through vnc, and check whether it get IP? - login in the vm from the host machine to check whether the IP is works - check the secgroup using command nova secgroup-list-rules On Thu, Jan 31, 2013 at 8:20 AM, Guilherme Russi luisguilherme...@gmail.com wrote:

[Openstack] Horizon and open connections

2013-01-30 Thread Sam Morrison
We have horizon running based on the Ubuntu Folsom Cloud Archive packages. What I notice is that after a while we have thousands of connections in the CLOSE_WAIT state to keystone and our nova api servers. The host also uses up all it's available memory (2GB) After a restart of apache all the

Re: [Openstack] multiple public ip

2013-01-30 Thread Vishvananda Ishaya
On Jan 30, 2013, at 11:35 AM, Umar Draz unix...@gmail.com wrote: Hi Caitlin, I need multiple ip address for my Haproxy server. Here is my senario I have already running Haproxy Server virtual machine for web load balancing on vSphare with 45 public ip address. We are running 45

Re: [Openstack] nova client support for restore from soft delete ?

2013-01-30 Thread Sam Stoelinga
It seems we're using start to restore the instance, which also works. novaclient(request).servers.start(instance_id) Sam On Thu, Jan 31, 2013 at 10:43 AM, Vishvananda Ishaya vishvana...@gmail.comwrote: Yes I noticed the other day that the restore and force_delete admin commands are not in

[Openstack] Multi-site OpenStack deployments

2013-01-30 Thread Balamurugan V G
Hi, Is there a recommended way to deploy OpenStack at multiple sites/data centers? Basically I want to have just one cluster of SWIFT, Glance etc so that the images do not have to be maintained by me and I can still deploy those images on compute nodes at any site. Any thoughts on this will be

[Openstack] nova ceph integration

2013-01-30 Thread Wolfgang Hennerbichler
Hi, I'm sorry if this has been asked before. My question is: can I integrate ceph into openstack's nova cinder in a way, that I don't need /var/lib/nova/instances anymore? I'd like to have EVERYTHING in ceph, starting from glance images to nova-disk-images and volumes (cinder). And more

Re: [Openstack] nova client support for restore from soft delete ?

2013-01-30 Thread Hanyu Xiao
Hi guys: As I know, soft-delete an instance only power off the instance and then mark the db state to soft-delete. you can use `nova start ` to poweron the instance. Thanks. On 01/31/2013 01:32 PM, Sam Stoelinga wrote: It seems we're using start to restore the instance, which also works.

[Openstack] Can not create snapshot

2013-01-30 Thread Wolfgang Hennerbichler
Hi, using ubuntu LTS and latest folsom release, but I am unfortunately unable to create a snapshot of a running instance. I see the following errors in nova-compute.log and have a hard time interpreting the errors: libvirtError: [-] Error during ComputeManager._report_driver_status: Domain

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_quantum_trunk #258

2013-01-30 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/258/Project:raring_grizzly_quantum_trunkDate of build:Wed, 30 Jan 2013 03:01:09 -0500Build duration:9 min 1 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #572

2013-01-30 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/572/Project:precise_grizzly_nova_trunkDate of build:Wed, 30 Jan 2013 07:31:11 -0500Build duration:3 min 30 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #584

2013-01-30 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/584/Project:raring_grizzly_nova_trunkDate of build:Wed, 30 Jan 2013 09:34:30 -0500Build duration:3 min 51 secBuild cause:Started by user anonymousBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_cinder_trunk #114

2013-01-30 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/114/Project:raring_grizzly_cinder_trunkDate of build:Wed, 30 Jan 2013 09:52:53 -0500Build duration:4 min 19 secBuild cause:Started by user anonymousBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_nova_trunk #585

2013-01-30 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/585/Project:raring_grizzly_nova_trunkDate of build:Wed, 30 Jan 2013 10:12:36 -0500Build duration:13 minBuild cause:Started by user anonymousBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #573

2013-01-30 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/573/Project:precise_grizzly_nova_trunkDate of build:Wed, 30 Jan 2013 12:31:12 -0500Build duration:4 min 42 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_cinder_trunk #116

2013-01-30 Thread openstack-testing-bot
Title: precise_grizzly_cinder_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_trunk/116/Project:precise_grizzly_cinder_trunkDate of build:Wed, 30 Jan 2013 13:31:13 -0500Build duration:3 min 49 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_ceilometer_trunk #62

2013-01-30 Thread openstack-testing-bot
Title: precise_grizzly_ceilometer_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_ceilometer_trunk/62/Project:precise_grizzly_ceilometer_trunkDate of build:Wed, 30 Jan 2013 15:31:08 -0500Build duration:3 min 51 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #574

2013-01-30 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/574/Project:precise_grizzly_nova_trunkDate of build:Wed, 30 Jan 2013 15:32:11 -0500Build duration:4 min 0 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_nova_trunk #588

2013-01-30 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/588/Project:raring_grizzly_nova_trunkDate of build:Wed, 30 Jan 2013 17:02:15 -0500Build duration:3 min 46 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #576

2013-01-30 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/576/Project:precise_grizzly_nova_trunkDate of build:Wed, 30 Jan 2013 17:31:18 -0500Build duration:4 min 1 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_nova_trunk #589

2013-01-30 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/589/Project:raring_grizzly_nova_trunkDate of build:Wed, 30 Jan 2013 17:31:38 -0500Build duration:13 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: folsom_coverage #399

2013-01-30 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/folsom_coverage/399/ -- Started by command line by jenkins Building on master in workspace http://10.189.74.7:8080/job/folsom_coverage/ws/ No emails were triggered. [workspace] $ /bin/bash -x

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: folsom_coverage #401

2013-01-30 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/folsom_coverage/401/ -- Started by command line by jenkins Building on master in workspace http://10.189.74.7:8080/job/folsom_coverage/ws/ No emails were triggered. [workspace] $ /bin/bash -x

[Openstack-ubuntu-testing-notifications] Jenkins build is back to normal : folsom_coverage #402

2013-01-30 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/folsom_coverage/402/ -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #577

2013-01-30 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/577/Project:precise_grizzly_nova_trunkDate of build:Wed, 30 Jan 2013 22:01:15 -0500Build duration:3 min 45 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #578

2013-01-30 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/578/Project:precise_grizzly_nova_trunkDate of build:Wed, 30 Jan 2013 22:31:13 -0500Build duration:3 min 38 secBuild cause:Started by an SCM changeBuilt