<div dir="ltr">It appears to me that the consistent answer is to have (1) environment variables which are (2) consumed in the Vagrantfile and passed via configuration parameters to vagrant (or a relevant plugin). e.g.<div><br></div><div><div>  if ENV.has_key?('SUB_USERNAME') && ENV.has_key?('SUB_PASSWORD')</div><div>    config.registration.username = ENV['SUB_USERNAME']</div><div>    config.registration.password = ENV['SUB_PASSWORD']</div><div>  end</div></div><div><br></div><div>So my vote is that we continue to same pattern.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 9, 2016 at 9:05 AM, Lalatendu Mohanty <span dir="ltr"><<a href="mailto:lmohanty@redhat.com" target="_blank">lmohanty@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">+ container-tools<div class="HOEnZb"><div class="h5"><br>
<br>
On 08/09/2016 05:53 PM, Lalatendu Mohanty wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
We are trying to understand the user experience around using a proxy server with ADB/CDK. Here are the choices we have.<br>
<br>
1. Export all proxy variables i.e. proxy server, proxy user/password to environment and then the subsequent "vagrant up" will pick the information and does the required configuration.<br>
<br>
2. Add some proxy information in the Vagrantfile. Whenever user wants to ad the proxy information, he has to edit the Vagrantfile.<br>
<br>
IMO #1 looks fine to me. But not sure about it.<br>
<br>
Let us know what you think.<br>
<br>
Thanks,<br>
<br>
Lala<br>
</blockquote>
<br>
<br>
______________________________<wbr>_________________<br>
Devtools mailing list<br>
<a href="mailto:Devtools@redhat.com" target="_blank">Devtools@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/devtools" rel="noreferrer" target="_blank">https://www.redhat.com/mailman<wbr>/listinfo/devtools</a><br>
</div></div></blockquote></div><br></div>