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
I have checked if there is already an issue created with the same characteristics.
Expected Behavior
The vm_template_contents field is expected to be added to the toolkit_service_params.json file for the toolkit service to deploy properly. It should be added until OpenNebula version 7.0 is released.
Current Behavior
Apparently a bug occurs when trying to deploy the 6G-SANDBOX toolkit service. The file to be attached when instantiating the service toolkit_service_params.json must include the parameter vm_template_contents. Currently, it is not included and the toolkit service does not take the parameters correctly.
Bug Information
This is a bug that depends on OpenNebula cli oneflow-template instantiate command in version 6.10. This bug has already been reported. It is expected that in OpenNebula version 7.0 it will be solved and the vm_template_contents parameter in the toolkit_service_params.json file will no longer need to be included.
Steps to Reproduce
python3 installer.py
Context
Operating System: Linux
The text was updated successfully, but these errors were encountered:
Prerequisites
Expected Behavior
The
vm_template_contents
field is expected to be added to thetoolkit_service_params.json
file for the toolkit service to deploy properly. It should be added until OpenNebula version 7.0 is released.Current Behavior
Apparently a bug occurs when trying to deploy the 6G-SANDBOX toolkit service. The file to be attached when instantiating the service
toolkit_service_params.json
must include the parametervm_template_contents
. Currently, it is not included and the toolkit service does not take the parameters correctly.Bug Information
This is a bug that depends on OpenNebula cli
oneflow-template instantiate
command in version 6.10. This bug has already been reported. It is expected that in OpenNebula version 7.0 it will be solved and thevm_template_contents
parameter in thetoolkit_service_params.json
file will no longer need to be included.Steps to Reproduce
Context
The text was updated successfully, but these errors were encountered: