cablelabs / snaps-boot

Linux install and network setup for SNAPS
Apache License 2.0
13 stars 11 forks source link

Added http_proxy as environment variable #264

Closed Sreejith-Krishnan closed 5 years ago

Sreejith-Krishnan commented 5 years ago

What does this PR do?

Fixes #251 Add http_proxy and https_proxy environment variables on target nodes

Do you have any concerns with this PR?

No

How can the reviewer verify this PR?

By seting the proxy values in host.yaml (configuration file) and running snaps_boot

Any background context you want to provide?

Screenshots or logs (if appropriate)

root@minion1:~# cat /etc/environment http_proxy=http://165.245.105.75:80 https_proxy=http://165.245.105.75:80 <<<

Questions:

  • Have you connected this PR to the issue it resolves? issue# 251
  • Does the documentation need an update? No
  • Does this add new Python dependencies? No
  • Have you added unit or functional tests for this PR? Tested the snaps-boot in proxy environment
  • Does this patch update any configuration files? No