intel / ccloudvm

Configurable Cloud VM is a small command line tool for automatically creating development and demo environments for complex projects. The tool sets up these development environments inside a virtual machine which it automatically creates on the user’s host computer. This avoids polluting the user’s host machine with components from the chosen development environment and provides a clean, predictable and repeatable environment in which this development environment can run.
Apache License 2.0
32 stars 19 forks source link

Add IP address of eth0 port to no_proxy list #73

Closed ganeshmaharaj closed 6 years ago

ganeshmaharaj commented 6 years ago

Current no_proxy list is populated with hostname and few other IPs. All qemu vms are currently coming up with IP 10.0.2.15 whcih is not listed in that list. This causes issues when a tool works off ip addresses. for eg: kubeadm installation will hang and timeout eventually since it is not able to reach 10.0.2.15 which gets routed out of the system. This is an awful hack until we can identify the IP on the NIC and inject it during VM provisioning time.

Signed-off-by: Ganesh Maharaj Mahalingam ganesh.mahalingam@intel.com

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.03%) to 68.32% when pulling ef7a62708a98b20bedcb024ac2a2288b2a80acae on ganeshmaharaj:nic-ip-no_proxy into ad9970d7daf5078351d278851e22041bafe7c411 on intel:master.