Re: [openstack-dev] [Sahara][QA] Tests broken after a devstack change

2017-02-21 Thread Luigi Toscano
On Tuesday, 21 February 2017 11:18:12 CET Sean Dague wrote:
> On 02/21/2017 10:45 AM, Luigi Toscano wrote:
> > Hi team (mostly at the PTG),
> > 
> > you probably noticed that the jobs has been failing since February 17th.
> > The reason can be traced back to this change in devstack:
> > 
> > https://review.openstack.org/#/c/433272/
> > 
> > I tried to revert it and rerun a job after setting the revert and
> > dependency, and indeed both the tempest and the scenario jobs passed
> > (ignore the failure in the cli job, it is unrelated):
> > https://review.openstack.org/#/c/436116/
> > https://review.openstack.org/#/c/436479/
> > 
> > The main error was related to
> > 
> >  EndpointNotFound: adminURL endpoint for compute service not found
> > 
> > so most likely we need to revisit how Sahara uses the endpoints. If you
> > have some time, please squeeze this into the discussions. Or check with
> > the rest of QA/devstack people if it is possible to revert the change.
> > 
> > This is master only (so Pike), Ocata is not affected (as the change landed
> > after that devstack was branched). Still it blocks some merges.
> 
> You can change
> https://github.com/openstack/sahara/blob/af5979e70bd1665abca780bb1d0965e240e
> 9f5e5/devstack/settings#L26 to publicURL as a default, then things will be
> fine.

Thank you, I submitted https://review.openstack.org/436567 , let's cross 
fingers.


> The explosion of the 3 interfaces is a bit of an anti pattern we are
> trying to claw back, because there is really no different in
> functionality provided by them, it's merely a way to designate different
> network paths. The out of the box devstack is now providing only
> publicURL except when services specifically do something different with
> them, like admin.
Understood, thanks for the explanation.

Ciao
-- 
Luigi

__
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] [Sahara][QA] Tests broken after a devstack change

2017-02-21 Thread Sean Dague

On 02/21/2017 10:45 AM, Luigi Toscano wrote:

Hi team (mostly at the PTG),

you probably noticed that the jobs has been failing since February 17th. The
reason can be traced back to this change in devstack:

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

I tried to revert it and rerun a job after setting the revert and dependency,
and indeed both the tempest and the scenario jobs passed (ignore the failure
in the cli job, it is unrelated):
https://review.openstack.org/#/c/436116/
https://review.openstack.org/#/c/436479/

The main error was related to
 EndpointNotFound: adminURL endpoint for compute service not found

so most likely we need to revisit how Sahara uses the endpoints. If you have
some time, please squeeze this into the discussions. Or check with the rest of
QA/devstack people if it is possible to revert the change.

This is master only (so Pike), Ocata is not affected (as the change landed
after that devstack was branched). Still it blocks some merges.

Ciao


You can change 
https://github.com/openstack/sahara/blob/af5979e70bd1665abca780bb1d0965e240e9f5e5/devstack/settings#L26 
to publicURL as a default, then things will be fine.


The explosion of the 3 interfaces is a bit of an anti pattern we are 
trying to claw back, because there is really no different in 
functionality provided by them, it's merely a way to designate different 
network paths. The out of the box devstack is now providing only 
publicURL except when services specifically do something different with 
them, like admin.


-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


Re: [openstack-dev] [Sahara][QA] Tests broken after a devstack change

2017-02-21 Thread Telles Nobrega
Thanks Luigi, we will certainly talk about and figure out a way ASAP to get
the the gate working again for us.

On Tue, Feb 21, 2017 at 12:54 PM Luigi Toscano  wrote:

> Hi team (mostly at the PTG),
>
> you probably noticed that the jobs has been failing since February 17th.
> The
> reason can be traced back to this change in devstack:
>
> https://review.openstack.org/#/c/433272/
>
> I tried to revert it and rerun a job after setting the revert and
> dependency,
> and indeed both the tempest and the scenario jobs passed (ignore the
> failure
> in the cli job, it is unrelated):
> https://review.openstack.org/#/c/436116/
> https://review.openstack.org/#/c/436479/
>
> The main error was related to
>  EndpointNotFound: adminURL endpoint for compute service not found
>
> so most likely we need to revisit how Sahara uses the endpoints. If you
> have
> some time, please squeeze this into the discussions. Or check with the
> rest of
> QA/devstack people if it is possible to revert the change.
>
> This is master only (so Pike), Ocata is not affected (as the change landed
> after that devstack was branched). Still it blocks some merges.
>
> Ciao
> --
> Luigi
>
> __
> 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] [Sahara][QA] Tests broken after a devstack change

2017-02-21 Thread Luigi Toscano
Hi team (mostly at the PTG),

you probably noticed that the jobs has been failing since February 17th. The 
reason can be traced back to this change in devstack:

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

I tried to revert it and rerun a job after setting the revert and dependency, 
and indeed both the tempest and the scenario jobs passed (ignore the failure 
in the cli job, it is unrelated):
https://review.openstack.org/#/c/436116/
https://review.openstack.org/#/c/436479/

The main error was related to
 EndpointNotFound: adminURL endpoint for compute service not found

so most likely we need to revisit how Sahara uses the endpoints. If you have 
some time, please squeeze this into the discussions. Or check with the rest of 
QA/devstack people if it is possible to revert the change.

This is master only (so Pike), Ocata is not affected (as the change landed 
after that devstack was branched). Still it blocks some merges.

Ciao
-- 
Luigi

__
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