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

Add a try except of ManagedObjectNotFound for Vms and Regex for vmNames #1733

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
88b96ed
Add the possibility to get all vms of one cluster or one folder or to…
May 2, 2023
429a506
Add the possibility to get all vms of one cluster or one folder or to…
May 2, 2023
84253bd
add try except for ManagedObjectNotFound by vms
May 2, 2023
426e1a2
Add the changelog File
May 11, 2023
a37060f
Add the Pull Request Nr
May 12, 2023
736731e
Add the possibility to search for a list of vm names
Jun 19, 2023
31451da
Can not with ´ instead of '
Jun 19, 2023
024784d
Try to find why it not work
Jun 19, 2023
3053919
New Try
Jun 20, 2023
5f642b6
New Try
Jun 20, 2023
2649c86
Reset the documentation and add the show_folder
Jun 20, 2023
a6503cd
Add the doku for cluster and vm_names
Jun 20, 2023
3c06024
Add the doku for regex (Looks like this cause the problem) and Linter
Jun 20, 2023
d801ae1
Change the doku for regex (Looks like this cause the problem)
Jun 20, 2023
8d4bfe1
Try to fix the linter problem
Jun 20, 2023
fb8c811
find_vm_by_name import
Jun 20, 2023
3e2ea1c
find_vm_by_name import
Jun 20, 2023
b29aea9
Merge branch 'ansible-collections:main' into try_except_for_ManagedOb…
Nina2244 Jun 22, 2023
2a6dea0
Merge branch 'ansible-collections:main' into try_except_for_ManagedOb…
Nina2244 Jul 19, 2023
07c69e6
get the note/annotation of the vm
Jul 19, 2023
5141f07
Merge remote-tracking branch 'origin/try_except_for_ManagedObjectNotF…
Jul 19, 2023
201a687
Missspelling
Jul 20, 2023
425847d
Missed it
Jul 20, 2023
13e9baf
Add the possibility to get all vms of one cluster or one folder or to…
May 2, 2023
b2a4883
Add the possibility to get all vms of one cluster or one folder or to…
May 2, 2023
b22032e
add try except for ManagedObjectNotFound by vms
May 2, 2023
aefaf7c
Add the changelog File
May 11, 2023
afe80e3
Add the Pull Request Nr
May 12, 2023
f698ce3
Add the possibility to search for a list of vm names
Jun 19, 2023
d80952c
Try to find why it not work
Jun 19, 2023
f49f88e
New Try
Jun 20, 2023
e33324a
Add the doku for cluster and vm_names
Jun 20, 2023
672dd9d
Add the doku for regex (Looks like this cause the problem) and Linter
Jun 20, 2023
ff41dc7
Try to fix the linter problem
Jun 20, 2023
62222a6
find_vm_by_name import
Jun 20, 2023
15529d3
find_vm_by_name import
Jun 20, 2023
c1e5012
get the note/annotation of the vm
Jul 19, 2023
bb68f14
Missspelling
Jul 20, 2023
b4ae388
Missed it
Jul 20, 2023
89eb078
Merge remote-tracking branch 'origin/try_except_for_ManagedObjectNotF…
Jan 23, 2024
bcb4c81
Try to fix lint errors
Jan 23, 2024
4f7626f
Merge branch 'ansible-collections:main' into try_except_for_ManagedOb…
Nina2244 Jan 24, 2024
38bd089
try to fix the linter
Jan 24, 2024
920d85e
try to fix the linter
Jan 24, 2024
b710d12
try to fix the linter
Jan 24, 2024
0ea091b
try to fix the linter
Jan 24, 2024
e31dd3c
linter, element vm_names ist documented!?
Jan 24, 2024
734bcc8
its elements not element
Jan 24, 2024
de88495
Forget the import
Feb 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
minor_changes:
- vmware_vm_info - Add the try except vmodl.fault.ManagedObjectNotFound, the possibility to use regex for the vm name and use vm names list to get the info
for more then one vm and to get the note/annotation of the vm.
(https://github.com/ansible-collections/community.vmware/pull/1733)
- vmware_vm_vss_dvs_migrate - Replace find_vm_by_name with the find_vm_by_name from module_utils.vmware
(https://github.com/ansible-collections/community.vmware/pull/1733)
Loading
Loading