nuagenetworks / nuage-metroae

Nuage Networks Metro Automation Engine
http://devops.nuagenetworks.net
Apache License 2.0
44 stars 17 forks source link

VSD health check fails when http_proxy / https_proxy is set in environment #968

Open jbemmel opened 5 years ago

jbemmel commented 5 years ago

When metroae is run with proxy settings in the environment, the 'uri' health check for VSD fails when it checks for the JMS host.

Perhaps adding environment: no_proxy: "{{ host }}" would fix this

ghost commented 5 years ago

Looks like the suggested fix would work. We will test it.

Here's an example from the Internet:

environment: no_proxy: 127.0.0.1, localhost, 10.251..