eucalyptus / calyptos

Tool for Managing Eucalyptus
BSD 2-Clause "Simplified" License
5 stars 14 forks source link

Calyptos: Support for http/https proxy with optional authentication #68

Open dmccue opened 9 years ago

dmccue commented 9 years ago

https://github.com/eucalyptus/eucalyptus-cookbook/blob/master/attributes/default.rb

e.g. default["eucalyptus"]["http-proxy"] = "" default["eucalyptus"]["https-proxy"] = ""

This isn't required yet but i'm sure it will appear in due course.

As for the implementation this could either be done by setting env variables or overriding /etc/yum.conf settings.

export http_proxy="" export https_proxy=""

url syntax is:

<protocol>://<username>:<password>@<proxyurl>/