puppetlabs / puppet_litmus

Providing a simple command line tool for puppet content creators, to enable simple and complex test deployments.
Apache License 2.0
88 stars 56 forks source link

How to set http_proxy, https_proxy with docker provisioner #372

Open disaster37 opened 3 years ago

disaster37 commented 3 years ago

Use Case

I our company, we need to use coorporate proxy to access on internet. So, litmus failed when it provision centos7 because of http_proxy and https_proxy is not set when It try to install openssh-server.

Describe the Solution You Would Like

How to set proxy parameters http_proxy and https_proxy before it install openssh-server, etc ...

dotdiego commented 3 months ago

Any news on this issue ? Or a way to remove the installation of ssh tools ? (since it can be directly done within a premade image)