-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add support for regenerating SSL certificates for UCSM & CIMC devices in CLI & GUI - Add support for cleaning an Intersight account (removes all pools, policies, profiles & templates) in GUI - Add support for UCS M7 servers with Emerald Rapids CPUs - Add support for VIC QinQ & SRIOV in Intersight config - Add support for UCSM custom OUI for FC configuration - Bump up minimum Intersight Appliance required version to 1.0.9-655 - Miscellaneous bug fixes and improvements
- Loading branch information
Showing
144 changed files
with
4,880 additions
and
810 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"$ref": "easyucs.json#/components/schemas/clear_config_post" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"$ref": "easyucs.json#/components/schemas/config_inventory_form_data_post" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"$ref": "easyucs.json#/components/schemas/devices_actions_clear_intersight_claim_status_post" | ||
} |
Oops, something went wrong.