AWS EC2 provisioning behind http proxy

Hi,

I have installed Foreman 1.9.0 RC2 and i could provision host on our
openstack plateforme in our datacenter. I look to provision on AWS EC2 but
foreman server don't have direct connect to internet, we have to use proxy
but i don't find where configure proxy to allow foreman to provision on
internet public cloud like AWS EC or Google Compute.

Could you help me .

Thanks

Hi,

I found the solution. Just have to had proxy env variable
in /etc/sysconfig/httpd :

echo 'http_proxy="http://<myProxy>:<proxyPort>"
https_proxy="http://<myProxy>:<proxyPort>"
no_proxy="myDomain.corp"' >> /etc/sysconfig/httpd

Just one probleme after that, puppet don't use "no_proxy" parameter
(currently using puppet 3.8.1). "no_proxy" support added to puppet 4.2.
Have to test it with foreman

Yours

ยทยทยท On Monday, August 3, 2015 at 7:53:41 PM UTC+2, Bruno COUSIN wrote: > > Hi, > > I have installed Foreman 1.9.0 RC2 and i could provision host on our > openstack plateforme in our datacenter. I look to provision on AWS EC2 but > foreman server don't have direct connect to internet, we have to use proxy > but i don't find where configure proxy to allow foreman to provision on > internet public cloud like AWS EC or Google Compute. > > Could you help me . > > Thanks >