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

added support for multiple vsphere hosts #42

Merged
merged 2 commits into from
May 8, 2024

Conversation

sei-aschlackman
Copy link
Contributor

  • BREAKING CHANGE - The Vsphere section of the appsettings must be updated. Host connection settings have been moved to a "Hosts" array property of the Vsphere section. To maintain prior functionality, add a single entry to this array with your previous settings, including address, credentials, and datastore settings. Add multiple entries to this array to begin using multiple vCenter or ESXi hosts. See src/Player.Vm.Api/appsettings.json for example settings.

  - **BREAKING CHANGE** - The Vsphere section of the appsettings must be updated.
Host connection settings have been moved to a "Hosts" array property of the Vsphere
section. To maintain prior functionality, add a single entry to this array with your previous
settings, including address, credentials, and datastore settings. Add multiple entries to this array to begin using multiple vCenter or ESXi hosts.
See src/Player.Vm.Api/appsettings.json for example settings.
@sei-aschlackman sei-aschlackman merged commit 4fb1c70 into development May 8, 2024
@sei-aschlackman sei-aschlackman deleted the feature/multi-vcenter branch May 8, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants