[Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-09 Thread Sam Stoelinga
Hi, How can I setup neutron so that it supports a range of fragmented ips within a subnet? Version: Icehouse For example I have the following floating ips available for use: 192.168.1.10 192.168.1.15 but 192.168.1.11-14 can't be used as floating ips. With nova-network we could add them 1 by 1. I

Re: [Openstack] Mirantis FUEL

2014-09-09 Thread Mike Scherbakov
Hi Guillermo, Adam, while itself Fuel is open source technology [1], it still uses OpenStack packages provided by Mirantis by default. Packages contain some fixes which are required to ensure HA and some other defects which are not yet merged in upstream (but we are actively pushing those). It is

[Openstack] OpenStack DefCore Community Meetings Wed 6pm PT & Thurs 8 am PT

2014-09-09 Thread Rob_Hirschfeld
OpenStack Community, I'd like to invite you to join the DefCore committee in a discussion/review of the Havana Designated Sections as recommended by the DefCore committee. We've scheduled two meetings to ensure global coverage. The meetings will cover the same material, you do not need to a

Re: [Openstack] KVM shows several processes for a single VM on the host

2014-09-09 Thread Narayanan, Krishnaprasad
Hi, I used the command ps -AL | grep qemu and I was able to see the process ID 6850 having 6 thread IDs. In case, if I am interested to measure the hardware performance counters / event provided by the CPU registers such as CPU_CLK_UNHALTED, BRANCH_MISSES and etc..., can I know which process ID

Re: [Openstack] Mirantis FUEL

2014-09-09 Thread Adam Lawson
In a word, no. My experience has been that Fuel really is a Mirantis product. Their distro, their support. Folks used to be able to install RedHat RDO if they had access to a satellite server but no longer. But that's how a lot of packages are these days. Ubuntu JujJu, SUSE Cloud v4. RedHat RDO, V

[Openstack] Mirantis FUEL

2014-09-09 Thread Guillermo Alvarado
Hello Everyone, I am doing some research about Fuel, but I have a big doubt and seems there is not a clear answer in the documents I have been reading. I dont want to waste my time doing an installation to discover after that Fuel only supports The OPenstack Mirantis Distribution. So, the questio

Re: [Openstack] KVM shows several processes for a single VM on the host

2014-09-09 Thread lchen
On 09/09/2014 11:08 AM, Narayanan, Krishnaprasad wrote: > > Hi Chris, > > > > They appear to be processes when I see it in htop. I have attached the > screenshot of a VM named "instance-01bf" that has 4 virtual cores. > In total, I can see 6 processes for the above referred VM. > > > > >

Re: [Openstack] SWIFT - Write Quorum

2014-09-09 Thread Brent Troge
Thanks John.. I truly appreciate your clear and concise answers. On Tue, Sep 9, 2014 at 12:09 PM, John Dickinson wrote: > Well listings is slightly different than being able to read the data if > you already know the object name. > > Assuming no failures in the system, the container listings

Re: [Openstack] SWIFT - Write Quorum

2014-09-09 Thread John Dickinson
Well listings is slightly different than being able to read the data if you already know the object name. Assuming no failures in the system, the container listings will be up to date before the end-user gets a 2xx response. That is, create a new object, then immediately do a listing, and you'l

Re: [Openstack] SWIFT - Write Quorum

2014-09-09 Thread Brent Troge
Thanks.. My understanding is that an object will not be listed within a container until it completes replication throughout the cluster. Thats what I meant by 'listing' But you corrected that mis-understanding. Such that, with respect to my 3 write requirement, an object will be available in ea

[Openstack] floating ip (icehouse)

2014-09-09 Thread Paras pradhan
Hello, I have a controller, a network and a compute node setup. When I spin an instance, it gets its ip and it can reach the internet. Then I assign a floating ip. From dashboard or cli I can see the ip's assoication with the instanace but I can't ping this floating ip externally or from within th

[Openstack] Openstack Nat Problem

2014-09-09 Thread Abdurrahim ÖZEL
Hi I have a question about networking on openstack. I try to create 2 network segment using vm ubuntu. It has 2 networking cards 192.168.1.0/24 and 192.168.2.0/24. I configured nat rules using iptables but it doesnt work as i expected. When i try to ping from 192.168.2.0/24 to 192.168.1.0/24 netwo

Re: [Openstack] SWIFT - Write Quorum

2014-09-09 Thread John Dickinson
I'm not sure what the question is. If you are looking to have a successful response after it's written twice in a cluster with 4 replicas, no. Swift's quorum calculation is (replicas DIV 2 + 1). This means that for 4 replicas, you have a quorum size of 3. What I would suggest you look in to is

Re: [Openstack] Keystone problem

2014-09-09 Thread Louis-Philippe Reid
Found it, it was the cumulative errors on adminurl (wrong port, and typo). It's ok now. Thank you for your time! # keystone user-list +--+---+-+-+ |id| name | enabled | emai

Re: [Openstack] KVM shows several processes for a single VM on the host

2014-09-09 Thread Narayanan, Krishnaprasad
Hi Chris, They appear to be processes when I see it in htop. I have attached the screenshot of a VM named "instance-01bf" that has 4 virtual cores. In total, I can see 6 processes for the above referred VM. [cid:image001.png@01CFCC50.9FCAED00] Can I know is there a way to differentia

Re: [Openstack] KVM shows several processes for a single VM on the host

2014-09-09 Thread Chris Friesen
On 09/09/2014 07:58 AM, Narayanan, Krishnaprasad wrote: Hallo all, I have an OpenStack setup based on Havana with several compute nodes. When I instantiate a virtual machine with 1 or more virtual cores, in the process list of the compute node, I am able to see more than 1 process associated to

Re: [Openstack] [nova] [policy] hypervisor list

2014-09-09 Thread Jay Pipes
On 09/09/2014 05:41 AM, Abbass MAROUNI wrote: Hi guys, Do you know if it is possible to give normal users the right to list hypervisors ? Apparently setting hypervisor policies in /etc/nova/policy.json is not enough the right to do so is buried within the Database or API code. Any workaround ?

Re: [Openstack] Keystone problem

2014-09-09 Thread Louis-Philippe Reid
Ok, I think I just found a typo resulting from the correction I did for adminurl. I have http:///lecloud100 (note the triple /). Let me check that again and retest. On Tue, Sep 9, 2014 at 10:35 AM, Louis-Philippe Reid < louis.philippe.r...@gmail.com> wrote: > > > I'm not sure I understand you c

Re: [Openstack] Keystone problem

2014-09-09 Thread Louis-Philippe Reid
I'm not sure I understand you correctly. keystone is not associated properly with the role? Let met trace association and you will be able to tell me where the link is not good: user 4e51cf42393e478ba630233a1984e5ab admin associated to tenant admin bc8c91c4c321480a99c1d5c01f9ee2ee # keystone us

[Openstack] Fwd: database and dashboard out of sync

2014-09-09 Thread Srinivasreddy R
hi julie, thanks alot for your response . yes database doesn't maintain any database . the tenant on the command-line and dashboard are not same .so , i am not able to see in dash-board . thanks, srinivas. On 08/09/14 23:15, Srinivasreddy R wrote: > hi, > i have generated key pair and it is vi

[Openstack] 3 processes for a VM which has 1 VCPU

2014-09-09 Thread Narayanan, Krishnaprasad
Hallo all, Let me make my earlier email more precise. For a VM that has 1 virtual core, I am able to see 3 processes in total, probably 1 process per virtual core. Can I kindly know the purpose of other two processes? Regards, Krishnaprasad From: Narayanan, Krishnaprasad Sent: Dienstag, 9. Sept

[Openstack] [nova] Live migration problem

2014-09-09 Thread Шакиров Айнур
Good day, everything_ I use OpenStack Icehouse 2014.1.2, QEMU (for tests) and cinder with LIO as iscsi target system in the Alt Linux (Russian Linux distr), Openstack packages from Fedora. I have a problem with live migration. Steps to reproduce: 1. Create VM with boot from disk in one node (c

Re: [Openstack] Keystone problem

2014-09-09 Thread Louis-Philippe Reid
Thanks for your quick reply, I found an error in my installation when I defined the endpoint. I used port 5000 for the adminurl. I restarted from scratch, once again just to be sure it was clean and made sure ton unset the token and service endpoint has you suggested. I did use the --os command

[Openstack] SWIFT - Write Quorum

2014-09-09 Thread Brent Troge
If I configure Swift to use 4 replicas across two regions(two replicas per region), is it possible to only list a newly ingested object if it has written at least twice? The goal is to only list a new object only if it has a presence in each region. west coast region 1 - zone 1 region 1 - zone 2

Re: [Openstack] Keystone problem

2014-09-09 Thread raghavendra.lad
Hi, I did check the attached doc. I find that the keystone is not associated properly with the role. You can try to unset and then keystone token-get, after which try executing the keystone commands by sourcing from the file. Let me know if that helps. Regards, Raghavendra Lad

[Openstack] KVM shows several processes for a single VM on the host

2014-09-09 Thread Narayanan, Krishnaprasad
Hallo all, I have an OpenStack setup based on Havana with several compute nodes. When I instantiate a virtual machine with 1 or more virtual cores, in the process list of the compute node, I am able to see more than 1 process associated to the same VM. The process list that I refer is the proc

[Openstack] unable to retrieve back the networks table in nova database after truncation

2014-09-09 Thread Srinivasreddy R
hi, i am trying to setup three node setup unfortunately we have truncated networks table in nova database from mysql . and because of that we are facing one more error in launching instance . please help us to restore the networks tables for nova database . we have tried uninstalling all the nova

[Openstack] [neutron] Missing openflow rules in br-tun

2014-09-09 Thread Sławek Kapłoński
Hello, I'm using openstack with neutron (Havana release) and ML2 plugin with l2population and openvswitch agent on hosts. I have tenant networks with vxlan tunnels made and generally everything works well but I have small issue few times. On host there was missing openflow rule for traffic in

[Openstack] Keystone problem

2014-09-09 Thread Louis-Philippe Reid
Hi Everyone, This is my second OpenStack installation. My first installation has been really easy but this time I'm getting a hard time right at the start with Keystone, hope you can shed some light on this issue. I must be doing something wrong as I did the previous installation only a week ago

Re: [Openstack] Keystone problem

2014-09-09 Thread raghavendra.lad
Hi, You have to unset the service service token and service endpoint. Use the keystone - -os command to authenticate admin. Create admin associate this user, role and service. Let me know if you encounter any issues. Regards, Raghavendra Lad From: Louis-Philippe Reid [mailto:louis.philippe.r

Re: [Openstack] is anyone using zeromq for RPC?

2014-09-09 Thread Li Ma
On 2014/9/8 23:11, Doug Hellmann wrote: It’s great to know you were able to get a version working for your needs. I really thought it was fairly broken — did you have to patch the driver at all? Actually it was not that broken. Patches our team provided are merged before. https://review.op

[Openstack] Unsuccessful block live-migration with assigned floating ip using nova-network

2014-09-09 Thread retinara
Hello, I am facing to following issue: I am not able to successfuly migrate (block live migration) VM with assigned floating IP, there is no problem with migration of VM with no floating IP assigned. We are using nova-network for networking . Migration is iniciated but it gets stuck in "m

Re: [Openstack] [heat] identity:create_domain failed (403)

2014-09-09 Thread Steven Hardy
On Mon, Sep 08, 2014 at 11:07:57PM +, David Hill wrote: >Hi guys, > > > >I have 2 environments that are almost identical but one of >them gives me this: > > > >keystoneclient.openstack.common.apiclient.exceptions.Forbidden: You are >not authoriz

Re: [Openstack] Architecture Compute Beginner Question

2014-09-09 Thread Tom Fifield
On 09/09/14 17:38, Christos Grivas wrote: > Hello all, > > I have a fundamental question which, hopefully, someone here can answer. > I will ask by presenting a probably non-realistic example. > > Lets say I have 10 compute nodes as separate physical machines with 1 > core each. Without taking i

[Openstack] Implement "swift service-list" in python-swiftclient

2014-09-09 Thread Ashish Chandra
Hi, In Horizon dashboard, under Admin-> System Info we have service lists for Compute and Block Storage. I have filed a blueprint to populate the Swift services there. But while going through the implementation details of Compute Services and Block Storage Services i got to know that the details t

[Openstack] (no subject)

2014-09-09 Thread Ashish Chandra
Hi, In Horizon dashboard, under Admin-> System Info we have service lists for Compute and Block Storage. I have filed a blueprint to populate the Swift services there. But while going through the implementation details of Compute Services and Block Storage Services i got to know that the details t

Re: [Openstack] Architecture Compute Beginner Question

2014-09-09 Thread Bhandaru, Malini K
No sharing of cores across physical compute nodes. Limited to what the hypervisor can see, in this case one core. Regards Malini From: Christos Grivas [mailto:chgriv...@gmail.com] Sent: Tuesday, September 09, 2014 2:38 AM To: openstack@lists.openstack.org Subject: [Openstack] Architecture Compute

[Openstack] [nova] [policy] hypervisor list

2014-09-09 Thread Abbass MAROUNI
Hi guys, Do you know if it is possible to give normal users the right to list hypervisors ? Apparently setting hypervisor policies in /etc/nova/policy.json is not enough the right to do so is buried within the Database or API code. Any workaround ? even if it means that we need to comment som

[Openstack] Architecture Compute Beginner Question

2014-09-09 Thread Christos Grivas
Hello all, I have a fundamental question which, hopefully, someone here can answer. I will ask by presenting a probably non-realistic example. Lets say I have 10 compute nodes as separate physical machines with 1 core each. Without taking into account the ability to overload each core (the famou