Re: [openstack-dev] [scheduler] [heat] Policy specifics (for holistic infrastructure scheduling)

2013-09-30 Thread Clint Byrum
Mike, this has been really fun, but it is starting to feel like a rabbit hole. The case for having one feels legitimate. However, at this point, I think someone will need to actually build it, or the idea is just a pipe dream. Excerpts from Mike Spreitzer's message of 2013-09-30 19:21:22 -0700: >

Re: [openstack-dev] [heat] [scheduler] Bringing things together for Icehouse (now featuring software orchestration)

2013-09-30 Thread Clint Byrum
Excerpts from Georgy Okrokvertskhov's message of 2013-09-30 11:44:26 -0700: > Hi, > > I am working on the OpenStack project Murano which actually had to solve > the same problem with software level orchestration. Right now Murano has a > DSL language which allows you to define a workflow for a com

Re: [openstack-dev] [Nova][Keystone][glance] Keystone V3 Domains and Nova

2013-09-30 Thread Henry Nash
I think an obvious first step of domain support outside keystone is for images. Today, I believe, an image can be global or project based. There is definitely a use case for a third state of being domain based - and hence available to all projects in that domain, but not to those in other doma

Re: [openstack-dev] [nova] [scheduler] blueprint for host/hypervisor location information

2013-09-30 Thread Alex Glikson
Mike Spreitzer wrote on 01/10/2013 06:58:10 AM: > Alex Glikson wrote on 09/29/2013 03:30:35 PM: > > Mike Spreitzer wrote on 29/09/2013 08:02:00 PM: > > > > > Another reason to prefer host is that we have other resources to > > > locate besides compute. > > > > Good point. Another approach (n

Re: [openstack-dev] [Nova][Keystone] Keystone V3 Domains and Nova

2013-09-30 Thread Dolph Mathews
On Mon, Sep 30, 2013 at 11:42 PM, Christopher Yeoh wrote: > Hi, > > I've been looking into how Nova might support Keystone V3 domains and I'm > having a bit of trouble getting my head around exactly how we'd use domain > scoped tokens. > > With the V3 Nova API we no longer specify the tenant id in

[openstack-dev] [Nova][Keystone] Keystone V3 Domains and Nova

2013-09-30 Thread Christopher Yeoh
Hi, I've been looking into how Nova might support Keystone V3 domains and I'm having a bit of trouble getting my head around exactly how we'd use domain scoped tokens. With the V3 Nova API we no longer specify the tenant id in the url as it is implicit in the token used to authorize with. This is

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread P Balaji-B37839
Hi Ravi and Daniel, Good that we all converged on the need for this support in Nova Libvirt Driver. We will collaborate together on this blueprint and make it upstream for IceHouse. Regards, Balaji.P > -Original Message- > From: Daniel P. Berrange [mailto:berra...@redhat.com] > Sent: M

Re: [openstack-dev] [nova] [scheduler] blueprint for host/hypervisor location information

2013-09-30 Thread Mike Spreitzer
Alex Glikson wrote on 09/29/2013 03:30:35 PM: > Mike Spreitzer wrote on 29/09/2013 08:02:00 PM: > > > Another reason to prefer host is that we have other resources to > > locate besides compute. > > Good point. Another approach (not necessarily contradicting) could > be to specify the locat

Re: [openstack-dev] [scheduler] [heat] Policy specifics (for holistic infrastructure scheduling)

2013-09-30 Thread Mike Spreitzer
OK, let's take the holistic infrastructure scheduling out of Heat. It really belongs at a lower level anyway. Think of it as something you slap on top of Nova, Cinder, Neutron, etc. and everything that is going to use them goes first through the holistic scheduler, to give it a chance to make

Re: [openstack-dev] [Spam] Heat stack-create fails in TripleO devtest environment

2013-09-30 Thread Clint Byrum
Excerpts from hideyasu hayashi's message of 2013-09-30 18:29:24 -0700: > Dear List, > > > > Hi, I set up TripleO devtest environment on VMware(Ubuntu 12.04.3 LTS) > according to devtest described in > http://docs.openstack.org/developer/tripleo-incubator/devtest.html > > > > There are 50 st

[openstack-dev] Heat stack-create fails in TripleO devtest environment

2013-09-30 Thread hideyasu hayashi
Dear List, Hi, I set up TripleO devtest environment on VMware(Ubuntu 12.04.3 LTS) according to devtest described in http://docs.openstack.org/developer/tripleo-incubator/devtest.html There are 50 steps. I set up following the procedures, but it fails. Does anyone know how to debug? If a

[openstack-dev] Meeting Tuesday October 1st at 19:00 UTC

2013-09-30 Thread Elizabeth Krumbach Joseph
The OpenStack Infrastructure (Infra) team is hosting our weekly meeting tomorrow, Tuesday October 1st, at 19:00 UTC in #openstack-meeting Meeting agenda available here: https://wiki.openstack.org/wiki/Meetings/InfraTeamMeeting (anyone is welcome to to add agenda items) Everyone interested in infr

[openstack-dev] VMwareAPI sub-team reviews update 2013-09-30

2013-09-30 Thread Tracy Jones
Greetings Stackers! Shawn is ahead of schedule on paternity leave for the next few weeks so I will be taking over reporting and running the team meetings. If you need any thing from the vmwareapi team, please let me know. I am tjones on irc and am usually on #openstack-vmware and #openstack

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread Ravi Chunduru
Alessandro, I agree with you. I created a Blueprint. Let us collaborate and achieve this on all types of hypervisors. All, Here is the link for the BP as discussed. https://blueprints.launchpad.net/nova/+spec/appliance-communication-channel Thanks, -Ravi. On Mon, Sep 30, 2013 at 12:56 PM, Ale

Re: [openstack-dev] [Tuskar] Resource Classes and Racks (Wireframes + Concept Discussion)

2013-09-30 Thread Jaromir Coufal
Just BTW: I know that lot of folks were watching the youtube stream (http://youtu.be/m3y6uD8yKVQ), so please feel free to give any feedback you have to this thread. I believe that this is good way to proceed forward and how to make things flexible enough to support various types of deployment

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread Alessandro Pilotti
Hi all, A host / guest communication channel can be useful in a lot of scenarios. What about thinking on a common interface to be implemented on other hypervisors as well and not only on KVM? We're planning to start working on something similar for Hyper-V and there were some chats about ideas

Re: [openstack-dev] [heat] [scheduler] Bringing things together for Icehouse (now featuring software orchestration)

2013-09-30 Thread Georgy Okrokvertskhov
Hi, I am working on the OpenStack project Murano which actually had to solve the same problem with software level orchestration. Right now Murano has a DSL language which allows you to define a workflow for a complex service deployment. Murano uses Heat for infrastructure managements and actually

Re: [openstack-dev] Nova Migrate/Resize Libvirt Methods

2013-09-30 Thread Vishvananda Ishaya
On Sep 30, 2013, at 1:12 AM, Daniel P. Berrange wrote: > On Fri, Sep 27, 2013 at 02:11:36PM -0400, Solly Ross wrote: >> Hello Fellow OpenStackers, >> >> I was working on a bug (https://bugzilla.redhat.com/show_bug.cgi?id=975014) >> involving the Nova resize functionality in the libvirt driver.

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread Daniel P. Berrange
On Mon, Sep 30, 2013 at 09:46:02AM -0700, Ravi Chunduru wrote: > Let me present an use case. > Today Nova enables to launch guests of different types. For real > deployments we would need appliances from various vendors to run as > instances. Appliances can be Loadbalancer, Firewall, IPsec, Route

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread P Balaji-B37839
Hi Ravi, Thanks for giving reference examples. Though I tried to give very generic use case without referring to Networking use cases. It is good that you referred to examples so that the community can understand the need for it. Regards, Balaji.P From: Ravi Chunduru [mailto:ravi...@gmail.com

Re: [openstack-dev] [scheduler] [heat] Policy specifics

2013-09-30 Thread Zane Bitter
On 30/09/13 17:33, Clint Byrum wrote: You are painting cloud providers as uncaring slum lords. Of course there will be slum lords in any ecosystem, but there will also be high quality service providers and private cloud operators with high expectations that can use this type of feature as somethi

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread P Balaji-B37839
Hi Daniel, Not sure that I conveyed the use case of this in Nova clearly. Please find the below as few more data points on this. i) Host to Guest Communication feature is good to have through Nova-Libvirt. Using generic Virtio-Serial Interface for this will be a better option because the

[openstack-dev] [Murano] Release 0.2.1 announcement

2013-09-30 Thread Alexander Tivelkov
Hi folks, Murano Team is happy to announce that we are ready to deliver Murano version 0.2.1 - the first service release for Murano v0.2, which was initially published about a month ago. This release contains a number of bug fixes and stability improvements. The complete release notes can be foun

Re: [openstack-dev] Does quantum work with vmware esxi ?

2013-09-30 Thread Dan Wendlandt
The Open vSwitch plugin is not compatible with ESX, regardless of whether KVM is also included in the setup or not. Dan On Thu, Sep 26, 2013 at 1:12 AM, Konglingxian wrote: > Dose it mean that when use Open vSwitch as Neutron Plugin, we can not > use both KVM and Vmware as the underlying hyper

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread Ravi Chunduru
Let me present an use case. Today Nova enables to launch guests of different types. For real deployments we would need appliances from various vendors to run as instances. Appliances can be Loadbalancer, Firewall, IPsec, Routers or UTM etc., These appliances can be tied up with Neutron Services

Re: [openstack-dev] PTL Voting is now open

2013-09-30 Thread Anita Kuno
Thanks for bringing this to my attention, Jaromir. I have just added yourself and Liz to the list of voters for Horizon, you should have received your voting urls by email now. Thanks Thierry for clarifying their status in this instance. Jaromir and Liz are the only two people affected in thi

Re: [openstack-dev] PTL Voting is now open

2013-09-30 Thread Jaromir Coufal
On 2013/30/09 09:50, Thierry Carrez wrote: Jaromir Coufal wrote: I didn't get e-mail with link for my vote for Horizon PTL. I am non-code contributor, officially recognized by ATC status in August 2013. Could you please include me into Horizon voting list? I am not sure if there are also other

Re: [openstack-dev] [Tuskar] Resource Classes and Racks (Wireframes + Concept Discussion)

2013-09-30 Thread Jaromir Coufal
Sending wireframes from the meeting: http://people.redhat.com/~jcoufal/openstack/tuskar/2013-09-30_tuskar_resource_class_creation_wireframes.pdf http://people.redhat.com/~jcoufal/openstack/tuskar/2013-09-30_tuskar_l-group_creation_wireframes.pdf Cheers -- Jarda On 2013/30/09 13:57, Jaromir Couf

Re: [openstack-dev] [scheduler] [heat] Policy specifics

2013-09-30 Thread Clint Byrum
Excerpts from Zane Bitter's message of 2013-09-30 03:33:32 -0700: > On 27/09/13 17:58, Clint Byrum wrote: > > Excerpts from Zane Bitter's message of 2013-09-27 06:58:40 -0700: > >> On 27/09/13 08:58, Mike Spreitzer wrote: > >>> I have begun to draft some specifics about the sorts of policies that >

Re: [openstack-dev] [Tuskar] Resource Classes and Racks (Wireframes + Concept Discussion)

2013-09-30 Thread Jaromir Coufal
Link for streaming: http://youtu.be/m3y6uD8yKVQ (Hangout link will be pasted to IRC #tripleo channel. If you don't fit into the capacity, I am sorry, please follow the youtube stream) Cheers -- Jarda On 2013/30/09 13:57, Jaromir Coufal wrote: Hi everyone, based on Tuskar's merger with Tripl

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread Russell Bryant
On 09/30/2013 07:57 AM, Sean Dague wrote: > On 09/30/2013 07:51 AM, Daniel P. Berrange wrote: > >> I'm not convinced that we should be in the business of adding features to >> Nova for integration with arbitrary, closed source host components which >> we have no information about. > > +1 +2 --

Re: [openstack-dev] Waiting for someone to verify/look into a bug I have opened for Glance Client tool

2013-09-30 Thread Zhi Yan Liu
On Mon, Sep 30, 2013 at 10:50 PM, Iccha Sethi wrote: > Maty, > > Can you link the launchpad bug? I have used image-list for glance v2 and it > seemed to work fine for me. Maybe you could provide more details? > Also maybe we should continue this discussion on openstack mailing list than > the de

Re: [openstack-dev] Waiting for someone to verify/look into a bug I have opened for Glance Client tool

2013-09-30 Thread Iccha Sethi
Maty, Can you link the launchpad bug? I have used image-list for glance v2 and it seemed to work fine for me. Maybe you could provide more details? Also maybe we should continue this discussion on openstack mailing list than the dev list? Thanks, Iccha -Original Message- From: "GROSZ,

Re: [openstack-dev] [Glance] Proposed S3 multi-part upload functionality

2013-09-30 Thread Iccha Sethi
Ozawa, +1 to what Zhi said. Go ahead and submit a patch for review and we can consider it for Icehouse. Also try to attend the glance meeting if possible and we can discuss it there. Having better uploads/downloads and specifically better error handling for uploads and downloads would definitel

[openstack-dev] [savanna] 0.3 release schedule

2013-09-30 Thread Sergey Lukjanov
Hi folks, here is a schedule for Savanna 0.3 release: 30-Sep-2013 // Savanna 0.3a1 (already available) 03-Oct-2013 // Feature Freeze // Savanna 0.3aX 10-Oct-2013 // Code Freeze // Savanna 0.3-rc1 14-Oct-2013 // Savanna 0.3-rc2 (on demand) 15-Oct-2013 // Savanna 0.3-rc3 (on demand)

Re: [openstack-dev] [scheduler] [heat] Policy specifics

2013-09-30 Thread Zane Bitter
On 27/09/13 20:59, Mike Spreitzer wrote: Zane also raised an important point about value. Any scheduler is serving one master most directly, the cloud provider. Any sane cloud provider has some interest in serving the interests of the cloud users, as well as having some concerns of its own. Th

[openstack-dev] [Swift] python-swiftclient 1.7.0 released

2013-09-30 Thread John Dickinson
I tagged and released a new version of python-swiftclient this morning, specifically to get around some painful dependency issues (especially on older systems). Find the new version at https://pypi.python.org/pypi/python-swiftclient/1.7.0 on pypi. Below is the tag message: This release is prom

[openstack-dev] Waiting for someone to verify/look into a bug I have opened for Glance Client tool

2013-09-30 Thread GROSZ, Maty (Maty)
Hi, I have opened a bug for Glance Client tool some weeks ago (at September 8th) - and I still didn't receive any comment on it. Is it right? Am I wrong? Anything... I will really appreciate if someone from the Glance client tool will have a look on the bug (see below). Thanks, Maty. >From l

Re: [openstack-dev] [keyston] Failed with Table 'keystone.project' doesn't exist", keystone tenant-create --name=admin won't create table if not exist?

2013-09-30 Thread Dolph Mathews
On Monday, September 30, 2013, Neil Zhao wrote: > > > Hi, All, > > I'm running the following cmd yet got errors: > > > $ keystone tenant-create --name=admin > WARNING: Bypassing authentication using a token & endpoint > (authentication credentials are being ignored). > An unexpected error prevente

[openstack-dev] [marconi] Agenda for today's meeting at 1600 UTC

2013-09-30 Thread Kurt Griffiths
The Marconi project team holds a weekly meeting in #openstack-meeting-alt on Mondays, 1600 UTC. The next meeting is today, Sept. 30. Everyone is welcome, but please take a minute to review the wiki before attending for the first time: http://wiki.openstack.org/marconi Proposed Agenda: * Rev

[openstack-dev] [Tuskar] Resource Classes and Racks (Wireframes + Concept Discussion)

2013-09-30 Thread Jaromir Coufal
Hi everyone, based on Tuskar's merger with TripleO and upstream feedback on Tuskar, when I was thinking about processes and workflows there, I got into some changes which I think that are important for us, because they will help us to achieve better flexibility and still having ability for eas

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread Sean Dague
On 09/30/2013 07:51 AM, Daniel P. Berrange wrote: I'm not convinced that we should be in the business of adding features to Nova for integration with arbitrary, closed source host components which we have no information about. +1 -Sean -- Sean Dague http://dague.net

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread Daniel P. Berrange
On Mon, Sep 30, 2013 at 11:31:58AM +, P Balaji-B37839 wrote: > > > > Hi Daniel, > > > > > > > > Thanks for comments and examples. > > > > > > > > As you already know that for any application running on Host > > > > platform can communicate with Guest through Virtio-Serial device. > > > > What w

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread P Balaji-B37839
> > > Hi Daniel, > > > > > > Thanks for comments and examples. > > > > > > As you already know that for any application running on Host > > > platform can communicate with Guest through Virtio-Serial device. > > > What we are looking at is the security provided by Apparmor is > > > crucial so that

[openstack-dev] [Murano] Team meeting reminder - September 30

2013-09-30 Thread Alexander Tivelkov
Hi! This is just a reminder about the regular meeting of Murano-team in IRC. The meeting will be held in #openstack-meeting-alt channel at 8am Pacific. The main topic of the discussion will be Linux Agent and Metadata Repository. The complete agenda is available here: https://wiki.openstack.org/w

Re: [openstack-dev] [scheduler] [heat] Policy specifics

2013-09-30 Thread Zane Bitter
On 27/09/13 17:58, Clint Byrum wrote: Excerpts from Zane Bitter's message of 2013-09-27 06:58:40 -0700: On 27/09/13 08:58, Mike Spreitzer wrote: I have begun to draft some specifics about the sorts of policies that might be added to infrastructure to inform a smart unified placement engine. Th

Re: [openstack-dev] [Openstack][TROVE] - MongoDB as a Service

2013-09-30 Thread Illia Khudoshyn
Hi, Giuseppe, Our team in Mirantis currently actively implement MongoDB support in the Trove and it's great to see that there are others who are interested in it. Development was started just recently so it is in its early stage now. I have some code that runs single instance MongoDB (without any

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread Daniel P. Berrange
On Mon, Sep 30, 2013 at 08:59:47AM +, P Balaji-B37839 wrote: > On Mon, Sep 30, 2013 at 08:32:51AM +, P Balaji-B37839 wrote: > > Hi Daniel, > > > > Thanks for comments and examples. > > > > As you already know that for any application running on Host platform > > can communicate with Gues

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread P Balaji-B37839
On Mon, Sep 30, 2013 at 08:32:51AM +, P Balaji-B37839 wrote: > Hi Daniel, > > Thanks for comments and examples. > > As you already know that for any application running on Host platform > can communicate with Guest through Virtio-Serial device. What we are > looking at is the security provi

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread Daniel P. Berrange
On Mon, Sep 30, 2013 at 08:32:51AM +, P Balaji-B37839 wrote: > Hi Daniel, > > Thanks for comments and examples. > > As you already know that for any application running on Host platform > can communicate with Guest through Virtio-Serial device. What we are > looking at is the security provide

Re: [openstack-dev] [Nova] [Libvirt] Virtio-Serial support for Nova libvirt driver

2013-09-30 Thread P Balaji-B37839
Hi Daniel, Thanks for comments and examples. As you already know that for any application running on Host platform can communicate with Guest through Virtio-Serial device. What we are looking at is the security provided by Apparmor is crucial so that the Host will not allow any software runnin

[openstack-dev] [keyston] Failed with Table 'keystone.project' doesn't exist", keystone tenant-create --name=admin won't create table if not exist?

2013-09-30 Thread Neil Zhao
Hi, All, I'm running the following cmd yet got errors: $ keystone tenant-create --name=admin WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored). An unexpected error prevented the server from fulfilling your request. (ProgrammingError) (11

Re: [openstack-dev] Nova Migrate/Resize Libvirt Methods

2013-09-30 Thread Daniel P. Berrange
On Fri, Sep 27, 2013 at 02:11:36PM -0400, Solly Ross wrote: > Hello Fellow OpenStackers, > > I was working on a bug (https://bugzilla.redhat.com/show_bug.cgi?id=975014) > involving the Nova resize functionality in the libvirt driver. So, it > turns out that the bug is caused by nova code trying t

Re: [openstack-dev] PTL Voting is now open

2013-09-30 Thread Thierry Carrez
Jaromir Coufal wrote: > I didn't get e-mail with link for my vote for Horizon PTL. I am non-code > contributor, officially recognized by ATC status in August 2013. Could > you please include me into Horizon voting list? I am not sure if there > are also other lists where we should be, but we (me an

Re: [openstack-dev] PTL Voting is now open

2013-09-30 Thread Jaromir Coufal
Hi Anita, I didn't get e-mail with link for my vote for Horizon PTL. I am non-code contributor, officially recognized by ATC status in August 2013. Could you please include me into Horizon voting list? I am not sure if there are also other lists where we should be, but we (me and Liz) are the

[openstack-dev] Fwd: [Openstack][TROVE] - MongoDB as a Service

2013-09-30 Thread Giuseppe Galeota
Dear Illia, dear all, I work at Santer Reply S.p.A. (Reply s.p.a. group) on the *PRISMA * project (Interoperable cloud platforms for smart-government). PRISMA is supported by *Italian Government and European Union*, a