Re: [OpenStack-Infra] [openstack-dev] Need help! Zuul can not connect to port 29418 of review.openstack.org

2015-06-12 Thread liuxinguo
Thanks Tom, the method you provide is really a good idea, but probably it won't 
work for a 3rd CI. I have tried to change ssh to https for 3rd CI, but it is 
not a simple work like that. It related to lots of zuul code change.

-邮件原件-
发件人: Tom Fifield [mailto:t...@openstack.org] 
发送时间: 2015年6月12日 17:09
收件人: OpenStack Development Mailing List (not for usage questions); 
openstack-infra@lists.openstack.org
抄送: Luozhen
主题: Re: [OpenStack-Infra] [openstack-dev] Need help! Zuul can not connect to 
port 29418 of review.openstack.org

On 12/06/15 17:04, liuxinguo wrote:
 Hi,

 Recentlyour CI can not connect to port 29418 of 
 review.openstack.org.app:ds:recently

 Following are the failuer message, is there anyone know the reasion 
 why our CI can not cennect to 29418 of review.openstack.org?


That port on review.openstack.org currently appears to be blocked by China 
country-level firewall.

In this case, changing access from SSH to HTTPS could help avoid the block, 
like in Clark's email:

http://lists.openstack.org/pipermail/openstack-dev/2014-September/045385.html


Regards,


Tom

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


Re: [OpenStack-Infra] [openstack-dev] Need help! Zuul can not connect to port 29418 of review.openstack.org

2015-06-12 Thread Tom Fifield

On 12/06/15 17:04, liuxinguo wrote:

Hi,

Recentlyour CI can not connect to port 29418 of
review.openstack.org.app:ds:recently

Following are the failuer message, is there anyone know the reasion why
our CI can not cennect to 29418 of review.openstack.org?



That port on review.openstack.org currently appears to be blocked by 
China country-level firewall.


In this case, changing access from SSH to HTTPS could help avoid the
block, like in Clark's email:

http://lists.openstack.org/pipermail/openstack-dev/2014-September/045385.html


Regards,


Tom

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


Re: [OpenStack-Infra] [openstack-dev] Need help! Zuul can not connect to port 29418 of review.openstack.org

2015-06-12 Thread Jeremy Stanley
On 2015-06-12 09:46:34 + (+), liuxinguo wrote:
 Thanks Tom, the method you provide is really a good idea, but
 probably it won't work for a 3rd CI. I have tried to change ssh to
 https for 3rd CI, but it is not a simple work like that. It
 related to lots of zuul code change.

It would actually require changing Gerrit's code too. The
stream-events command on its SSH API has no equivalent in its REST
API, so no amount of HTTPS will get you access to the Gerrit event
stream. You'd need a tunnel/proxy to somewhere with unfettered
access.
-- 
Jeremy Stanley

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


[OpenStack-Infra] Announcing git-review 1.25.0

2015-06-12 Thread Jeremy Stanley
I am pleased to announce git-review 1.25.0 is officially released
today (Friday, June 12, 2015). This version brings together 43 new
changes from 23 different collaborators including fixes for 9 bugs
and a variety of other improvements:

URL: 
https://git.openstack.org/cgit/openstack-infra/git-review/log/?id=1.24..1.25.0 

Some brief highlights:

  * Tested against Python 2.6, 2.7 and now 3.4.

  * A new -T/--no-topic option for skipping auto-topic generation.

  * A new --reviewers option for adding requested reviewers.

  * A new --track option for smart remote branch tracking.

  * More flexible handling of Git remotes.

  * Better integration with Git configuration options.

  * Improvements in Gerrit-over-HTTP/HTTPS support.

  * ANSI color support is disabled on non-interactive sessions.

  * Properly installs its manpage again when possible.

  * Documentation now split out of the README.rst and additionally
published at http://docs.openstack.org/infra/git-review/ for
added convenience.

  * Better error messages for rebase failures and CLA/Contact Info
issues.

  * Additional debugging output.

The release tarball can be installed from PyPI as usual, and can
also be found at:

URL: http://tarballs.openstack.org/git-review/git-review-1.25.0.tar.gz 

Its checksums are...

md5sum: 0a061d0e23ee9b93c6212a3fe68fb7ab

sha256: 087e0a7dc2415796a9f21c484a6f652c5410e6ba4562c36291c5399f9395a11d

It's also available as a Python wheel:

URL: 
http://tarballs.openstack.org/git-review/git_review-1.25.0-py2.py3-none-any.whl 


md5sum: c1e7de93d210afeb85f2fc4381c6cd92

sha256: 6402b83f4f4b6966979809df7bb8b39f1f821384672932fded78ae3a0635

A huge thank-you to the following people for their code
contributions in this release:

Anders Kaseorg
Antoine Musso
Cedric Brandily
Christian Berendt
Clint Adams
Darragh Bailey
Dexter Fryar
Dmitry Ratushnyy
Doug Hellmann
Eric Harney
JC Delay
James E. Blair
Jeremy Stanley
John Vandenberg
Julien Danjou
K Jonathan Harker
Michael Johnson
Michael Krotscheck
Michael Pratt
Monty Taylor
david
julien.marinfrisonroche
liuyang1

-- 
Jeremy Stanley


signature.asc
Description: Digital signature
___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra


Re: [OpenStack-Infra] Need help! Zuul can not connect to port 29418 of review.openstack.org

2015-06-12 Thread Jeremy Stanley
On 2015-06-12 09:04:09 + (+), liuxinguo wrote:
 Recently our CI can not connect to port 29418 of
 review.openstack.org.app:ds:recently Following are the failuer
 message, is there anyone know the reasion why our CI can not
 cennect to 29418 of review.openstack.org?

See the several other threads on this mailing list from the past few
days. It seems that if your CI system is in mainland China, the
government there has very recently started blocking egress to
29418/tcp.
-- 
Jeremy Stanley

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


Re: [OpenStack-Infra] [openstack-dev] Nominating Joshua Hesketh for infra-root

2015-06-12 Thread Elizabeth K. Joseph
On Thu, Jun 11, 2015 at 9:54 AM, James E. Blair cor...@inaugust.com wrote:
 The Infrastructure program has a unique three-tier team structure:
 contributors (that's all of us!), core members (people with +2 ability
 on infra projects in Gerrit) and root members (people with
 administrative access).  Read all about it here:

   http://docs.openstack.org/infra/system-config/project.html#teams

 Joshua has been a valuable member of infra-core for some time, having a
 high degree of familiarity with Zuul and related systems and an
 increasing interest in other operational aspects of the project
 infrastructure.  His eagerness to contribute is presently tempered by
 most of the infra-root team sleeping[1] during large parts of his day.
 I look forward to Joshua being able to approve changes with confidence.

 Joshua, if you are interested, please propose your SSH key to
 system-config, and thanks again for all of your work!

Very pleased to see him join our merry band!

-- 
Elizabeth Krumbach Joseph || Lyz || pleia2

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