projectatomic / adb-utils

A set of utilities for managing services used provided in the Atomic Developer Bundle.
GNU General Public License v2.0
13 stars 22 forks source link

Vagrantfile unable to pick Proxy environment variable dynamically #173

Closed naina-verma closed 8 years ago

naina-verma commented 8 years ago

Vagrantfile unable to pick Proxy environment variable dynamically

There is no checks in Vagrantfile to read environment variable for proxy and use it for further Proxy settings. As a result the vm traffic is not going through proxy. Discussed with @LalatenduMohanty , @budhrg . File link : https://gist.github.com/naina-verma/106183d6ce7a742d91ed1acc1eda7745 from line 34-36 there should be check for ENV variables

LalatenduMohanty commented 8 years ago

This might be duplicate of https://github.com/projectatomic/adb-atomic-developer-bundle/issues/488. Though both are different issues but the solution might be one.

LalatenduMohanty commented 8 years ago

Closing the issue as it is tracked in https://github.com/projectatomic/adb-atomic-developer-bundle/issues/488