[Openstack] Openstack swift LOOPBACK Query

2014-04-24 Thread Ankit Deshwal
Hello Everyone I have installed openstack swift single node and i followed this tutorial http://docs.openstack.org/developer/swift/development_saio.html i have doubt regarding loopback storage. In loopback device storage i gave 10 gb of stoage for sdb1 I want it to be 40 gb How to truncate

[Openstack] Intermittent network connection issue with OVS 1.10.2

2014-04-24 Thread Rajshree Thorat
Hi All, I have deployed OpenStack Multi node Havana for provisioning VMs using ESXi as hypervisor. However, OpenStack instances looses network connectivity every so often. We could see the ARP reply on the GRE tunnel on the network node, but we don't see it in the tcpdump on the 'qr-xxx' inte

[Openstack] Trove dbaas starting guide

2014-04-24 Thread Ali Nazemian
Hi, I installed trove with using redstack automated script. But right now I am going to start all related services manually, Is there any guide for that? (I dont want to reinstall it every time I am going to boot up system) regards. -- A.Nazemian ___ Ma

Re: [Openstack] [nova] Havana -> Icehouse upgrades with cells

2014-04-24 Thread Sam Morrison
Hey Chris, On 24 Apr 2014, at 4:28 pm, Chris Behrens wrote: > On Apr 23, 2014, at 6:36 PM, Sam Morrison wrote: > >> Yeah I’m not sure what’s going on, I removed my hacks and tried it using the >> conductor rpcapi service and got what I think is a recursive call in >> nova-conductor. >> >> A

[Openstack] Two flat networks

2014-04-24 Thread Matej
Hi, I was able to solve all the problems that I had with getting one flat network in the same subnet as I have a router in - 192.168.22.0/24. Instances successfully get IP addresses in the desired pool and the communication works perfectly. As an "upgrade" to that I still want to use my public IP

Re: [Openstack] Intermittent network connection issue with OVS 1.10.2

2014-04-24 Thread Trump.Zhang
Hi, Rajshree: As far as I know, the ovs package on HAVANA RDO repo has some problem which may result in network input performance ok but very bad output performance. I don't know if it is the same situation as yours, you can reference this: http://openvswitch.org/pipermail/discuss/2013-A

[Openstack] Fwd: Two flat networks

2014-04-24 Thread Matej
Hello, Issue solved. I had some stupid wiring problems :-) Regards, Matej -- Forwarded message -- From: Matej Date: Thu, Apr 24, 2014 at 3:28 PM Subject: Two flat networks To: "openstack@lists.openstack.org" Hi, I was able to solve all the problems that I had with getting on

Re: [Openstack] [nova] Havana -> Icehouse upgrades with cells

2014-04-24 Thread Chris Behrens
On Apr 24, 2014, at 6:10 AM, Sam Morrison wrote: > Hmm I may have but I’ve just done another test with everything set to > use_local=False except nova-conductor where use_local=True > I also reverted that change I put though as mentioned above and I still get > an infinite loop. Can’t really f

Re: [Openstack] Nova error starting VM with 32 network connections

2014-04-24 Thread Nagaraj Mandya
Hello, I figured that this was happening because of the haproxy service. I had to increase the tune.bufsize parameter of haproxy to 32k and then this request between Nova and Neutron started working. -- Regards, Nagaraj On Wed, Apr 23, 2014 at 8:03 PM, Nagaraj Mandya wrote: > Hello, > I am

[Openstack] br-tun and br-int bridges in Neutron OVS

2014-04-24 Thread HS
Hi, When OVS plugin is used with GRE option in Neutron, I see that each compute node has br-tun and br-int bridges created. I'm trying to understand why we need the additional br-tun bridge here. Can't we create tunneling ports in br-int bridge, and have br-int relay traffic between VM ports and

Re: [Openstack] br-tun and br-int bridges in Neutron OVS

2014-04-24 Thread Jay Pipes
On Thu, 2014-04-24 at 11:19 -0400, HS wrote: > Hi, > > When OVS plugin is used with GRE option in Neutron, I see that each > compute node has br-tun and br-int bridges created. > > I'm trying to understand why we need the additional br-tun bridge > here. Can't we create tunneling ports in br-int

[Openstack] NOTE: Re: migrate cinder volume

2014-04-24 Thread Dimitri Maziuk
On 04/01/2014 05:13 PM, John Griffith wrote: > On Tue, Apr 1, 2014 at 3:34 PM, Dimitri Maziuk wrote: >> >> is there a command to migrate a volume from one cinder host to another? > [root@osc-1 cinder]# cinder help migrate > usage: cinder migrate [--force-host-copy ] FYI: this does not work with

Re: [Openstack] br-tun and br-int bridges in Neutron OVS

2014-04-24 Thread Narasimhan, Vivekanandan
I believe the major reason for doing so could be to decouple underlay L2 technology from the overlay VM ports themselves. The overlay VM ports can continue to plugged with classic VLAN , while the underlay L2 technology on how these VMs talk to the cloud could be dynamically changed. If t

[Openstack] Add registration function to horizon

2014-04-24 Thread Xiao Hanyu
Hi, stackers: Recent days I've implemented a registration function for openstack horizon, through which you can register and activate an account directly in horizon, thus you can boot a tiny server without asking for your administrators to creating an account for you. I've implemented the basics

Re: [Openstack] Add registration function to horizon

2014-04-24 Thread Martinx - ジェームズ
I'm interested! Cheers! On 24 April 2014 14:29, Xiao Hanyu wrote: > Hi, stackers: > > Recent days I've implemented a registration function for openstack > horizon, through which you can register and activate an account directly in > horizon, thus you can boot a tiny server without asking for yo

Re: [Openstack] [nova] Havana -> Icehouse upgrades with cells

2014-04-24 Thread Sam Morrison
On 25 Apr 2014, at 12:30 am, Chris Behrens wrote: >>> So, does your nova-conductor not have object version 1.13? As I was trying >>> to get at in a previous reply, I think the only way this can possibly work >>> is that you have Icehouse nova-conductor running in ALL cells. >> >> OK so in my

Re: [Openstack] [Nova] How to attach an ISO image in Glance to running instance

2014-04-24 Thread Martinx - ジェームズ
Hi! You can attach a Cinder volume to a running instance... To make a Cinder volume looks like a ISO, I think you can do the following step at your "cinder-volume" node: dd if=/my/iso/file.iso of=/dev/cinder-volumes/LOGICAL_VOLUME_OF_CINDER Then, attach it to your instance... I'm not sure if i

Re: [Openstack] NOTE: Re: migrate cinder volume

2014-04-24 Thread Martinx - ジェームズ
Hi! If the Cinder volumes *are unattached* (and are based on LVM2), you can do this: --- - receiving end: host-1# nc -l 7000 | dd of=/dev/mapper/cinder-volume-BLAH bs=32768 - sending end: host-2# dd if=/dev/mapper/cinder-volume-BLAH bs=32768 | nc host-1 7000 --- BTW Dimitri, what about BTRFS

[Openstack] [Heat] Template with dynamic instance count?

2014-04-24 Thread Adam Lawson
Does Heat support HOT templates where the user can enter the number of instances to launch with a specific configuration? I would think so but besides not finding anything other than count: , and the fact that the resource_id parameter needs to be unique seems to suggest this approach isn't how to

Re: [Openstack] Public IPs without NAT

2014-04-24 Thread Zuo Changqian
Hi, Matej. About network_vlan_ranges = physnet1 bridge_mappings = physnet1:br-int I think br-int can not be used here. You may need another physical interface (or something can function like this) on all compute nodes, let's say ethX, and create a new bridge like: ovs-vsctl add-br flatnet

Re: [Openstack] [Nova] How to attach an ISO image in Glance to running instance

2014-04-24 Thread Zhangleiqiang (Trump)
Thanks for your reply and advice. Create a volume from glance image or through “dd” and then attach to Instance do work. However, if we have not persistent-storage (Cinder) or cannot create volume because quota limit, there will no other method to do so? -- zhangleiqiang (Trump) Best

[Openstack] Regions and zones

2014-04-24 Thread Shital Patil
Hi, I want to know the concept of regions and zones I have read this but need to practically understand this http://kimizhang.wordpress.com/2013/08/26/openstack-zoning-regionavailability-zonehost-aggregate/ What changes will be there in authentication requests for accessing resources over many r

[Openstack] Openstack volume device name convention

2014-04-24 Thread Udara Liyanage
Hi, I have setup Openstack havana version. When I attach a device to an instance I provide the device name as /dev/vdc. But the actual device name inside the instance is "vdb". Next volume attached get the device name as "vdc". Regardless of the device name I provide at the time of attachment, ab