Re: [openstack-dev] Change in openstack/networking-sfc[master]: Networking-sfc / OVN Driver

2016-06-28 Thread Na Zhu
Thanks your response.




Regards,
Juno Zhu
IBM China Development Labs (CDL) Cloud IaaS Lab
Email: na...@cn.ibm.com
5F, Building 10, 399 Keyuan Road, Zhangjiang Hi-Tech Park, Pudong New 
District, Shanghai, China (201203)



From:   Cathy Zhang 
To: Na Zhu/China/IBM@IBMCN
Cc: Farhad Sunavala , John McDowall 
, Henry Fourie , 
Kyle Mestery , "OpenStack Development Mailing List 
(not for usage questions)" , Russell 
Bryant , Ryan Moats , Richard Theis 
, Stephen Wong , "Vikram 
Choudhary" 
Date:   2016/06/29 09:21
Subject:RE: Change in openstack/networking-sfc[master]: 
Networking-sfc / OVN Driver



Please see inline.
 
Cathy
 
From: Na Zhu [mailto:na...@cn.ibm.com] 
Sent: Monday, June 27, 2016 9:56 PM
To: Cathy Zhang
Cc: Farhad Sunavala; John McDowall; Henry Fourie; Kyle Mestery; OpenStack 
Development Mailing List (not for usage questions); Russell Bryant; Ryan 
Moats; Richard Theis; Stephen Wong; Vikram Choudhary
Subject: RE: Change in openstack/networking-sfc[master]: Networking-sfc / 
OVN Driver
 
Hi Cathy,

Thanks your response.
Another question, how to create different port-chains for different 
tenants, and these chains consist of the same port pair group. In my test 
scenario, port-pair-group created by tenant A is not visible for tenant B.
 
Cathy> Each port pair group has an associated tenant ID, so it belongs to 
a tenant, that is why it is not visible. The same tenant can have multiple 
chains, eg. One for voice, one for video, one for data, and these chains 
can share the port pair group. But different tenants can not share the 
port pair group. 





Regards,
Juno Zhu
IBM China Development Labs (CDL) Cloud IaaS Lab
Email: na...@cn.ibm.com
5F, Building 10, 399 Keyuan Road, Zhangjiang Hi-Tech Park, Pudong New 
District, Shanghai, China (201203)



From:Cathy Zhang 
To:Na Zhu/China/IBM@IBMCN, Henry Fourie , 
"OpenStack Development Mailing List (not for usage questions)" <
openstack-dev@lists.openstack.org>
Cc:Ryan Moats , Kyle Mestery <
mest...@mestery.com>, Russell Bryant , Richard Theis <
rth...@us.ibm.com>, Stephen Wong , Vikram 
Choudhary , Farhad Sunavala , "John McDowall" 
Date:2016/06/28 12:29
Subject:RE: Change in openstack/networking-sfc[master]: 
Networking-sfc / OVN Driver




Hi Na,

Please see inline for my reply.

Cathy

-Original Message-
From: Na Zhu (Code Review) [mailto:rev...@openstack.org] 
Sent: Monday, June 27, 2016 8:08 PM
To: Henry Fourie
Cc: Ryan Moats; Na Zhu; Kyle Mestery; Russell Bryant; Richard Theis; 
Stephen Wong; Cathy Zhang; Vikram Choudhary; Farhad Sunavala; John 
McDowall
Subject: Change in openstack/networking-sfc[master]: Networking-sfc / OVN 
Driver

Na Zhu has posted comments on this change.

Change subject: Networking-sfc / OVN Driver 
..


Patch Set 1:

(1 comment)

https://review.openstack.org/#/c/333172/1/doc/source/sfc_ovn_driver.rst
File doc/source/sfc_ovn_driver.rst:

Line 88: +-+   +-+ outport +===+
> Agree that it is better to clarify these points. 
Hi Cathy,
I try to create multiple port-chains with the same port-pair-group, it 
failed. I think it is not allowed to do what you said, right?
(neutron) port-chain-create --flow-classifier fc --port-pair-group pg1 pc1 
Port Pair Group(s) [u'17c9a0a5-a38f-4a75-834e-9aa213cd431f'] in use by 
Port Chain f3af530f-210a-4c51-9a02-f1835d5b1d85.
Neutron server returns request_ids: 
['req-47e6a39b-677a-4ce3-9976-5dfcee0ac47f']
(neutron)

Cathy> when a port pair group is shared by multiple chains, these chains 
should be different, which means these chains should consist of different 
sequences of port pair groups. For example, chain 1 consists of 
 and chain 2 consists of 
"port-pair-group1, port-pair-group3, port-pair-group4>. But if the two 
chains are the same, i.e. they consist of the same sequence of 
port-pair-groups (e.g. the two chains both consist of ), 
then it is not allowed since it does not make sense to create the same 
chain twice. Maybe your test scenario falls into the second case?



-- 
To view, visit https://review.openstack.org/333172
To unsubscribe, visit https://review.openstack.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5c1827dcc81e48983a41120ec08983c571c5b2e9
Gerrit-PatchSet: 1
Gerrit-Project: openstack/networking-sfc
Gerrit-Branch: master
Gerrit-Owner: Louis Fourie 
Gerrit-Reviewer: Farhad 

Re: [openstack-dev] Change in openstack/trove[master]: Ophaned Volume Not Removed on Instance Delete

2016-06-28 Thread Will Zhou
Hi Peter,

I got the point and I realize that I am wrong about the fix. Thanks for the
clarification.

On Wed, Jun 29, 2016 at 6:42 AM Peter Stachowski  wrote:

> Hi Will,
>
>
>
> Trove is a managed database service.  Once you delete the database, all
> associated volumes with it are also deleted, as is the Nova instance.  One
> of the key benefits of using Trove is that you don’t have to manage
> servers/volumes/security_groups etc.  Also, depending on the provider’s
> implementation, the volume may not be visible to the end user and thus
> would just be left lying around using up resources if it isn’t deleted by
> Trove (while potentially having the use charged back to the end user).
> This is the case that is being addressed – having a volume left undeleted
> even if the Nova instance is gone (or in this case didn’t start
> successfully).
>
>
>
> Thanks,
>
> Peter
>
>
>
>
>
> *From:* Will Zhou [mailto:zzxw...@gmail.com]
> *Sent:* June-28-16 10:55 AM
> *To:* OpenStack Development Mailing List (not for usage questions); Ali
> Adil
>
>
> *Subject:* Re: [openstack-dev] Change in openstack/trove[master]: Ophaned
> Volume Not Removed on Instance Delete
>
>
>
> Hi Scott, many thanks for your figuration.  Thanks and +1 for your
> nomination to nova core:)
>
>
>
> Hi aadil, we should DETACH the volume, instead of DELETE. Please help
> enhance your code which is really a helpful fix to the bug. Thanks.
>
>
>
> On Tue, Jun 28, 2016 at 10:51 PM D'Angelo, Scott 
> wrote:
>
> If a volume is attached to an instance, and the instance is deleted, the
> volume will be DETACHED, but the volume will still exist, it will NOT be
> DELETED.
>
> It is up to the volume owner to delete the volume if they wish.
>
> 
> From: Will Zhou 
> Sent: Tuesday, June 28, 2016 8:43:51 AM
> To: aa...@tesora.com; OpenStack Development Mailing List (not for usage
> questions)
> Subject: Re: [openstack-dev] Change in openstack/trove[master]: Ophaned
> Volume Not Removed on Instance Delete
>
> Hi all,
>
> I'd like to make sure should the volume, which is attached to an instance,
> be detached or be deleted after the instance is deleted? Thanks.
>
>
> On Tue, Jun 28, 2016 at 10:16 PM Ali Asgar Adil (Code Review) <
> rev...@openstack.org> wrote:
> Ali Asgar Adil has posted comments on this change.
>
> Change subject: Ophaned Volume Not Removed on Instance Delete
> ..
>
>
> Patch Set 1:
>
> In what situation would a nova instance be in "available" state. Also, we
> are are deleting the instance so we would want the volume to be deleted as
> well not detached.
>
> --
> To view, visit https://review.openstack.org/334722
> To unsubscribe, visit https://review.openstack.org/settings
>
> Gerrit-MessageType: comment
> Gerrit-Change-Id: Ie921a8ff2851e2d9d76a3c3836945c750f090c4e
> Gerrit-PatchSet: 1
> Gerrit-Project: openstack/trove
> Gerrit-Branch: master
> Gerrit-Owner: Ali Asgar Adil >
> Gerrit-Reviewer: Ali Asgar Adil  >>
> Gerrit-Reviewer: Jenkins
> Gerrit-Reviewer: zzxwill >
> Gerrit-HasComments: No
> --
>
> -
> ?
> ???
> Mobile: 13701280947>
> ?WeChat: 472174291
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
> --
>
>
>
> -
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
-- 

-
​
周正喜
Mobile: 13701280947
​WeChat: 472174291
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Troubleshooting and ask.openstack.org

2016-06-28 Thread Tom Fifield

Quick answers in-line

On 29/06/16 05:44, Adam Young wrote:

It seems to me that keystone Core should be able to moderate Keystone
questions on the site.  That means that they should be able to remove
old dead ones, remove things tagged as Keystone that do not apply and so
on.  I would assume the same is true for Nova, Glance, Trove, Mistral
and all the rest.


If you send a list of ask openstack usernames to 
community...@openstack.org , happy to give them moderator rights. Anyone 
with karma beyond 200 already has them.




We need some better top level interface than just the tags, though.
Ideally we would have a page where someone lands when troubleshooting
keystone with a series of questions and links to the discussion pages
for that question.  Like:


I get an error that says "cannot authenticate" what do I do?


Example - something like this link for "Common Upstream Development 
Questions"


https://ask.openstack.org/en/questions/tags:common-upstream

?


What is the Engine behind "ask.openstack.org?"  does it have other tools
we could use?


Askbot - https://github.com/ASKBOT/askbot-devel


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [oslo][monasca][requirements] Kafka 1.x for Oslo.Messaging and Monasca

2016-06-28 Thread Keen, Joe
Tony,
  Psutil is the only library we’ve seen so far that was already in the
global requirements with a version we didn’t support.  Because of that we
don’t currently have it as a requirement for the Monasca Agent, we wanted
to use the upper constraints in our devstack gate jobs, and we just
install it externally for now.  Once that patch set lands we can add it
back into the requirements for the Monasca Agent.  We have several other
libraries we’re in the process of removing that aren’t strictly necessary
and that aren’t worth trying to add to global requirements right now.  We
currently have a review up to add our monasca-common repo to the
requirements [1].  Once that goes through we should be able to immediately
add reviews for our monasca-api and monasca-persister repos.


  I’m in the process of running some more Kafka tests and putting together
more details about the Kafka problems from the Monasca perspective.  The
short version is that we have a simple Kafka test we used to validate
version 0.9.5 that writes 100,000 messages to Kafka, at the average
message size that Monasca expects, and then records how long it takes to
consume them at a variety of fetch sizes from 50K to 2MB.  With 0.9.5,
depending on the fetch size, we could get throughput rates of 50K to 60K
per second.  With the 1.0.x series performance degraded down to 7K to 10K
per second and after running my test program repeatedly it eventually
consumed all the RAM in my VM and the kernel killed it.  I recently tested
version 1.2.2 and while the performance was better, a consistent ~40K per
second regardless of fetch size, that only worked for a single run of my
test program.  A subsequent run only managed ~12K per second and did not
complete the test.  It consumed ~7GB of RAM before running my VM out of
RAM.

Aside from those performance issues the 1.x library is a fundamental
change from the 0.9.x library.  The producers became inherently
asynchronous while Monasca requires synchronous writes.  We should be able
to configure the new producers to operate in a synchronous manner but we
have not been able to verify that.  The older synchronous producers have
been deprecated and based on bugs filed seem to have degraded reliability.
 The consumers attempt to balance themselves inherently now if you’re
using a Kafka version > 0.9 but we have not been able to verify that the
new consumer code functions with the consumer balancing methods that are
required with Kafka versions < 0.9.

We do want to upgrade once things stabilize, especially since we want to
take advantage of Kafka Streaming in the new 0.10 version of Kafka that
the 0.9.5 library doesn’t support, but because we’re still running into
performance and stability problems we haven’t been able to verify that the
new versions can support the Monasca use case.

[1] https://review.openstack.org/#/c/334625/


On 6/23/16, 9:37 PM, "Tony Breeds"  wrote:

>On Wed, Jun 22, 2016 at 05:34:27AM +, Keen, Joe wrote:
>> Davanum,
>>   We started work on getting Monasca into the global requirements with
>>two
>> reviews [1] [2] that add gate jobs and check requirements jobs for the
>> Monasca repositories.  Some repositories are being adapted to use
>>versions
>> of libraries that OpenStack currently accepts [3] and we¹re looking at
>>the
>> libraries we use that are not currently part of OpenStack and seeing if
>> they¹re worth trying to add to the global requirements.  We¹re hoping to
>> be able to start adding the global requirements reviews within a week or
>> two.
>> 
>> We definitely want to talk with the oslo.messaging team and explain the
>> ways we use Kafka and what effects the move to the 1.x versions of the
>> library has on us.  I¹ve attempted to contact the oslo.messaging team in
>> the oslo IRC channel to see if we can talk about this at a weekly
>>meeting
>> but I wasn¹t able to connect with anyone.  Would you prefer that
>> conversation happen on the mailing list here or could we add that topic
>>to
>> the next weekly meeting?
>> 
>> [1] https://review.openstack.org/#/c/316293/
>> [2] https://review.openstack.org/#/c/323567/
>
>These 2 are merged.
>
>> [3] https://review.openstack.org/#/c/323598/
>
>Taking a tangent here:
>
>In 2014[1] we added a cap to psutil because 2.x wasn't compatible with 1.x
>which is fine but 2 years latere we have 4.3.0 and because of the cap I'm
>guessing we've done very little to work towards 4.3.0
>
>I've added an item for the requirements team to look at what's involved in
>raising the minimum for psutil, but:
>Requirement: psutil<2.0.0,>=1.1.1 (used by 41 projects)
>it wont happen soon.
>
>Is psutil the last of the "old" libraries you need to deal with?
>
>Getting back to the topic of kafka, what are the pain points involved in
>working with the 2.x API?  Clearly we're going to need to get monasca and
>oslo.messgaing on a compatible page RSN or we'll end up delaying things
>until
>Ocata :(
>
>Yours Tony.
>
>[1] 

Re: [openstack-dev] [keystone][cross-project] Standardized role names and policy

2016-06-28 Thread Jamie Lennox
On 28 June 2016 at 04:22, Jay Faulkner  wrote:

> Is this spec still alive? I'm working on the spec for Ironic integration
> of Keystone policy, and like some of the items in the draft, but obviously
> they aren't binding and I can't really reference them unless the spec
> merges or at least shows progress towards merging.
>
> Thanks,
> Jay Faulkner
> OSIC
>
> Hey Jay,

The spec is conceptually still active but we haven't made any progress
recently.

The problem that we discovered in Austin was basically that for most
operations services simply check that a user is a member of the project
they are operating on - and that is any role. Now to introduce read only
roles like observer breaks this pattern and would require openstack as a
whole to at least define a standard member role. This should be possible
but it is a much more invasive change than the spec was intended to be so
it has lost a bit of momentum.


Jamie


> On Jan 31, 2016, at 6:15 PM, Adam Young  wrote:
>
> On 01/30/2016 08:24 PM, Henry Nash wrote:
>
>
> On 30 Jan 2016, at 21:55, Adam Young < 
> ayo...@redhat.com> wrote:
>
> On 01/30/2016 04:14 PM, Henry Nash wrote:
>
> Hi Adam,
>
> Fully support this kind of approach.
>
> I am still concerned over the scope check, since we do have examples of
> when there is more than one (target) scope check, e.g.: an API that might
> operate on an object that maybe global, domain or project specific - in
> which case you need to “match up with scope checks with the object in
> question”, for example for a given API:
>
> If cloud admin, allow the API
> If domain admin and the object is domain or project specific, then allow
> the API
> If project admin and the object is project specific then allow the API
>
> Today we can (and do with keystone) encode this in policy rules. I’m not
> clear how the “scope check in code” will work in this kind of situation.
>
> I originally favored an approach that a user would need to get a token
> scoped to a resource in order to affect change on that resource, and admin
> users could get tokens scoped to anything,  but I know that makes things
> harder for Administrators trying to fix broken deployments. So I backed off
> on that approach.
>
> I think the right answer would be that the role check would set some value
> to indicate it was an admin override.  So long as the check does not need
> the actual object from the database, t can perform whatever logic we like.
>
> The policy check deep in the code can be as strict or permissive as it
> desires.  If there is a need to re-check the role for an admin check there,
> policy can still do so.  A role check that passes at the Middleware level
> can still be blocked at the in-code level.
>
> "If domain admin and the object is domain or project specific, then allow
> the API" is trh tricky one, but I don't think we even have a solution for
> that now.  Domain1->p1->p2->p3 type hierarchies don't allow operations on
> p3 with a token scoped to Domain1.
>
>
> So we do actually support things like that, e.g. (from the domain specific
> role additions):
>
> ”identity:some_api": role:admin
> and project_domain_id:%(target.role.domain_id)s(which means I’m project
> admin and the domain specific role I am going to manipulate is specific to
> my domain)
>
> ….and although we don’t have this in our standard policy, you could also
> write
>
> ”identity:some_api": role:admin and domain_id:%(target.project.domain_id)s
>(which means I’m domain admin and I can do some operation on any project
> in my domain)
>
>
> Yeah, we do some things like this in the Keystone policy file, but not in
> remote services, yet, and it would only work for Domain of the project, not
> for any arbitrary project in the chain under Domain1:  roles on p1 or P2
> would have to be inherited in order to affect any change on resources in 3.
>
>
>
> I think that in those cases, I would still favor the user getting a token
> from Keystone scoped to p3, and use the inherited-role-assignment approach.
>
>
>
> Henry
>
> On 30 Jan 2016, at 17:44, Adam Young  wrote:
>
> I'd like to bring people's attention to a Cross Project spec that has the
> potential to really strengthen the security story for OpenStack in a
> scalable way.
>
> "A common policy scenario across all projects"
> 
> https://review.openstack.org/#/c/245629/
>
> The summary version is:
>
> Role name or patternExplanation or example
>
> -:--
> admin:  Overall cloud admin
> service  :  for service users only, not real
> humans
> {service_type}_admin :  identity_admin, compute_admin,
> network_admin etc.
> {service_type}_{api_resource}_manager: identity_user_manager,
>

[openstack-dev] [Nova][Neutron]What's the problem if there is no port status 'up' notification sent from neutron, while creating VM

2016-06-28 Thread kangjingting
 Hi guys:
As we know, nova will interacts with neutron for port creating and 
configuration while creating VM.
In the method /nova/virt/libvirt/driver.py:_create_domain_and_network, here 
nova ultilizes event mechanism(sqlalchemy) to monitor port status in neutron 
DB. After having subscribed event from neutron DB for port status update, it 
will wait for the event sent from neutron. Finally nova revceive port status 
update event sent from neutron server, which means port is ready and the 
creating of VM will almost complete. But it seems like the creating of VM will 
fail if nova not receive event after the timeout period(default 300s).
What the problem I have encountered is that the VM have been created 
successfully without the notification event send from neutron. Using command 
"nova show VM-ID" shows all states of VM are correct(vm_state: active and power 
state: running). Let's assume a scenario where we replace neutron agent with 
controller, as in the case of OVN, dragonflow, ODL,etc.
There is an example to support port 'up' or 'down ' notification in project 
OVN. Please refer to this link:  https://review.openstack.org/#/c/178826/
So, anyone can give an explanation what's the purpose of the event? Dose the 
event have any impact on creating of VM? Any comment will be appreciated, 
thanks!
Best Regard!Jingting__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Heat][tripleo] Tripleo holding on to old, bad data

2016-06-28 Thread Adam Young

On 06/28/2016 02:58 AM, Pavlo Shchelokovskyy wrote:

Adam,

not only "available", Nova would also not schedule to Ironic nodes 
which have maintenance==True regardless of their provisioning state.

That was not set.



Also, you might have orphaned Ironic nodes, when node is available, 
but still has instance_uuid assigned without actual instance in Nova. 
These AFAIK would also not be scheduled to. To fix it update the node 
resetting this field


ironic node-update  remove instance_uuid


Did that as well, but since the system has been rebuilt, it is hard to 
confirm.  If we do it again, I'll double check all these.  Thanks




Cheers,

Dr. Pavlo Shchelokovskyy
Senior Software Engineer
Mirantis Inc
www.mirantis.com 

On Tue, Jun 28, 2016 at 1:29 AM, Adam Young > wrote:


On 06/26/2016 07:00 PM, Steve Baker wrote:

Assuming the stack is deleted and nova is showing no servers,
you likely have ironic nodes which are not in a state which
can be scheduled.

Do an ironic node-list, you want Power State: Off,
Provisioning State: available, Maintenance: False


Yes, we have that.  First thing we checked.  I assume "available"
is the most important part of that?




On 25/06/16 09:27, Adam Young wrote:

A coworker and I have both had trouble recovering from
failed overcloud deploys.  I've wiped out whatever data I
can, but, even with nothing in the Heat Database, doing an

openstack overcloud deploy

seems to be looking for a specific Nova server by UUID:


heat resource-show 93afc25e-1ab2-4773-9949-6906e2f7c115 0

| resource_status_reason | ResourceInError:
resources[0].resources.Controller: Went to status ERROR
due

t│·
o "Message: No valid host was found. There are not enough
hosts available., Code: 500" |

│·
| resource_type  | OS::TripleO::Controller


Inside the Nova log I see:


2016-06-24 21:05:06.973 15551 DEBUG
nova.api.openstack.wsgi
[req-c8a5179c-2adf-45a6-b186-7d7b29cd8f39

bcd│·fefb36f3ca9a8f3cfa445ab40
ec662f250a85453cb40054f3aff49b58 - - -] Returning 404 to
user: Instance

8f9│·0c961-4609-4c9b-9d62-360a40f88eed
could not be found. __call__

/usr/lib/python2.7/site-packages/nova/api/│·
openstack/wsgi.py:1070


How can I get the undercloud back to a clean state?



__

OpenStack Development Mailing List (not for usage questions)
Unsubscribe:
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe


http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev





__

OpenStack Development Mailing List (not for usage questions)
Unsubscribe:
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe:
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [kolla] [tools] OpenStack client in a Docker container

2016-06-28 Thread Jeffrey Zhang
Gerard,

i am Interested in you Ansible scripts. Could u share it?

Thanks.

On Wed, Jun 29, 2016 at 9:20 AM, Gerard Braad  wrote:

> Hi Steve,
>
>
> How would you prefer me to approach this? At the moment I am
> generating the images based on some ansible scripts I have in a
> general playbook repository.
>
> regards,
>
>
> Gerard
>
> On Tue, Jun 28, 2016 at 11:56 PM, Steven Dake (stdake) 
> wrote:
> > Gerard,
> >
> > Yup we would take it in Kolla.  Prevents dirtying a system for CLI based
> > operations.
> >
> > Regards
> > -steve
> >
> > From: "Fox, Kevin M" 
> > Date: Tuesday, June 28, 2016 at 4:41 AM
> > To: Gerard Braad , "openst...@lists.openstack.org"
> > , openstack-operators
> > 
> > Subject: Re: [Openstack-operators] [openstack] [tools] OpenStack client
> in a
> > Docker container
> >
> > Cool. Maybe this could be contributed to the Kolla project?
> >
> > Thanks,
> > Kevin
>
> --
>
>Gerard Braad | http://gbraad.nl
>[ Doing Open Source Matters ]
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>



-- 
Regards,
Jeffrey Zhang
Blog: http://xcodest.me
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Nova] Questions about instance actions' update and finish

2016-06-28 Thread Zhenyu Zheng
How about I sync updated_at and created_at in my patch, and leave the
finish to the other BP, by this way, I can use updated_at for the timestamp
filter I added and it don't need to change again once the finish BP is
complete.

On Tue, Jun 28, 2016 at 8:28 PM, Andrew Laski  wrote:

>
>
>
> On Tue, Jun 28, 2016, at 03:26 AM, Zhenyu Zheng wrote:
>
> Hi all,
>
> I'm working on add pagination and timestamp filter for os-instance-actions
> API:
> https://review.openstack.org/#/c/326326/
> As Alex_xu pointed out that it will be better to filter by `updated_at`
> for timestamp filter which is reasonable, but when I tried to modify the
> patch I found out that:
>
> 1. The current APIs only called _record_action_start
> (objects.InstanceAction.action_start) and never call action_finish, so
> the field of `finish_time` is always empty in instance_actions table;
>
>
> There was a spec proposed to address this, though I don't believe it was
> approved for Newton. So for now you have to assume this will continue to be
> empty.
>
>
>
> 2. The updated_at field is also empty, should we sync the updated_at time
> to the created_at time when we create the action and also update it
> whenever the action status changed, e.g finished.
>
>
> When a finish_time is recorded that should definitely also update
> updated_at. I would be in favor of having updated_at set when the instance
> action is created. I've never fully understood why Nova doesn't do that
> generally.
>
>
>
> Thanks,
> Kevin Zheng
>
> *__*
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [kolla] [tools] OpenStack client in a Docker container

2016-06-28 Thread Gerard Braad
Hi Steve,


How would you prefer me to approach this? At the moment I am
generating the images based on some ansible scripts I have in a
general playbook repository.

regards,


Gerard

On Tue, Jun 28, 2016 at 11:56 PM, Steven Dake (stdake)  wrote:
> Gerard,
>
> Yup we would take it in Kolla.  Prevents dirtying a system for CLI based
> operations.
>
> Regards
> -steve
>
> From: "Fox, Kevin M" 
> Date: Tuesday, June 28, 2016 at 4:41 AM
> To: Gerard Braad , "openst...@lists.openstack.org"
> , openstack-operators
> 
> Subject: Re: [Openstack-operators] [openstack] [tools] OpenStack client in a
> Docker container
>
> Cool. Maybe this could be contributed to the Kolla project?
>
> Thanks,
> Kevin

-- 

   Gerard Braad | http://gbraad.nl
   [ Doing Open Source Matters ]

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Change in openstack/networking-sfc[master]: Networking-sfc / OVN Driver

2016-06-28 Thread Cathy Zhang
Please see inline.

Cathy

From: Na Zhu [mailto:na...@cn.ibm.com]
Sent: Monday, June 27, 2016 9:56 PM
To: Cathy Zhang
Cc: Farhad Sunavala; John McDowall; Henry Fourie; Kyle Mestery; OpenStack 
Development Mailing List (not for usage questions); Russell Bryant; Ryan Moats; 
Richard Theis; Stephen Wong; Vikram Choudhary
Subject: RE: Change in openstack/networking-sfc[master]: Networking-sfc / OVN 
Driver

Hi Cathy,

Thanks your response.
Another question, how to create different port-chains for different tenants, 
and these chains consist of the same port pair group. In my test scenario, 
port-pair-group created by tenant A is not visible for tenant B.

Cathy> Each port pair group has an associated tenant ID, so it belongs to a 
tenant, that is why it is not visible. The same tenant can have multiple 
chains, eg. One for voice, one for video, one for data, and these chains can 
share the port pair group. But different tenants can not share the port pair 
group.





Regards,
Juno Zhu
IBM China Development Labs (CDL) Cloud IaaS Lab
Email: na...@cn.ibm.com
5F, Building 10, 399 Keyuan Road, Zhangjiang Hi-Tech Park, Pudong New District, 
Shanghai, China (201203)



From:Cathy Zhang 
>
To:Na Zhu/China/IBM@IBMCN, Henry Fourie 
>, "OpenStack 
Development Mailing List (not for usage questions)" 
>
Cc:Ryan Moats >, Kyle 
Mestery >, Russell Bryant 
>, Richard Theis 
>, Stephen Wong 
>, Vikram Choudhary 
>, Farhad 
Sunavala >, "John McDowall" 
>
Date:2016/06/28 12:29
Subject:RE: Change in openstack/networking-sfc[master]: Networking-sfc 
/ OVN Driver




Hi Na,

Please see inline for my reply.

Cathy

-Original Message-
From: Na Zhu (Code Review) [mailto:rev...@openstack.org]
Sent: Monday, June 27, 2016 8:08 PM
To: Henry Fourie
Cc: Ryan Moats; Na Zhu; Kyle Mestery; Russell Bryant; Richard Theis; Stephen 
Wong; Cathy Zhang; Vikram Choudhary; Farhad Sunavala; John McDowall
Subject: Change in openstack/networking-sfc[master]: Networking-sfc / OVN Driver

Na Zhu has posted comments on this change.

Change subject: Networking-sfc / OVN Driver 
..


Patch Set 1:

(1 comment)

https://review.openstack.org/#/c/333172/1/doc/source/sfc_ovn_driver.rst
File doc/source/sfc_ovn_driver.rst:

Line 88: +-+   +-+ outport +===+
> Agree that it is better to clarify these points.
Hi Cathy,
I try to create multiple port-chains with the same port-pair-group, it failed. 
I think it is not allowed to do what you said, right?
(neutron) port-chain-create --flow-classifier fc --port-pair-group pg1 pc1 Port 
Pair Group(s) [u'17c9a0a5-a38f-4a75-834e-9aa213cd431f'] in use by Port Chain 
f3af530f-210a-4c51-9a02-f1835d5b1d85.
Neutron server returns request_ids: ['req-47e6a39b-677a-4ce3-9976-5dfcee0ac47f']
(neutron)

Cathy> when a port pair group is shared by multiple chains, these chains should 
be different, which means these chains should consist of different sequences of 
port pair groups. For example, chain 1 consists of  and chain 2 consists of "port-pair-group1, port-pair-group3, 
port-pair-group4>. But if the two chains are the same, i.e. they consist of the 
same sequence of port-pair-groups (e.g. the two chains both consist of 
), then it is not allowed since it does not make sense to 
create the same chain twice. Maybe your test scenario falls into the second 
case?



--
To view, visit https://review.openstack.org/333172
To unsubscribe, visit https://review.openstack.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5c1827dcc81e48983a41120ec08983c571c5b2e9
Gerrit-PatchSet: 1
Gerrit-Project: openstack/networking-sfc
Gerrit-Branch: master
Gerrit-Owner: Louis Fourie 
>
Gerrit-Reviewer: Farhad Sunavala >
Gerrit-Reviewer: Jenkins
Gerrit-Reviewer: John McDowall 
>
Gerrit-Reviewer: Kyle Mestery >
Gerrit-Reviewer: Louis Fourie 
>
Gerrit-Reviewer: Na Zhu >
Gerrit-Reviewer: Richard Theis 

Re: [openstack-dev] [tricircle] About registering and loading a plugin

2016-06-28 Thread joehuang
Hi, Yipei,



"Moreover, I tried to load drivers by line "cfg.CONF.nyp.plugins.simple", the 
console prompts oslo_config.cfg.NoSuchOptError: no such option in group 
DEFAULT: nyp. The setup.cfg is defined as follows."

You are using entry point but not configuration options for plugin discovery, 
and no config option you have registered in oslo_config.cfg, so " no such 
option in group DEFAULT:".

Best Regards
Chaoyi Huang ( joehuang )


From: Yipei Niu [newy...@gmail.com]
Sent: 28 June 2016 22:05
To: OpenStack Development Mailing List (not for usage questions)
Cc: joehuang; Vega Cai; ski...@redhat.com; 金城 忍
Subject: Re: [tricircle] About registering and loading a plugin

Hi all,

Thanks a lot for your valuable advice. I have already succeed in registering 
and loading a self-defined plugin. The entry_point is generated by executing 
setup.py, and found in .egg-info/entry_points.txt, which is different from 
using setup.cfg in https://review.openstack.org/#/c/331638/.

Moreover, I tried to load drivers by line "cfg.CONF.nyp.plugins.simple", the 
console prompts oslo_config.cfg.NoSuchOptError: no such option in group 
DEFAULT: nyp. The setup.cfg is defined as follows.

[entry_points]
nyp.plugins.formmater =
simple = nyp.plugins.simple:SimpleFormatter
plain = nyp.plugins.simple:SimpleFormatter
field = nyp.plugins.field:FieldList

How to solve the problem?

Best regards,
Yipei

On Tue, Jun 28, 2016 at 10:35 AM, Vega Cai 
> wrote:
Hi Yipei,

You can also refer to my network type driver implementation:

https://review.openstack.org/#/c/331638/

Type driver is registered in setup.cfg and loaded by code.

BR
Zhiyuan

On 27 June 2016 at 21:44, Yipei Niu 
> wrote:
Dear all,

Recently, I learn to name a plugin based on the doc 
http://docs.openstack.org/developer/stevedore/tutorial/naming.html#. I define a 
new entry_point for the plugin, then it fails. The console prompts 
"stevedore.exception.NoMatches: No 'net.nyp.formatter' driver found, looking 
for 'simple'". After setting a new entry_point with setuptools, why stevedore 
cannot find the driver based on the entry_point?

Best regards,
Yipei


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Troubleshooting and ask.openstack.org

2016-06-28 Thread Steve Martinelli
I'm cool with the existing keystone repo and adding to docs. If we hit a
huge amount of content then we can migrate to a new repo. I think Adam's
main concern with this approach is that we reduce the contributors down to
folks that know the gerrit workflow.

On Tue, Jun 28, 2016 at 8:19 PM, Jamie Lennox  wrote:

>
>
> On 29 June 2016 at 09:49, Steve Martinelli  wrote:
>
>> I think we want something a bit more organized.
>>
>> Morgan tossed the idea of a keystone-docs repo, which could have:
>>
>> - The FAQ Adam is asking about
>> - Install guides (moved over from openstack-manuals)
>> - A spot for all those neat and unofficial blog posts we do
>> - How-to guides
>> - etc...
>>
>> I think it's a neat idea and warrants some discussion. Of course, we
>> don't want to be the odd project out.
>>
>
> What would be the advantage of a new repo rather than just using the
> keystone/docs folder. My concern is that docs/ already gets stagnate but a
> new repo would end up being largely ignored and at least theoretically you
> can update docs/ when the relevant code changes.
>
>
>>
>> On Tue, Jun 28, 2016 at 6:00 PM, Ian Cordasco 
>> wrote:
>>
>>> -Original Message-
>>> From: Adam Young 
>>> Reply: OpenStack Development Mailing List (not for usage questions)
>>> 
>>> Date: June 28, 2016 at 16:47:26
>>> To: OpenStack Development Mailing List <
>>> openstack-dev@lists.openstack.org>
>>> Subject:  [openstack-dev] Troubleshooting and ask.openstack.org
>>>
>>> > Recently, the Keystone team started brainstormin a troubleshooting
>>> > document. While we could, eventually put this into the Keystone repo,
>>> > it makes sense to also be gathering troubleshooting ideas from the
>>> > community at large. How do we do this?
>>> >
>>> > I think we've had a long enough run with the ask.openstack.org website
>>> > to determine if it is really useful, and if it needs an update.
>>> >
>>> >
>>> > I know we getting nuked on the Wiki. What I would like to be able to
>>> > generate is Frequently Asked Questions (FAQ) page, but as a living
>>> > document.
>>> >
>>> > I think that ask.openstack.org is the right forum for this, but we
>>> need
>>> > some more help:
>>> >
>>> > It seems to me that keystone Core should be able to moderate Keystone
>>> > questions on the site. That means that they should be able to remove
>>> > old dead ones, remove things tagged as Keystone that do not apply and
>>> so
>>> > on. I would assume the same is true for Nova, Glance, Trove, Mistral
>>> > and all the rest.
>>> >
>>> > We need some better top level interface than just the tags, though.
>>> > Ideally we would have a page where someone lands when troubleshooting
>>> > keystone with a series of questions and links to the discussion pages
>>> > for that question. Like:
>>> >
>>> >
>>> > I get an error that says "cannot authenticate" what do I do?
>>> >
>>> > What is the Engine behind "ask.openstack.org?" does it have other
>>> tools
>>> > we could use?
>>>
>>> The engine is linked in the footer: https://askbot.com/
>>>
>>> I'm not sure how much of it is reusable but it claims to be able to do
>>> some of the things I think you're asking for except it doesn't
>>> explicitly mention deleting comments/questions/etc.
>>>
>>> --
>>> Ian Cordasco
>>>
>>>
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe:
>>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>>
>>
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [keystone][docs][api] API ref sprint

2016-06-28 Thread Steve Martinelli
the keystone team is migrating these existing API sites from the api-site
repo to the keystone repo.

  - http://developer.openstack.org/api-ref-identity-v3.html
  - http://developer.openstack.org/api-ref-identity-v3-ext.html
  - http://developer.openstack.org/api-ref-identity-v2.html
  - http://developer.openstack.org/api-ref-identity-admin-v2.html
  - http://developer.openstack.org/api-ref-identity-v2-ext.html

The effort can be reviewed here:
https://review.openstack.org/#/q/topic:migrate-identity-api-ref

This is a great first step, but unfortunately the existing API sites were
out-of-date. The single source of truth is in our specs repo, which will
redirect to the API site once they are at parity.

  - http://specs.openstack.org/openstack/keystone-specs/#v2-0-api
  - http://specs.openstack.org/openstack/keystone-specs/#v3-api

I brought up the possibility of an API ref sprint at the keystone meeting
today, the purpose of which would be to fill the holes that are missing
from the migration. Some folks were interested in helping out, if you're
interested, add your name to the etherpad below. I would like to have at
least 5 folks before confirming the event. It would be a two day, all day
event, just log on during your local hours. We can create a google hangout
for all the participants too.

I'm thinking July 13th and 14th right now, it's right before our midcycle
and doesn't conflict with our weekly keystone meeting. Etherpad:
https://etherpad.openstack.org/p/keystone-api-sprint
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [ironic] UFCG OneView CI comments missing recheck command

2016-06-28 Thread Villalovos, John L


> -Original Message-
> From: Thiago Paiva [mailto:thia...@lsd.ufcg.edu.br]
> Sent: Tuesday, June 28, 2016 17:00
> To: OpenStack Development Mailing List (not for usage questions)
> Cc: ufcg-oneview...@lsd.ufcg.edu.br
> Subject: Re: [openstack-dev] [ironic] UFCG OneView CI comments missing
> recheck command
> 
> Hi Jay,
> 
> Sorry about that. The comment should be "recheck oneview" to test again.
> I'll patch the failure message with instructions, thanks for the warning.

I'm not sure "recheck oneview" is a good command because it will kick off the 
master recheck. I would suggest something that will not trigger the normal jobs 
to recheck.

"retest oneview"??  Hopefully there is some standard for 3rd Party CI to use.

And yes, please do put in the message the command to do a job recheck.

John
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Troubleshooting and ask.openstack.org

2016-06-28 Thread Jamie Lennox
On 29 June 2016 at 09:49, Steve Martinelli  wrote:

> I think we want something a bit more organized.
>
> Morgan tossed the idea of a keystone-docs repo, which could have:
>
> - The FAQ Adam is asking about
> - Install guides (moved over from openstack-manuals)
> - A spot for all those neat and unofficial blog posts we do
> - How-to guides
> - etc...
>
> I think it's a neat idea and warrants some discussion. Of course, we don't
> want to be the odd project out.
>

What would be the advantage of a new repo rather than just using the
keystone/docs folder. My concern is that docs/ already gets stagnate but a
new repo would end up being largely ignored and at least theoretically you
can update docs/ when the relevant code changes.


>
> On Tue, Jun 28, 2016 at 6:00 PM, Ian Cordasco 
> wrote:
>
>> -Original Message-
>> From: Adam Young 
>> Reply: OpenStack Development Mailing List (not for usage questions)
>> 
>> Date: June 28, 2016 at 16:47:26
>> To: OpenStack Development Mailing List > >
>> Subject:  [openstack-dev] Troubleshooting and ask.openstack.org
>>
>> > Recently, the Keystone team started brainstormin a troubleshooting
>> > document. While we could, eventually put this into the Keystone repo,
>> > it makes sense to also be gathering troubleshooting ideas from the
>> > community at large. How do we do this?
>> >
>> > I think we've had a long enough run with the ask.openstack.org website
>> > to determine if it is really useful, and if it needs an update.
>> >
>> >
>> > I know we getting nuked on the Wiki. What I would like to be able to
>> > generate is Frequently Asked Questions (FAQ) page, but as a living
>> > document.
>> >
>> > I think that ask.openstack.org is the right forum for this, but we need
>> > some more help:
>> >
>> > It seems to me that keystone Core should be able to moderate Keystone
>> > questions on the site. That means that they should be able to remove
>> > old dead ones, remove things tagged as Keystone that do not apply and so
>> > on. I would assume the same is true for Nova, Glance, Trove, Mistral
>> > and all the rest.
>> >
>> > We need some better top level interface than just the tags, though.
>> > Ideally we would have a page where someone lands when troubleshooting
>> > keystone with a series of questions and links to the discussion pages
>> > for that question. Like:
>> >
>> >
>> > I get an error that says "cannot authenticate" what do I do?
>> >
>> > What is the Engine behind "ask.openstack.org?" does it have other tools
>> > we could use?
>>
>> The engine is linked in the footer: https://askbot.com/
>>
>> I'm not sure how much of it is reusable but it claims to be able to do
>> some of the things I think you're asking for except it doesn't
>> explicitly mention deleting comments/questions/etc.
>>
>> --
>> Ian Cordasco
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [ironic] UFCG OneView CI comments missing recheck command

2016-06-28 Thread Jay Faulkner
It was on this patch (which you should totally review if you're reading this 
message, I'm really tired of rebasing it ;p): 
https://review.openstack.org/#/c/263842/

It appeared to fail early in the setup process.

-Jay

On Jun 28, 2016, at 4:59 PM, Thiago Paiva 
> wrote:

Hi Jay,

Sorry about that. The comment should be "recheck oneview" to test again. I'll 
patch the failure message with instructions, thanks for the warning.

About being broken, we experience some transient failures due to concurrency on 
our physical resources and/or timeouts. We'll be fine tuning this as soon as we 
get Ironic Tempest passing, but could you point me to the specific case you're 
seeing so I can double check the failure?

Thanks.

Regards,

Thiago Paiva Brito
Lead Software Engineer
OneView Drivers for Openstack Ironic

- Mensagem original -
De: "Jay Faulkner" >
Para: 
openstack-dev@lists.openstack.org
Cc: ufcg-oneview...@lsd.ufcg.edu.br
Enviadas: Terça-feira, 28 de junho de 2016 20:53:25
Assunto: [openstack-dev] [ironic] UFCG OneView CI comments missing recheck 
command

Hi all,

The new UFCG OneView CI is posting on changes now, and doesn't have any 
information about how to perform rechecks. It also appears to be broken, but 
given it's new that's not surprising.

Can someone get the message updated with a recheck command?

Thanks,
Jay Faulkner
OSIC
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [ironic] UFCG OneView CI comments missing recheck command

2016-06-28 Thread Thiago Paiva
Hi Jay,

Sorry about that. The comment should be "recheck oneview" to test again. I'll 
patch the failure message with instructions, thanks for the warning.

About being broken, we experience some transient failures due to concurrency on 
our physical resources and/or timeouts. We'll be fine tuning this as soon as we 
get Ironic Tempest passing, but could you point me to the specific case you're 
seeing so I can double check the failure?

Thanks.

Regards,

Thiago Paiva Brito 
Lead Software Engineer 
OneView Drivers for Openstack Ironic

- Mensagem original -
De: "Jay Faulkner" 
Para: openstack-dev@lists.openstack.org
Cc: ufcg-oneview...@lsd.ufcg.edu.br
Enviadas: Terça-feira, 28 de junho de 2016 20:53:25
Assunto: [openstack-dev] [ironic] UFCG OneView CI comments missing recheck  
command

Hi all,

The new UFCG OneView CI is posting on changes now, and doesn't have any 
information about how to perform rechecks. It also appears to be broken, but 
given it's new that's not surprising.

Can someone get the message updated with a recheck command?

Thanks,
Jay Faulkner
OSIC
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [TripleO] TripleO deep dive hour?

2016-06-28 Thread Victoria Martínez de la Cruz
+1 Awesome idea!

2016-06-28 20:01 GMT-03:00 Emilien Macchi :

> Excellent idea, it would also be a good opportunity to take notes and
> improve our documentation.
>
> ---
> Emilien Macchi
>
> On Jun 28, 2016 6:24 PM, "Qasim Sarfraz"  wrote:
>
>> +2, that would be great.
>>
>> On Wednesday, June 29, 2016, James Slagle  wrote:
>>
>>> We've got some new contributors around TripleO recently, and I'd like
>>> to offer up a "TripleO deep dive hour".
>>>
>>> The idea is to spend 1 hour a week in a high bandwidth environment
>>> (Google Hangouts / Bluejeans / ???) to deep dive on a TripleO related
>>> topic. The topic could be anything TripleO related, such as general
>>> onboarding, CI, networking, new features, etc.
>>>
>>> I'm by no means an expert on all those things, but I'd like to
>>> facilitate the conversation and I'm happy to lead the first few
>>> "dives" and share what I know. If it proves to be a popular format,
>>> hopefully I can convince some other folks to lead discussions on
>>> various topics.
>>>
>>> I think it'd be appropriate to record these sessions so that what is
>>> discussed is available to all. However, I don't intend these to be a
>>> presentation format, and instead more of a q discussion. If I don't
>>> get any ideas for topics though, I may choose to prepare something to
>>> present :).
>>>
>>> Our current meeting time of day at 1400 UTC seems to suit a lot of
>>> folks, so how about 1400 UTC on Thursdays? If folks think this is
>>> something that would be valuable and want to do it, we could start
>>> next Thursday, July 7th.
>>>
>>>
>>> --
>>> -- James Slagle
>>> --
>>>
>>>
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe:
>>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>>
>>
>>
>> --
>> Regards,
>> Qasim Sarfraz
>>
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [ironic] UFCG OneView CI comments missing recheck command

2016-06-28 Thread Jay Faulkner
Hi all,

The new UFCG OneView CI is posting on changes now, and doesn't have any 
information about how to perform rechecks. It also appears to be broken, but 
given it's new that's not surprising.

Can someone get the message updated with a recheck command?

Thanks,
Jay Faulkner
OSIC
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [nova] Nova API sub-team meeting

2016-06-28 Thread Alex Xu
Hi,

We have weekly Nova API meeting today. The meeting is being held Wednesday
UTC1300 and irc channel is #openstack-meeting-4.

The proposed agenda and meeting details are here:

https://wiki.openstack.org/wiki/Meetings/NovaAPI

Please feel free to add items to the agenda.

Thanks
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Troubleshooting and ask.openstack.org

2016-06-28 Thread Steve Martinelli
I think we want something a bit more organized.

Morgan tossed the idea of a keystone-docs repo, which could have:

- The FAQ Adam is asking about
- Install guides (moved over from openstack-manuals)
- A spot for all those neat and unofficial blog posts we do
- How-to guides
- etc...

I think it's a neat idea and warrants some discussion. Of course, we don't
want to be the odd project out.

On Tue, Jun 28, 2016 at 6:00 PM, Ian Cordasco 
wrote:

> -Original Message-
> From: Adam Young 
> Reply: OpenStack Development Mailing List (not for usage questions)
> 
> Date: June 28, 2016 at 16:47:26
> To: OpenStack Development Mailing List 
> Subject:  [openstack-dev] Troubleshooting and ask.openstack.org
>
> > Recently, the Keystone team started brainstormin a troubleshooting
> > document. While we could, eventually put this into the Keystone repo,
> > it makes sense to also be gathering troubleshooting ideas from the
> > community at large. How do we do this?
> >
> > I think we've had a long enough run with the ask.openstack.org website
> > to determine if it is really useful, and if it needs an update.
> >
> >
> > I know we getting nuked on the Wiki. What I would like to be able to
> > generate is Frequently Asked Questions (FAQ) page, but as a living
> > document.
> >
> > I think that ask.openstack.org is the right forum for this, but we need
> > some more help:
> >
> > It seems to me that keystone Core should be able to moderate Keystone
> > questions on the site. That means that they should be able to remove
> > old dead ones, remove things tagged as Keystone that do not apply and so
> > on. I would assume the same is true for Nova, Glance, Trove, Mistral
> > and all the rest.
> >
> > We need some better top level interface than just the tags, though.
> > Ideally we would have a page where someone lands when troubleshooting
> > keystone with a series of questions and links to the discussion pages
> > for that question. Like:
> >
> >
> > I get an error that says "cannot authenticate" what do I do?
> >
> > What is the Engine behind "ask.openstack.org?" does it have other tools
> > we could use?
>
> The engine is linked in the footer: https://askbot.com/
>
> I'm not sure how much of it is reusable but it claims to be able to do
> some of the things I think you're asking for except it doesn't
> explicitly mention deleting comments/questions/etc.
>
> --
> Ian Cordasco
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Zun][Higgins] The design of Zun

2016-06-28 Thread Hongbin Lu
Hi all,

At the last team meeting, we made an important decision about the design. I 
would like to summarize it in this email so that everyone will be on the same 
page.

Short version:
* Zun aims to build an unified API layers to interface with various Container 
Orchestration Engines (COEs).
* Zun will provide a reference implementation of the API.

Long version:
The key objective of the Zun project is to bring various container technologies 
to OpenStack. Such container technologies includes Container runtimes (i.e. 
Docker, Rkt, Clear Container) and COEs (i.e. Kubernetes, Docker Swarm). The 
main obstacle is that these two groups of technologies look very different from 
each other, and it is hard to abstract all of them into a common set of API. 
Generally speaking, COEs look relatively high-level and focus on managing 
containerized applications, which are typically consistent of a set of 
containers, its inter-connections, its load balancers, and more. In comparison, 
container runtimes looks relatively simple and they focus on managing a single 
container. It doesn't seem to make sense to group them all together. A 
potential solution is to drop one group of technologies and focus on the other. 
However, we decided to choose a better solution, which is to separate the 
support of these two group of technologies.

First, we agreed to have Zun deeply integrate with COEs. In particular, Zun 
will build an unified API to abstract different COEs. The built API should 
expose the common feature set among prevailing COEs, such as deploying an 
application to one or multiple containers, scaling the application, setup a 
load-balancer for the application, upgrade the application, etc. Second, we 
agreed to develop a reference implementation of the Zun API. The reference 
implementation will deeply integrate with various container runtimes, and focus 
on the basic of managing a single container and integrating containers with 
existing OpenStack primitives (i.e. networking, storage, 
authentication/authorization, monitoring, quota management, multi-tenancy, 
etc.).

The details of the discussion can be found in this etherpad: 
https://etherpad.openstack.org/p/zun-architecture-decisions . Please feel free 
to reply if you have any comment or anything is unclear.

[1] https://etherpad.openstack.org/p/zun-architecture-decisions

Best regards,
Hongbin
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Change in openstack/trove[master]: Ophaned Volume Not Removed on Instance Delete

2016-06-28 Thread Fox, Kevin M
To me, one of the benefits of cinder is the ability to have the volume outlast 
the vm. So, for example, if you knew a yum upgrade went bad on the vm, but the 
db data is safe, it would be nice to be able to just delete the vm and have 
trove relaunch using the existing volume, not having to import all the data 
again. Or the host it was running on died but the volume is ok. It would be 
very nice if Trove supported this use case.

Thanks,
Kevin

From: Peter Stachowski [pe...@tesora.com]
Sent: Tuesday, June 28, 2016 3:39 PM
To: OpenStack Development Mailing List (not for usage questions); Ali Adil
Subject: Re: [openstack-dev] Change in openstack/trove[master]: Ophaned Volume 
Not Removed on Instance Delete

Hi Will,

Trove is a managed database service.  Once you delete the database, all 
associated volumes with it are also deleted, as is the Nova instance.  One of 
the key benefits of using Trove is that you don’t have to manage 
servers/volumes/security_groups etc.  Also, depending on the provider’s 
implementation, the volume may not be visible to the end user and thus would 
just be left lying around using up resources if it isn’t deleted by Trove 
(while potentially having the use charged back to the end user).  This is the 
case that is being addressed – having a volume left undeleted even if the Nova 
instance is gone (or in this case didn’t start successfully).

Thanks,
Peter


From: Will Zhou [mailto:zzxw...@gmail.com]
Sent: June-28-16 10:55 AM
To: OpenStack Development Mailing List (not for usage questions); Ali Adil
Subject: Re: [openstack-dev] Change in openstack/trove[master]: Ophaned Volume 
Not Removed on Instance Delete

Hi Scott, many thanks for your figuration.  Thanks and +1 for your nomination 
to nova core:)

Hi aadil, we should DETACH the volume, instead of DELETE. Please help enhance 
your code which is really a helpful fix to the bug. Thanks.

On Tue, Jun 28, 2016 at 10:51 PM D'Angelo, Scott 
> wrote:
If a volume is attached to an instance, and the instance is deleted, the volume 
will be DETACHED, but the volume will still exist, it will NOT be DELETED.

It is up to the volume owner to delete the volume if they wish.


From: Will Zhou >
Sent: Tuesday, June 28, 2016 8:43:51 AM
To: aa...@tesora.com; OpenStack Development Mailing 
List (not for usage questions)
Subject: Re: [openstack-dev] Change in openstack/trove[master]: Ophaned Volume 
Not Removed on Instance Delete

Hi all,

I'd like to make sure should the volume, which is attached to an instance, be 
detached or be deleted after the instance is deleted? Thanks.


On Tue, Jun 28, 2016 at 10:16 PM Ali Asgar Adil (Code Review) 
>>
 wrote:
Ali Asgar Adil has posted comments on this change.

Change subject: Ophaned Volume Not Removed on Instance Delete
..


Patch Set 1:

In what situation would a nova instance be in "available" state. Also, we are 
are deleting the instance so we would want the volume to be deleted as well not 
detached.

--
To view, visit https://review.openstack.org/334722
To unsubscribe, visit https://review.openstack.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie921a8ff2851e2d9d76a3c3836945c750f090c4e
Gerrit-PatchSet: 1
Gerrit-Project: openstack/trove
Gerrit-Branch: master
Gerrit-Owner: Ali Asgar Adil 
>>
Gerrit-Reviewer: Ali Asgar Adil 
>>
Gerrit-Reviewer: Jenkins
Gerrit-Reviewer: zzxwill 
>>
Gerrit-HasComments: No
--

-
?
???
Mobile: 13701280947
?WeChat: 472174291

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
--

-
​
周正喜
Mobile: 13701280947
​WeChat: 472174291
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [TripleO] TripleO deep dive hour?

2016-06-28 Thread Emilien Macchi
Excellent idea, it would also be a good opportunity to take notes and
improve our documentation.

---
Emilien Macchi

On Jun 28, 2016 6:24 PM, "Qasim Sarfraz"  wrote:

> +2, that would be great.
>
> On Wednesday, June 29, 2016, James Slagle  wrote:
>
>> We've got some new contributors around TripleO recently, and I'd like
>> to offer up a "TripleO deep dive hour".
>>
>> The idea is to spend 1 hour a week in a high bandwidth environment
>> (Google Hangouts / Bluejeans / ???) to deep dive on a TripleO related
>> topic. The topic could be anything TripleO related, such as general
>> onboarding, CI, networking, new features, etc.
>>
>> I'm by no means an expert on all those things, but I'd like to
>> facilitate the conversation and I'm happy to lead the first few
>> "dives" and share what I know. If it proves to be a popular format,
>> hopefully I can convince some other folks to lead discussions on
>> various topics.
>>
>> I think it'd be appropriate to record these sessions so that what is
>> discussed is available to all. However, I don't intend these to be a
>> presentation format, and instead more of a q discussion. If I don't
>> get any ideas for topics though, I may choose to prepare something to
>> present :).
>>
>> Our current meeting time of day at 1400 UTC seems to suit a lot of
>> folks, so how about 1400 UTC on Thursdays? If folks think this is
>> something that would be valuable and want to do it, we could start
>> next Thursday, July 7th.
>>
>>
>> --
>> -- James Slagle
>> --
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>
>
> --
> Regards,
> Qasim Sarfraz
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Change in openstack/trove[master]: Ophaned Volume Not Removed on Instance Delete

2016-06-28 Thread Peter Stachowski
Hi Will,

Trove is a managed database service.  Once you delete the database, all 
associated volumes with it are also deleted, as is the Nova instance.  One of 
the key benefits of using Trove is that you don’t have to manage 
servers/volumes/security_groups etc.  Also, depending on the provider’s 
implementation, the volume may not be visible to the end user and thus would 
just be left lying around using up resources if it isn’t deleted by Trove 
(while potentially having the use charged back to the end user).  This is the 
case that is being addressed – having a volume left undeleted even if the Nova 
instance is gone (or in this case didn’t start successfully).

Thanks,
Peter


From: Will Zhou [mailto:zzxw...@gmail.com]
Sent: June-28-16 10:55 AM
To: OpenStack Development Mailing List (not for usage questions); Ali Adil
Subject: Re: [openstack-dev] Change in openstack/trove[master]: Ophaned Volume 
Not Removed on Instance Delete

Hi Scott, many thanks for your figuration.  Thanks and +1 for your nomination 
to nova core:)

Hi aadil, we should DETACH the volume, instead of DELETE. Please help enhance 
your code which is really a helpful fix to the bug. Thanks.

On Tue, Jun 28, 2016 at 10:51 PM D'Angelo, Scott 
> wrote:
If a volume is attached to an instance, and the instance is deleted, the volume 
will be DETACHED, but the volume will still exist, it will NOT be DELETED.

It is up to the volume owner to delete the volume if they wish.


From: Will Zhou >
Sent: Tuesday, June 28, 2016 8:43:51 AM
To: aa...@tesora.com; OpenStack Development Mailing 
List (not for usage questions)
Subject: Re: [openstack-dev] Change in openstack/trove[master]: Ophaned Volume 
Not Removed on Instance Delete

Hi all,

I'd like to make sure should the volume, which is attached to an instance, be 
detached or be deleted after the instance is deleted? Thanks.


On Tue, Jun 28, 2016 at 10:16 PM Ali Asgar Adil (Code Review) 
>>
 wrote:
Ali Asgar Adil has posted comments on this change.

Change subject: Ophaned Volume Not Removed on Instance Delete
..


Patch Set 1:

In what situation would a nova instance be in "available" state. Also, we are 
are deleting the instance so we would want the volume to be deleted as well not 
detached.

--
To view, visit https://review.openstack.org/334722
To unsubscribe, visit https://review.openstack.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie921a8ff2851e2d9d76a3c3836945c750f090c4e
Gerrit-PatchSet: 1
Gerrit-Project: openstack/trove
Gerrit-Branch: master
Gerrit-Owner: Ali Asgar Adil 
>>
Gerrit-Reviewer: Ali Asgar Adil 
>>
Gerrit-Reviewer: Jenkins
Gerrit-Reviewer: zzxwill 
>>
Gerrit-HasComments: No
--

-
?
???
Mobile: 13701280947
?WeChat: 472174291

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
--

-
​
周正喜
Mobile: 13701280947
​WeChat: 472174291
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [TripleO] TripleO deep dive hour?

2016-06-28 Thread Qasim Sarfraz
+2, that would be great.

On Wednesday, June 29, 2016, James Slagle  wrote:

> We've got some new contributors around TripleO recently, and I'd like
> to offer up a "TripleO deep dive hour".
>
> The idea is to spend 1 hour a week in a high bandwidth environment
> (Google Hangouts / Bluejeans / ???) to deep dive on a TripleO related
> topic. The topic could be anything TripleO related, such as general
> onboarding, CI, networking, new features, etc.
>
> I'm by no means an expert on all those things, but I'd like to
> facilitate the conversation and I'm happy to lead the first few
> "dives" and share what I know. If it proves to be a popular format,
> hopefully I can convince some other folks to lead discussions on
> various topics.
>
> I think it'd be appropriate to record these sessions so that what is
> discussed is available to all. However, I don't intend these to be a
> presentation format, and instead more of a q discussion. If I don't
> get any ideas for topics though, I may choose to prepare something to
> present :).
>
> Our current meeting time of day at 1400 UTC seems to suit a lot of
> folks, so how about 1400 UTC on Thursdays? If folks think this is
> something that would be valuable and want to do it, we could start
> next Thursday, July 7th.
>
>
> --
> -- James Slagle
> --
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>


-- 
Regards,
Qasim Sarfraz
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Troubleshooting and ask.openstack.org

2016-06-28 Thread Ian Cordasco
-Original Message-
From: Adam Young 
Reply: OpenStack Development Mailing List (not for usage questions)

Date: June 28, 2016 at 16:47:26
To: OpenStack Development Mailing List 
Subject:  [openstack-dev] Troubleshooting and ask.openstack.org

> Recently, the Keystone team started brainstormin a troubleshooting
> document. While we could, eventually put this into the Keystone repo,
> it makes sense to also be gathering troubleshooting ideas from the
> community at large. How do we do this?
>
> I think we've had a long enough run with the ask.openstack.org website
> to determine if it is really useful, and if it needs an update.
>
>
> I know we getting nuked on the Wiki. What I would like to be able to
> generate is Frequently Asked Questions (FAQ) page, but as a living
> document.
>
> I think that ask.openstack.org is the right forum for this, but we need
> some more help:
>
> It seems to me that keystone Core should be able to moderate Keystone
> questions on the site. That means that they should be able to remove
> old dead ones, remove things tagged as Keystone that do not apply and so
> on. I would assume the same is true for Nova, Glance, Trove, Mistral
> and all the rest.
>
> We need some better top level interface than just the tags, though.
> Ideally we would have a page where someone lands when troubleshooting
> keystone with a series of questions and links to the discussion pages
> for that question. Like:
>
>
> I get an error that says "cannot authenticate" what do I do?
>
> What is the Engine behind "ask.openstack.org?" does it have other tools
> we could use?

The engine is linked in the footer: https://askbot.com/

I'm not sure how much of it is reusable but it claims to be able to do
some of the things I think you're asking for except it doesn't
explicitly mention deleting comments/questions/etc.

--
Ian Cordasco

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [TripleO] TripleO deep dive hour?

2016-06-28 Thread James Slagle
We've got some new contributors around TripleO recently, and I'd like
to offer up a "TripleO deep dive hour".

The idea is to spend 1 hour a week in a high bandwidth environment
(Google Hangouts / Bluejeans / ???) to deep dive on a TripleO related
topic. The topic could be anything TripleO related, such as general
onboarding, CI, networking, new features, etc.

I'm by no means an expert on all those things, but I'd like to
facilitate the conversation and I'm happy to lead the first few
"dives" and share what I know. If it proves to be a popular format,
hopefully I can convince some other folks to lead discussions on
various topics.

I think it'd be appropriate to record these sessions so that what is
discussed is available to all. However, I don't intend these to be a
presentation format, and instead more of a q discussion. If I don't
get any ideas for topics though, I may choose to prepare something to
present :).

Our current meeting time of day at 1400 UTC seems to suit a lot of
folks, so how about 1400 UTC on Thursdays? If folks think this is
something that would be valuable and want to do it, we could start
next Thursday, July 7th.


-- 
-- James Slagle
--

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [grenade] upgrades vs rootwrap

2016-06-28 Thread Sean Dague

On 06/28/2016 01:46 AM, Angus Lees wrote:

Ok, thanks for the in-depth explanation.

My take away is that we need to file any rootwrap updates as exceptions
for now (so releasenotes and grenade scripts).


That is definitely the fall back if there is no better idea. However, we 
should try really hard to figure out if there is a non manual way 
through this. Even if that means some compat code that we keep for a 
release to just bridge the gap.


-Sean

--
Sean Dague
http://dague.net

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] Troubleshooting and ask.openstack.org

2016-06-28 Thread Adam Young
Recently, the Keystone team  started brainstormin a troubleshooting 
document.  While we could, eventually put this into the Keystone repo, 
it makes sense to also be gathering troubleshooting ideas from the 
community at large.  How do we do this?


I think we've had a long enough run with the ask.openstack.org website 
to determine if it is really useful, and if it needs an update.



I know we getting nuked on the Wiki.  What I would like to be able to 
generate is  Frequently Asked Questions (FAQ) page, but as a living 
document.


I think that ask.openstack.org is the right forum for this, but we need 
some more help:


It seems to me that keystone Core should be able to moderate Keystone 
questions on the site.  That means that they should be able to remove 
old dead ones, remove things tagged as Keystone that do not apply and so 
on.  I would assume the same is true for Nova, Glance, Trove, Mistral 
and all the rest.


We need some better top level interface than just the tags, though. 
Ideally we would have a page where someone lands when troubleshooting 
keystone with a series of questions and links to the discussion pages 
for that question.  Like:



I get an error that says "cannot authenticate" what do I do?

What is the Engine behind "ask.openstack.org?"  does it have other tools 
we could use?





__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Zun][Higgins] IRC channel rename notice

2016-06-28 Thread Hongbin Lu
Hi all,

Here is a notice that we have moved our IRC channel from #openstack-higgins to 
#openstack-zun . Right now, all the bots have been moved to the new channel 
[1]. The old channel is no longer used anymore.

[1] https://review.openstack.org/#/c/330017/

Best regards,
Hongbin
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [docs] [install-guide] Move launch-instance instructions in project repos

2016-06-28 Thread Spyros Trigazis
Hi.

I'd like to propose to move the "launch-instance" section [1] in project
repos along with the install-guide. If we won't move it, we must find an
appropriate place for it.

Cheers,
Spyros

[1]
http://docs.openstack.org/mitaka/install-guide-ubuntu/launch-instance.html
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [tripleo] ha & upgrade jobs are broken

2016-06-28 Thread Emilien Macchi
On Mon, Jun 27, 2016 at 10:47 PM, Emilien Macchi  wrote:
> CI is still in bad shape, even if we fixed non-ha job [1].
>
> See https://bugs.launchpad.net/tripleo/+bug/1596758 for the new issue
> (ha & upgrade job look broken), it seems related to Pacemaker.
> I investigated a little bit (late here) and it seems like a problem
> with Pacemaker (/var/log/host_info.txt on controller-1 shows a timeout
> when trying to contact the cluster).
>
> If anyone can look during the morning, otherwise I'll continue
> tomorrow. Any help is warmly welcome!
>
> Thanks,
>
> [1] https://review.openstack.org/#/c/334555/

Hi,

We managed to have the 3 jobs (non-ha, ha and upgrade) green again.

Here's what we did:
- increase openstackclient calls timeout:
https://review.openstack.org/334996 (so we should not have timeouts in
our CI anymore when creating Keystone_user[admin] resource.
  Note about this one: this issue will disappear as soon as we
implement the new HA architecture where httpd won't be manage by
Pacemaker anymore iiuc.
- fix a regression (ssl port removal logic in postconfig) in
python-tripleoclient: https://review.openstack.org/#/c/335115

Kudos to those who helped to track this down.
You can now rebase/recheck your patches so get CI runs again.

Please let us know here if you still see some errors.
Don't hesitate to use tripleo.org/cistatus.html as a reference for
general CI forecast.

Thanks,
-- 
Emilien Macchi

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Magnum] Want to know our users

2016-06-28 Thread Hongbin Lu
Hi all,

FYI. The Magnum team is collecting a list of Magnum users. If you are using 
Magnum, we would like to have your name and organization recorded in our wiki 
[1]. Please note that this is totally optional, but we hope you will let us 
know if you are our users.

[1] https://wiki.openstack.org/wiki/Magnum#Users

Best regards,
Hongbin
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [craton] No IRC meeting on Monday July 4

2016-06-28 Thread Jim Baker
Many of us will be celebrating the July 4 holiday in the US, so we will not
be having our regularly scheduled meeting in #openstack-meeting-4 this
coming Monday.

Craton meetings are planned here:
https://etherpad.openstack.org/p/craton-meetings

- Jim
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [craton] Midcycle meetup to discuss fleet management - Aug 23-26 in NYC

2016-06-28 Thread Jim Baker
The Craton fleet management midcycle meetup will be held in New York City,
August 23-26, using the following two events to provide structure/meeting
support:

   - OpenStack East - developer-focused discussion on Craton core, along
   with further development of integration points;
   http://www.openstackeast.com/
   - Operators midcycle hosted by Bloomberg - get feedback from operators
   and course correction;
   
http://lists.openstack.org/pipermail/openstack-operators/2016-June/010788.html

Please join us! We also meet on #openstack-meeting-4 (1500 UTC Monday) and
hang out on #craton (Freenode).

Craton is a new open source project that we plan to propose for OpenStack
inclusion ("big tent"). Craton supports deploying and operating OpenStack
clouds by providing scalable fleet management. It provides inventory;
scalable workflows for audit and remediation (in progress); and
corresponding REST APIs/CLI/Python client. We are targeting OpenStack
Ansible in terms of reference workflows.

Craton is based on how Rackspace currently operates its public cloud at
scale, but it is also intended to support private clouds, from small to
large. We are building it on SQLAlchemy, TaskFlow, and Flask; along with
*optional* undercloud integration with Keystone, Barbican, and Horizon.
https://github.com/rackerlabs/craton

(I earlier also posted this email on openstack-operators, intending instead
for this list. But in retrospect, this email seems like a reasonable cross
post.)

- Jim
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [OpenStack-docs] [telemetry] Ceilometer and Aodh install guide(s)

2016-06-28 Thread Andreas Jaeger
On 06/28/2016 08:23 PM, Ildikó Váncsa wrote:
> Hi Andreas,
> 
> If we would end up moving more guides to the project tree then it will be 
> confusing having multiple top level docs folder in a basically code 
> repository.
> 
> Can that be an option to have a top level 'doc' folder and having sub-folders 
> under like 'doc/developer', 'doc/install-guide', etc.?

We want the same infra-jobs for all these books and no special rules for
one of them. Renaming doc/source to doc/developer for a large part of
our 1100+ repos is a large undertaking...

Btw. nothing stops the telemetry team to have a special "telemetry-docs"
repository that includes some of these guides,

Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Felix Imendörffer, Jane Smithard, Graham Norton,
   HRB 21284 (AG Nürnberg)
GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [cinder] [keystone] cinder quota behavior differences after Keystone mitaka upgrade

2016-06-28 Thread Matt Fischer
On Tue, Jun 28, 2016 at 12:32 PM, Potter, Nathaniel <
nathaniel.pot...@intel.com> wrote:

> Hi all,
>
>
>
> I did some digging into this on the cinder side, and it gets a little
> complicated. So, before the target and context are passed into the
> _authorize_show method, they’re retrieved through the get_project_hierarchy
> method in cinder.quota_utils [1]. In that method, they will only have their
> parent_id set if the parent_id isn’t the same as their domain_id [2] – if
> those two fields are equal the parent_id field for the returned
> generic_project object will be None. Based on what Henry said it seems like
> those two fields being the same implies that the project is at the top
> level because its parent is the domain itself (I’m guessing that should be
> true of the admin project?).
>
>
>
> So in your example you have the admin project whose domain_id is default
> and whose parent_id is also default, meaning that the parent_id passed into
> _authorize_show is going to be None. If the target project whose quota you
> want to show is a ‘brother’ project to it and has a parent of default in
> the default domain, it should also have no parent set. Do you happen to
> know which of the three exceptions in _authorize_show  you’re hitting?
>
>
>
> If the admin context project is the one you pasted, it definitely won’t
> have a set parent because its parent and domain are the same. That would
> rule out the exceptions on line 130 and 134 for your  issue because they
> both rely on the context project having a set parent_id [3]. That would
> just leave the case where the target project for the quota you want to be
> showing does have a non-domain parent and isn’t a part of the subtree for
> the admin context you’re making the call with.
>
>
>
> Sorry for a bit of a braindump here, I was just trying to look at all of
> the possibilities to see if any of them could be of help J. I think it
> would definitely be useful to know how exactly it’s failing out for you so
> we can make sure it works the way it should, because I believe the intent
> is definitely to have admins be able to view and set all user quotas.
>
>
>
> Thanks,
>
> Nate
>
>
>
> [1]
> https://github.com/openstack/cinder/blob/master/cinder/api/contrib/quotas.py#L170-L175
>
> [2]
> https://github.com/openstack/cinder/blob/master/cinder/quota_utils.py#L110-L112
>
> [3]
> https://github.com/openstack/cinder/blob/master/cinder/api/contrib/quotas.py#L125-L134
>

We're hitting the first exception:

https://github.com/openstack/cinder/blob/stable/liberty/cinder/api/contrib/quotas.py#L178-L180

In our environment currently everything should have the default domain as
the parent except for some heat stuff.
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [nova] Do we require the 'next' link for paging, always?

2016-06-28 Thread Andrew Laski


On Tue, Jun 28, 2016, at 02:09 PM, Matt Riedemann wrote:
> On 6/27/2016 9:57 PM, Alex Xu wrote:
> > Matt, thanks for the email, I +1 on the next page link. Then user
> > needn't build up link by themself.
> >
> > I also have one more question after review those pagination patches:
> >
> > As those pagination proposes change the default sort order. So should we
> > keep the sort order for old version API?
> > I think it should be yes. For instance-actions, it should keep the
> > order sorted by 'create_at' column in old versionAPI. The new version
> > API will sort the result by 'updated_at' column.
> 
> This sounds reasonable since we were already ordering on created_at for 
> instance actions:
> 
> https://github.com/openstack/nova/blob/0c5ff5057edcf1f9ab55a559804a5c0c6a8158b2/nova/db/sqlalchemy/api.py#L5976
> 
> > But the question for keypairs and hypervisors, looks like they
> > didn't specify the sort order explicitly, so I think they should depend
> > on the DB implementation. Should we keep the old version API unspecified
> > sort order?
> 
> I think Andrew Laski made a comment about this in the keypairs change 
> also, that since we never explicitly guaranteed a sort order for these 
> before and never documented anything to that effect, enforcing a new 
> sort order should not be a problem, regardless of the microversion. The 
> natural sort order should be the auto-incrementing id but that's not 
> guaranteed. And the hypervisors pagination change is using id for 
> sorting. The keypairs change is sorting by name. I think at the summit 
> we even told Pavel to push a separate change before the microversion to 
> start ordering keypairs since we weren't going to support sort keys.
> 
> So I don't have a strong opinion either way. If it's just a difference 
> in which DB API method gets called per the microversion, that seems 
> simple enough to keep it working as it did before the pagination changes 
> are added. If it makes the code much more complicated though, then I'd 
> probably not try to retrofit the ordering, or lack thereof.

I think the most important thing is some sort of generally stable
ordering so two requests with no intervening change return the same
ordering. But I also don't view it as a contract that we have to ensure
through a change, either a microversion or a data migration. If we're
stable before the change and stable afterwards then some temporary
instability should be okay as long as we return the correct data.

If users need a completely predictable sort order then we need to offer
a sort_key parameter. Though I'm not suggesting we do that.

> 
> -- 
> 
> Thanks,
> 
> Matt Riedemann
> 
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe:
> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Cinder] Nominating Scott D'Angelo to Cinder core

2016-06-28 Thread Potter, Nathaniel
+1, also not a core but I agree, all I’ve seen from Scott has been super 
knowledgeable and helpful!
-Nate

From: Erlon Cruz [mailto:sombra...@gmail.com]
Sent: Tuesday, June 28, 2016 3:48 AM
To: OpenStack Development Mailing List (not for usage questions) 

Subject: Re: [openstack-dev] [Cinder] Nominating Scott D'Angelo to Cinder core

+1
Not a core but surely is well deserved. Congrats Scott!!

On Tue, Jun 28, 2016 at 5:06 AM, Gorka Eguileor 
> wrote:

+2

Congrats Scott!!


On 27/06, Sean McGinnis wrote:
> I would like to nominate Scott D'Angelo to core. Scott has been very
> involved in the project for a long time now and is always ready to help
> folks out on IRC. His contributions [1] have been very valuable and he
> is a thorough reviewer [2].
>
> Please let me know if there are any objects to this within the next
> week. If there are none I will switch Scott over by next week, unless
> all cores approve prior to then.
>
> Thanks!
>
> Sean McGinnis (smcginnis)
>
> [1] 
> https://review.openstack.org/#/q/owner:%22Scott+DAngelo+%253Cscott.dangelo%2540hpe.com%253E%22+status:merged
> [2] http://cinderstats-dellstorage.rhcloud.com/cinder-reviewers-90.txt
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: 
> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [cinder] [keystone] cinder quota behavior differences after Keystone mitaka upgrade

2016-06-28 Thread Potter, Nathaniel
Hi all,

I did some digging into this on the cinder side, and it gets a little 
complicated. So, before the target and context are passed into the 
_authorize_show method, they’re retrieved through the get_project_hierarchy 
method in cinder.quota_utils [1]. In that method, they will only have their 
parent_id set if the parent_id isn’t the same as their domain_id [2] – if those 
two fields are equal the parent_id field for the returned generic_project 
object will be None. Based on what Henry said it seems like those two fields 
being the same implies that the project is at the top level because its parent 
is the domain itself (I’m guessing that should be true of the admin project?).

So in your example you have the admin project whose domain_id is default and 
whose parent_id is also default, meaning that the parent_id passed into 
_authorize_show is going to be None. If the target project whose quota you want 
to show is a ‘brother’ project to it and has a parent of default in the default 
domain, it should also have no parent set. Do you happen to know which of the 
three exceptions in _authorize_show  you’re hitting?

If the admin context project is the one you pasted, it definitely won’t have a 
set parent because its parent and domain are the same. That would rule out the 
exceptions on line 130 and 134 for your  issue because they both rely on the 
context project having a set parent_id [3]. That would just leave the case 
where the target project for the quota you want to be showing does have a 
non-domain parent and isn’t a part of the subtree for the admin context you’re 
making the call with.

Sorry for a bit of a braindump here, I was just trying to look at all of the 
possibilities to see if any of them could be of help ☺. I think it would 
definitely be useful to know how exactly it’s failing out for you so we can 
make sure it works the way it should, because I believe the intent is 
definitely to have admins be able to view and set all user quotas.

Thanks,
Nate

[1] 
https://github.com/openstack/cinder/blob/master/cinder/api/contrib/quotas.py#L170-L175
[2] 
https://github.com/openstack/cinder/blob/master/cinder/quota_utils.py#L110-L112
[3] 
https://github.com/openstack/cinder/blob/master/cinder/api/contrib/quotas.py#L125-L134



From: Matt Fischer [mailto:m...@mattfischer.com]
Sent: Tuesday, June 28, 2016 7:36 AM
To: OpenStack Development Mailing List (not for usage questions) 

Subject: Re: [openstack-dev] [cinder] [keystone] cinder quota behavior 
differences after Keystone mitaka upgrade

Thanks Henry,

From a Keystone POV I think it makes sense, but it's causing some operational 
headaches, so I'm curious what the cinder team thinks about this. Not being 
able to see or set someone's quota as an admin is frustrating for dealing with 
support requests.


On Tue, Jun 28, 2016 at 12:38 AM, Henry Nash 
> wrote:
Hi Matt,

So the keystone changes were intentional. From Mitaka onwards, a domain is 
represented as a project which is “acting as a domain” (it has an attribute 
“is_domain” set to true). The situation you describe, where what were top level 
projects now have the project acting as the default domain as their parent, is 
what I would expect to happen after the update.

During Mitaka development, we  worked with the cinder folks - who were to 
re-designing their quota code anyway - and this was modified to take account of 
the project structure. I’m not sure if the quota semantics you see are what was 
intended (I’ll let the cinder team comment). Code can, if desired, distinguish 
the case of top projects that are at the top level, vs projects somewhere way 
down the hierarchy, by looking at the parent and seeing if it is a project 
acting as a domain.

Henry
keystone core
On 27 Jun 2016, at 17:13, Matt Fischer 
> wrote:

We upgraded our dev environment last week to Keystone stable/mitaka. Since then 
we're unable to show or set quotas on projects of which the admin is not a 
member. Looking at the cinder code, it seems that cinder is pulling a project 
list and attempting to determine a hierarchy.  On Liberty Keystone, projects 
seem to lack parents:

https://liberty-endpoint:5000/v3/projects/9e839870dd0d4a2f96f9d71b7e7c5a4e'}, 
name=admin, parent_id=None, subtree=None>

In Mitaka, it seems that projects are children of the default domain:

http://mitaka-endpoint:5000/v3/projects/4764ba822ecb43e582794b875751924c'}, 
name=admin, parent_id=default, subtree=None>

In Liberty since all projects were parentless, the authorize_* code blocks were 
skipped since both conditionals were false:

https://github.com/openstack/cinder/blob/stable/liberty/cinder/api/contrib/quotas.py#L174-L191

But now in Mitaka, the code is run, and it fails out since the projects are 
"brothers", both with the parent of the default domain, but not hierarchically 
related.


Re: [openstack-dev] [OpenStack-docs] [telemetry] Ceilometer and Aodh install guide(s)

2016-06-28 Thread Ildikó Váncsa
Hi Rodrigo,

Thanks for sharing your view on this. I will consider what other way I have to 
organize the docs.

I tried to extract the common parts and use '.. include::' as much as possible. 
The patch was huge already. I'm afraid what you're saying would result in even 
more duplication which is not ideal. I also like having less sections the user 
has to check and put together as that makes it easier to follow the flow.

Best Regards,
/Ildikó

> -Original Message-
> From: Caballero Abraham, Rodrigo [mailto:rodrigo.caballero.abra...@intel.com]
> Sent: June 28, 2016 18:46
> To: Ildikó Váncsa; 'Spyros Trigazis'; OpenStack Development Mailing List (not 
> for usage questions); openstack-
> d...@lists.openstack.org
> Subject: RE: [OpenStack-docs] [openstack-dev] [telemetry] Ceilometer and Aodh 
> install guide(s)
> 
> snip
> >
> > Do you have a good proposal for structuring things?
> []
> I am assuming that you have distro specific instructions mixed with 
> non-specific ones.
> I can only suggest what has worked for me in the past. I created a common 
> file describing the process devoid of any instructions,
> distro specific or otherwise.
> Then I created distro specific procedures containing all the needed 
> instructions with the appropriate level of detail.
> The steps on the common file serve as the headings for all distro specific 
> procedures. That makes the common file an excellent
> introduction to all procedures while keeping the entire instructions in a 
> single place.
> 
> This system is not perfect however. There is some content repetition on the 
> instructions side of things.
> This could be avoided if we used the .. only:: directive on the instructions 
> side. You would then have a high level overview of the
> procedure, common to all distros, and a single file containing all 
> instructions for all distros differentiated by the only directive.
> 
> I guess what I am saying is that there is no magic bullet here. At the end of 
> the day, the content determines what modularity model
> you can use, IMO.
> Regards,
> Rodrigo
> >
> > Thanks,
> > /Ildikó
> snip
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [OpenStack-docs] [telemetry] Ceilometer and Aodh install guide(s)

2016-06-28 Thread Ildikó Váncsa
Hi Andreas,

If we would end up moving more guides to the project tree then it will be 
confusing having multiple top level docs folder in a basically code repository.

Can that be an option to have a top level 'doc' folder and having sub-folders 
under like 'doc/developer', 'doc/install-guide', etc.?

Thanks and Best Regards,
/Ildikó

> -Original Message-
> From: Andreas Jaeger [mailto:a...@suse.com]
> Sent: June 28, 2016 15:12
> To: Ildikó Váncsa; openstack-d...@lists.openstack.org
> Cc: openstack-dev@lists.openstack.org
> Subject: Re: [OpenStack-docs] [telemetry] Ceilometer and Aodh install guide(s)
> 
> On 2016-06-28 14:55, Ildikó Váncsa wrote:
> > [...]
> > I have a third less urgent question. The install-guide has it's own folder 
> > at the same level where these two projects have their 'doc'
> folder. I would assume other projects have the same or similar folder for the 
> developer docs. Would that be reasonable/possible to
> have one main 'doc' folder for all the docs?
> 
> I understand the sentiment. The install-guide is a separate book, as
> Sean Dague called it nicely, which gets published to a different place,
> integrated into the full Install Tutorial. If you make it part of the
> developer documentation, it might integrate more nicely there but not in
> the overall cross-project Install Tutorial. Developer documentation is a
> separate book already and placing several books under doc will need even
> further changes to make it clear what goes where and how to publish.
> 
> So, I think the top-level folder is the best place for this,
> 
> Andreas
> --
>  Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi
>   SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
>GF: Felix Imendörffer, Jane Smithard, Graham Norton,
>HRB 21284 (AG Nürnberg)
> GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [OpenStack-docs] [telemetry] Ceilometer and Aodh install guide(s)

2016-06-28 Thread Ildikó Váncsa
Hi Goutham,

Thanks, I already checked your solution briefly.

I will wait until there is some decision about the global way forward. If '.. 
only::' remains an option I might change the Ceilometer setup back.

Best Regards,
/Ildikó

> -Original Message-
> From: Ravi, Goutham [mailto:goutham.r...@netapp.com]
> Sent: June 28, 2016 15:32
> To: Ildikó Váncsa; openstack-d...@lists.openstack.org
> Cc: openstack-dev@lists.openstack.org
> Subject: Re: [OpenStack-docs] [telemetry] Ceilometer and Aodh install guide(s)
> 
> Hi Ildikó,
> 
> Please take a look at the tooling in https://review.openstack.org/#/c/317152/ 
> - I tried preserving the ‘only::’ tags because I had a
> similar concern about all the common parts to someone compiling the install 
> guide from time to time. We were discussing whether
> this was a good solution as opposed to using ‘include’ directives with 
> distro-specific files referencing common sections; or ignore both
> and maintain four different files (obs, debian, rdo, ubuntu) with common 
> sections included within each.
> 
> Thanks,
> Goutham
> 
> On 6/28/16, 8:55 AM, "Ildikó Váncsa"  wrote:
> 
> Hi,
> 
> I'm currently working on to move the Install Guide for Ceilometer [1] and 
> Aodh [2] under the project trees. I faced with a few
> difficulties so far about which I would like to ask your opinion.
> 
> First of all these two projects are under the Telemetry umbrella, so they are 
> not completely separate. I tried to name the services in
> the documents accordingly in the files. My question here would be whether 
> these two guides will be included in the overall document
> as two totally standalone services or we can link them together somehow?
> 
> The other question I had in mind is in connection with removing ".. only::". 
> As Ceilometer is integrated with several other projects it
> needs additional configuration steps, where we have distro specific steps to 
> follow. I chose the direction of extracting the common
> parts and reused them in the distro specific files. The end result still 
> looks ugly and I have concerns about maintainability. We merged a
> first version of the structure, but I'm happy to change if we can come up 
> with a better solution. Do you have suggestions on this?
> 
> I have a third less urgent question. The install-guide has it's own folder at 
> the same level where these two projects have their 'doc'
> folder. I would assume other projects have the same or similar folder for the 
> developer docs. Would that be reasonable/possible to
> have one main 'doc' folder for all the docs?
> 
> Thanks and Best Regards,
> Ildikó
> 
> [1] https://review.openstack.org/#/c/330051/
> [2] https://review.openstack.org/#/c/330048/
> 
> ___
> OpenStack-docs mailing list
> openstack-d...@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs
> 

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [nova] Do we require the 'next' link for paging, always?

2016-06-28 Thread Matt Riedemann

On 6/27/2016 9:57 PM, Alex Xu wrote:

Matt, thanks for the email, I +1 on the next page link. Then user
needn't build up link by themself.

I also have one more question after review those pagination patches:

As those pagination proposes change the default sort order. So should we
keep the sort order for old version API?
I think it should be yes. For instance-actions, it should keep the
order sorted by 'create_at' column in old versionAPI. The new version
API will sort the result by 'updated_at' column.


This sounds reasonable since we were already ordering on created_at for 
instance actions:


https://github.com/openstack/nova/blob/0c5ff5057edcf1f9ab55a559804a5c0c6a8158b2/nova/db/sqlalchemy/api.py#L5976


But the question for keypairs and hypervisors, looks like they
didn't specify the sort order explicitly, so I think they should depend
on the DB implementation. Should we keep the old version API unspecified
sort order?


I think Andrew Laski made a comment about this in the keypairs change 
also, that since we never explicitly guaranteed a sort order for these 
before and never documented anything to that effect, enforcing a new 
sort order should not be a problem, regardless of the microversion. The 
natural sort order should be the auto-incrementing id but that's not 
guaranteed. And the hypervisors pagination change is using id for 
sorting. The keypairs change is sorting by name. I think at the summit 
we even told Pavel to push a separate change before the microversion to 
start ordering keypairs since we weren't going to support sort keys.


So I don't have a strong opinion either way. If it's just a difference 
in which DB API method gets called per the microversion, that seems 
simple enough to keep it working as it did before the pagination changes 
are added. If it makes the code much more complicated though, then I'd 
probably not try to retrofit the ordering, or lack thereof.


--

Thanks,

Matt Riedemann


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [ironic] why do we need setting network driver per node?

2016-06-28 Thread Vladyslav Drok
Thanks for bringing this up Dmitry, here are my thoughts on this.

Another case is an out-of-tree network driver, that can basically do
whatever an operator needs to, and may have some parameters defined in
driver_info as is the case for most of other interfaces ironic drivers have.

I think neutron and flat drivers coexistence in the same deployment is
unlikely, but neutron and none or flat and none seems to be valid case. As
for nova, this might be as easy as adding an availability zone with nodes
that have network isolation enabled.

Also, with all the driver composition work, I think we don't want to have
some weird things like dhcp providers anymore and go further with
interfaces. And if it is an interface, it should be considered as such (the
basic spec containing most of the requirements is merged, and we can use it
to make network interface as close to the spec as possible, while not going
too far, as multitenancy slipping another release would be very bad). There
might be some caveats with backwards compatibility in this particular case,
but they're all solvable.

Thanks,
Vlad

On Tue, Jun 28, 2016 at 7:08 PM, Mathieu Mitchell 
wrote:

> Following discussion on IRC, here are my thoughts:
>
> The proposed network_interface allows choosing a "driver" for the network
> part of a node. The values could be something like "nobody", "neutron-flat
> networking" and "neutron-tenant separation".
>
> I think this choice should be left per-node. My reasoning is that you
> could have a bunch of nodes for which you have complete Neutron support,
> through for example an ML2 plugin. These nodes would be configured using
> one of the "neutron-*" modes.
>
> On the other hand, that same Ironic installation could also manage nodes
> for which the switches are unmanaged, or manually configured. In such case,
> you would probably want to use the "nobody" mode.
>
> An important point is to expose this "capability" to Nova as you might
> want to offer nodes with neutron integration differently from "any node". I
> am unsure if the capability should be the value of the network_interface or
> a boolean "neutron integration?". Thoughts?
>
> Mathieu
>
>
> On 2016-06-28 11:32 AM, Dmitry Tantsur wrote:
>
>> Hi folks!
>>
>> I was reviewing https://review.openstack.org/317391 and realized I don't
>> quite understand why we want to have node.network_interface. What's the
>> real life use case for it?
>>
>> Do we expect some nodes to use Neutron, some - not?
>>
>> Do we expect some nodes to benefit from network separation, some - not?
>> There may be a use case here, but then we have to expose this field to
>> Nova for scheduling, so that users can request a "secure" node or a
>> "less secure" one. If we don't do that, Nova will pick at random, which
>> makes the use case unclear again.
>> If we do that, the whole work goes substantially beyond what we were
>> trying to do initially: isolate tenants from the provisioning network
>> and from each other.
>>
>> Flexibility it good, but the patches raise upgrade concerns, because
>> it's unclear how to provide a good default for the new field. And anyway
>> it makes the whole thing much more complex than it could be.
>>
>> Any hints are welcome.
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [all] Proposal: Architecture Working Group

2016-06-28 Thread Clint Byrum
Thanks everyone for participating and remaining positive and focused
on improving OpenStack. I've posted a review, and I'd like to encourage
everyone to move any future discussion of the Architecture Working group
to that review.

https://review.openstack.org/335141

Excerpts from Clint Byrum's message of 2016-06-17 14:52:43 -0700:
> ar·chi·tec·ture
> ˈärkəˌtek(t)SHər/
> noun
> noun: architecture
> 
> 1. 
> 
> the art or practice of designing and constructing buildings.
> 
> synonyms:building design, building style, planning, building, 
> construction; 
> 
> formalarchitectonics 
> 
> "modern architecture"
> 
> the style in which a building is designed or constructed, especially with 
> regard to a specific period, place, or culture.
> 
> plural noun: architectures
> 
> "Victorian architecture"
> 
> 2. 
> 
> the complex or carefully designed structure of something.
> 
> "the chemical architecture of the human brain"
> 
> the conceptual structure and logical organization of a computer or 
> computer-based system.
> 
> "a client/server architecture"
> 
> synonyms:structure, construction, organization, layout, design, build, 
> anatomy, makeup; 
> 
> informalsetup 
> 
> "the architecture of a computer system"
> 
> 
> Introduction
> =
> 
> OpenStack is a big system. We have debated what it actually is [1],
> and there are even t-shirts to poke fun at the fact that we don't have
> good answers.
> 
> But this isn't what any of us wants. We'd like to be able to point
> at something and proudly tell people "This is what we designed and
> implemented."
> 
> And for each individual project, that is a possibility. Neutron can
> tell you they designed how their agents and drivers work. Nova can
> tell you that they designed the way conductors handle communication
> with API nodes and compute nodes. But when we start talking about how
> they interact with each other, it's clearly just a coincidental mash of
> de-facto standards and specs that don't help anyone make decisions when
> refactoring or adding on to the system.
> 
> Oslo and cross-project initiatives have brought some peace and order
> to the implementation and engineering processes, but not to the design
> process. New ideas still start largely in the project where they are
> needed most, and often conflict with similar decisions and ideas in other
> projects [dlm, taskflow, tooz, service discovery, state machines, glance
> tasks, messaging patterns, database patterns, etc. etc.]. Often times this
> creates a log jam where none of the projects adopt a solution that would
> align with others. Most of the time when things finally come to a head
> these things get done in a piecemeal fashion, where it's half done here,
> 1/3 over there, 1/4 there, and 3/4 over there..., which to the outside
> looks like  chaos, because that's precisely what it is.
> 
> And this isn't always a technical design problem. OpenStack, for instance,
> isn't really a micro service architecture. Of course, it might look like
> that in diagrams [2], but we all know it really isn't. The compute node is
> home to agents for every single concern, and the API interactions between
> the services is too tightly woven to consider many of them functional
> without the same lockstep version of other services together. A game to
> play is ask yourself what would happen if a service was isolated on its
> own island, how functional would its API be, if at all. Is this something
> that we want? No. But there doesn't seem to be a place where we can go
> to actually design, discuss, debate, and ratify changes that would help
> us get to the point of gathering the necessary will and capability to
> enact these efforts.
> 
> Maybe nova-compute should be isolated from nova, with an API that
> nova, cinder and neutron talk to. Maybe we should make the scheduler
> cross-project aware and capable of scheduling more than just nova
> instances. Maybe we should have experimental groups that can look at how
> some of this functionality could perhaps be delegated to non-openstack
> projects. We hear that Mesos, for example to help with the scheduling
> aspects, but how do we discuss these outside hijacking threads on the
> mailing list? These are things that we all discuss in the hallways
> and bars and parties at the summit, but because they cross projects at
> the design level, and are inherently a lot of social and technical and
> exploratory work, Many of us fear we never get to a place of turning
> our dreams into reality.
> 
> So, with that, I'd like to propose the creation of an Architecture Working
> Group. This group's charge would not be design by committee, but a place
> for architects to share their designs and gain support across projects
> to move forward with and ratify architectural decisions. That includes
> coordinating exploratory work that may turn into being the base of further
> architectural decisions for OpenStack. I 

Re: [openstack-dev] [kolla] Usage of Reno - all devs please read

2016-06-28 Thread Hui Kang
Hi, Jeffrey and Nate,
Thanks for the links. I will update my PS.

- Hui

On Tue, Jun 28, 2016 at 12:15 PM, Nate Johnston  wrote:
> On Tue, Jun 28, 2016 at 11:47:58PM +0800, Jeffrey Zhang wrote:
>> On Tue, Jun 28, 2016 at 9:23 PM, Hui Kang  wrote:
>>
>> > Do you mind giving some example of such reno release note? Thanks.
>>
>> like this https://review.openstack.org/#/c/235398/ .
>
> The instructions are also very good:
>
> http://docs.openstack.org/developer/reno/usage.html
>
> --N.
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-28 Thread Maksim Malchuk
1. Show the logfile to see the bootstrap process is finished without any
errors.
2. It depends on the Fuel version, http://10.20.0.2/cobbler/boot in some
cases can't be seen through the web browser.
3. You shouldn't do anything only reboot the slave node. If fuel-bootstrap
executed correctly - your slave node should boot.
4. Also, there can be a problem in the VirtualBox settings, please don't
touch network/interfaces and use only fuel-virtualbox scripts to configure
them.


On Tue, Jun 28, 2016 at 6:28 PM, Alioune  wrote:

> Maksim,
> The bootstrap process woks fine without error but the slave can boot from
> network.
> I think that the issue is due TFTP process, it tries to reach
> http://10.20.0.2/cobbler/boot, I used my web browser but there is not
> directory named boot in cobbler folder.
> Should the bootstrap create this directory ?
>
> On 28 June 2016 at 15:59, Maksim Malchuk  wrote:
>
>> You can start build command with debug options enabled for example and
>> copy/paste output:
>>>
>>> fuel-bootstrap --verbose --debug build --activate
>>>
>>
>> Very bad idea to remove logfile, it's better to empty it not remove.
>>
>>  If you don't have the logfile, so recreate it with command:
>>
>>> touch /var/log/fuel-bootstrap-image-build.log
>>>
>>
>>
>> On Tue, Jun 28, 2016 at 4:09 PM, Alioune  wrote:
>>
>>> I've removed /var/log/fuel-bootstrap-image-build.log, created new
>>> bootstrap ubuntu again after setting proxy parameters and reboot.
>>> After the there is no /var/log/fuel-bootstrap-image-build.log create
>>> from the new bootstrap but slave doesn't boot correctly.
>>> Is there another way to detect slave nodes without creating image ?
>>> Regards,
>>> [image: Inline images 2]
>>>
>>> On 28 June 2016 at 13:34, Maksim Malchuk  wrote:
>>>
 You have an issue with connectivity from the Fuel master node to
 http://archive.ubuntu.com
 from the log:

> Command: debootstrap --include=ca-certificates,apt-transport-https 
> --verbose --no-check-gpg --arch=amd64 trusty 
> /tmp/tmp1K2haC.fuel-agent-image http://archive.ubuntu.com/ubuntu
> Exit code: 1
> Stdout: 'I: Retrieving Release \nE: Failed getting release file 
> http://archive.ubuntu.com/ubuntu/dists/trusty/Release\n'
> Stderr: ''
> Failed to execute command: Unexpected error while running command.
>
> please check your network connectivity, maybe firewall or nat settings.


 On Tue, Jun 28, 2016 at 2:28 PM, Alioune  wrote:

> Hi all,
> I tried to create ubuntu bootstrap using [0] but the slave can still
> not booting. You can find the bootstrap log following [1].
>
> Noticed that I've deleted the depot [2] from fuelmenu because it
> generated an error  "URL for repository mos is not accessible".
>
> Regards,
>
> [0] fuel-bootstrap build --ubuntu-release trusty  --activate
> [1]
> https://drive.google.com/folderview?id=0B-bfET74f0WZWE9Uc1lVOXJLcWM=sharing
> [2]  http://127.0.0.1:8080/ubuntu/x86_64/ mos8.0 main restricted
>
> On 27 June 2016 at 17:48, Maksim Malchuk 
> wrote:
>
>> Maybe the problem because you create the CentOS bootstrap which is
>> deprecated now.
>> If You really need the CentOS bootstrap, need to look into the
>> mentioned log file for this issue.
>>
>>
>> On Mon, Jun 27, 2016 at 6:33 PM, Alioune  wrote:
>>
>>> Thanks for your response,
>>>
>>> I've created and activated a new centOS bootstrap as suggested Sergi.
>>> Now the fuel-slave tries to boot from network but it fails at step
>>> TFTP http://10.20.0.2/cobbler/boot (unable to locate configuration
>>> file ).
>>> The bootstrap zip was generated in
>>> /tmp/a721103c-8693-4c58-985d-3f8223bdbc88.tar.gz, it seems that the 
>>> slave
>>> can not retreive the config files of the bootstrap.
>>> Are there additional config to do on the master side ?
>>> Regards
>>>
>>>  fuel-bootstrap list
>>>
>>> +--+--++
>>> | uuid | label
>>>  | status |
>>>
>>> +--+--++
>>> | a721103c-8693-4c58-985d-3f8223bdbc88 |
>>> a721103c-8693-4c58-985d-3f8223bdbc88 | active |
>>> | centos   | deprecated
>>>   ||
>>>
>>> +--+--++
>>>
>>> On 27 June 2016 at 16:58, Sergii Golovatiuk <
>>> sgolovat...@mirantis.com> wrote:
>>>
 Hi,

 I would suggest to build image from CLI using [0]. That will give
 more details to you.


Re: [openstack-dev] [mistral] [murano] [yaql] yaqluator bug

2016-06-28 Thread Elisha, Moshe (Nokia - IL)
Hi,

Thank you for the kind words, Alexey.

I was able to reproduce your bug and I have also found the issue.

The problem is that we did not create the parser with the engine_options used 
in the yaql library by default when using the CLI.
Specifically, the "yaql.limitIterators" was missing… I am not sure that this 
settings should have this affect but maybe the Yaql guys can comment on that.

If we will change yaqluator to use this setting it will mean that yaqluator 
will not be consistent with Mistral because Mistral is using YAQL without this 
engine option (If I use your example in a workflow, Mistral returns exactly 
like the yaqluator returns)


Workflow:


---
version: '2.0'

test_yaql:
  tasks:
test_yaql:
  action: std.noop
  publish:
output_expr: <% [1,2].join([3], true, [$1, $2]) %>

Workflow result:


[root@s53-19 ~(keystone_admin)]# mistral task-get-published 
01d2bce3-20d0-47b2-84f2-7bd1cb2bf9f7
{
"output_expr": [
[
1,
3
]
]
}


As Matthews pointed out, the yaqluator is indeed OpenSource and contributions 
are welcomed.

[1] 
https://github.com/ALU-CloudBand/yaqluator/commit/e523dacdde716d200b5ed1015543d4c4680c98c2



From: Dougal Matthews >
Reply-To: "OpenStack Development Mailing List (not for usage questions)" 
>
Date: Monday, 27 June 2016 at 16:44
To: "OpenStack Development Mailing List (not for usage questions)" 
>
Subject: Re: [openstack-dev] [mistral] [murano] [yaql] yaqluator bug

On 27 June 2016 at 14:30, Alexey Khivin 
> wrote:
Hello, Moshe

Tomorrow I discovered yaqluator.com for myself! Thanks 
for the useful tool!

But suddenly I was said that the expression
[1,2].join([3], true, [$1, $2])
evaluated to [[1,3]] on the yaqluator

A the same time this expression evaluated right when I using raw yaql 
interpreter.

Could we fix this issue?

By the way, don't you want to make yaqluator opensource? If you would transfer 
yaqluator to Openstack Foundation, then  community will be able to fix such 
kind of bugs

It looks like it is open source, there is a link in the footer: 
https://github.com/ALU-CloudBand/yaqluator


Thank you!
Best regards, Alexey Khivin



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [OpenStack-docs] [telemetry] Ceilometer and Aodh install guide(s)

2016-06-28 Thread Caballero Abraham, Rodrigo
snip
> 
> Do you have a good proposal for structuring things?
[] 
I am assuming that you have distro specific instructions mixed with 
non-specific ones.
I can only suggest what has worked for me in the past. I created a common file 
describing the process devoid of any instructions, distro specific or otherwise.
Then I created distro specific procedures containing all the needed 
instructions with the appropriate level of detail.
The steps on the common file serve as the headings for all distro specific 
procedures. That makes the common file an excellent introduction to all 
procedures while keeping the entire instructions in a single place.

This system is not perfect however. There is some content repetition on the 
instructions side of things. 
This could be avoided if we used the .. only:: directive on the instructions 
side. You would then have a high level overview of the procedure, common to all 
distros, and a single file containing all instructions for all distros 
differentiated by the only directive.

I guess what I am saying is that there is no magic bullet here. At the end of 
the day, the content determines what modularity model you can use, IMO.
Regards,
Rodrigo
> 
> Thanks,
> /Ildikó
snip
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [telemetry] Ceilometer and Aodh install guide(s)

2016-06-28 Thread Ildikó Váncsa
Hi,

@Julien: +1 to the one 'doc' folder.

I think it's not yet decided whether it should be modular, using '.. only::' or 
we can/will have both.

I use the modular approach as well right now, I have many files containing the 
common things and the distro specific steps. For Ceilometer it resulted in way 
more files and folders than it should be in my opinion. And I think it will 
discourage people from contributing to it. The more files you have the harder 
to see how the guide will look like after the build, which can make it slower 
to identify and then modify the files.

Do you have a good proposal for structuring things?

Thanks,
/Ildikó

> -Original Message-
> From: Spyros Trigazis [mailto:strig...@gmail.com]
> Sent: June 28, 2016 17:18
> To: OpenStack Development Mailing List (not for usage questions); Ildikó 
> Váncsa; openstack-d...@lists.openstack.org
> Subject: Re: [openstack-dev] [telemetry] Ceilometer and Aodh install guide(s)
> 
> +1 on the modular approach by Rodrigo Caballero
> 
> I'm writing magnum's guide and I'm working on the debian guide. Debian's 
> guide will have a couple of differences and I plan to move
> them in other files or/and break the existing common config files.
> 
> IMO, one of the goals of the project specific guides was to let teams decide 
> what works for them. If the output guide is similar to
> others, I think you can choose what suits you best.
> 
> Cheers,
> Spyros
> 
> 
> On 28 June 2016 at 16:44, Julien Danjou  wrote:
> 
> 
>   On Tue, Jun 28 2016, Ildikó Váncsa wrote:
> 
>   > I have a third less urgent question. The install-guide has it's own 
> folder at
>   > the same level where these two projects have their 'doc' folder. I 
> would assume
>   > other projects have the same or similar folder for the developer 
> docs. Would
>   > that be reasonable/possible to have one main 'doc' folder for all the 
> docs?
> 
>   This is our long-term objective for Telemetry projects.
> 
>   Gnocchi already have only one doc/ folder with all the documentation,
>   From installation to usage.
> 
>   I don't think our projects are not big enough and have enough resources
>   to start maintaining different documentations with different scopes,
>   etc.
> 
>   --
>   Julien Danjou
>   ;; Free Software hacker
>   ;; https://julien.danjou.info
> 
>   
> __
>   OpenStack Development Mailing List (not for usage questions)
>   Unsubscribe: 
> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>   http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 
> 
> 

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [ironic] why do we need setting network driver per node?

2016-06-28 Thread Mathieu Mitchell

Following discussion on IRC, here are my thoughts:

The proposed network_interface allows choosing a "driver" for the 
network part of a node. The values could be something like "nobody", 
"neutron-flat networking" and "neutron-tenant separation".


I think this choice should be left per-node. My reasoning is that you 
could have a bunch of nodes for which you have complete Neutron support, 
through for example an ML2 plugin. These nodes would be configured using 
one of the "neutron-*" modes.


On the other hand, that same Ironic installation could also manage nodes 
for which the switches are unmanaged, or manually configured. In such 
case, you would probably want to use the "nobody" mode.


An important point is to expose this "capability" to Nova as you might 
want to offer nodes with neutron integration differently from "any 
node". I am unsure if the capability should be the value of the 
network_interface or a boolean "neutron integration?". Thoughts?


Mathieu

On 2016-06-28 11:32 AM, Dmitry Tantsur wrote:

Hi folks!

I was reviewing https://review.openstack.org/317391 and realized I don't
quite understand why we want to have node.network_interface. What's the
real life use case for it?

Do we expect some nodes to use Neutron, some - not?

Do we expect some nodes to benefit from network separation, some - not?
There may be a use case here, but then we have to expose this field to
Nova for scheduling, so that users can request a "secure" node or a
"less secure" one. If we don't do that, Nova will pick at random, which
makes the use case unclear again.
If we do that, the whole work goes substantially beyond what we were
trying to do initially: isolate tenants from the provisioning network
and from each other.

Flexibility it good, but the patches raise upgrade concerns, because
it's unclear how to provide a good default for the new field. And anyway
it makes the whole thing much more complex than it could be.

Any hints are welcome.

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [kolla] Usage of Reno - all devs please read

2016-06-28 Thread Nate Johnston
On Tue, Jun 28, 2016 at 11:47:58PM +0800, Jeffrey Zhang wrote:
> On Tue, Jun 28, 2016 at 9:23 PM, Hui Kang  wrote:
> 
> > Do you mind giving some example of such reno release note? Thanks.
> 
> ​like this https://review.openstack.org/#/c/235398/ .​

The instructions are also very good:

http://docs.openstack.org/developer/reno/usage.html

--N.

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [kolla] version of python2-oslo-config

2016-06-28 Thread Steven Dake (stdake)
The mitaka branch of Kolla requires 3.7 or later.

Git 
checkout stable/mitaka

Master may require 3.10, but that happens via the global requirements update 
process, of which RDO will surely address in the future.

Regards
-steve

From: "hu.zhiji...@zte.com.cn" 
>
Reply-To: "OpenStack Development Mailing List (not for usage questions)" 
>
Date: Tuesday, June 28, 2016 at 4:30 AM
To: "OpenStack Development Mailing List (not for usage questions)" 
>
Subject: [openstack-dev] [kolla] version of python2-oslo-config

Hi Kolla team,

Base upon requirement.txt, Kolla needs oslo-config version 3.10. But CentOS 
Mitaka uses 3.9 ,which is python2-oslo-config-3.9.0-1.el7.noarch.rpm.

I want to know if Kolla can also work on oslo-config-3.9.0. If it can, then 
will be a benefit because pip is conflict with rpm on python2-oslo-config 
package. For example, the rpm version has the ability to find config file in 
/usr/share/keystone/keystone-dist.conf but the pip version not.


Thanks
Zhijiang,



ZTE Information Security Notice: The information contained in this mail (and 
any attachment transmitted herewith) is privileged and confidential and is 
intended for the exclusive use of the addressee(s).  If you are not an intended 
recipient, any disclosure, reproduction, distribution or other dissemination or 
use of the information contained is strictly prohibited.  If you have received 
this mail in error, please delete it and notify us immediately.



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [kolla] Usage of Reno - all devs please read

2016-06-28 Thread Jeffrey Zhang
On Tue, Jun 28, 2016 at 9:23 PM, Hui Kang  wrote:

> Do you mind giving some example of such reno release note? Thanks.


​like this https://review.openstack.org/#/c/235398/ .​



-- 
Regards,
Jeffrey Zhang
Blog: http://xcodest.me
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [murano] Load murano Apps

2016-06-28 Thread Serg Melikyan
Hi Alione,

you need to archive content of the "package" folder, e.g. MySQL [0].
Make sure that manifest.yaml is on the root level.


References:
[0] https://github.com/openstack/murano-apps/tree/master/MySQL/package

On Tue, Jun 28, 2016 at 8:36 AM, Alioune  wrote:
> Hi all,
> I've downloaded murano apps from [1] and I would like to upload them as
> package.
>
> I would like to know which folders into murano-apps to zip and load from
> "Package Definition" ?
>
> How to add these apps with murano package-import ?
>
> Regards,
>
> [1] https://github.com/openstack/murano-apps
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>



-- 
Serg Melikyan, Development Manager at Mirantis, Inc.
http://mirantis.com | smelik...@mirantis.com

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Nova][Neutron][Live-Migration] Cross l2 agent migration and solving Nova-Neutron live migration bugs

2016-06-28 Thread Andreas Scheuring
Hi,

I'm currently working on solving Nova-Neutron issues during Live
Migration. This mail is intended to raise awareness cross project and
get things kicked off.

The issues
==

#1 When portbinding fails, instance is migrated but stuck in error state
#2 Macvtap agent live Migration when source and target use different
physical_interface_mapping [3]. Either the migration fails (good case)
or it would place the instance on a wrong network (worst case)
#3 (more a feature):  Migration cross l2 agent not possible (e.g.
migrate from lb host to ovs host, or from ovs-hybrid to new ovsfirewall
host)


The proposal

All those problems could be solved with the same approach . The proposal
is, to bind a port to the source AND to the target port during
migration.

* Neutron would need to allow multiple bindings for a compute port and
externalize that via API. 
  - Neutron Spec [1]
  - Bug [4]  is a prereq to the spec.

* Nova would need to use those new APIs to check in pre_live_migration,
if the binding for target host is valid and to modify the instance
definition (e.g. domain.xml) during migration.
  - Nova Spec [2]

This would solve the issues in the following way:
#1 would abort the migration before it started, so instance is still
usable
#2 Migration is possible with all configurations 
#3 would allow such a migration


Coordination

Some coordination between Nova & Neutron is required. Along todays Nova
Live Migration Meeting [5] this will happen on the Nova midcycle. I put
an item on the agenda [6].


Would be great that anybody that is interested in this bugfix/feature
could comment on the specs [1] or [2] to get as much feedback as
possible before the nova midcycle in July!

Thank you!



[1] Neutron spec: https://review.openstack.org/#/c/309416
[2] Nova spec: https://review.openstack.org/301090
[3] macvtap bug: https://bugs.launchpad.net/neutron/+bug/1550400
[4] https://bugs.launchpad.net/neutron/+bug/1367391
[5]
http://eavesdrop.openstack.org/meetings/nova_live_migration/2016/nova_live_migration.2016-06-28-14.00.log.html

[6] https://etherpad.openstack.org/p/nova-newton-midcycle





andreas_s


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Cinder] Nominating Scott D'Angelo to Cindercore

2016-06-28 Thread Kendall J Nelson

Congratulations Scott :)

All the Best,
  
   Kendall J. Nelson  
   Software Engineer &
   OpenStack Contributor  
  


   
   
   
   E-mail: kjnel...@us.ibm.com IBM 
   Cell Phone: (952) 215- 4025 
   IRC Nickname: diablo_rojo 3605 Hwy 52 N 
 Rochester, MN 
55901-1407 
 United States 
   






From:   Eric Harney 
To: openstack-dev@lists.openstack.org
Date:   06/28/2016 10:07 AM
Subject:Re: [openstack-dev] [Cinder] Nominating Scott D'Angelo to
Cinder  core



On 06/27/2016 01:27 PM, Sean McGinnis wrote:
> I would like to nominate Scott D'Angelo to core. Scott has been very
> involved in the project for a long time now and is always ready to help
> folks out on IRC. His contributions [1] have been very valuable and he
> is a thorough reviewer [2].
>
> Please let me know if there are any objects to this within the next
> week. If there are none I will switch Scott over by next week, unless
> all cores approve prior to then.
>
> Thanks!
>
> Sean McGinnis (smcginnis)
>
> [1] https://review.openstack.org/#/q/owner:%22Scott+DAngelo
+%253Cscott.dangelo%2540hpe.com%253E%22+status:merged
> [2] http://cinderstats-dellstorage.rhcloud.com/cinder-reviewers-90.txt
>


Definitely a +2.  Welcome, Scott!

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [murano] Load murano Apps

2016-06-28 Thread Alioune
Hi all,
I've downloaded murano apps from [1] and I would like to upload them as
package.

I would like to know which folders into murano-apps to zip and load from
"Package Definition" ?

How to add these apps with murano package-import ?

Regards,

[1] https://github.com/openstack/murano-apps
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [ironic] why do we need setting network driver per node?

2016-06-28 Thread Dmitry Tantsur

Hi folks!

I was reviewing https://review.openstack.org/317391 and realized I don't 
quite understand why we want to have node.network_interface. What's the 
real life use case for it?


Do we expect some nodes to use Neutron, some - not?

Do we expect some nodes to benefit from network separation, some - not? 
There may be a use case here, but then we have to expose this field to 
Nova for scheduling, so that users can request a "secure" node or a 
"less secure" one. If we don't do that, Nova will pick at random, which 
makes the use case unclear again.
If we do that, the whole work goes substantially beyond what we were 
trying to do initially: isolate tenants from the provisioning network 
and from each other.


Flexibility it good, but the patches raise upgrade concerns, because 
it's unclear how to provide a good default for the new field. And anyway 
it makes the whole thing much more complex than it could be.


Any hints are welcome.

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-28 Thread Alioune
Maksim,
The bootstrap process woks fine without error but the slave can boot from
network.
I think that the issue is due TFTP process, it tries to reach
http://10.20.0.2/cobbler/boot, I used my web browser but there is not
directory named boot in cobbler folder.
Should the bootstrap create this directory ?

On 28 June 2016 at 15:59, Maksim Malchuk  wrote:

> You can start build command with debug options enabled for example and
> copy/paste output:
>>
>> fuel-bootstrap --verbose --debug build --activate
>>
>
> Very bad idea to remove logfile, it's better to empty it not remove.
>
>  If you don't have the logfile, so recreate it with command:
>
>> touch /var/log/fuel-bootstrap-image-build.log
>>
>
>
> On Tue, Jun 28, 2016 at 4:09 PM, Alioune  wrote:
>
>> I've removed /var/log/fuel-bootstrap-image-build.log, created new
>> bootstrap ubuntu again after setting proxy parameters and reboot.
>> After the there is no /var/log/fuel-bootstrap-image-build.log create from
>> the new bootstrap but slave doesn't boot correctly.
>> Is there another way to detect slave nodes without creating image ?
>> Regards,
>> [image: Inline images 2]
>>
>> On 28 June 2016 at 13:34, Maksim Malchuk  wrote:
>>
>>> You have an issue with connectivity from the Fuel master node to
>>> http://archive.ubuntu.com
>>> from the log:
>>>
 Command: debootstrap --include=ca-certificates,apt-transport-https 
 --verbose --no-check-gpg --arch=amd64 trusty 
 /tmp/tmp1K2haC.fuel-agent-image http://archive.ubuntu.com/ubuntu
 Exit code: 1
 Stdout: 'I: Retrieving Release \nE: Failed getting release file 
 http://archive.ubuntu.com/ubuntu/dists/trusty/Release\n'
 Stderr: ''
 Failed to execute command: Unexpected error while running command.

 please check your network connectivity, maybe firewall or nat settings.
>>>
>>>
>>> On Tue, Jun 28, 2016 at 2:28 PM, Alioune  wrote:
>>>
 Hi all,
 I tried to create ubuntu bootstrap using [0] but the slave can still
 not booting. You can find the bootstrap log following [1].

 Noticed that I've deleted the depot [2] from fuelmenu because it
 generated an error  "URL for repository mos is not accessible".

 Regards,

 [0] fuel-bootstrap build --ubuntu-release trusty  --activate
 [1]
 https://drive.google.com/folderview?id=0B-bfET74f0WZWE9Uc1lVOXJLcWM=sharing
 [2]  http://127.0.0.1:8080/ubuntu/x86_64/ mos8.0 main restricted

 On 27 June 2016 at 17:48, Maksim Malchuk  wrote:

> Maybe the problem because you create the CentOS bootstrap which is
> deprecated now.
> If You really need the CentOS bootstrap, need to look into the
> mentioned log file for this issue.
>
>
> On Mon, Jun 27, 2016 at 6:33 PM, Alioune  wrote:
>
>> Thanks for your response,
>>
>> I've created and activated a new centOS bootstrap as suggested Sergi.
>> Now the fuel-slave tries to boot from network but it fails at step
>> TFTP http://10.20.0.2/cobbler/boot (unable to locate configuration
>> file ).
>> The bootstrap zip was generated in
>> /tmp/a721103c-8693-4c58-985d-3f8223bdbc88.tar.gz, it seems that the slave
>> can not retreive the config files of the bootstrap.
>> Are there additional config to do on the master side ?
>> Regards
>>
>>  fuel-bootstrap list
>>
>> +--+--++
>> | uuid | label
>>  | status |
>>
>> +--+--++
>> | a721103c-8693-4c58-985d-3f8223bdbc88 |
>> a721103c-8693-4c58-985d-3f8223bdbc88 | active |
>> | centos   | deprecated
>> ||
>>
>> +--+--++
>>
>> On 27 June 2016 at 16:58, Sergii Golovatiuk > > wrote:
>>
>>> Hi,
>>>
>>> I would suggest to build image from CLI using [0]. That will give
>>> more details to you.
>>>
>>> [0]
>>> http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/bootstrap/bootstrap_builder.html
>>>
>>> --
>>> Best regards,
>>> Sergii Golovatiuk,
>>> Skype #golserge
>>> IRC #holser
>>>
>>> On Mon, Jun 27, 2016 at 3:20 PM, Maksim Malchuk <
>>> mmalc...@mirantis.com> wrote:
>>>
 Hi,

 The error about an internet connection is the only common case. You
 should check the actual error in the log file
 /var/log/fuel-bootstrap-image-build.log.
 You can also share this file with us via any public service
 (GoogleDrive, DropBox, etc) and we will check it for 

Re: [openstack-dev] [mistal] Mistral logo ideas?

2016-06-28 Thread Elisha, Moshe (Nokia - IL)
Hi,

Attached another draft based on Michal's idea (it probably should be more 
colourful)

Maybe we can upload them to some online survey and vote…


From: Ryan Brady >
Reply-To: "OpenStack Development Mailing List (not for usage questions)" 
>
Date: Tuesday, 28 June 2016 at 17:08
To: Jason Rist >, "OpenStack 
Development Mailing List (not for usage questions)" 
>
Subject: Re: [openstack-dev] [mistal] Mistral logo ideas?



On Tue, Jun 28, 2016 at 1:38 AM, Jason Rist 
> wrote:
On 06/27/2016 06:57 AM, Dougal Matthews wrote:
> On 27 June 2016 at 07:45, Renat Akhmerov 
> > wrote:
>
> >
> >> Ideally it would be nice to have something that matches the meaning of
> > the
> >> name. Maybe we can combine wind with one of the other ideas.
> >>
> >> I like the idea of the logo being a stylized wind turbine. Perhaps it
> > could be
> >> a turbine with a gust of wind. Then we can show that Mistral harnesses
> > the
> >> power of the wind :-)
> >
> > Yeah, I’m just wondering how it would look like :)
> >
> >
> Yeah, for this idea we probably need somebody with artistic skills far
> superior
> to anything I could manage. We are getting quite a few good ideas now
> anyway!
>
>
> Renat Akhmerov
> > @Nokia
> >
> >
>

Ever since I saw the blueprint for a mistral logo, I've been working on some 
ideas.  I've presented a few to Dougal and Ryan, but I'm sharing widely here.  
I also did the one Michal came up with in Illustrator as well.  Please give me 
some feedback!  Both of the ones I thought of are "wind" related.  I thought 
about doing the ship before as well, but perhaps a little too war related, and 
also obscure.

+1 to the mistral-tornado.png logo.  I think it would be easily distinguishable 
at any size or distance.


Thanks,
Jason

P.S. you may recognize my name from the DLRN logo [1] and the TripleO Logo [2].

[1] 
https://github.com/openstack-packages/DLRN/blob/master/doc/source/_images/DLRN.png
[2] 
https://github.com/dprince/tripleosphinx/blob/master/tripleosphinx/theme/tripleo/static/tripleo_owl.svg

--
Jason E. Rist
Senior Software Engineer
OpenStack User Interfaces
Red Hat, Inc.
openuc: +1.972.707.6408
mobile: +1.720.256.3933
Freenode: jrist
github/twitter: knowncitizen

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




--
Ryan Brady
Cloud Engineering
rbr...@redhat.com
919.890.8925
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [telemetry] Ceilometer and Aodh install guide(s)

2016-06-28 Thread Spyros Trigazis
+1 on the modular approach by Rodrigo Caballero

I'm writing magnum's guide and I'm working on the debian guide. Debian's
guide will have a couple of differences and I plan to move them in other
files or/and break the existing common config files.

IMO, one of the goals of the project specific guides was to let teams decide
what works for them. If the output guide is similar to others, I think you
can
choose what suits you best.

Cheers,
Spyros


On 28 June 2016 at 16:44, Julien Danjou  wrote:

> On Tue, Jun 28 2016, Ildikó Váncsa wrote:
>
> > I have a third less urgent question. The install-guide has it's own
> folder at
> > the same level where these two projects have their 'doc' folder. I would
> assume
> > other projects have the same or similar folder for the developer docs.
> Would
> > that be reasonable/possible to have one main 'doc' folder for all the
> docs?
>
> This is our long-term objective for Telemetry projects.
>
> Gnocchi already have only one doc/ folder with all the documentation,
> From installation to usage.
>
> I don't think our projects are not big enough and have enough resources
> to start maintaining different documentations with different scopes,
> etc.
>
> --
> Julien Danjou
> ;; Free Software hacker
> ;; https://julien.danjou.info
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel] Deprecate fuel-upgrade repository

2016-06-28 Thread Vladimir Kozhukalov
This patch [1] is a part of project retirement procedure [2]. Review is
welcome.

[1] https://review.openstack.org/#/c/335085/
[2] http://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

Vladimir Kozhukalov

On Tue, Jun 28, 2016 at 1:41 PM, Vladimir Kozhukalov <
vkozhuka...@mirantis.com> wrote:

> Dear colleagues,
>
> Please be informed that fuel-upgrade [1] repository is going to be
> deprecated. We used to develop Fuel admin node upgrade scenarios in this
> repo, but now all upgrade related stuff is in fuel-octane [2] repo. So,
> fuel-upgrade is to be removed from the list of official Fuel repos [3].
> Fuel-upgrade will stay available for a while perhaps for about a year or so
> in case some of Fuel users want to build upgrade tarball.
>
>
> [1] https://github.com/openstack/fuel-upgrade
> [2] https://github.com/openstack/fuel-octane
> [3] https://review.openstack.org/#/c/334903/
>
> Vladimir Kozhukalov
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [puppet] weekly meeting #86

2016-06-28 Thread Emilien Macchi
Meeting cancelled again, no topic this week.
See you next week!

On Mon, Jun 27, 2016 at 8:39 AM, Emilien Macchi <emil...@redhat.com> wrote:
> Hi,
>
> If you have any topic for our meeting tomorrow, please add them on the 
> etherpad:
> https://etherpad.openstack.org/p/puppet-openstack-weekly-meeting-20160628
>
> See you tomorrow,
>
> On Tue, Jun 21, 2016 at 10:59 AM, Emilien Macchi <emil...@redhat.com> wrote:
>> Meeting cancelled, no topics this week.
>>
>> See you next week!
>>
>> On Mon, Jun 20, 2016 at 9:44 AM, Emilien Macchi <emil...@redhat.com> wrote:
>>> Hi Puppeteers!
>>>
>>> We'll have our weekly meeting tomorrow at 3pm UTC on
>>> #openstack-meeting-4.
>>>
>>> Here's a first agenda:
>>> https://etherpad.openstack.org/p/puppet-openstack-weekly-meeting-20160621
>>>
>>> Feel free to add more topics, and any outstanding bug and patch.
>>>
>>> See you tomorrow!
>>> Thanks,
>>> --
>>> Emilien Macchi
>>
>>
>>
>> --
>> Emilien Macchi
>
>
>
> --
> Emilien Macchi



-- 
Emilien Macchi

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Cinder] Nominating Scott D'Angelo to Cinder core

2016-06-28 Thread Eric Harney
On 06/27/2016 01:27 PM, Sean McGinnis wrote:
> I would like to nominate Scott D'Angelo to core. Scott has been very
> involved in the project for a long time now and is always ready to help
> folks out on IRC. His contributions [1] have been very valuable and he
> is a thorough reviewer [2].
> 
> Please let me know if there are any objects to this within the next
> week. If there are none I will switch Scott over by next week, unless
> all cores approve prior to then.
> 
> Thanks!
> 
> Sean McGinnis (smcginnis)
> 
> [1] 
> https://review.openstack.org/#/q/owner:%22Scott+DAngelo+%253Cscott.dangelo%2540hpe.com%253E%22+status:merged
> [2] http://cinderstats-dellstorage.rhcloud.com/cinder-reviewers-90.txt
> 


Definitely a +2.  Welcome, Scott!

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Neutron][DVR] - No IRC Meeting this week

2016-06-28 Thread Brian Haley

Hi Folks,

We will not have a DVR sub-team meeting this week since neither Swami nor myself 
will be there to chair it.


We will resume our meetings next week on July 6th.

If you have any questions please ping us on IRC or send an email to the list.

https://wiki.openstack.org/wiki/Meetings/Neutron-DVR

Thanks,

-Brian

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Change in openstack/trove[master]: Ophaned Volume Not Removed on Instance Delete

2016-06-28 Thread D'Angelo, Scott
If a volume is attached to an instance, and the instance is deleted, the volume 
will be DETACHED, but the volume will still exist, it will NOT be DELETED.

It is up to the volume owner to delete the volume if they wish.


From: Will Zhou 
Sent: Tuesday, June 28, 2016 8:43:51 AM
To: aa...@tesora.com; OpenStack Development Mailing List (not for usage 
questions)
Subject: Re: [openstack-dev] Change in openstack/trove[master]: Ophaned Volume 
Not Removed on Instance Delete

Hi all,

I'd like to make sure should the volume, which is attached to an instance, be 
detached or be deleted after the instance is deleted? Thanks.


On Tue, Jun 28, 2016 at 10:16 PM Ali Asgar Adil (Code Review) 
> wrote:
Ali Asgar Adil has posted comments on this change.

Change subject: Ophaned Volume Not Removed on Instance Delete
..


Patch Set 1:

In what situation would a nova instance be in "available" state. Also, we are 
are deleting the instance so we would want the volume to be deleted as well not 
detached.

--
To view, visit https://review.openstack.org/334722
To unsubscribe, visit https://review.openstack.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie921a8ff2851e2d9d76a3c3836945c750f090c4e
Gerrit-PatchSet: 1
Gerrit-Project: openstack/trove
Gerrit-Branch: master
Gerrit-Owner: Ali Asgar Adil >
Gerrit-Reviewer: Ali Asgar Adil >
Gerrit-Reviewer: Jenkins
Gerrit-Reviewer: zzxwill >
Gerrit-HasComments: No
--

-
?
???
Mobile: 13701280947
?WeChat: 472174291

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Change in openstack/trove[master]: Ophaned Volume Not Removed on Instance Delete

2016-06-28 Thread Will Zhou
Hi Scott, many thanks for your figuration.  Thanks and +1 for your
nomination to nova core:)

Hi aadil, we should DETACH the volume, instead of DELETE. Please help
enhance your code which is really a helpful fix to the bug. Thanks.

On Tue, Jun 28, 2016 at 10:51 PM D'Angelo, Scott 
wrote:

> If a volume is attached to an instance, and the instance is deleted, the
> volume will be DETACHED, but the volume will still exist, it will NOT be
> DELETED.
>
> It is up to the volume owner to delete the volume if they wish.
>
> 
> From: Will Zhou 
> Sent: Tuesday, June 28, 2016 8:43:51 AM
> To: aa...@tesora.com; OpenStack Development Mailing List (not for usage
> questions)
> Subject: Re: [openstack-dev] Change in openstack/trove[master]: Ophaned
> Volume Not Removed on Instance Delete
>
> Hi all,
>
> I'd like to make sure should the volume, which is attached to an instance,
> be detached or be deleted after the instance is deleted? Thanks.
>
>
> On Tue, Jun 28, 2016 at 10:16 PM Ali Asgar Adil (Code Review) <
> rev...@openstack.org> wrote:
> Ali Asgar Adil has posted comments on this change.
>
> Change subject: Ophaned Volume Not Removed on Instance Delete
> ..
>
>
> Patch Set 1:
>
> In what situation would a nova instance be in "available" state. Also, we
> are are deleting the instance so we would want the volume to be deleted as
> well not detached.
>
> --
> To view, visit https://review.openstack.org/334722
> To unsubscribe, visit https://review.openstack.org/settings
>
> Gerrit-MessageType: comment
> Gerrit-Change-Id: Ie921a8ff2851e2d9d76a3c3836945c750f090c4e
> Gerrit-PatchSet: 1
> Gerrit-Project: openstack/trove
> Gerrit-Branch: master
> Gerrit-Owner: Ali Asgar Adil >
> Gerrit-Reviewer: Ali Asgar Adil  >>
> Gerrit-Reviewer: Jenkins
> Gerrit-Reviewer: zzxwill >
> Gerrit-HasComments: No
> --
>
> -
> ?
> ???
> Mobile: 13701280947
> ?WeChat: 472174291
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
-- 

-
​
周正喜
Mobile: 13701280947
​WeChat: 472174291
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [cinder] [keystone] cinder quota behavior differences after Keystone mitaka upgrade

2016-06-28 Thread Matt Fischer
Thanks Henry,

>From a Keystone POV I think it makes sense, but it's causing some
operational headaches, so I'm curious what the cinder team thinks about
this. Not being able to see or set someone's quota as an admin is
frustrating for dealing with support requests.


On Tue, Jun 28, 2016 at 12:38 AM, Henry Nash  wrote:

> Hi Matt,
>
> So the keystone changes were intentional. From Mitaka onwards, a domain is
> represented as a project which is “acting as a domain” (it has an attribute
> “is_domain” set to true). The situation you describe, where what were top
> level projects now have the project acting as the default domain as their
> parent, is what I would expect to happen after the update.
>
> During Mitaka development, we  worked with the cinder folks - who were to
> re-designing their quota code anyway - and this was modified to take
> account of the project structure. I’m not sure if the quota semantics you
> see are what was intended (I’ll let the cinder team comment). Code can, if
> desired, distinguish the case of top projects that are at the top level, vs
> projects somewhere way down the hierarchy, by looking at the parent and
> seeing if it is a project acting as a domain.
>
> Henry
> keystone core
>
> On 27 Jun 2016, at 17:13, Matt Fischer  wrote:
>
> We upgraded our dev environment last week to Keystone stable/mitaka. Since
> then we're unable to show or set quotas on projects of which the admin is
> not a member. Looking at the cinder code, it seems that cinder is pulling a
> project list and attempting to determine a hierarchy.  On Liberty Keystone,
> projects seem to lack parents:
>
>  id=9e839870dd0d4a2f96f9d71b7e7c5a4e, is_domain=False, links={u'self': u'
> https://liberty-endpoint:5000/v3/projects/9e839870dd0d4a2f96f9d71b7e7c5a4e'},
> name=admin, parent_id=None, subtree=None>
>
> In Mitaka, it seems that projects are children of the default domain:
>
>  id=4764ba822ecb43e582794b875751924c, is_domain=False, links={u'self': u'
> http://mitaka-endpoint:5000/v3/projects/4764ba822ecb43e582794b875751924c'},
> name=admin, parent_id=default, subtree=None>
>
> In Liberty since all projects were parentless, the authorize_* code blocks
> were skipped since both conditionals were false:
>
>
> https://github.com/openstack/cinder/blob/stable/liberty/cinder/api/contrib/quotas.py#L174-L191
>
> But now in Mitaka, the code is run, and it fails out since the projects
> are "brothers", both with the parent of the default domain, but not
> hierarchically related.
>
> Previously it was a useful ability for us to be able to (as admins) set
> and view  quotas for cinder projects. Now we need to scope into the user's
> project to even be able to view their quotas, much less change them. This
> seems broken, but I'm not sure where the issue is or why the keystone
> behavior changed. Is this the expected behavior?
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Cinder] Nominating Scott D'Angelo to Cinder core

2016-06-28 Thread Ivan Kolodyazhny
+2. Welcome to the team!

Regards,
Ivan Kolodyazhny,
http://blog.e0ne.info/

On Tue, Jun 28, 2016 at 1:48 PM, Erlon Cruz  wrote:

> +1
> Not a core but surely is well deserved. Congrats Scott!!
>
> On Tue, Jun 28, 2016 at 5:06 AM, Gorka Eguileor 
> wrote:
>
>>
>> +2
>>
>> Congrats Scott!!
>>
>>
>> On 27/06, Sean McGinnis wrote:
>> > I would like to nominate Scott D'Angelo to core. Scott has been very
>> > involved in the project for a long time now and is always ready to help
>> > folks out on IRC. His contributions [1] have been very valuable and he
>> > is a thorough reviewer [2].
>> >
>> > Please let me know if there are any objects to this within the next
>> > week. If there are none I will switch Scott over by next week, unless
>> > all cores approve prior to then.
>> >
>> > Thanks!
>> >
>> > Sean McGinnis (smcginnis)
>> >
>> > [1]
>> https://review.openstack.org/#/q/owner:%22Scott+DAngelo+%253Cscott.dangelo%2540hpe.com%253E%22+status:merged
>> > [2] http://cinderstats-dellstorage.rhcloud.com/cinder-reviewers-90.txt
>> >
>> >
>> __
>> > OpenStack Development Mailing List (not for usage questions)
>> > Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [telemetry] Ceilometer and Aodh install guide(s)

2016-06-28 Thread Julien Danjou
On Tue, Jun 28 2016, Ildikó Váncsa wrote:

> I have a third less urgent question. The install-guide has it's own folder at
> the same level where these two projects have their 'doc' folder. I would 
> assume
> other projects have the same or similar folder for the developer docs. Would
> that be reasonable/possible to have one main 'doc' folder for all the docs?

This is our long-term objective for Telemetry projects.

Gnocchi already have only one doc/ folder with all the documentation,
From installation to usage.

I don't think our projects are not big enough and have enough resources
to start maintaining different documentations with different scopes,
etc.

-- 
Julien Danjou
;; Free Software hacker
;; https://julien.danjou.info


signature.asc
Description: PGP signature
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Change in openstack/trove[master]: Ophaned Volume Not Removed on Instance Delete

2016-06-28 Thread Will Zhou
Hi all,

I'd like to make sure should the volume, which is attached to an instance,
be *detached* or be *deleted* after the instance is deleted? Thanks.


On Tue, Jun 28, 2016 at 10:16 PM Ali Asgar Adil (Code Review) <
rev...@openstack.org> wrote:

> Ali Asgar Adil has posted comments on this change.
>
> Change subject: Ophaned Volume Not Removed on Instance Delete
> ..
>
>
> Patch Set 1:
>
> In what situation would a nova instance be in "available" state. Also, we
> are are deleting the instance so we would want the volume to be deleted as
> well not detached.
>
> --
> To view, visit https://review.openstack.org/334722
> To unsubscribe, visit https://review.openstack.org/settings
>
> Gerrit-MessageType: comment
> Gerrit-Change-Id: Ie921a8ff2851e2d9d76a3c3836945c750f090c4e
> Gerrit-PatchSet: 1
> Gerrit-Project: openstack/trove
> Gerrit-Branch: master
> Gerrit-Owner: Ali Asgar Adil 
> Gerrit-Reviewer: Ali Asgar Adil 
> Gerrit-Reviewer: Jenkins
> Gerrit-Reviewer: zzxwill 
> Gerrit-HasComments: No
>
-- 

-
​
周正喜
Mobile: 13701280947
​WeChat: 472174291
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Smaug]- IRC Meeting today (28/06) - 1500 UTC SM,

2016-06-28 Thread Saggi Mizrahi
Hi All,

We will hold our weekly IRC meeting today (Tuesday, 28/06) at 1500
UTC in #openstack-meeting

Please review the proposed meeting agenda here:
https://wiki.openstack.org/wiki/Meetings/smaug

Please feel free to add to the agenda any subject you would like to
discuss.

Thanks,
Saggi
-
This email and any files transmitted and/or attachments with it are 
confidential and proprietary information of
Toga Networks Ltd., and intended solely for the use of the individual or entity 
to whom they are addressed.
If you have received this email in error please notify the system manager. This 
message contains confidential
information of Toga Networks Ltd., and is intended only for the individual 
named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail. Please 
notify the sender immediately
by e-mail if you have received this e-mail by mistake and delete this e-mail 
from your system. If you are not
the intended recipient you are notified that disclosing, copying, distributing 
or taking any action in reliance on
the contents of this information is strictly prohibited.



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [mistal] Mistral logo ideas?

2016-06-28 Thread Ryan Brady
On Tue, Jun 28, 2016 at 1:38 AM, Jason Rist  wrote:

> On 06/27/2016 06:57 AM, Dougal Matthews wrote:
> > On 27 June 2016 at 07:45, Renat Akhmerov 
> wrote:
> >
> > >
> > >> Ideally it would be nice to have something that matches the meaning of
> > > the
> > >> name. Maybe we can combine wind with one of the other ideas.
> > >>
> > >> I like the idea of the logo being a stylized wind turbine. Perhaps it
> > > could be
> > >> a turbine with a gust of wind. Then we can show that Mistral harnesses
> > > the
> > >> power of the wind :-)
> > >
> > > Yeah, I’m just wondering how it would look like :)
> > >
> > >
> > Yeah, for this idea we probably need somebody with artistic skills far
> > superior
> > to anything I could manage. We are getting quite a few good ideas now
> > anyway!
> >
> >
> > Renat Akhmerov
> > > @Nokia
> > >
> > >
> >
>
> Ever since I saw the blueprint for a mistral logo, I've been working on
> some ideas.  I've presented a few to Dougal and Ryan, but I'm sharing
> widely here.  I also did the one Michal came up with in Illustrator as
> well.  Please give me some feedback!  Both of the ones I thought of are
> "wind" related.  I thought about doing the ship before as well, but perhaps
> a little too war related, and also obscure.
>

+1 to the mistral-tornado.png logo.  I think it would be easily
distinguishable at any size or distance.


> Thanks,
> Jason
>
> P.S. you may recognize my name from the DLRN logo [1] and the TripleO Logo
> [2].
>
> [1]
> https://github.com/openstack-packages/DLRN/blob/master/doc/source/_images/DLRN.png
> [2]
> https://github.com/dprince/tripleosphinx/blob/master/tripleosphinx/theme/tripleo/static/tripleo_owl.svg
>
> --
> Jason E. Rist
> Senior Software Engineer
> OpenStack User Interfaces
> Red Hat, Inc.
> openuc: +1.972.707.6408
> mobile: +1.720.256.3933
> Freenode: jrist
> github/twitter: knowncitizen
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>


-- 
Ryan Brady
Cloud Engineering
rbr...@redhat.com
919.890.8925
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [tricircle] About registering and loading a plugin

2016-06-28 Thread Yipei Niu
Hi all,

Thanks a lot for your valuable advice. I have already succeed in
registering and loading a self-defined plugin. The entry_point is generated
by executing setup.py, and found in .egg-info/entry_points.txt, which is
different from using setup.cfg in https://review.openstack.org/#/c/331638/.

Moreover, I tried to load drivers by line "cfg.CONF.nyp.plugins.simple",
the console prompts oslo_config.cfg.NoSuchOptError: no such option in group
DEFAULT: nyp. The setup.cfg is defined as follows.

[entry_points]
nyp.plugins.formmater =
simple = nyp.plugins.simple:SimpleFormatter
plain = nyp.plugins.simple:SimpleFormatter
field = nyp.plugins.field:FieldList

How to solve the problem?

Best regards,
Yipei

On Tue, Jun 28, 2016 at 10:35 AM, Vega Cai  wrote:

> Hi Yipei,
>
> You can also refer to my network type driver implementation:
>
> https://review.openstack.org/#/c/331638/
>
> Type driver is registered in setup.cfg and loaded by code.
>
> BR
> Zhiyuan
>
> On 27 June 2016 at 21:44, Yipei Niu  wrote:
>
>> Dear all,
>>
>> Recently, I learn to name a plugin based on the doc
>> http://docs.openstack.org/developer/stevedore/tutorial/naming.html#. I
>> define a new entry_point for the plugin, then it fails. The console prompts
>> "stevedore.exception.NoMatches: No 'net.nyp.formatter' driver found,
>> looking for 'simple'". After setting a new entry_point with setuptools, why
>> stevedore cannot find the driver based on the entry_point?
>>
>> Best regards,
>> Yipei
>>
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-28 Thread Maksim Malchuk
You can start build command with debug options enabled for example and
copy/paste output:
>
> fuel-bootstrap --verbose --debug build --activate
>

Very bad idea to remove logfile, it's better to empty it not remove.

 If you don't have the logfile, so recreate it with command:

> touch /var/log/fuel-bootstrap-image-build.log
>


On Tue, Jun 28, 2016 at 4:09 PM, Alioune  wrote:

> I've removed /var/log/fuel-bootstrap-image-build.log, created new
> bootstrap ubuntu again after setting proxy parameters and reboot.
> After the there is no /var/log/fuel-bootstrap-image-build.log create from
> the new bootstrap but slave doesn't boot correctly.
> Is there another way to detect slave nodes without creating image ?
> Regards,
> [image: Inline images 2]
>
> On 28 June 2016 at 13:34, Maksim Malchuk  wrote:
>
>> You have an issue with connectivity from the Fuel master node to
>> http://archive.ubuntu.com
>> from the log:
>>
>>> Command: debootstrap --include=ca-certificates,apt-transport-https 
>>> --verbose --no-check-gpg --arch=amd64 trusty 
>>> /tmp/tmp1K2haC.fuel-agent-image http://archive.ubuntu.com/ubuntu
>>> Exit code: 1
>>> Stdout: 'I: Retrieving Release \nE: Failed getting release file 
>>> http://archive.ubuntu.com/ubuntu/dists/trusty/Release\n'
>>> Stderr: ''
>>> Failed to execute command: Unexpected error while running command.
>>>
>>> please check your network connectivity, maybe firewall or nat settings.
>>
>>
>> On Tue, Jun 28, 2016 at 2:28 PM, Alioune  wrote:
>>
>>> Hi all,
>>> I tried to create ubuntu bootstrap using [0] but the slave can still not
>>> booting. You can find the bootstrap log following [1].
>>>
>>> Noticed that I've deleted the depot [2] from fuelmenu because it
>>> generated an error  "URL for repository mos is not accessible".
>>>
>>> Regards,
>>>
>>> [0] fuel-bootstrap build --ubuntu-release trusty  --activate
>>> [1]
>>> https://drive.google.com/folderview?id=0B-bfET74f0WZWE9Uc1lVOXJLcWM=sharing
>>> [2]  http://127.0.0.1:8080/ubuntu/x86_64/ mos8.0 main restricted
>>>
>>> On 27 June 2016 at 17:48, Maksim Malchuk  wrote:
>>>
 Maybe the problem because you create the CentOS bootstrap which is
 deprecated now.
 If You really need the CentOS bootstrap, need to look into the
 mentioned log file for this issue.


 On Mon, Jun 27, 2016 at 6:33 PM, Alioune  wrote:

> Thanks for your response,
>
> I've created and activated a new centOS bootstrap as suggested Sergi.
> Now the fuel-slave tries to boot from network but it fails at step
> TFTP http://10.20.0.2/cobbler/boot (unable to locate configuration
> file ).
> The bootstrap zip was generated in
> /tmp/a721103c-8693-4c58-985d-3f8223bdbc88.tar.gz, it seems that the slave
> can not retreive the config files of the bootstrap.
> Are there additional config to do on the master side ?
> Regards
>
>  fuel-bootstrap list
>
> +--+--++
> | uuid | label
>| status |
>
> +--+--++
> | a721103c-8693-4c58-985d-3f8223bdbc88 |
> a721103c-8693-4c58-985d-3f8223bdbc88 | active |
> | centos   | deprecated
> ||
>
> +--+--++
>
> On 27 June 2016 at 16:58, Sergii Golovatiuk 
> wrote:
>
>> Hi,
>>
>> I would suggest to build image from CLI using [0]. That will give
>> more details to you.
>>
>> [0]
>> http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/bootstrap/bootstrap_builder.html
>>
>> --
>> Best regards,
>> Sergii Golovatiuk,
>> Skype #golserge
>> IRC #holser
>>
>> On Mon, Jun 27, 2016 at 3:20 PM, Maksim Malchuk <
>> mmalc...@mirantis.com> wrote:
>>
>>> Hi,
>>>
>>> The error about an internet connection is the only common case. You
>>> should check the actual error in the log file
>>> /var/log/fuel-bootstrap-image-build.log.
>>> You can also share this file with us via any public service
>>> (GoogleDrive, DropBox, etc) and we will check it for you.
>>>
>>> On Mon, Jun 27, 2016 at 4:08 PM, Maksim Malchuk <
>>> mmalc...@mirantis.com> wrote:
>>>
 Hi,

 The error about an internet connection is the only common case. You
 should check the actual error in the log file
 /var/log/fuel-bootstrap-image-build.log.
 You can also share this file with us via any public service
 (GoogleDrive, DropBox, etc) and we will check it for you.


 On Mon, Jun 27, 2016 at 1:43 

Re: [openstack-dev] [mistal] Mistral logo ideas?

2016-06-28 Thread Dougal Matthews
On 28 June 2016 at 06:38, Jason Rist  wrote:

> On 06/27/2016 06:57 AM, Dougal Matthews wrote:
> > On 27 June 2016 at 07:45, Renat Akhmerov 
> wrote:
> >
> > >
> > >> Ideally it would be nice to have something that matches the meaning of
> > > the
> > >> name. Maybe we can combine wind with one of the other ideas.
> > >>
> > >> I like the idea of the logo being a stylized wind turbine. Perhaps it
> > > could be
> > >> a turbine with a gust of wind. Then we can show that Mistral harnesses
> > > the
> > >> power of the wind :-)
> > >
> > > Yeah, I’m just wondering how it would look like :)
> > >
> > >
> > Yeah, for this idea we probably need somebody with artistic skills far
> > superior
> > to anything I could manage. We are getting quite a few good ideas now
> > anyway!
> >
> >
> > Renat Akhmerov
> > > @Nokia
> > >
> > >
> >
>
> Ever since I saw the blueprint for a mistral logo, I've been working on
> some ideas.  I've presented a few to Dougal and Ryan, but I'm sharing
> widely here.  I also did the one Michal came up with in Illustrator as
> well.  Please give me some feedback!  Both of the ones I thought of are
> "wind" related.  I thought about doing the ship before as well, but perhaps
> a little too war related, and also obscure.
>

Hey Jason,

Thanks for sending those over - I think I had only seen the first one, not
your workflow version or tornado version before.

I really like Michal's workflow idea that you built on. My only concern is
that it is quite hard to read when it is small - the letters blend into the
arrow lines as they are a similar width. Maybe with a different, or bolder
font it would work better? I only noticed this issue when looking at it via
gmail's preview of the image. Coloring the arrows or letters may help too?

As for the others, I think I prefer the mistral-tornado.png version over
mistral.png

Cool seeing so many ideas come in!


> Thanks,
> Jason
>
> P.S. you may recognize my name from the DLRN logo [1] and the TripleO Logo
> [2].
>
> [1]
> https://github.com/openstack-packages/DLRN/blob/master/doc/source/_images/DLRN.png
> [2]
> https://github.com/dprince/tripleosphinx/blob/master/tripleosphinx/theme/tripleo/static/tripleo_owl.svg
>
> --
> Jason E. Rist
> Senior Software Engineer
> OpenStack User Interfaces
> Red Hat, Inc.
> openuc: +1.972.707.6408
> mobile: +1.720.256.3933
> Freenode: jrist
> github/twitter: knowncitizen
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [telemetry] Ceilometer and Aodh install guide(s)

2016-06-28 Thread Caballero Abraham, Rodrigo


> -Original Message-
> From: Ildikó Váncsa [mailto:ildiko.van...@ericsson.com]
> Sent: Tuesday, June 28, 2016 7:56 AM
> To: openstack-d...@lists.openstack.org
> Cc: openstack-dev@lists.openstack.org
> Subject: [OpenStack-docs] [telemetry] Ceilometer and Aodh install
> guide(s)
snip
> 
> The other question I had in mind is in connection with removing "..
> only::". As Ceilometer is integrated with several other projects it needs
> additional configuration steps, where we have distro specific steps to
> follow. I chose the direction of extracting the common parts and reused
> them in the distro specific files. The end result still looks ugly and I have
> concerns about maintainability. We merged a first version of the
> structure, but I'm happy to change if we can come up with a better
> solution. Do you have suggestions on this?
> 
[] 
I would suggest a modular approach with the use of .. include::
It would look something like this:

==
Instructions for Ubuntu
==

.. include:: file-with-common-steps.rst

.. include:: file-with-ubuntu-steps.rst

Then you can do the same for each distro. Having all the separate procedures
in different files should help solve your maintainability concerns.

Regards,
Rodrigo Caballero

snip
> 
> Thanks and Best Regards,
> Ildikó
> 
> [1] https://review.openstack.org/#/c/330051/
> [2] https://review.openstack.org/#/c/330048/
> 
> ___
> OpenStack-docs mailing list
> openstack-d...@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [OpenStack-docs] [telemetry] Ceilometer and Aodh install guide(s)

2016-06-28 Thread Ravi, Goutham
Hi Ildikó, 

Please take a look at the tooling in https://review.openstack.org/#/c/317152/ - 
I tried preserving the ‘only::’ tags because I had a similar concern about all 
the common parts to someone compiling the install guide from time to time. We 
were discussing whether this was a good solution as opposed to using ‘include’ 
directives with distro-specific files referencing common sections; or ignore 
both and maintain four different files (obs, debian, rdo, ubuntu) with common 
sections included within each. 

Thanks, 
Goutham

On 6/28/16, 8:55 AM, "Ildikó Váncsa"  wrote:

Hi,

I'm currently working on to move the Install Guide for Ceilometer [1] and Aodh 
[2] under the project trees. I faced with a few difficulties so far about which 
I would like to ask your opinion.

First of all these two projects are under the Telemetry umbrella, so they are 
not completely separate. I tried to name the services in the documents 
accordingly in the files. My question here would be whether these two guides 
will be included in the overall document as two totally standalone services or 
we can link them together somehow?

The other question I had in mind is in connection with removing ".. only::". As 
Ceilometer is integrated with several other projects it needs additional 
configuration steps, where we have distro specific steps to follow. I chose the 
direction of extracting the common parts and reused them in the distro specific 
files. The end result still looks ugly and I have concerns about 
maintainability. We merged a first version of the structure, but I'm happy to 
change if we can come up with a better solution. Do you have suggestions on 
this?

I have a third less urgent question. The install-guide has it's own folder at 
the same level where these two projects have their 'doc' folder. I would assume 
other projects have the same or similar folder for the developer docs. Would 
that be reasonable/possible to have one main 'doc' folder for all the docs?

Thanks and Best Regards,
Ildikó

[1] https://review.openstack.org/#/c/330051/ 
[2] https://review.openstack.org/#/c/330048/ 

___
OpenStack-docs mailing list
openstack-d...@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [charms] inclusion of charm-helpers (LGPL licensed)

2016-06-28 Thread James Page
Hi All

Whilst working on the re-licensing of the OpenStack charms to Apache 2.0,
its apparent that syncing and inclusion of the charm-helpers python module
directly into the charm is not going to work from a license compatibility
perspective. charm-helpers is LGPL v3 (which is OK for a runtime dependency
of an OpenStack project - see [0]).

We already have a plan in place to remove the inclusion of charm-helpers
for execution of functional tests, but we need to come up with a solution
to the runtime requirement for charm-helpers, preferably one that does not
involve direct installation at deploy time from either pypi or from
lp:charm-helpers.

Thoughts? ideas?

Cheers

James

[0] http://governance.openstack.org/reference/licensing.html
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [kolla] Usage of Reno - all devs please read

2016-06-28 Thread Hui Kang
Hi, Steven
Do you mind giving some example of such reno release note? Thanks.

- Hui

On Tue, Jun 28, 2016 at 8:46 AM, Steven Dake (stdake)  wrote:
> Hey folks,
>
> We have had reno in place since the end of Mitaka, yet folks aren't using it
> very often.  I am guilty myself of not thinking of it when reviewing
> changes.
>
> Core reviewers:
> Please –1 any review of significant work that doesn't include a reno release
> note.
>
> Developers:
> If you have made significant changes to the code base (things like
> Ceilometer come to mind) please submit release notes for them.  Note release
> notes should generally be submitted with the work in question, but in this
> case, lets just get the notes in the codebase.
>
> A release note takes 5 minutes to write – it doesn't have to be long and
> complicated.
>
> Thanks
> -steve
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [OpenStack-docs] [telemetry] Ceilometer and Aodh install guide(s)

2016-06-28 Thread Andreas Jaeger
On 2016-06-28 14:55, Ildikó Váncsa wrote:
> [...]
> I have a third less urgent question. The install-guide has it's own folder at 
> the same level where these two projects have their 'doc' folder. I would 
> assume other projects have the same or similar folder for the developer docs. 
> Would that be reasonable/possible to have one main 'doc' folder for all the 
> docs?

I understand the sentiment. The install-guide is a separate book, as
Sean Dague called it nicely, which gets published to a different place,
integrated into the full Install Tutorial. If you make it part of the
developer documentation, it might integrate more nicely there but not in
the overall cross-project Install Tutorial. Developer documentation is a
separate book already and placing several books under doc will need even
further changes to make it clear what goes where and how to publish.

So, I think the top-level folder is the best place for this,

Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi
  SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Felix Imendörffer, Jane Smithard, Graham Norton,
   HRB 21284 (AG Nürnberg)
GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-28 Thread Alioune
I've removed /var/log/fuel-bootstrap-image-build.log, created new bootstrap
ubuntu again after setting proxy parameters and reboot.
After the there is no /var/log/fuel-bootstrap-image-build.log create from
the new bootstrap but slave doesn't boot correctly.
Is there another way to detect slave nodes without creating image ?
Regards,
[image: Inline images 2]

On 28 June 2016 at 13:34, Maksim Malchuk  wrote:

> You have an issue with connectivity from the Fuel master node to
> http://archive.ubuntu.com
> from the log:
>
>> Command: debootstrap --include=ca-certificates,apt-transport-https --verbose 
>> --no-check-gpg --arch=amd64 trusty /tmp/tmp1K2haC.fuel-agent-image 
>> http://archive.ubuntu.com/ubuntu
>> Exit code: 1
>> Stdout: 'I: Retrieving Release \nE: Failed getting release file 
>> http://archive.ubuntu.com/ubuntu/dists/trusty/Release\n'
>> Stderr: ''
>> Failed to execute command: Unexpected error while running command.
>>
>> please check your network connectivity, maybe firewall or nat settings.
>
>
> On Tue, Jun 28, 2016 at 2:28 PM, Alioune  wrote:
>
>> Hi all,
>> I tried to create ubuntu bootstrap using [0] but the slave can still not
>> booting. You can find the bootstrap log following [1].
>>
>> Noticed that I've deleted the depot [2] from fuelmenu because it
>> generated an error  "URL for repository mos is not accessible".
>>
>> Regards,
>>
>> [0] fuel-bootstrap build --ubuntu-release trusty  --activate
>> [1]
>> https://drive.google.com/folderview?id=0B-bfET74f0WZWE9Uc1lVOXJLcWM=sharing
>> [2]  http://127.0.0.1:8080/ubuntu/x86_64/ mos8.0 main restricted
>>
>> On 27 June 2016 at 17:48, Maksim Malchuk  wrote:
>>
>>> Maybe the problem because you create the CentOS bootstrap which is
>>> deprecated now.
>>> If You really need the CentOS bootstrap, need to look into the mentioned
>>> log file for this issue.
>>>
>>>
>>> On Mon, Jun 27, 2016 at 6:33 PM, Alioune  wrote:
>>>
 Thanks for your response,

 I've created and activated a new centOS bootstrap as suggested Sergi.
 Now the fuel-slave tries to boot from network but it fails at step TFTP
 http://10.20.0.2/cobbler/boot (unable to locate configuration file ).
 The bootstrap zip was generated in
 /tmp/a721103c-8693-4c58-985d-3f8223bdbc88.tar.gz, it seems that the slave
 can not retreive the config files of the bootstrap.
 Are there additional config to do on the master side ?
 Regards

  fuel-bootstrap list

 +--+--++
 | uuid | label
| status |

 +--+--++
 | a721103c-8693-4c58-985d-3f8223bdbc88 |
 a721103c-8693-4c58-985d-3f8223bdbc88 | active |
 | centos   | deprecated
   ||

 +--+--++

 On 27 June 2016 at 16:58, Sergii Golovatiuk 
 wrote:

> Hi,
>
> I would suggest to build image from CLI using [0]. That will give more
> details to you.
>
> [0]
> http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/bootstrap/bootstrap_builder.html
>
> --
> Best regards,
> Sergii Golovatiuk,
> Skype #golserge
> IRC #holser
>
> On Mon, Jun 27, 2016 at 3:20 PM, Maksim Malchuk  > wrote:
>
>> Hi,
>>
>> The error about an internet connection is the only common case. You
>> should check the actual error in the log file
>> /var/log/fuel-bootstrap-image-build.log.
>> You can also share this file with us via any public service
>> (GoogleDrive, DropBox, etc) and we will check it for you.
>>
>> On Mon, Jun 27, 2016 at 4:08 PM, Maksim Malchuk <
>> mmalc...@mirantis.com> wrote:
>>
>>> Hi,
>>>
>>> The error about an internet connection is the only common case. You
>>> should check the actual error in the log file
>>> /var/log/fuel-bootstrap-image-build.log.
>>> You can also share this file with us via any public service
>>> (GoogleDrive, DropBox, etc) and we will check it for you.
>>>
>>>
>>> On Mon, Jun 27, 2016 at 1:43 PM, Alioune 
>>> wrote:
>>>
 hi all,

 I'm trying to install fuel in VirtualBox, the fuel master is
 correctly running but I'm receiving the this error on the fuel GUI:

 WARNING: Failed to build the bootstrap image, see
 /var/log/fuel-bootstrap-image-build.log for details.
 Perhaps your Internet connection is broken. Please fix the problem
 and run `fuel-bootstrap build --activate`.
 While you don't activate any bootstrap - 

[openstack-dev] [telemetry] Ceilometer and Aodh install guide(s)

2016-06-28 Thread Ildikó Váncsa
Hi,

I'm currently working on to move the Install Guide for Ceilometer [1] and Aodh 
[2] under the project trees. I faced with a few difficulties so far about which 
I would like to ask your opinion.

First of all these two projects are under the Telemetry umbrella, so they are 
not completely separate. I tried to name the services in the documents 
accordingly in the files. My question here would be whether these two guides 
will be included in the overall document as two totally standalone services or 
we can link them together somehow?

The other question I had in mind is in connection with removing ".. only::". As 
Ceilometer is integrated with several other projects it needs additional 
configuration steps, where we have distro specific steps to follow. I chose the 
direction of extracting the common parts and reused them in the distro specific 
files. The end result still looks ugly and I have concerns about 
maintainability. We merged a first version of the structure, but I'm happy to 
change if we can come up with a better solution. Do you have suggestions on 
this?

I have a third less urgent question. The install-guide has it's own folder at 
the same level where these two projects have their 'doc' folder. I would assume 
other projects have the same or similar folder for the developer docs. Would 
that be reasonable/possible to have one main 'doc' folder for all the docs?

Thanks and Best Regards,
Ildikó

[1] https://review.openstack.org/#/c/330051/ 
[2] https://review.openstack.org/#/c/330048/ 

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [kolla] Usage of Reno - all devs please read

2016-06-28 Thread Steven Dake (stdake)
Hey folks,

We have had reno in place since the end of Mitaka, yet folks aren't using it 
very often.  I am guilty myself of not thinking of it when reviewing changes.

Core reviewers:
Please -1 any review of significant work that doesn't include a reno release 
note.

Developers:
If you have made significant changes to the code base (things like Ceilometer 
come to mind) please submit release notes for them.  Note release notes should 
generally be submitted with the work in question, but in this case, lets just 
get the notes in the codebase.

A release note takes 5 minutes to write - it doesn't have to be long and 
complicated.

Thanks
-steve

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Nova] Questions about instance actions' update and finish

2016-06-28 Thread Andrew Laski
 
 
 
On Tue, Jun 28, 2016, at 03:26 AM, Zhenyu Zheng wrote:
> Hi all,
>
> I'm working on add pagination and timestamp filter for os-instance-
> actions API:
> https://review.openstack.org/#/c/326326/
> As Alex_xu pointed out that it will be better to filter by
> `updated_at` for timestamp filter which is reasonable, but when I
> tried to modify the patch I found out that:
>
> 1. The current APIs only called _record_action_start
>(objects.InstanceAction.action_start) and never call
>action_finish, so
> the field of `finish_time` is always empty in instance_actions table;
 
There was a spec proposed to address this, though I don't believe it
was approved for Newton. So for now you have to assume this will
continue to be empty.
 
>
> 2. The updated_at field is also empty, should we sync the updated_at
>time to the created_at time when we create the action and also
>update it whenever the action status changed, e.g finished.
 
When a finish_time is recorded that should definitely also update
updated_at. I would be in favor of having updated_at set when the
instance action is created. I've never fully understood why Nova doesn't
do that generally.
 
>
> Thanks,
> Kevin Zheng
> -
> 
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: OpenStack-dev-
> requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [cinder] [keystone] cinder quota behavior differences after Keystone mitaka upgrade

2016-06-28 Thread Rodrigo Duarte
On Tue, Jun 28, 2016 at 3:38 AM, Henry Nash  wrote:

> Hi Matt,
>
> So the keystone changes were intentional. From Mitaka onwards, a domain is
> represented as a project which is “acting as a domain” (it has an attribute
> “is_domain” set to true). The situation you describe, where what were top
> level projects now have the project acting as the default domain as their
> parent, is what I would expect to happen after the update.
>
> During Mitaka development, we  worked with the cinder folks - who were to
> re-designing their quota code anyway - and this was modified to take
> account of the project structure. I’m not sure if the quota semantics you
> see are what was intended (I’ll let the cinder team comment). Code can, if
> desired, distinguish the case of top projects that are at the top level, vs
> projects somewhere way down the hierarchy, by looking at the parent and
> seeing if it is a project acting as a domain.
>

Just to add to Henry's answer, checking if the parent is a project acting
as a domain is just matter of comparing the parent_id with the domain_id,
if they are equal, it means the parent is a project acting as a domain.


>
> Henry
> keystone core
>
> On 27 Jun 2016, at 17:13, Matt Fischer  wrote:
>
> We upgraded our dev environment last week to Keystone stable/mitaka. Since
> then we're unable to show or set quotas on projects of which the admin is
> not a member. Looking at the cinder code, it seems that cinder is pulling a
> project list and attempting to determine a hierarchy.  On Liberty Keystone,
> projects seem to lack parents:
>
>  id=9e839870dd0d4a2f96f9d71b7e7c5a4e, is_domain=False, links={u'self': u'
> https://liberty-endpoint:5000/v3/projects/9e839870dd0d4a2f96f9d71b7e7c5a4e'},
> name=admin, parent_id=None, subtree=None>
>
> In Mitaka, it seems that projects are children of the default domain:
>
>  id=4764ba822ecb43e582794b875751924c, is_domain=False, links={u'self': u'
> http://mitaka-endpoint:5000/v3/projects/4764ba822ecb43e582794b875751924c'},
> name=admin, parent_id=default, subtree=None>
>
> In Liberty since all projects were parentless, the authorize_* code blocks
> were skipped since both conditionals were false:
>
>
> https://github.com/openstack/cinder/blob/stable/liberty/cinder/api/contrib/quotas.py#L174-L191
>
> But now in Mitaka, the code is run, and it fails out since the projects
> are "brothers", both with the parent of the default domain, but not
> hierarchically related.
>
> Previously it was a useful ability for us to be able to (as admins) set
> and view  quotas for cinder projects. Now we need to scope into the user's
> project to even be able to view their quotas, much less change them. This
> seems broken, but I'm not sure where the issue is or why the keystone
> behavior changed. Is this the expected behavior?
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>


-- 
Rodrigo Duarte Sousa
Senior Quality Engineer @ Red Hat
MSc in Computer Science
http://rodrigods.com
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [nova][SR-IOV] PCI/SR-IOV meeting today is canceled 06/28/16

2016-06-28 Thread Moshe Levi
Sorry for the late mail, but I won't be able to chair the meeting today 

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] 答复: [probably forge email可能是仿冒邮件] [kolla] version of python2-oslo-config

2016-06-28 Thread hu . zhijiang
Sorry I used the wrong branch of Kolla, in stable/Mitaka , Kolla only 
requires oslo-config ver 3.7




发件人: hu.zhiji...@zte.com.cn
收件人: "OpenStack Development Mailing List (not for usage 
questions)" , 
日期:   2016-06-28 19:34
主题:   [probably forge email可能是仿冒邮件][openstack-dev] [kolla] 
version of python2-oslo-config



Hi Kolla team, 

Base upon requirement.txt, Kolla needs oslo-config version 3.10. But 
CentOS Mitaka uses 3.9 ,which is 
python2-oslo-config-3.9.0-1.el7.noarch.rpm. 

I want to know if Kolla can also work on oslo-config-3.9.0. If it can, 
then will be a benefit because pip is conflict with rpm on 
python2-oslo-config package. For example, the rpm version has the ability 
to find config file in /usr/share/keystone/keystone-dist.conf but the pip 
version not. 


Thanks 
Zhijiang, 


ZTE Information Security Notice: The information contained in this mail 
(and any attachment transmitted herewith) is privileged and confidential 
and is intended for the exclusive use of the addressee(s).  If you are not 
an intended recipient, any disclosure, reproduction, distribution or other 
dissemination or use of the information contained is strictly prohibited. 
If you have received this mail in error, please delete it and notify us 
immediately.


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



ZTE Information Security Notice: The information contained in this mail (and 
any attachment transmitted herewith) is privileged and confidential and is 
intended for the exclusive use of the addressee(s).  If you are not an intended 
recipient, any disclosure, reproduction, distribution or other dissemination or 
use of the information contained is strictly prohibited.  If you have received 
this mail in error, please delete it and notify us immediately.
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [tripleo] glance backend: replace swift by file in CI

2016-06-28 Thread Erno Kuvaja
TL;DR

Makes absolutely sense to run file backend on single node undercloud at CI.

Few more comments inline.

On Mon, Jun 27, 2016 at 8:49 PM, Emilien Macchi  wrote:
> On Mon, Jun 27, 2016 at 3:46 PM, Clay Gerrard  wrote:
>> There's probably some minimal gain in cross compatibility testing to
>> sticking with the status quo.  The Swift API is old and stable, but I
>> believe there was some bug in recent history where some return value in
>> swiftclient changed from a iterable to a generator or something and some
>> aggressive non-duck type checking broke something somewhere
>>
>> I find that bug reports sorta interesting, the reported memory pressure
>> there doesn't make sense.  Maybe there's some non-
>> essential middleware configured on that proxy that's causing the workers to
>> bloat up like that?
>
> Swift proxy pipeline:
> pipeline = catch_errors healthcheck cache ratelimit bulk tempurl
> formpost authtoken keystone staticweb proxy-logging proxy-server

Some things I do not think we benefit having there if we want to
experiment still with swift in undercloud:
staticweb - do we need containers being presented as webpages?
tempurl - Id assume we can expect the user having access the needed
objects with their own credentials.
formpost - likely we do not need http forms instead of PUT calls either.
ratelimit - There and there, have we had single time where something
goes grazy and ratelimit has saved us and the tests still not failed.
healthcheck - not likely used, but also really lightweight so
shouldn't make any difference

cache - Memcache is likely the thing that kills us.

>
> Thanks for your help,
>
>> -clayg
>>
>> On Mon, Jun 27, 2016 at 12:30 PM, Emilien Macchi  wrote:
>>>
>>> Hi,
>>>
>>> Today we're re-investigating a CI failure that we had multiple times [1]:
>>> Swift memory usage grows until it is OOM-killed.
>>>
>>> The perimeter of this thread is about our CI and not production
>>> environments.
>>> Indeed, our CI is running limited resources while production
>>> environments should not hit this problem.
>>>
>>> After some investigation on #ŧripleo, we found out this scenario was
>>> happening almost every time since recently:
>>>
>>> * undercloud is deployed, glance and swift are running. Glance is
>>> configured with Swift backend to store images.
>>> * tripleo CI upload overcloud image into Glance, image is successfully
>>> uploaded.
>>> * when overcloud starts deploying, some nodes randomly fail to deploy
>>> because the undercloud OOM-kills swift-proxy-server that is still
>>> sending the ovecloud image requested by Glance API. Swift fails,
>>> Glance fails, overcloud deployment fails with a "No valid hosts
>>> found".
>>>
>>> It's likely due to performances issues in our CI, and there is nothing
>>> we can do but adding more resources or reducing the number of
>>> environments, something we won't do at this time, because our recent
>>> improvements in our CI (more ram, SSD, etc).

So the possible streamlining and optimizing swift for small
environment was tried already?

Another thing that comes to my mind based on the discussions lately.
What is the core count on our CI uc node? Are all the serviced
deployed there with their default worker values? Might be sensible
(even for production use) to limit the amount of workers our services
kick up in aio undercloud as that tends to have huge impact on memory
consumption.

- Erno "jokke_" Kuvaja
>>>
>>> As a first iteration, I propose [2] that we stop using Swift as a
>>> backend for Glance. Indeed, our undercloud is currently single-node, I
>>> see zero value of using Swift to store the overcloud image.
>>> If there is a value, then we can add the option to whether or not
>>> using it (and set it to False in our CI to use file backend, which
>>> won't lead to OOM).
>>>
>>> Note: on the overcloud: we currently support file, swift and rbd
>>> backends, that you can easily select during your deployment.
>>>
>>> [1] https://bugs.launchpad.net/tripleo/+bug/1595916
>>> [2] https://review.openstack.org/#/c/334555/
>>> --
>>> Emilien Macchi
>>>
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>
>
>
> --
> Emilien Macchi
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> 

Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-28 Thread Maksim Malchuk
You have an issue with connectivity from the Fuel master node to
http://archive.ubuntu.com
from the log:

> Command: debootstrap --include=ca-certificates,apt-transport-https --verbose 
> --no-check-gpg --arch=amd64 trusty /tmp/tmp1K2haC.fuel-agent-image 
> http://archive.ubuntu.com/ubuntu
> Exit code: 1
> Stdout: 'I: Retrieving Release \nE: Failed getting release file 
> http://archive.ubuntu.com/ubuntu/dists/trusty/Release\n'
> Stderr: ''
> Failed to execute command: Unexpected error while running command.
>
> please check your network connectivity, maybe firewall or nat settings.


On Tue, Jun 28, 2016 at 2:28 PM, Alioune  wrote:

> Hi all,
> I tried to create ubuntu bootstrap using [0] but the slave can still not
> booting. You can find the bootstrap log following [1].
>
> Noticed that I've deleted the depot [2] from fuelmenu because it generated
> an error  "URL for repository mos is not accessible".
>
> Regards,
>
> [0] fuel-bootstrap build --ubuntu-release trusty  --activate
> [1]
> https://drive.google.com/folderview?id=0B-bfET74f0WZWE9Uc1lVOXJLcWM=sharing
> [2]  http://127.0.0.1:8080/ubuntu/x86_64/ mos8.0 main restricted
>
> On 27 June 2016 at 17:48, Maksim Malchuk  wrote:
>
>> Maybe the problem because you create the CentOS bootstrap which is
>> deprecated now.
>> If You really need the CentOS bootstrap, need to look into the mentioned
>> log file for this issue.
>>
>>
>> On Mon, Jun 27, 2016 at 6:33 PM, Alioune  wrote:
>>
>>> Thanks for your response,
>>>
>>> I've created and activated a new centOS bootstrap as suggested Sergi.
>>> Now the fuel-slave tries to boot from network but it fails at step TFTP
>>> http://10.20.0.2/cobbler/boot (unable to locate configuration file ).
>>> The bootstrap zip was generated in
>>> /tmp/a721103c-8693-4c58-985d-3f8223bdbc88.tar.gz, it seems that the slave
>>> can not retreive the config files of the bootstrap.
>>> Are there additional config to do on the master side ?
>>> Regards
>>>
>>>  fuel-bootstrap list
>>>
>>> +--+--++
>>> | uuid | label
>>>  | status |
>>>
>>> +--+--++
>>> | a721103c-8693-4c58-985d-3f8223bdbc88 |
>>> a721103c-8693-4c58-985d-3f8223bdbc88 | active |
>>> | centos   | deprecated
>>>   ||
>>>
>>> +--+--++
>>>
>>> On 27 June 2016 at 16:58, Sergii Golovatiuk 
>>> wrote:
>>>
 Hi,

 I would suggest to build image from CLI using [0]. That will give more
 details to you.

 [0]
 http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/bootstrap/bootstrap_builder.html

 --
 Best regards,
 Sergii Golovatiuk,
 Skype #golserge
 IRC #holser

 On Mon, Jun 27, 2016 at 3:20 PM, Maksim Malchuk 
 wrote:

> Hi,
>
> The error about an internet connection is the only common case. You
> should check the actual error in the log file
> /var/log/fuel-bootstrap-image-build.log.
> You can also share this file with us via any public service
> (GoogleDrive, DropBox, etc) and we will check it for you.
>
> On Mon, Jun 27, 2016 at 4:08 PM, Maksim Malchuk  > wrote:
>
>> Hi,
>>
>> The error about an internet connection is the only common case. You
>> should check the actual error in the log file
>> /var/log/fuel-bootstrap-image-build.log.
>> You can also share this file with us via any public service
>> (GoogleDrive, DropBox, etc) and we will check it for you.
>>
>>
>> On Mon, Jun 27, 2016 at 1:43 PM, Alioune  wrote:
>>
>>> hi all,
>>>
>>> I'm trying to install fuel in VirtualBox, the fuel master is
>>> correctly running but I'm receiving the this error on the fuel GUI:
>>>
>>> WARNING: Failed to build the bootstrap image, see
>>> /var/log/fuel-bootstrap-image-build.log for details.
>>> Perhaps your Internet connection is broken. Please fix the problem
>>> and run `fuel-bootstrap build --activate`.
>>> While you don't activate any bootstrap - new nodes cannot be
>>> discovered and added to cluster.
>>> For more information please visit
>>> https://docs.mirantis.com/openstack/fuel/fuel-master/
>>>
>>> The fuel server has access to internet even though it could not find
>>> depots during install, I ran "yum update" and reboot but I still get 
>>> this
>>> error.
>>> I configured a fuel-slave server boot from network attached to the
>>> fuel-master but the process failed also.
>>> Any help please to solve this ?
>>>
>>> Regards,
>>>
>>>

[openstack-dev] [kolla] version of python2-oslo-config

2016-06-28 Thread hu . zhijiang
Hi Kolla team,

Base upon requirement.txt, Kolla needs oslo-config version 3.10. But 
CentOS Mitaka uses 3.9 ,which is 
python2-oslo-config-3.9.0-1.el7.noarch.rpm.

I want to know if Kolla can also work on oslo-config-3.9.0. If it can, 
then will be a benefit because pip is conflict with rpm on 
python2-oslo-config package. For example, the rpm version has the ability 
to find config file in /usr/share/keystone/keystone-dist.conf but the pip 
version not.


Thanks
Zhijiang,

ZTE Information Security Notice: The information contained in this mail (and 
any attachment transmitted herewith) is privileged and confidential and is 
intended for the exclusive use of the addressee(s).  If you are not an intended 
recipient, any disclosure, reproduction, distribution or other dissemination or 
use of the information contained is strictly prohibited.  If you have received 
this mail in error, please delete it and notify us immediately.
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [new][oslo] tooz 1.40.0 release (newton)

2016-06-28 Thread no-reply
We are psyched to announce the release of:

tooz 1.40.0: Coordination library for distributed systems.

This release is part of the newton release series.

With source available at:

http://git.openstack.org/cgit/openstack/tooz

With package available at:

https://pypi.python.org/pypi/tooz

Please report issues through launchpad:

http://bugs.launchpad.net/python-tooz/

For more details, please see below.

Changes in tooz 1.39.0..1.40.0
--

170680e Add docs for new consul driver
e8d37b0 Change dependency to use flavors
7360f85 Run doc8 only in pep8 target
e2683c7 Move pep8 requirements in their own target
d096a0d zookeeper: do not hard depend on eventlet
36655c6 Remove unused iso8601 dependency
040464e tests: remove testscenario usage
2ec9044 file: set no timeout by default
ebf6ae1 tests: move bad_url from scenarios to static test
756d265 Expose timeout capabilities and use them for tests
4906e72 Use pifpaf to setup daemons
274f9a6 redis: do not force LuaLock


Diffstat (except docs and test files)
-

requirements.txt|   4 --
setup-consul-env.sh | 125 +++-
setup-etcd-env.sh   |  16 +
setup-memcached-env.sh  |  22 ---
setup-mysql-env.sh  |  49 
setup-postgresql-env.sh |  23 
setup-redis-env.sh  |  22 ---
setup-sentinel-env.sh   |  56 --
setup-zookeeper-env.sh  |  55 --
setup.cfg   |  41 +
test-requirements.txt   |  29 --
tools/compat-matrix.py  |   4 ++
tooz/coordination.py|   7 +++
tooz/drivers/file.py|   8 ++-
tooz/drivers/ipc.py |   1 +
tooz/drivers/mysql.py   |   1 +
tooz/drivers/pgsql.py   |   1 +
tooz/drivers/redis.py   |   7 +--
tooz/drivers/zake.py|   1 +
tooz/drivers/zookeeper.py   |  11 +++-
tox.ini |  53 ++---
26 files changed, 214 insertions(+), 479 deletions(-)


Requirements updates


diff --git a/requirements.txt b/requirements.txt
index e6cff75..826db66 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,2 +7,0 @@ enum34;python_version=='2.7' or python_version=='2.6' or 
python_version=='3.3' #
-iso8601>=0.1.11 # MIT
-zake>=0.1.6 # Apache-2.0
@@ -18,2 +15,0 @@ oslo.serialization>=1.10.0 # Apache-2.0
-requests>=2.10.0 # Apache-2.0
-python-consul>=0.4.7 # MIT License



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [new][oslo] oslo.messaging 5.5.0 release (newton)

2016-06-28 Thread no-reply
We are glad to announce the release of:

oslo.messaging 5.5.0: Oslo Messaging API

This release is part of the newton release series.

With source available at:

http://git.openstack.org/cgit/openstack/oslo.messaging

With package available at:

https://pypi.python.org/pypi/oslo.messaging

Please report issues through launchpad:

http://bugs.launchpad.net/oslo.messaging

For more details, please see below.

Changes in oslo.messaging 5.4.0..5.5.0
--

dfd5c79 [zmq] Fix message sending when using proxy and not using PUB/SUB
3316edb AMQP 1.0 - create only one Cyrus SASL configuration for the tests
5afb605 Updated from global requirements
eb02de8 [zmq] Remove redundant Envelope class
33c3f16 [zmq] Properly stop ZmqServer
e57afac [Trival] fix a typo nit
d8b6bb0 [zmq] Fix backend router port for proxy.


Diffstat (except docs and test files)
-

.../_drivers/zmq_driver/broker/zmq_queue_proxy.py  |  8 +-
.../publishers/dealer/zmq_dealer_call_publisher.py |  2 -
.../publishers/dealer/zmq_dealer_publisher.py  |  2 -
.../dealer/zmq_dealer_publisher_proxy.py   |  5 +-
.../client/publishers/dealer/zmq_reply_waiter.py   |  4 +-
.../client/publishers/zmq_pub_publisher.py |  2 +-
.../_drivers/zmq_driver/client/zmq_envelope.py | 89 --
.../_drivers/zmq_driver/client/zmq_request.py  | 15 
.../zmq_driver/matchmaker/matchmaker_redis.py  | 10 ++-
.../server/consumers/zmq_consumer_base.py  | 13 
.../server/consumers/zmq_dealer_consumer.py| 27 +++
.../server/consumers/zmq_router_consumer.py|  7 +-
.../zmq_driver/server/zmq_incoming_message.py  |  4 +-
.../_drivers/zmq_driver/server/zmq_server.py   |  8 +-
oslo_messaging/_drivers/zmq_driver/zmq_updater.py  |  3 +
oslo_messaging/notify/notifier.py  |  2 +-
requirements.txt   |  4 +-
setup-test-env-zmq.sh  |  8 +-
test-requirements.txt  |  2 +-
21 files changed, 105 insertions(+), 176 deletions(-)


Requirements updates


diff --git a/requirements.txt b/requirements.txt
index 7ec46a9..54d0895 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,2 +8,2 @@ futurist>=0.11.0 # Apache-2.0
-oslo.config>=3.9.0 # Apache-2.0
-oslo.context>=2.2.0 # Apache-2.0
+oslo.config>=3.10.0 # Apache-2.0
+oslo.context>=2.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6f5b25c..19b0eb8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ discover # BSD
-fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
+fixtures>=3.0.0 # Apache-2.0/BSD



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-28 Thread Alioune
Hi all,
I tried to create ubuntu bootstrap using [0] but the slave can still not
booting. You can find the bootstrap log following [1].

Noticed that I've deleted the depot [2] from fuelmenu because it generated
an error  "URL for repository mos is not accessible".

Regards,

[0] fuel-bootstrap build --ubuntu-release trusty  --activate
[1]
https://drive.google.com/folderview?id=0B-bfET74f0WZWE9Uc1lVOXJLcWM=sharing
[2]  http://127.0.0.1:8080/ubuntu/x86_64/ mos8.0 main restricted

On 27 June 2016 at 17:48, Maksim Malchuk  wrote:

> Maybe the problem because you create the CentOS bootstrap which is
> deprecated now.
> If You really need the CentOS bootstrap, need to look into the mentioned
> log file for this issue.
>
>
> On Mon, Jun 27, 2016 at 6:33 PM, Alioune  wrote:
>
>> Thanks for your response,
>>
>> I've created and activated a new centOS bootstrap as suggested Sergi.
>> Now the fuel-slave tries to boot from network but it fails at step TFTP
>> http://10.20.0.2/cobbler/boot (unable to locate configuration file ).
>> The bootstrap zip was generated in
>> /tmp/a721103c-8693-4c58-985d-3f8223bdbc88.tar.gz, it seems that the slave
>> can not retreive the config files of the bootstrap.
>> Are there additional config to do on the master side ?
>> Regards
>>
>>  fuel-bootstrap list
>>
>> +--+--++
>> | uuid | label
>>  | status |
>>
>> +--+--++
>> | a721103c-8693-4c58-985d-3f8223bdbc88 |
>> a721103c-8693-4c58-985d-3f8223bdbc88 | active |
>> | centos   | deprecated
>> ||
>>
>> +--+--++
>>
>> On 27 June 2016 at 16:58, Sergii Golovatiuk 
>> wrote:
>>
>>> Hi,
>>>
>>> I would suggest to build image from CLI using [0]. That will give more
>>> details to you.
>>>
>>> [0]
>>> http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/bootstrap/bootstrap_builder.html
>>>
>>> --
>>> Best regards,
>>> Sergii Golovatiuk,
>>> Skype #golserge
>>> IRC #holser
>>>
>>> On Mon, Jun 27, 2016 at 3:20 PM, Maksim Malchuk 
>>> wrote:
>>>
 Hi,

 The error about an internet connection is the only common case. You
 should check the actual error in the log file
 /var/log/fuel-bootstrap-image-build.log.
 You can also share this file with us via any public service
 (GoogleDrive, DropBox, etc) and we will check it for you.

 On Mon, Jun 27, 2016 at 4:08 PM, Maksim Malchuk 
 wrote:

> Hi,
>
> The error about an internet connection is the only common case. You
> should check the actual error in the log file
> /var/log/fuel-bootstrap-image-build.log.
> You can also share this file with us via any public service
> (GoogleDrive, DropBox, etc) and we will check it for you.
>
>
> On Mon, Jun 27, 2016 at 1:43 PM, Alioune  wrote:
>
>> hi all,
>>
>> I'm trying to install fuel in VirtualBox, the fuel master is
>> correctly running but I'm receiving the this error on the fuel GUI:
>>
>> WARNING: Failed to build the bootstrap image, see
>> /var/log/fuel-bootstrap-image-build.log for details.
>> Perhaps your Internet connection is broken. Please fix the problem
>> and run `fuel-bootstrap build --activate`.
>> While you don't activate any bootstrap - new nodes cannot be
>> discovered and added to cluster.
>> For more information please visit
>> https://docs.mirantis.com/openstack/fuel/fuel-master/
>>
>> The fuel server has access to internet even though it could not find
>> depots during install, I ran "yum update" and reboot but I still get this
>> error.
>> I configured a fuel-slave server boot from network attached to the
>> fuel-master but the process failed also.
>> Any help please to solve this ?
>>
>> Regards,
>>
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
>
> --
> Best Regards,
> Maksim Malchuk,
> Senior DevOps Engineer,
> MOS: Product Engineering,
> Mirantis, Inc
> 
>



 --
 Best Regards,
 Maksim Malchuk,
 Senior DevOps Engineer,
 MOS: Product Engineering,
 Mirantis, Inc
 


 __
 OpenStack Development Mailing List 

[openstack-dev] [new][oslo] oslo.vmware 2.10.0 release (newton)

2016-06-28 Thread no-reply
We are eager to announce the release of:

oslo.vmware 2.10.0: Oslo VMware library

This release is part of the newton release series.

With source available at:

http://git.openstack.org/cgit/openstack/oslo.vmware

With package available at:

https://pypi.python.org/pypi/oslo.vmware

Please report issues through launchpad:

http://bugs.launchpad.net/oslo.vmware

For more details, please see below.

Changes in oslo.vmware 2.9.0..2.10.0


8d8a5de Updated from global requirements
784ad53 Support download of virtual disk in ova container


Diffstat (except docs and test files)
-

oslo_vmware/image_transfer.py|  32 +-
oslo_vmware/image_util.py|  30 +
requirements.txt |   1 +
test-requirements.txt|   2 +-
7 files changed, 364 insertions(+), 50 deletions(-)


Requirements updates


diff --git a/requirements.txt b/requirements.txt
index 8682b9e..c952316 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,0 +17 @@ PyYAML>=3.1.0 # MIT
+lxml>=2.3 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index e1fdf23..a40ffab 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -24 +24 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [new][oslo] oslo.middleware 3.14.0 release (newton)

2016-06-28 Thread no-reply
We are jubilant to announce the release of:

oslo.middleware 3.14.0: Oslo Middleware library

This release is part of the newton release series.

With source available at:

http://git.openstack.org/cgit/openstack/oslo.middleware

With package available at:

https://pypi.python.org/pypi/oslo.middleware

Please report issues through launchpad:

http://bugs.launchpad.net/oslo.middleware

For more details, please see below.

Changes in oslo.middleware 3.13.0..3.14.0
-

aba811b Updated from global requirements
652dcc0 Expose sample config opts for http-proxy-to-wsgi


Diffstat (except docs and test files)
-

oslo_middleware/opts.py | 29 -
requirements.txt|  2 +-
setup.cfg   |  1 +
3 files changed, 30 insertions(+), 2 deletions(-)


Requirements updates


diff --git a/requirements.txt b/requirements.txt
index 2abf9a3..01c7f22 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ oslo.config>=3.10.0 # Apache-2.0
-oslo.context>=2.2.0 # Apache-2.0
+oslo.context>=2.4.0 # Apache-2.0



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


  1   2   >