Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue when checking guest IP of the VM with Docker installed #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 15, 2019

  1. Fix issue when checking guest IP of the VM with docker installed

    When docker daemon runs in the VM, there will be a NIC created by
    Docker and usually has IP like 172.17.x.x. When VM is booting up,
    VM Tools sometimes reports this IP to vCenter, although the real IP
    of the non-docker nic will be reported later.
    
    This patch can filter out the docker IP by specifying the prefix of
    the invalid machine IP via the bootstrap option 'invalid_ip_prefix'.
    e.g. invalid_ip_prefix: '172.17'.
    jessehu committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    a672a98 View commit details
    Browse the repository at this point in the history