Re: [Openstack] swift-recon over different rings

2016-06-16 Thread Mark Kirkwood
On 16/06/16 22:38, Carlos Rodrigues wrote: Hello, How do i run swift-recon over different rings/policies? When i run swift-recon, it returns information about account.ring.gz, container.ring.gz and object.ring.gz, and i have other rings/policies created. How do i get information about these ri

Re: [Openstack] network-sfc issue

2016-06-16 Thread Na Zhu
Hi Motamary, networking-sfc using openflow group-table, ovs implement it according to Openflow 1.3, so when you dump flows, using the following commands. sudo ovs-ofctl dump-flows br-int --protocols openflow13 sudo ovs-ofctl dump-groups br-int --protocols openflow13 Regards, Juno Zhu IBM Ch

[Openstack] Create instance fails on creating block device - Block Device Mapping is Invalid

2016-06-16 Thread Turbo Fredriksson
I'm trying my newly installed Openstack system and I'm getting problem in starting my first instance. - s n i p - Build of instance 5193c2d9-0aaf-4f84-b108-f6884d97b571 aborted: Block Device Mapping is Invalid. File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1926, in

Re: [Openstack] nova "get-password " returns blank line

2016-06-16 Thread David Medberry
Again, the text next to that says that it won't actually have any effect if you don't have a cloud that allows for manipulation of the root volume (ie, password injection.) So, if you don't have that type of cloud, this setting simply doesn't work. On Thu, Jun 16, 2016 at 1:16 AM, Jean-Pierre Ribe

Re: [Openstack] Send metrics to Graphite with StatsD

2016-06-16 Thread Jeremy Stanley
On 2016-06-16 19:15:59 +0200 (+0200), Matthias Runge wrote: > I think this message comes from a forum/email-list gateway, fed via > https://openstack.nimeyo.com/ > > Personally, I would think the format doesn't suit this list here well, > and just increases the noise, but doesn't provide any signa

Re: [Openstack] Send metrics to Graphite with StatsD

2016-06-16 Thread Matthias Runge
On 16/06/16 18:04, Clint Byrum wrote: > Hello and welcome! > > Please send to the list with a text format, as many of us use text > email readers for efficiency on mailing lists. Also your From: address > does not give your real name, which is important for us to be able to > identify you off-list

[Openstack] /31 subnet-pools

2016-06-16 Thread Sterdnot Shaken
Let say I want to setup a subnet-pool that allocates /31's to customers out of a larger block... In attempting this I see a few issues that I could really use some help on: - The first /31 allocation out of ip space is the addresses 0 & 1 (10.10.10.0 & 1/31) and Neutron should choose the first a

Re: [Openstack] Send metrics to Graphite with StatsD

2016-06-16 Thread Clint Byrum
Hello and welcome! Please send to the list with a text format, as many of us use text email readers for efficiency on mailing lists. Also your From: address does not give your real name, which is important for us to be able to identify you off-list at social events and in other forums. https://wi

[Openstack] Send metrics to Graphite with StatsD

2016-06-16 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/87833/?show=87833#q87833 From: info90 Hi! How can i send Swift metrics using statsD, as that explained in:http://docs.openstack.org/developer/swift/admin_guide.html#reporting-metrics-to-statsd to Graphite by cli?Thanks _

[Openstack] network-sfc issue

2016-06-16 Thread Motamary, Shabrinath
Hai, We tried using network-sfc in devstack envi. We have followed the following link: http://docs.openstack.org/developer/networking-sfc/system_design%20and_workflow.html#create-flow-classifier But, Service Chaining functionality is not operational. As packet flow is not passing through all t

Re: [Openstack] Nova and Magnum on the same host?

2016-06-16 Thread Turbo Fredriksson
On Jun 16, 2016, at 1:51 PM, Tomas Vondra wrote: > You cannot have two drivers in one process. Bummer!! But thanx, I'll thing about how to solve this. -- Michael Jackson is not going to buried or cremated but recycled into shopping bags so he can remain white, plastic and dangerous for kids to pl

Re: [Openstack] Nova and Magnum on the same host?

2016-06-16 Thread Tomas Vondra
Turbo Fredriksson writes: > > On Jun 9, 2016, at 11:55 AM, Ricardo Carrillo Cruz wrote: > > > https://wiki.openstack.org/wiki/Docker > > I'm trying this and although I know very little of OS (and I haven't > managed to boot up my first container yet because of other issues), I > have the docke

Re: [Openstack] Launching an instance by using NFS shared volume

2016-06-16 Thread Tzach Shefi
Hey Jean, Sorry I'm a bit late, I'll try to guide/help you in the right direction. First of all, let your peers know which which version of Openstack you're using, Juno(6) Kilo(7) Liberty(8) Mitaka(9)? "I just add NFS as backend." -> cool nice job, but by this what do you mean NFS backend for

[Openstack] Issue with assigning multiple VFs to VM instance

2016-06-16 Thread Chinmaya Dwibedy
Hi All, I have installed open-stack openstack-mitaka release on CentO7 system . It has two Intel QAT devices. There are 32 VF devices available per QAT Device/DH895xCC device. [root@localhost nova(keystone_admin)]# lspci -nn | grep 0435 83:00.0 Co-processor [0b40]: Intel Corporation DH895XCC

Re: [Openstack] load balancer using iptables rules in neutron

2016-06-16 Thread Priyanka
Hi, The lbaas service requires to create a subnet with all the backend server VMs. In my case these servers also act as client to another server VMs (which would also have a load balancer) . Will lbaas support this? Thanks, Priyanka On Wednesday 15 June 2016 06:49 PM, Brian Haley wrote: On

[Openstack] [OpenStack][Devstack][Manila] Manila failed to start.

2016-06-16 Thread Abhishek Shrivastava
Hi Folks, While installing manila with devstack(stable/liberty), the manila service startup seems to be failing with the following error: 2016-06-16 10:38:01.269 | Waiting for Manila to start... 2016-06-16 10:38:01.269 | ++ wait_for_service 60 http://172.16.133.20:8786 2016-06-16 10:38:01.269 | +

[Openstack] swift-recon over different rings

2016-06-16 Thread Carlos Rodrigues
Hello, How do i run swift-recon over different rings/policies? When i run swift-recon, it returns information about account.ring.gz, container.ring.gz and object.ring.gz, and i have other rings/policies created. How do i get information about these rings/policies? Regards, -- Carlos Rodrigues

Re: [Openstack] [openstack][ironic]Question about whole image build

2016-06-16 Thread Pavlo Shchelokovskyy
Hi James, e.g. when building images with DIB [0] you can install additional packages with "-p ,..." CLI argument. BTW, which OS are you referring to - the bootstrap image used by Ironic or the target image that is applied to the BM node? [0] http://docs.openstack.org/developer/diskimage-builder/

[Openstack] [tempest][SR-IOV] tempest breaks Mellanox CI

2016-06-16 Thread Moshe Levi
Hi all, A recent change [1] in tempest broke all Mellanox CIs. This is the second time it happened. After the first time it happened we decided that Mellanox CI will comment on tempest. On this time I saw that Mellanox CI was commenting on that patch with a failure but was still got approv

Re: [Openstack] nova "get-password " returns blank line

2016-06-16 Thread Jean-Pierre Ribeauville
Hi, This parameter is set to true in nova.conf . : enable_instance_password=true J.P. From: medbe...@gmail.com [mailto:medbe...@gmail.com] On Behalf Of David Medberry Sent: mercredi 15 juin 2016 19:21 To: Jean-Pierre Ribeauville Cc: openstack@lists.openstack.org Subject: Re: [Openstack] nova

[Openstack] [openstack][ironic]Question about whole image build

2016-06-16 Thread James Guo
Different ironic node maybe have different hardware. So OS must install different hardware driver. Then how to make image adapt to different hardware? Do we need tools like sysprep or kudzu? ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/l