Re: using cldstk-dploy with proxy

2014-05-15 Thread dimas yoga pratama
thank you very much Ian, very helpful. On Wed, May 7, 2014 at 3:13 AM, Ian Duffy wrote: > Sorry and NPM: http://jjasonclark.com/how-to-setup-node-behind-web-proxy > > > On 6 May 2014 21:12, Ian Duffy wrote: > > > I don't know the script in detail just briefly glanced over it. > > > > It looks

Re: using cldstk-dploy with proxy

2014-05-14 Thread Antone Heyward
It should work as long as yum is configured to work using the proxy but this has not been tested. I be interested in your feedback if you test it. The cldstk-deploy tool is for the most automating the installation using ansible. There is also what I call a "local" installation type which creates a

Re: using cldstk-dploy with proxy

2014-05-06 Thread Ian Duffy
I don't know the script in detail just briefly glanced over it. It looks like it should work if you 1) Set the proxy for yum. Modify /etc/yum.conf add in proxy=http://whatever:port 2) Modify /etc/bashrc and do exports for http_proxy and https_proxy 3) Modify /etc/wgetrc and do http_proxy=http://w

Re: using cldstk-dploy with proxy

2014-05-06 Thread Ian Duffy
Sorry and NPM: http://jjasonclark.com/how-to-setup-node-behind-web-proxy On 6 May 2014 21:12, Ian Duffy wrote: > I don't know the script in detail just briefly glanced over it. > > It looks like it should work if you > > 1) Set the proxy for yum. Modify /etc/yum.conf add in > proxy=http://whate

using cldstk-dploy with proxy

2014-05-06 Thread dimas yoga pratama
Hi all, is it possible to use cldstk-dply https://github.com/thehyperadvisor/cldstk-deploy with proxy environment and a single host? I want to test it in my college lab.thanks