Re: [openstack-dev] [Zuul] requirements-check FAILURE

2018-01-23 Thread Kwan, Louie
I got it now. Thanks all for the info. 

-Original Message-
From: Andreas Jaeger [mailto:a...@suse.com] 
Sent: Thursday, January 18, 2018 2:43 AM
To: OpenStack Development Mailing List (not for usage questions)
Subject: Re: [openstack-dev] [Zuul] requirements-check FAILURE

On 2018-01-17 23:01,  Kwan, Louie  wrote:
> Would like to add the following module to openstack.masakari project
> 
> https://github.com/pytransitions/transitions
> 
> Got the following error with zuul requirements-check
> 
> Requirement set([Requirement(package=u'transitions', location='', 
> specifiers='>=0.6.4', markers=u'', comment='', extras=frozenset([]))]) not in 
> openstack/requirements
> 
> http://logs.openstack.org/88/534888/3/check/requirements-check/edec7bf/ara/
> 
> Any tip or insight to fix it?

Yes, read on how to add it:
https://docs.openstack.org/requirements/latest/

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
__
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] [Zuul] requirements-check FAILURE

2018-01-17 Thread Andreas Jaeger
On 2018-01-17 23:01,  Kwan, Louie  wrote:
> Would like to add the following module to openstack.masakari project
> 
> https://github.com/pytransitions/transitions
> 
> Got the following error with zuul requirements-check
> 
> Requirement set([Requirement(package=u'transitions', location='', 
> specifiers='>=0.6.4', markers=u'', comment='', extras=frozenset([]))]) not in 
> openstack/requirements
> 
> http://logs.openstack.org/88/534888/3/check/requirements-check/edec7bf/ara/
> 
> Any tip or insight to fix it?

Yes, read on how to add it:
https://docs.openstack.org/requirements/latest/

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] [Zuul] requirements-check FAILURE

2018-01-17 Thread Doug Hellmann
Excerpts from Matthew Treinish's message of 2018-01-17 17:16:19 -0500:
> On Wed, Jan 17, 2018 at 10:01:13PM +, Kwan, Louie wrote:
> > Would like to add the following module to openstack.masakari project
> > 
> > https://github.com/pytransitions/transitions
> > 
> > Got the following error with zuul requirements-check
> > 
> > Requirement set([Requirement(package=u'transitions', location='', 
> > specifiers='>=0.6.4', markers=u'', comment='', extras=frozenset([]))]) not 
> > in openstack/requirements
> > 
> > http://logs.openstack.org/88/534888/3/check/requirements-check/edec7bf/ara/
> > 
> > Any tip or insight to fix it?
> 
> That error is caused by the dependency you're adding not being tracked in
> global requirements. To add it to the masakari project you first have to 
> add it to the openstack/requirements project.
> 
> The process for doing that is documented in:
> 
> https://docs.openstack.org/requirements/latest/
> 
> That link also explains the reasoning behind why we handle adding dependencies
> centrally like this.
> 
> -Matt Treinish

Please take a little time to look through the list of dependencies
in that repository to see if we have a finite state machine library
in the list already.  If so, see if you can use that one instead
of adding a new dependency to the system.

Doug

__
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] [Zuul] requirements-check FAILURE

2018-01-17 Thread Matthew Treinish
On Wed, Jan 17, 2018 at 10:01:13PM +, Kwan, Louie wrote:
> Would like to add the following module to openstack.masakari project
> 
> https://github.com/pytransitions/transitions
> 
> Got the following error with zuul requirements-check
> 
> Requirement set([Requirement(package=u'transitions', location='', 
> specifiers='>=0.6.4', markers=u'', comment='', extras=frozenset([]))]) not in 
> openstack/requirements
> 
> http://logs.openstack.org/88/534888/3/check/requirements-check/edec7bf/ara/
> 
> Any tip or insight to fix it?

That error is caused by the dependency you're adding not being tracked in
global requirements. To add it to the masakari project you first have to 
add it to the openstack/requirements project.

The process for doing that is documented in:

https://docs.openstack.org/requirements/latest/

That link also explains the reasoning behind why we handle adding dependencies
centrally like this.

-Matt Treinish


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


[openstack-dev] [Zuul] requirements-check FAILURE

2018-01-17 Thread Kwan, Louie
Would like to add the following module to openstack.masakari project

https://github.com/pytransitions/transitions

Got the following error with zuul requirements-check

Requirement set([Requirement(package=u'transitions', location='', 
specifiers='>=0.6.4', markers=u'', comment='', extras=frozenset([]))]) not in 
openstack/requirements

http://logs.openstack.org/88/534888/3/check/requirements-check/edec7bf/ara/

Any tip or insight to fix it?

Thanks.
louie.k...@windriver.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