Re: [openstack-dev] [Solum] Devstack gate is failing

2014-01-10 Thread Noorul Islam Kamal Malmiyoda
On Wed, Jan 8, 2014 at 11:20 PM, Noorul Islam Kamal Malmiyoda
 wrote:
> On Wed, Jan 8, 2014 at 11:02 PM, Sean Dague  wrote:
>> On 01/08/2014 11:40 AM, Noorul Islam Kamal Malmiyoda wrote:
>>>
>>> On Jan 8, 2014 9:58 PM, "Georgy Okrokvertskhov"
>>> mailto:gokrokvertsk...@mirantis.com>> wrote:

 Hi,

 I do understand why there is a push back for this patch. This patch is
>>> for infrastructure project which works for multiple projects. Infra
>>> maintainers should not know specifics of each project in details. If
>>> this patch is a temporary solution then who will be responsible to
>>> remove it?

>>>
>>> I am not sure who is responsible for solum related configurations in
>>> infra project. I see that almost all the infra config for solum project
>>> is done by solum members. So I think any solum member can submit a patch
>>> to revert this once we have a permanent solution.
>>>
 If we need start this gate I propose to revert all patches which led
>>> to this inconsistent state and apply workaround in Solum repository
>>> which is under Solum team full control and review. We need to open a bug
>>> in Solum project to track this.

>>>
>>> The problematic patch [1] solves a specific problem. Do we have other
>>> ways to solve it?
>>>
>>> Regards,
>>> Noorul
>>>
>>> [1] https://review.openstack.org/#/c/64226
>>
>> Why is test-requirements.txt getting installed in pre_test instead of
>> post_test? Installing test-requirements prior to installing devstack
>> itself in no way surprises me that it causes issues. You can see that
>> command is litterally the first thing in the console -
>> http://logs.openstack.org/66/62466/7/gate/gate-solum-devstack-dsvm/49bac35/console.html#_2014-01-08_13_46_15_161
>>
>> It should be installed right before tests get run, which I assume is L34
>> of this file -
>> https://review.openstack.org/#/c/64226/3/modules/openstack_project/files/jenkins_job_builder/config/solum.yaml
>>
>> Given that is where ./run_tests.sh is run.
>>
>
> This might help, but run_tests.sh anyhow will import oslo.config. I
> need to test this and see.
>

Tested and this is working. Thank you Sean.

Regards,
Noorul

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


Re: [openstack-dev] [Solum] Devstack gate is failing

2014-01-08 Thread Noorul Islam Kamal Malmiyoda
On Wed, Jan 8, 2014 at 11:02 PM, Sean Dague  wrote:
> On 01/08/2014 11:40 AM, Noorul Islam Kamal Malmiyoda wrote:
>>
>> On Jan 8, 2014 9:58 PM, "Georgy Okrokvertskhov"
>> mailto:gokrokvertsk...@mirantis.com>> wrote:
>>>
>>> Hi,
>>>
>>> I do understand why there is a push back for this patch. This patch is
>> for infrastructure project which works for multiple projects. Infra
>> maintainers should not know specifics of each project in details. If
>> this patch is a temporary solution then who will be responsible to
>> remove it?
>>>
>>
>> I am not sure who is responsible for solum related configurations in
>> infra project. I see that almost all the infra config for solum project
>> is done by solum members. So I think any solum member can submit a patch
>> to revert this once we have a permanent solution.
>>
>>> If we need start this gate I propose to revert all patches which led
>> to this inconsistent state and apply workaround in Solum repository
>> which is under Solum team full control and review. We need to open a bug
>> in Solum project to track this.
>>>
>>
>> The problematic patch [1] solves a specific problem. Do we have other
>> ways to solve it?
>>
>> Regards,
>> Noorul
>>
>> [1] https://review.openstack.org/#/c/64226
>
> Why is test-requirements.txt getting installed in pre_test instead of
> post_test? Installing test-requirements prior to installing devstack
> itself in no way surprises me that it causes issues. You can see that
> command is litterally the first thing in the console -
> http://logs.openstack.org/66/62466/7/gate/gate-solum-devstack-dsvm/49bac35/console.html#_2014-01-08_13_46_15_161
>
> It should be installed right before tests get run, which I assume is L34
> of this file -
> https://review.openstack.org/#/c/64226/3/modules/openstack_project/files/jenkins_job_builder/config/solum.yaml
>
> Given that is where ./run_tests.sh is run.
>

This might help, but run_tests.sh anyhow will import oslo.config. I
need to test this and see.

Regards,
Noorul

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


Re: [openstack-dev] [Solum] Devstack gate is failing

2014-01-08 Thread Sean Dague
On 01/08/2014 11:40 AM, Noorul Islam Kamal Malmiyoda wrote:
> 
> On Jan 8, 2014 9:58 PM, "Georgy Okrokvertskhov"
> mailto:gokrokvertsk...@mirantis.com>> wrote:
>>
>> Hi,
>>
>> I do understand why there is a push back for this patch. This patch is
> for infrastructure project which works for multiple projects. Infra
> maintainers should not know specifics of each project in details. If
> this patch is a temporary solution then who will be responsible to
> remove it? 
>>
> 
> I am not sure who is responsible for solum related configurations in
> infra project. I see that almost all the infra config for solum project
> is done by solum members. So I think any solum member can submit a patch
> to revert this once we have a permanent solution.
> 
>> If we need start this gate I propose to revert all patches which led
> to this inconsistent state and apply workaround in Solum repository
> which is under Solum team full control and review. We need to open a bug
> in Solum project to track this.
>>
> 
> The problematic patch [1] solves a specific problem. Do we have other
> ways to solve it?
> 
> Regards,
> Noorul
> 
> [1] https://review.openstack.org/#/c/64226

Why is test-requirements.txt getting installed in pre_test instead of
post_test? Installing test-requirements prior to installing devstack
itself in no way surprises me that it causes issues. You can see that
command is litterally the first thing in the console -
http://logs.openstack.org/66/62466/7/gate/gate-solum-devstack-dsvm/49bac35/console.html#_2014-01-08_13_46_15_161

It should be installed right before tests get run, which I assume is L34
of this file -
https://review.openstack.org/#/c/64226/3/modules/openstack_project/files/jenkins_job_builder/config/solum.yaml

Given that is where ./run_tests.sh is run.

-Sean

-- 
Sean Dague
Samsung Research America
s...@dague.net / sean.da...@samsung.com
http://dague.net



signature.asc
Description: OpenPGP digital signature
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Solum] Devstack gate is failing

2014-01-08 Thread Noorul Islam Kamal Malmiyoda
On Jan 8, 2014 9:58 PM, "Georgy Okrokvertskhov" <
gokrokvertsk...@mirantis.com> wrote:
>
> Hi,
>
> I do understand why there is a push back for this patch. This patch is
for infrastructure project which works for multiple projects. Infra
maintainers should not know specifics of each project in details. If this
patch is a temporary solution then who will be responsible to remove it?
>

I am not sure who is responsible for solum related configurations in infra
project. I see that almost all the infra config for solum project is done
by solum members. So I think any solum member can submit a patch to revert
this once we have a permanent solution.

> If we need start this gate I propose to revert all patches which led to
this inconsistent state and apply workaround in Solum repository which is
under Solum team full control and review. We need to open a bug in Solum
project to track this.
>

The problematic patch [1] solves a specific problem. Do we have other ways
to solve it?

Regards,
Noorul

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

> Thanks
> Georgy
>
>
> On Wed, Jan 8, 2014 at 7:09 AM, Noorul Islam K M 
wrote:
>>
>> Anne Gentle  writes:
>>
>> > On Wed, Jan 8, 2014 at 8:26 AM, Noorul Islam Kamal Malmiyoda <
>> > noo...@noorul.com> wrote:
>> >
>> >>
>> >> On Jan 8, 2014 6:11 PM, "Sean Dague"  wrote:
>> >> >
>> >> > On 01/07/2014 11:27 PM, Noorul Islam Kamal Malmiyoda wrote:
>> >> > > On Wed, Jan 8, 2014 at 9:43 AM, Georgy Okrokvertskhov
>> >> > >  wrote:
>> >> > >> Should we rather revert patch to make gate working?
>> >> > >>
>> >> > >
>> >> > > I think it is always good to have test packages reside in
>> >> > > test-requirements.txt. So -1 on reverting that patch.
>> >> > >
>> >> > > Here [1] is a temporary solution.
>> >> > >
>> >> > > Regards,
>> >> > > Noorul
>> >> > >
>> >> > > [1] https://review.openstack.org/65414
>> >> >
>> >> > If Solum is trying to be on the road to being an OpenStack project,
why
>> >> > would it go out of it's way to introduce an incompatibility in the
way
>> >> > all the actual OpenStack packages work in the gate?
>> >> >
>> >> > Seems very silly to me, because you'll have to add oslo.sphinx back
into
>> >> > test-requirements.txt the second you want to be considered for
>> >> incubation.
>> >> >
>> >>
>> >> I am not sure why it seems silly to you. We are not anyhow removing
>> >> oslo.sphinx from the repository. We are just removing it before
installing
>> >> the packages from test-requirements.txt
>> >>
>> > in the devstack gate. How does that affects incubation? Am I missing
>> >> something?
>> >>
>> >
>> > Docs are a requirement, and contributor docs are required for applying
for
>> > incubation. [1] Typically these are built through Sphinx and
consistency is
>> > gained through oslo.sphinx, also eventually we can offer consistent
>> > extensions. So a perception that you're skipping docs would be a poor
>> > reflection on your incubation application. I don't think that's what's
>> > happening here, but I want to be sure you understand the consistency
and
>> > doc needs.
>> >
>> > See also
>> >
http://lists.openstack.org/pipermail/openstack-dev/2014-January/023582.htmlfor
>> > similar issues, we're trying to figure out the best solution. Stay
>> > tuned.
>> >
>>
>> I have seen that, also posted solum issue [1] there yesterday. I started
>> this thread to have consensus on making solum devstack gate non-voting
>> until the issue gets fixed. Also proposed a temporary solution with
>> which we can solve the issue for the time being. Since the gate is
>> failing for all the patches, it is affecting every patch.
>>
>> Regards,
>> Noorul
>>
>> [1]
http://lists.openstack.org/pipermail/openstack-dev/2014-January/023618.html
>> [2] https://review.openstack.org/65414
>>
>> >
>> >
>> > 1.
>> >
https://github.com/openstack/governance/blob/master/reference/incubation-integration-requirements
>> >
>> >> Regards,
>> >> Noorul
>> >>
>> >> > -Sean
>> >> >
>> >> > --
>> >> > Sean Dague
>> >> > Samsung Research America
>> >> > s...@dague.net / sean.da...@samsung.com
>> >> > http://dague.net
>> >> >
>> >> >
>> >> > ___
>> >> > OpenStack-dev mailing list
>> >> > OpenStack-dev@lists.openstack.org
>> >> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>> >> >
>> >>
>> >>
>> >> ___
>> >> OpenStack-dev mailing list
>> >> OpenStack-dev@lists.openstack.org
>> >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>> >>
>> >>
>> > ___
>> > OpenStack-dev mailing list
>> > OpenStack-dev@lists.openstack.org
>> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>> ___
>> OpenStack-dev mailing list
>> OpenStack-dev@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
>
> --
> Georgy Okrokvertskhov
> Technical Program Manager,
> C

Re: [openstack-dev] [Solum] Devstack gate is failing

2014-01-08 Thread Georgy Okrokvertskhov
Hi,

I do understand why there is a push back for this patch. This patch is for
infrastructure project which works for multiple projects. Infra maintainers
should not know specifics of each project in details. If this patch is a
temporary solution then who will be responsible to remove it?

If we need start this gate I propose to revert all patches which led to
this inconsistent state and apply workaround in Solum repository which is
under Solum team full control and review. We need to open a bug in Solum
project to track this.

Thanks
Georgy


On Wed, Jan 8, 2014 at 7:09 AM, Noorul Islam K M  wrote:

> Anne Gentle  writes:
>
> > On Wed, Jan 8, 2014 at 8:26 AM, Noorul Islam Kamal Malmiyoda <
> > noo...@noorul.com> wrote:
> >
> >>
> >> On Jan 8, 2014 6:11 PM, "Sean Dague"  wrote:
> >> >
> >> > On 01/07/2014 11:27 PM, Noorul Islam Kamal Malmiyoda wrote:
> >> > > On Wed, Jan 8, 2014 at 9:43 AM, Georgy Okrokvertskhov
> >> > >  wrote:
> >> > >> Should we rather revert patch to make gate working?
> >> > >>
> >> > >
> >> > > I think it is always good to have test packages reside in
> >> > > test-requirements.txt. So -1 on reverting that patch.
> >> > >
> >> > > Here [1] is a temporary solution.
> >> > >
> >> > > Regards,
> >> > > Noorul
> >> > >
> >> > > [1] https://review.openstack.org/65414
> >> >
> >> > If Solum is trying to be on the road to being an OpenStack project,
> why
> >> > would it go out of it's way to introduce an incompatibility in the way
> >> > all the actual OpenStack packages work in the gate?
> >> >
> >> > Seems very silly to me, because you'll have to add oslo.sphinx back
> into
> >> > test-requirements.txt the second you want to be considered for
> >> incubation.
> >> >
> >>
> >> I am not sure why it seems silly to you. We are not anyhow removing
> >> oslo.sphinx from the repository. We are just removing it before
> installing
> >> the packages from test-requirements.txt
> >>
> > in the devstack gate. How does that affects incubation? Am I missing
> >> something?
> >>
> >
> > Docs are a requirement, and contributor docs are required for applying
> for
> > incubation. [1] Typically these are built through Sphinx and consistency
> is
> > gained through oslo.sphinx, also eventually we can offer consistent
> > extensions. So a perception that you're skipping docs would be a poor
> > reflection on your incubation application. I don't think that's what's
> > happening here, but I want to be sure you understand the consistency and
> > doc needs.
> >
> > See also
> >
> http://lists.openstack.org/pipermail/openstack-dev/2014-January/023582.htmlfor
> > similar issues, we're trying to figure out the best solution. Stay
> > tuned.
> >
>
> I have seen that, also posted solum issue [1] there yesterday. I started
> this thread to have consensus on making solum devstack gate non-voting
> until the issue gets fixed. Also proposed a temporary solution with
> which we can solve the issue for the time being. Since the gate is
> failing for all the patches, it is affecting every patch.
>
> Regards,
> Noorul
>
> [1]
> http://lists.openstack.org/pipermail/openstack-dev/2014-January/023618.html
> [2] https://review.openstack.org/65414
>
> >
> >
> > 1.
> >
> https://github.com/openstack/governance/blob/master/reference/incubation-integration-requirements
> >
> >> Regards,
> >> Noorul
> >>
> >> > -Sean
> >> >
> >> > --
> >> > Sean Dague
> >> > Samsung Research America
> >> > s...@dague.net / sean.da...@samsung.com
> >> > http://dague.net
> >> >
> >> >
> >> > ___
> >> > OpenStack-dev mailing list
> >> > OpenStack-dev@lists.openstack.org
> >> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >> >
> >>
> >>
> >> ___
> >> OpenStack-dev mailing list
> >> OpenStack-dev@lists.openstack.org
> >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >>
> >>
> > ___
> > OpenStack-dev mailing list
> > OpenStack-dev@lists.openstack.org
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>



-- 
Georgy Okrokvertskhov
Technical Program Manager,
Cloud and Infrastructure Services,
Mirantis
http://www.mirantis.com
Tel. +1 650 963 9828
Mob. +1 650 996 3284
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Solum] Devstack gate is failing

2014-01-08 Thread Noorul Islam K M
Anne Gentle  writes:

> On Wed, Jan 8, 2014 at 8:26 AM, Noorul Islam Kamal Malmiyoda <
> noo...@noorul.com> wrote:
>
>>
>> On Jan 8, 2014 6:11 PM, "Sean Dague"  wrote:
>> >
>> > On 01/07/2014 11:27 PM, Noorul Islam Kamal Malmiyoda wrote:
>> > > On Wed, Jan 8, 2014 at 9:43 AM, Georgy Okrokvertskhov
>> > >  wrote:
>> > >> Should we rather revert patch to make gate working?
>> > >>
>> > >
>> > > I think it is always good to have test packages reside in
>> > > test-requirements.txt. So -1 on reverting that patch.
>> > >
>> > > Here [1] is a temporary solution.
>> > >
>> > > Regards,
>> > > Noorul
>> > >
>> > > [1] https://review.openstack.org/65414
>> >
>> > If Solum is trying to be on the road to being an OpenStack project, why
>> > would it go out of it's way to introduce an incompatibility in the way
>> > all the actual OpenStack packages work in the gate?
>> >
>> > Seems very silly to me, because you'll have to add oslo.sphinx back into
>> > test-requirements.txt the second you want to be considered for
>> incubation.
>> >
>>
>> I am not sure why it seems silly to you. We are not anyhow removing
>> oslo.sphinx from the repository. We are just removing it before installing
>> the packages from test-requirements.txt
>>
> in the devstack gate. How does that affects incubation? Am I missing
>> something?
>>
>
> Docs are a requirement, and contributor docs are required for applying for
> incubation. [1] Typically these are built through Sphinx and consistency is
> gained through oslo.sphinx, also eventually we can offer consistent
> extensions. So a perception that you're skipping docs would be a poor
> reflection on your incubation application. I don't think that's what's
> happening here, but I want to be sure you understand the consistency and
> doc needs.
>
> See also
> http://lists.openstack.org/pipermail/openstack-dev/2014-January/023582.htmlfor
> similar issues, we're trying to figure out the best solution. Stay
> tuned.
>

I have seen that, also posted solum issue [1] there yesterday. I started
this thread to have consensus on making solum devstack gate non-voting
until the issue gets fixed. Also proposed a temporary solution with
which we can solve the issue for the time being. Since the gate is
failing for all the patches, it is affecting every patch.

Regards,
Noorul

[1] http://lists.openstack.org/pipermail/openstack-dev/2014-January/023618.html
[2] https://review.openstack.org/65414

>
>
> 1.
> https://github.com/openstack/governance/blob/master/reference/incubation-integration-requirements
>
>> Regards,
>> Noorul
>>
>> > -Sean
>> >
>> > --
>> > Sean Dague
>> > Samsung Research America
>> > s...@dague.net / sean.da...@samsung.com
>> > http://dague.net
>> >
>> >
>> > ___
>> > OpenStack-dev mailing list
>> > OpenStack-dev@lists.openstack.org
>> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>> >
>>
>>
>> ___
>> OpenStack-dev mailing list
>> OpenStack-dev@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

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


Re: [openstack-dev] [Solum] Devstack gate is failing

2014-01-08 Thread Anne Gentle
On Wed, Jan 8, 2014 at 8:26 AM, Noorul Islam Kamal Malmiyoda <
noo...@noorul.com> wrote:

>
> On Jan 8, 2014 6:11 PM, "Sean Dague"  wrote:
> >
> > On 01/07/2014 11:27 PM, Noorul Islam Kamal Malmiyoda wrote:
> > > On Wed, Jan 8, 2014 at 9:43 AM, Georgy Okrokvertskhov
> > >  wrote:
> > >> Should we rather revert patch to make gate working?
> > >>
> > >
> > > I think it is always good to have test packages reside in
> > > test-requirements.txt. So -1 on reverting that patch.
> > >
> > > Here [1] is a temporary solution.
> > >
> > > Regards,
> > > Noorul
> > >
> > > [1] https://review.openstack.org/65414
> >
> > If Solum is trying to be on the road to being an OpenStack project, why
> > would it go out of it's way to introduce an incompatibility in the way
> > all the actual OpenStack packages work in the gate?
> >
> > Seems very silly to me, because you'll have to add oslo.sphinx back into
> > test-requirements.txt the second you want to be considered for
> incubation.
> >
>
> I am not sure why it seems silly to you. We are not anyhow removing
> oslo.sphinx from the repository. We are just removing it before installing
> the packages from test-requirements.txt
>
in the devstack gate. How does that affects incubation? Am I missing
> something?
>

Docs are a requirement, and contributor docs are required for applying for
incubation. [1] Typically these are built through Sphinx and consistency is
gained through oslo.sphinx, also eventually we can offer consistent
extensions. So a perception that you're skipping docs would be a poor
reflection on your incubation application. I don't think that's what's
happening here, but I want to be sure you understand the consistency and
doc needs.

See also
http://lists.openstack.org/pipermail/openstack-dev/2014-January/023582.htmlfor
similar issues, we're trying to figure out the best solution. Stay
tuned.

Thanks,
Anne


1.
https://github.com/openstack/governance/blob/master/reference/incubation-integration-requirements

> Regards,
> Noorul
>
> > -Sean
> >
> > --
> > Sean Dague
> > Samsung Research America
> > s...@dague.net / sean.da...@samsung.com
> > http://dague.net
> >
> >
> > ___
> > OpenStack-dev mailing list
> > OpenStack-dev@lists.openstack.org
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >
>
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Solum] Devstack gate is failing

2014-01-08 Thread Sean Dague

On 01/08/2014 09:26 AM, Noorul Islam Kamal Malmiyoda wrote:


On Jan 8, 2014 6:11 PM, "Sean Dague" mailto:s...@dague.net>> wrote:
 >
 > On 01/07/2014 11:27 PM, Noorul Islam Kamal Malmiyoda wrote:
 > > On Wed, Jan 8, 2014 at 9:43 AM, Georgy Okrokvertskhov
 > > mailto:gokrokvertsk...@mirantis.com>> wrote:
 > >> Should we rather revert patch to make gate working?
 > >>
 > >
 > > I think it is always good to have test packages reside in
 > > test-requirements.txt. So -1 on reverting that patch.
 > >
 > > Here [1] is a temporary solution.
 > >
 > > Regards,
 > > Noorul
 > >
 > > [1] https://review.openstack.org/65414
 >
 > If Solum is trying to be on the road to being an OpenStack project, why
 > would it go out of it's way to introduce an incompatibility in the way
 > all the actual OpenStack packages work in the gate?
 >
 > Seems very silly to me, because you'll have to add oslo.sphinx back into
 > test-requirements.txt the second you want to be considered for
incubation.
 >

I am not sure why it seems silly to you. We are not anyhow removing
oslo.sphinx from the repository. We are just removing it before
installing the packages from test-requirements.txt in the devstack gate.
How does that affects incubation? Am I missing something?


So maybe I'm missing something. I don't see how the patch in question or 
the mailing list thread is related to the solum fail. Perhaps being more 
specific about why removing oslo.sphinx from test-requirements.txt is 
the right work around would be good. Because the nature of the fix (hot 
patching requirements) means that by nature something is not working as 
designed.


As far as I can tell this is just an ordering issue. So figure out the 
correct order that things need to happen in.


-Sean

--
Sean Dague
http://dague.net

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


Re: [openstack-dev] [Solum] Devstack gate is failing

2014-01-08 Thread Noorul Islam Kamal Malmiyoda
On Jan 8, 2014 6:11 PM, "Sean Dague"  wrote:
>
> On 01/07/2014 11:27 PM, Noorul Islam Kamal Malmiyoda wrote:
> > On Wed, Jan 8, 2014 at 9:43 AM, Georgy Okrokvertskhov
> >  wrote:
> >> Should we rather revert patch to make gate working?
> >>
> >
> > I think it is always good to have test packages reside in
> > test-requirements.txt. So -1 on reverting that patch.
> >
> > Here [1] is a temporary solution.
> >
> > Regards,
> > Noorul
> >
> > [1] https://review.openstack.org/65414
>
> If Solum is trying to be on the road to being an OpenStack project, why
> would it go out of it's way to introduce an incompatibility in the way
> all the actual OpenStack packages work in the gate?
>
> Seems very silly to me, because you'll have to add oslo.sphinx back into
> test-requirements.txt the second you want to be considered for incubation.
>

I am not sure why it seems silly to you. We are not anyhow removing
oslo.sphinx from the repository. We are just removing it before installing
the packages from test-requirements.txt in the devstack gate. How does that
affects incubation? Am I missing something?

Regards,
Noorul

> -Sean
>
> --
> Sean Dague
> Samsung Research America
> s...@dague.net / sean.da...@samsung.com
> http://dague.net
>
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Solum] Devstack gate is failing

2014-01-08 Thread Sean Dague
On 01/07/2014 11:27 PM, Noorul Islam Kamal Malmiyoda wrote:
> On Wed, Jan 8, 2014 at 9:43 AM, Georgy Okrokvertskhov
>  wrote:
>> Should we rather revert patch to make gate working?
>>
> 
> I think it is always good to have test packages reside in
> test-requirements.txt. So -1 on reverting that patch.
> 
> Here [1] is a temporary solution.
> 
> Regards,
> Noorul
> 
> [1] https://review.openstack.org/65414

If Solum is trying to be on the road to being an OpenStack project, why
would it go out of it's way to introduce an incompatibility in the way
all the actual OpenStack packages work in the gate?

Seems very silly to me, because you'll have to add oslo.sphinx back into
test-requirements.txt the second you want to be considered for incubation.

-Sean

-- 
Sean Dague
Samsung Research America
s...@dague.net / sean.da...@samsung.com
http://dague.net



signature.asc
Description: OpenPGP digital signature
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Solum] Devstack gate is failing

2014-01-07 Thread Noorul Islam Kamal Malmiyoda
On Wed, Jan 8, 2014 at 9:43 AM, Georgy Okrokvertskhov
 wrote:
> Should we rather revert patch to make gate working?
>

I think it is always good to have test packages reside in
test-requirements.txt. So -1 on reverting that patch.

Here [1] is a temporary solution.

Regards,
Noorul

[1] https://review.openstack.org/65414

>
> On Tue, Jan 7, 2014 at 7:19 PM, Murali Allada 
> wrote:
>>
>> I'm ok with making this non-voting for Solum until this gets fixed.
>>
>> -Murali
>>
>>
>> On Jan 7, 2014, at 8:53 PM, Noorul Islam Kamal Malmiyoda
>>  wrote:
>>
>> > Hi team,
>> >
>> > After merging [1] devstack gate started failing. There is already a
>> > thread [2] related to this in mailing list. Until this gets fixed
>> > shall we make this job non-voting?
>> >
>> > Regards,
>> > Noorul
>> >
>> > [1] https://review.openstack.org/64226
>> > [2]
>> > http://www.mail-archive.com/openstack-dev@lists.openstack.org/msg12440.html
>> >
>> > ___
>> > OpenStack-dev mailing list
>> > OpenStack-dev@lists.openstack.org
>> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>> ___
>> OpenStack-dev mailing list
>> OpenStack-dev@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
>
> --
> Georgy Okrokvertskhov
> Technical Program Manager,
> Cloud and Infrastructure Services,
> Mirantis
> http://www.mirantis.com
> Tel. +1 650 963 9828
> Mob. +1 650 996 3284
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>

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


Re: [openstack-dev] [Solum] Devstack gate is failing

2014-01-07 Thread Georgy Okrokvertskhov
Should we rather revert patch to make gate working?

Thanks
Georgy


On Tue, Jan 7, 2014 at 7:19 PM, Murali Allada
wrote:

> I'm ok with making this non-voting for Solum until this gets fixed.
>
> -Murali
>
>
> On Jan 7, 2014, at 8:53 PM, Noorul Islam Kamal Malmiyoda <
> noo...@noorul.com> wrote:
>
> > Hi team,
> >
> > After merging [1] devstack gate started failing. There is already a
> > thread [2] related to this in mailing list. Until this gets fixed
> > shall we make this job non-voting?
> >
> > Regards,
> > Noorul
> >
> > [1] https://review.openstack.org/64226
> > [2]
> http://www.mail-archive.com/openstack-dev@lists.openstack.org/msg12440.html
> >
> > ___
> > OpenStack-dev mailing list
> > OpenStack-dev@lists.openstack.org
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>



-- 
Georgy Okrokvertskhov
Technical Program Manager,
Cloud and Infrastructure Services,
Mirantis
http://www.mirantis.com
Tel. +1 650 963 9828
Mob. +1 650 996 3284
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Solum] Devstack gate is failing

2014-01-07 Thread Murali Allada
I'm ok with making this non-voting for Solum until this gets fixed.

-Murali


On Jan 7, 2014, at 8:53 PM, Noorul Islam Kamal Malmiyoda  
wrote:

> Hi team,
> 
> After merging [1] devstack gate started failing. There is already a
> thread [2] related to this in mailing list. Until this gets fixed
> shall we make this job non-voting?
> 
> Regards,
> Noorul
> 
> [1] https://review.openstack.org/64226
> [2] 
> http://www.mail-archive.com/openstack-dev@lists.openstack.org/msg12440.html
> 
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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


[openstack-dev] [Solum] Devstack gate is failing

2014-01-07 Thread Noorul Islam Kamal Malmiyoda
Hi team,

After merging [1] devstack gate started failing. There is already a
thread [2] related to this in mailing list. Until this gets fixed
shall we make this job non-voting?

Regards,
Noorul

[1] https://review.openstack.org/64226
[2] http://www.mail-archive.com/openstack-dev@lists.openstack.org/msg12440.html

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