Adam Grare
Adam Grare
There seems to be a few issues with this one, seems that Openstack creates "fake" `VolumeTemplate` and `VolumeSnapshotTemplate` records which inherit from `MiqTemplate` so that they can be selected for...
By default all C&U collection is disabled until the user goes to the `Configuration / Settings / ManageIQ Region "Region 0 [0]"` page, `C&U Collection` tab, and flips `Collect for...
On k8s we have a multicast logger to write logs to stdout so they can be aggregated across pods, as far as I know nothing rotates the `/var/www/miq/vmdb/log/*.log` files, do...
Various provider plugins use a mixture of `Provider` and multiple `Manager` classes to group inventory and operations into logical (hopefully) groupings. The "worst case" for complexity is something like OpenStack...
Cascade destroy of a large provider can take a significant amount of time. The default queue timeout is 10 minutes which is way too short even for medium sized providers....
The base NetworkManager / StorageManager class shouldn't belong to a parent_manager as this makes it significantly more difficult to have standalone managers of those types.
Use the public vSphere 7.0U2 vsphere-ws wsdl from (https://code.vmware.com/web/sdk/7.0/vsphere-management) to build the new Data types added in 7.0 U1 and U2 I used a modified version of my https://github.com/vmware/rbvmomi/blob/master/devel/verify-vim-wsdl.rb script...
**Describe the bug** RbVmomi is missing data types added in vSphere 7.0 U1 and U2 causing "unknown VMODL type X" errors **To Reproduce** Steps to reproduce the behavior: 1. Connect...
**Describe the bug** Running a simple WaitForUpdates event catcher (watching latestPage from the eventManager) [[ref]](https://github.com/ManageIQ/manageiq-providers-vmware/pull/522/files#diff-0664ca985fdb52a4f5d40044f19f5149222c26f3caafee8e14f91432e52c3a3aR19-R111) and observed an exception when a scheduled "Sync Library" task ran. When we caught this...
The CFME docs have a section for what versions of providers are supported for each release of CFME. This would be helpful to have for ManageIQ as well.