<div dir="ltr"><div dir="ltr"><div dir="ltr">I am trying patches you just released for magnum (git fetch git://<a href="http://git.openstack.org/openstack/magnum">git.openstack.org/openstack/magnum</a> refs/changes/30/629130/9 && git checkout FETCH_HEAD)<br>I got same issues on proxy. In the old version I modified with the help of spyros the scripts under /usr/lib/python2.7/dist-packages/magnum/drivers/common/templates/kubernetes/fragments<br>because PROXY variables are not inherited                   <br>in /etc/sysconfig/heat-params PROXY E NO PROXY variables are present but we must modify configure-kubernetes-master.sh to force them                   <br>. /etc/sysconfig/heat-params<br>echo "configuring kubernetes (master)"<br> _prefix=${CONTAINER_INFRA_PREFIX:-<a href="http://docker.io/openstackmagnum/">docker.io/openstackmagnum/</a>}<br>export HTTP_PROXY=${HTTP_PROXY}<br>export HTTPS_PROXY=${HTTPS_PROXY}<br>export NO_PROXY=${NO_PROXY}<br>echo "HTTP_PROXY IS ${HTTP_PROXY}"<br>exporting the above variables when external network has a proxy, the master is installed but stack hangs creating kube master Resource Group<br></div><div dir="ltr"><br></div><div>Regards</div><div>Ignazio<br></div><div dir="ltr"><br></div></div></div>