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

Replace toolbox with open-vm-tools #2132

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

Conversation

andrewtchin
Copy link
Contributor

VIC Appliance Checklist:

  • [x ] Up to date with master branch
  • N/A Added tests
  • [x ] Considered impact to upgrade
  • Tests passing
  • N/A Updated documentation
  • [x ] Impact assessment checklist

If this is a feature or change to existing functionality, consider areas of impact with the Impact
Assessment Checklist

Fixes #916

Toolbox was originally used because excessive Docker network and IPv6 addresses showed up in the vCenter UI and interfered with determining the actual ethernet interface IP. The update to open-vm-tools should have resolved that and according to that commit the default config should be good.
This needs to be built and deployed to verify that the desired IPv4 address shows up in the vCenter UI
There may also be a bugzilla for this, but I couldn't find it


// Disable all guest operations
service.Command.Authenticate = func(_ vix.CommandRequestHeader, _ []byte) error {
return errors.New("not authorized")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like this behavior may still be desirable. Is there a way to preserve it with open-vm-tools?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ability to run guest operations can be controlled via vSphere RBAC.

@hickeng
Copy link
Member

hickeng commented Jan 23, 2019

The ask for this came from field facing staff who noted that they could not run Guest Customization due to toolbox not supporting that.

If we move to open-vm-tools we must add testing to ensure that the OVA continues to function if guest customizations are performed via tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move appliance to open-vm-tools
4 participants