-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Bug] Error when updating size_gb using the int filter in module ntnx_vms #400
Comments
@Gevorg-Khachatryan-97 Please check this |
Gevorg-Khachatryan-97
pushed a commit
that referenced
this issue
Sep 26, 2023
Gevorg-Khachatryan-97
pushed a commit
that referenced
this issue
Sep 28, 2023
bhati-pradeep
pushed a commit
that referenced
this issue
Oct 30, 2023
Merged
premkarat
pushed a commit
that referenced
this issue
Nov 9, 2023
* example fix (#420) Co-authored-by: Gevorg-Khachatryaan <Gevorg1050.1> * Add cluster URL to response only when there is cluster creation (#402) * Create cluster url when it is required * Minor fix * fiql string in filtering (#423) * fiql string in filtering * fix * Add Tests * example for filter string --------- Co-authored-by: Gevorg-Khachatryaan <Gevorg1050.1> Co-authored-by: Alaa Bishtawi <[email protected]> * Bug/issue#383 (#411) * Fix Jekyll Build * fix * Fix #391 and #418 (#419) * Create cluster url when it is required * Minor fix * Change api url for fetching time machine using name to get complete info same as uuid * Add attribute in clone modules in ndb for creation or refresh using latestSnapshot * Minor typo fix * Minor typo fix * functionality to update owner of vms (#412) * functionality to update owner of vm * sanity fix * add test --------- Co-authored-by: Gevorg-Khachatryaan <Gevorg1050.1> Co-authored-by: Alaa Bishtawi <[email protected]> * example for vms inventory (#410) Co-authored-by: Gevorg-Khachatryaan <Gevorg1050.1> * fix for custom filter and examples (#417) * fix for custom filter and examples * black fix * sanity fix * Add test --------- Co-authored-by: Gevorg-Khachatryaan <Gevorg1050.1> Co-authored-by: Alaa Bishtawi <[email protected]> * example for vms inventory (#426) * example for vms inventory * ansible cfg * Move cfg to inventory example folder * Minor name changes * Minor fix --------- Co-authored-by: Gevorg-Khachatryaan <Gevorg1050.1> Co-authored-by: Pradeepsingh Bhati <[email protected]> * Add support for PC Categories (#405) Co-authored-by: Gianluca Salvo <[email protected]> * Bug/issue#400 (#403) * fix issue #400 * fix issue #400 --------- Co-authored-by: Gevorg-Khachatryaan <Gevorg1050.1> * example for VMs with guest customization file which injects variables from the playbook (#396) Co-authored-by: Gevorg-Khachatryaan <Gevorg1050.1> * Fix: Syntax Errors in Create App Security Rule Ex (#394) * functionality to handle issue when size of new disk is absent (#393) Co-authored-by: Gevorg-Khachatryaan <Gevorg1050.1> * example fix (#392) Co-authored-by: Gevorg-Khachatryaan <Gevorg1050.1> * sanity fix * fix for issue#360 (#408) * fix for issue#360 * fix --------- Co-authored-by: Gevorg-Khachatryaan <Gevorg1050.1> * improve clone examples (#407) * imporve clone examples * Fix Examples * sanity fix * disbale tests * Enhance Acp Tests * fix disks issue when size gb is not given for clone image disks * Set release version 1.9.1 * enable image tests * enable foundation sanity test * Minor foundation test fix * Enable pc tests * Enable karbon and foundation sanity * disables tests * enables tests * enable pc tests * add tests for clones with latest snapshot. And enable clones and NDB database sanity tests * skip protection rules tests * Add random naming for acp test with user reference * Bug/191 fix database sanity test (#430) * Revert "Bug/issue#383 (#411)" This reverts commit d1a0016. * Fix Properties map * Skip jelkyll check on database sanity test build issue --------- Co-authored-by: Pradeepsingh Bhati <[email protected]> * fix ntnx_database_sanity * Add Contributaiong (#431) * Add Contributaiong * enhance contributaion * fix readme * Add comments to sample var files for simplicity * Minor typo --------- Co-authored-by: Pradeepsingh Bhati <[email protected]> * Release Notes and changelog changes * Minor typo fix * remove unrequired file * Minor release bug list change due to non cherry picks --------- Co-authored-by: Gevorg Khachatryan <[email protected]> Co-authored-by: Alaa Bishtawi <[email protected]> Co-authored-by: Gianluca Salvo <[email protected]> Co-authored-by: Gianluca Salvo <[email protected]> Co-authored-by: Nathaniel Roberts <[email protected]>
Fixed in release v1.9.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When updating the 'size_gb' value of a VM disk using the int filter, the Playbook fail.
However, if we update the value of another attribute like 'memory_gb' (also of integer type), it works !
To Reproduce
Steps to reproduce the behavior:
ansible-playbook vm-update-disk.yml
Playbook vm-update-disk.yml:
Stack trace
Expected behavior
Success playbook when updating the 'size_gb' value of a VM disk using the int filter.
Additional context
Nutanix Version pc.2022.6.0.5
NCC Version: 4.6.3.1
LCM Version: 2.6.2
Debian 12
pipx installation
ansible community version 8.4.0
ansible-core 2.15.4
collection nutanix.ncp version 1.8.0 (tested with version 1.9.0 too)
ansible-doc nutanix.ncp.ntnx_vms
Thanks
The text was updated successfully, but these errors were encountered: