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

[No Review]Test hostname for vic #8639

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 1, 2020

  1. Handle lint errors in generated serivce code

    This adds the generated VIC service bindings to the ingore
    set for linting due to package names containing underscores.
    This will present on all but the first build in a given build
    env.
    hickeng authored and wendingh committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    62a0aea View commit details
    Browse the repository at this point in the history
  2. Name field is guest visible

    The Name field was changed to be hidden from the guest in vmware#4134 to
    support docker rename. This was a compromise needed due to an ESX
    vigor bug, see vmware#5533.
    
    This *requires* that users be on a version of ESX that has the fix
    or bad things may happen to cVM configurations. I have not tracked
    down what build versions that entails and have not code a check
    mechanism.
    
    This change has the effect of the hostname of the VCH endpointVM
    being set to the name of the VCH.
    It also allows additional live reconfiguration such as hotadd to
    a bridge network, in general modification of all container
    configuration live is possible, if not necessarily applied.
    hickeng authored and wendingh committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    1a5aa2e View commit details
    Browse the repository at this point in the history