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

fix: vcenter server ring topology #94

Merged
merged 1 commit into from
Feb 18, 2023
Merged
Changes from all commits
Commits
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
fix: vcenter server ring topology
- Update `Publish-vCenerHealth` to correctly link and display the vCenter Server Ring Topology Health from SoS.
- Bump to 1.1.0.1001

#91

Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
Ryan Johnson committed Feb 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit fd248d65521fd1f92f6ac42ba2d6c3d008cea0e4
2 changes: 1 addition & 1 deletion VMware.CloudFoundation.Reporting.psd1
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
RootModule = '.\VMware.CloudFoundation.Reporting.psm1'

# Version number of this module.
ModuleVersion = '1.0.6.1004'
ModuleVersion = '1.1.0.1001'

# Supported PSEditions
# CompatiblePSEditions = @()
3 changes: 2 additions & 1 deletion VMware.CloudFoundation.Reporting.psm1
Original file line number Diff line number Diff line change
@@ -1972,6 +1972,7 @@ Function Publish-VcenterHealth {
} else {
$ringTopologyHealth = $ringTopologyHealth | Sort-Object Component, Resource | ConvertTo-Html -Fragment -PreContent '<a id="vcenter-ring-topology"></a><h3>vCenter Server Ring Topology Health Status</h3>' -PostContent '<p><strong>WARNING</strong>: vCenter Server Overall Health data not found.</p>' -As Table
}
$ringTopologyHealth
} else {
$ringTopologyHealth | Sort-Object Component, Resource
}
@@ -9472,7 +9473,7 @@ Function Get-ClarityReportNavigation {
<label for="vcenter">vCenter Server</label>
<ul class="nav-list">
<li><a class="nav-link" href="#vcenter-overall">Overall Health</a></li>
<li><a class="nav-link" href="#vcenter-ring">Single Sign-On Health</a></li>
<li><a class="nav-link" href="#vcenter-ring-topology">Single Sign-On Health</a></li>
</ul>
</section>
<section class="nav-group collapsible">