Re: [openstack-dev] [tripleo] odl deployment failed due to opendaylight websocket config in haproxy

2017-12-26 Thread Janki Chhatbar
Hi Moshe

There is a corresponding ODL patch [1]. To verify if the rpm you are using
has it, see if 10-rest-connector.xml

has a line ""



[1]. https://git.opendaylight.org/gerrit/#/c/64602/

On Tue, Dec 26, 2017 at 4:29 PM, Moshe Levi  wrote:

> Hi all,
>
>
>
> When I try to deploy tripleo with opendaylight oxygen release (we did a
> private build for master) it failed with haproxy failing
>
> that it can't bind the opendaylight_ws: cannot bind socket see [1]. This
> is failing all the deployment as the haproxy is down.
>
>
>
> The opendaylight_ws was introduced in this commit
> https://github.com/openstack/puppet-tripleo/commit/
> bc3feec75f8dc1bac6691ce8cd05a37c27aa5e42
>
> If I will try to deploy with puppet-tripleo before that commit everything
> is passing and working.
>
>
>
> Any Idea how to fix this? Maybe we should revert
> https://github.com/openstack/puppet-tripleo/commit/
> bc3feec75f8dc1bac6691ce8cd05a37c27aa5e42 ?
>

Deployment works fine with this patch.

>
>
> [1] -
>
> Dec 26 10:32:56 localhost systemd: Starting HAProxy Load Balancer...
>
> Dec 26 10:32:57 localhost haproxy-systemd-wrapper: [WARNING] 359/103257
> (20629) : parsing [/etc/haproxy/haproxy.cfg:141] : 'option httplog' not
> usable with proxy 'nova_metadata' (needs 'mode http'). Falling back to
> 'option tcplog'.
>
> Dec 26 10:32:57 localhost haproxy[20629]: Proxy cinder started.
>
> Dec 26 10:32:57 localhost haproxy-systemd-wrapper: [WARNING] 359/103257
> (20629) : Setting tune.ssl.default-dh-param to 1024 by default, if your
> workload permits it you should set it to at least 2048. Please set a value
> >= 1024 to make this warning disappear.
>
> Dec 26 10:32:57 localhost haproxy-systemd-wrapper: [ALERT] 359/103257
> (20629) : Starting proxy opendaylight_ws: cannot bind socket [
> 172.16.2.11:8185]
>
> Dec 26 10:32:57 localhost haproxy-systemd-wrapper: [ALERT] 359/103257
> (20629) : Starting proxy opendaylight_ws: cannot bind socket [
> 192.168.24.7:8185]
>
> Dec 26 10:32:57 localhost haproxy[20629]: Proxy glance_api started.
>
>
>
>
>
> Thanks,
>
> Moshe
>
> __
> 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
>
>


-- 
Thanking you

Janki Chhatbar
OpenStack | Docker | SDN
simplyexplainedblog.wordpress.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] [congress] no meeting this week

2017-12-26 Thread Eric K
Hi all,
Just a heads up that there will be no Congress team meeting this week
12/29. We'll be back next year on 1/5!

-ekcs



__
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] [glance] current priorities

2017-12-26 Thread Brian Rosmaita
Reminder: the Glance team has fewer than usual number of reviewers
available until after the new year.

The weekly Glance meeting is cancelled on Thursday, December 28.

Here's what we're working on between now and the next Glance meeting
on January 4, 2018:

* Glanceclient
We're aiming for a glanceclient release from the stable/pike branch on
January 2.  This depends on several patches:
- https://review.openstack.org/#/c/529834/ - this is the backport of
the changes to the functional test jobs in master to stable/pike.  At
the moment, it has two patches to devstack stable/pike as
dependencies:
- https://review.openstack.org/#/c/529878/ - backports some changes in
devstack/master needed to run the functional jobs under zuul3
- https://review.openstack.org/#/c/530138/ - backports a fix from
devstack/master of another issue the functional test jobs have run
into

* Glance scrubber refactor
- https://review.openstack.org/#/c/510449/

* Metadata injection
- https://review.openstack.org/#/c/527635/
- https://review.openstack.org/#/c/527907/

* hooks for import plugins (needed for metadata injection)
- https://review.openstack.org/#/c/528754/


Happy holidays if you're celebrating, and happy new year.
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] [tripleo] tripleo-heat-templates CI is not unit test

2017-12-26 Thread Emilien Macchi
On Tue, Dec 26, 2017 at 2:04 AM, Moshe Levi  wrote:
> While working on improving the environment_generator.py we found out that
> the unit test are broken see fix in [1]
>
> This is happened because no CI job in tripleo-heat-templates runes tox
> –epy27.
>
> Can you please add this job to tripleo-heat-templates?

Yes, thanks for the proposal.

Before adding the job, I'm testing it here:
https://review.openstack.org/#/c/530123/ (on top of your patch, so I
can test your fix).
Once it's green, I'll patch project-config.

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] [tripleo] odl deployment failed due to opendaylight websocket config in haproxy

2017-12-26 Thread Moshe Levi
Hi all,

When I try to deploy tripleo with opendaylight oxygen release (we did a private 
build for master) it failed with haproxy failing
that it can't bind the opendaylight_ws: cannot bind socket see [1]. This is 
failing all the deployment as the haproxy is down.

The opendaylight_ws was introduced in this commit 
https://github.com/openstack/puppet-tripleo/commit/bc3feec75f8dc1bac6691ce8cd05a37c27aa5e42
If I will try to deploy with puppet-tripleo before that commit everything is 
passing and working.

Any Idea how to fix this? Maybe we should revert 
https://github.com/openstack/puppet-tripleo/commit/bc3feec75f8dc1bac6691ce8cd05a37c27aa5e42
 ?

[1] -
Dec 26 10:32:56 localhost systemd: Starting HAProxy Load Balancer...
Dec 26 10:32:57 localhost haproxy-systemd-wrapper: [WARNING] 359/103257 (20629) 
: parsing [/etc/haproxy/haproxy.cfg:141] : 'option httplog' not usable with 
proxy 'nova_metadata' (needs 'mode http'). Falling back to 'option tcplog'.
Dec 26 10:32:57 localhost haproxy[20629]: Proxy cinder started.
Dec 26 10:32:57 localhost haproxy-systemd-wrapper: [WARNING] 359/103257 (20629) 
: Setting tune.ssl.default-dh-param to 1024 by default, if your workload 
permits it you should set it to at least 2048. Please set a value >= 1024 to 
make this warning disappear.
Dec 26 10:32:57 localhost haproxy-systemd-wrapper: [ALERT] 359/103257 (20629) : 
Starting proxy opendaylight_ws: cannot bind socket [172.16.2.11:8185]
Dec 26 10:32:57 localhost haproxy-systemd-wrapper: [ALERT] 359/103257 (20629) : 
Starting proxy opendaylight_ws: cannot bind socket [192.168.24.7:8185]
Dec 26 10:32:57 localhost haproxy[20629]: Proxy glance_api started.


Thanks,
Moshe
__
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-heat-templates CI is not unit test

2017-12-26 Thread Moshe Levi
Hi all,

While working on improving the environment_generator.py we found out that the 
unit test are broken see fix in [1]
This is happened because no CI job in tripleo-heat-templates runes tox -epy27.
Can you please add this job to tripleo-heat-templates?



[1] - https://review.openstack.org/#/c/530081/
__
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