Description of problem: CloudForms does not support managing ESX hosts directly (there was partial support for this in the past), currently a user can add and ESX host directly as a provider but many things beyond the add will not work. This is a request to inhibit the addition of an ESX host directly as a provider. Version-Release number of selected component (if applicable): 5.10 / 5.11 How reproducible: Steps to Reproduce: 1.l 3. Actual results: Expected results: Additional info:
https://github.com/ManageIQ/manageiq-providers-vmware/pull/415
New commit detected on ManageIQ/manageiq-providers-vmware/master: https://github.com/ManageIQ/manageiq-providers-vmware/commit/da87a7bd81da798f76a17ca2b085615bedaaa9c0 commit da87a7bd81da798f76a17ca2b085615bedaaa9c0 Author: Adam Grare <agrare> AuthorDate: Mon Jul 22 14:18:24 2019 -0400 Commit: Adam Grare <agrare> CommitDate: Mon Jul 22 14:18:24 2019 -0400 Don't allow adding ESX hosts as VMware providers When validating credentials check that the entity that we are connected to is a vCenter server not an ESX host. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1731548 app/models/manageiq/providers/vmware/infra_manager.rb | 5 +- app/models/manageiq/providers/vmware/infra_manager/vim_connect_mixin.rb | 6 +- 2 files changed, 6 insertions(+), 5 deletions(-)