[Openstack] Fn::FindInMap gives error in Heat HOT Template

2015-02-10 Thread Khayam Gondal
In my HOT template heat_template_version: 2014-10-16 I have a autoscaling group as auto_scale_server: type: OS::Heat::AutoScalingGroup properties: min_size: 0 max_size: { "Fn::FindInMap" : [ "mirror_map", { "Ref" : "Mirror" } ]} resource: type: OS::Nova::Server

Re: [Openstack] Unable to create snapshots.

2015-02-10 Thread Lei Zhang
@Vijaya Bhashar OK. I will follow that bug and make some comment. On Tue, Feb 10, 2015 at 4:30 PM, Vijaya Bhaskar < vijayabhas...@sparksupport.com> wrote: > Same here ,when I do with 2 instances , the snapshot works fine. So there > is a bug somewhere. Can you(Lei) please update in this bug > ht

Re: [Openstack] scheduler per different host aggregate

2015-02-10 Thread Jay Lau
There is a bp https://blueprints.launchpad.net/nova/+spec/multiple-scheduler-drivers for this but seems not active now. Thanks! 2015-02-11 5:05 GMT+08:00 Remo Mattei : > > Hello all, > I wonder if there is a way to use different schedule for the host > aggregate. Like I have one machine which wil

[Openstack] [Heat][convergence] Formal model for SyncPoints

2015-02-10 Thread Ryan Brown
Heat team, After looking at Zane's prototype[1] and the ML threads on SyncPoint, I thought it'd be helpful to make a model of *just* the logic around resource locking. Hopefully, it'll help during implementation to be able to see just the logic without the stubbed-out data store etc from the proto

[Openstack] scheduler per different host aggregate

2015-02-10 Thread Remo Mattei
Hello all, I wonder if there is a way to use different schedule for the host aggregate. Like I have one machine which will have lot of machine in one end and the other will have few machines since one is the client and the other is the customer (so the customer will have multiple clients).. T

Re: [Openstack] New to the organisation

2015-02-10 Thread Anne Gentle
On Tue, Feb 10, 2015 at 11:18 AM, Sakshi Agarwal wrote: > Hello everyone, >I want to contribute to the organisation as a part of Outreach > Program For Women'15, now called Outreachy. I am pursuing B.Tech Computer > Science from VIT, Vellore(India) and currently in second year of my > col

[Openstack] centos 5 image creation

2015-02-10 Thread Marcelo Roccasalva
Hi, I need a centos 5.4 image and, as I can't found one, I tried to build one following http://docs.openstack.org/image-guide/content/virt-manager.html doc. Everything appears ok, but when I instanciate it, I get: Filesystem type id ext2fs, partition type 0x83 kernel /boot/vmlinuz-2.6.18-400.1.1.

Re: [Openstack] New to the organisation

2015-02-10 Thread Brad Knowles
On Feb 10, 2015, at 11:35 AM, xico loco wrote: > making a barbecue in the future and invite everyone ... > > i already think in that ... > > > best regards from Brazil Ahh, Brazilian Barbacoa. Yeah, I think we could invite all the OpenStack developers in the world to come down there and ha

Re: [Openstack] New to the organisation

2015-02-10 Thread Marton Kiss
Hi Sakshi, Definitely, start with bug fixing, pick a project, try to contribute back some low-hanging fruits. Feel free to join the project's irc channel and ask for help, OpenStack is an open community with really helpful members, and we always welcome new people. I suggest to start with a smalle

Re: [Openstack] New to the organisation

2015-02-10 Thread xico loco
making a barbecue in the future and invite everyone ... i already think in that ... best regards from Brazil 2015-02-10 15:18 GMT-02:00 Sakshi Agarwal : > Hello everyone, >I want to contribute to the organisation as a part of Outreach > Program For Women'15, now called Outreachy. I am

Re: [Openstack] New to the organisation

2015-02-10 Thread Sakshi Agarwal
Hello everyone, I want to contribute to the organisation as a part of Outreach Program For Women'15, now called Outreachy. I am pursuing B.Tech Computer Science from VIT, Vellore(India) and currently in second year of my college.I am interested in Python programming. Should I start contribut

Re: [Openstack] [FUEL] Nova novncproxy doesn't work.

2015-02-10 Thread Leszczuk, Lukasz
Thank you, it solved my issue. Best Regards, Lukasz Leszczuk -Original Message- From: 刘俊朋 [mailto:liujunp...@inspur.com] Sent: Tuesday, February 10, 2015 1:40 AM To: Leszczuk, Lukasz; openstack@lists.openstack.org Cc: Kuriata, Andrzej Subject: 答复: [FUEL] Nova novncproxy doesn't work. mo

Re: [Openstack] Diagramm

2015-02-10 Thread Richard Raseley
Georgios Dimitrakakis wrote: > Hi all! > > I would like to know what software are you using to design diagramms of > OpenStack installations. Ideally I would like to be able to sketch both > physical and virtual connections, nodes, storage arrays etc. > > > All the best, > > > George Georgios, I

[Openstack] Diagramm

2015-02-10 Thread Georgios Dimitrakakis
Hi all! I would like to know what software are you using to design diagramms of OpenStack installations. Ideally I would like to be able to sketch both physical and virtual connections, nodes, storage arrays etc. All the best, George ___ Mailing li

Re: [Openstack] [SWIFT] Bad replication performance after adding new drives

2015-02-10 Thread Robert van Leeuwen
> I set the vfs_cache_pressure to 10 and moved container- and account-server to > SSD harddrives. > The normal performance for object writes and reads are quite ok. > But why takes moving some partions to only two new harddisks so much time? > Will it be faster if I add more memory? My guess: Pr

[Openstack] Device not found?

2015-02-10 Thread Bjoern Meier
Hi, I'm new to openstack and figure out how to manage to get a working hyper-v 2012 compute agent (thx to claoudbase). Except: the network adapter does't get a binding. What I found is: /opt/stack/logs/screen-q-svc.log:2015-02-10 11:09:18.100 WARNING neutron.plugins.ml2.rpc [req-f2558533-d162-4e0

Re: [Openstack] [SWIFT] Bad replication performance after adding new drives

2015-02-10 Thread Klaus Schürmann
Hi Robert, I know your blogpost very well and I made a lot of changes to my cluster. I set the vfs_cache_pressure to 10 and moved container- and account-server to SSD harddrives. The normal performance for object writes and reads are quite ok. But why takes moving some partions to only two new

Re: [Openstack] object storage error: permission denied

2015-02-10 Thread Ali Nazemian
Fortunately disabling SElinux solved my problem. Is disabling SELinux make openstack vulnerable to attacks? Regards. On Tue, Feb 10, 2015 at 12:39 PM, Anil2 Sharma wrote: > Hi Ali Nazemian, > > > > Can you post the output of account.builder, container.builder and > object.builder file? > > > >

Re: [Openstack] [SWIFT] Bad replication performance after adding new drives

2015-02-10 Thread Robert van Leeuwen
> I have a swift cluster with 7 storagenodes. The cluster has about 360 million > objects with an average size of 170kB. > I added 2 new harddrives to my cluster and now it takes weeks for one > replication round: > Is this a normal behavior? > Hardware: > DELL PowerEdge R720xd > 32 GB RAM > Har

Re: [Openstack] Does Xenserver support cinder volume?

2015-02-10 Thread Bob Ball
Hi, The XenAPINFS driver has indeed been deprecated from Cinder and is not currently under development. This driver was known broken (some required functionality was missing) and only useful in a very specific use case. The XenAPI nova driver can, of course, attach Cinder drives exposed over i

[Openstack] [SWIFT] Bad replication performance after adding new drives

2015-02-10 Thread Klaus Schürmann
Hi, I have a swift cluster with 7 storagenodes. The cluster has about 360 million objects with an average size of 170kB. I added 2 new harddrives to my cluster and now it takes weeks for one replication round: Feb 10 09:40:41 storage-node1 object-replicator: 7698658 suffixes checked - 9.03% h

[Openstack] [Juno][Nova] launch vm with some subnet

2015-02-10 Thread xiaoyang.yu
from havana to juno, we cannot select some subnet but only network, what should we do with the nova code to realize this function? ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.o

[Openstack] Does Xenserver support cinder volume?

2015-02-10 Thread 한승진
I noticed that XenAPINFSdriver is not included in cinder trunk any longer. Xen storage manager volume driver is introduced a couple year ago. However, there are no contribution codes though. Does someone plan to develop this driver? ___ Mailing list: ht

[Openstack] [Neutron][DVR]Neutron distributed SNAT

2015-02-10 Thread Wilence Yao
Hi all, After OpenStack Juno, floating ip is handled by dvr, but SNAT is still handled by l3agent on network node. The distributed SNAT is in future plans for DVR. In my opinion, SNAT can move to DVR as well as floating ip. I have searched in blueprint, there is little about distributed SNAT. Is

Re: [Openstack] New to the organisation

2015-02-10 Thread Tom Fifield
Hi Sakshi, Welcome to OpenStack! It's great to have you. What are you interested in contributing? Is there a particular project or technology that is getting your attention? We have some generic information on how to contribute on our wiki at: https://wiki.openstack.org/wiki/How_To_Contribute

Re: [Openstack] object storage error: permission denied

2015-02-10 Thread Anil2 Sharma
Hi Ali Nazemian, Can you post the output of account.builder, container.builder and object.builder file? Regards Anil From: Ali Nazemian [mailto:alinazem...@gmail.com] Sent: Tuesday, February 10, 2015 1:17 PM To: Remo Mattei Cc: openstack Subject: Re: [Openstack] object storage error: permissio

Re: [Openstack] br-ex issue in juno

2015-02-10 Thread Kevin Benton
It just stops it from automatically trying to create and delete the bridge. On Feb 9, 2015 9:24 PM, "ppnaik" wrote: > networking script means ifcfg-br-ex in CentOS? But would it not stop the > networking? > > On 2015-02-10 04:24, Kevin Benton wrote: > >> One option would be to remove the line "DE

Re: [Openstack] New to the organisation

2015-02-10 Thread Jitendra Kumar Bhaskar
Hi Sakshi, Please follow the link https://wiki.openstack.org/wiki/How_To_Contribute to contribute. Regards *Jitendra* +91-9989743042 On Tue, Feb 10, 2015 at 2:13 PM, Sakshi Agarwal wrote: > Hey, > I am new and want to contribute to your organisation, can someone > please guide me along

[Openstack] New to the organisation

2015-02-10 Thread Sakshi Agarwal
Hey, I am new and want to contribute to your organisation, can someone please guide me along? Thanks, Sakshi Agarwal ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscri

Re: [Openstack] Unable to create snapshots.

2015-02-10 Thread Vijaya Bhaskar
Same here ,when I do with 2 instances , the snapshot works fine. So there is a bug somewhere. Can you(Lei) please update in this bug https://bugs.launchpad.net/nova/+bug/1419734/ . On Tue, Feb 10, 2015 at 10:05 AM, Lei Zhang wrote: > hi guys, > > I meet this issue today. I am testing on the ceph

Re: [Openstack] Neutron Network scenarios

2015-02-10 Thread Fabrizio Soppelsa
On 02/10/2015 07:11 AM, Kamsali, RaghavendraChari (Artesyn) wrote: Hi, Where can I found openstack neutron network scenarions for practice. Also, this document [1] explains several topology examples, coming with practical switches configurations. HTH, Fabrizio. [1] http://docs.mirantis.

Re: [Openstack] br-ex issue in juno

2015-02-10 Thread Andreas Scheuring
Hi Remo, could you please share your settings via the mailinglist? I'm interested, too. Thanks! -- Andreas (irc: scheuran) On Mon, 2015-02-09 at 21:27 -0800, Remo Mattei wrote: > There are settings for the bridge you need to set I have it on my laptop if > you need contact me off line > >

Re: [Openstack] object storage error: permission denied

2015-02-10 Thread Ali Nazemian
Dear Remo, What will happen if I disable SELinux? Should I do the installation once more or just restarting the services would be enough? Regards. On Tue, Feb 10, 2015 at 3:44 AM, Remo Mattei wrote: > Try to set the permission on permissive and check also you may want to run > restorecon and see