dm-drogeriemarkt / foreman_wreckingball

Foreman plug-in to add vSphere status checks.
GNU General Public License v3.0
8 stars 6 forks source link

Feature: Add status site to check managed host VMs #81

Closed justahero closed 5 years ago

justahero commented 5 years ago

This PR adds a new status page, reachable via a option in the sidebar navigation "VMware Managed Status", to show the synched status of managed hosts between Foreman and the VMWare site.

For example if a user modifies / deletes a VM via vSphere, the status of this managed VM may be different than it is in Foreman. The status page checks the list of managed hosts and diplays the difference in information. The following scenarios are listed, when:

Not sure if all scenarios are possible to happen. The current state of the status page is, the hosts are listed, but the UI is minimal and requires a bit more attention. This is an area that definitely needs more attention. Furthermore the status page is rendered server side only for now, there is no Ajax function yet to provide asynchronous loading of data via the front end.

timogoebel commented 5 years ago

The unit test still failed. I pushed a commit that fixes this. Will merge once tests pass.

timogoebel commented 5 years ago

Thanks, @justahero.