We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Some hosting providers want to force a fixed cpu_speed for example. At the moment this results in being unable to deploy a new VM.
Ansible:
parameters are required together: cpu, cpu_speed, memory
Cloudstack:
The cpu speed of this offering id: XXX is not customizable. This is predefined in the template.
It seems this is a mismatch between CloudStack capabilities and this collection:
ansible-collection-cloudstack/plugins/modules/cs_instance.py
Line 1111 in 44f183c
The text was updated successfully, but these errors were encountered:
Hi @toonvd, can you share details which cloudstack version this is related to?
Sorry, something went wrong.
Hi
"cloudstackversion": "4.16.1.1"
This has to do with custom constrained service offerings. Image below.
Small edit - CPU speed can also be forced on unconstrained
fixed by #114
Successfully merging a pull request may close this issue.
Some hosting providers want to force a fixed cpu_speed for example.
At the moment this results in being unable to deploy a new VM.
Ansible:
Cloudstack:
It seems this is a mismatch between CloudStack capabilities and this collection:
ansible-collection-cloudstack/plugins/modules/cs_instance.py
Line 1111 in 44f183c
The text was updated successfully, but these errors were encountered: