You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user clicks on that switch, some attributes that enable this configuration will be added to the vm template. In the context of this issue, the configuration will be stored on the Sunstone code, but in 7.0 the confguration will be stored on a config file (#6743).
This is the first iteration of a more general functionality #6627
Use case
Activate Windows Optimizations.
Interface Changes
Single switch with label "Windows Optimizations" in the vm templates.
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
+ define windows profile
OpenNebula#6627
* Add windows profile
* Adds OS Profiles parsing & loading
- new /profiles endpoint
- profiles are stored in /etc/fireedge/sunstone/profiles/
- YAML format only
* Update profile loading
* Load profile only once per step
* Add indicator for last applied profile
* Fix autocomplete controller equality comparison
* Install new 'profiles' directory
* Installs windows_optimized profile
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
Description
Add a switch to active Windows Optimizations. That should be a single switch that would activate:
When the user clicks on that switch, some attributes that enable this configuration will be added to the vm template. In the context of this issue, the configuration will be stored on the Sunstone code, but in 7.0 the confguration will be stored on a config file (#6743).
This is the first iteration of a more general functionality #6627
Use case
Activate Windows Optimizations.
Interface Changes
Single switch with label "Windows Optimizations" in the vm templates.
Progress Status
The text was updated successfully, but these errors were encountered: