Open
Conversation
…ile with first function - get_cluster_state
…ster_alarm_count' function
…nt as I test them
Dev/cluster endpoint
…ded to Orch in DeploymentInfo.py
Updated the script to handle conditional execution of preconfig uploads and validation based on the `--upload` flag. Enhanced support for defined LAN interfaces in the CSV and adjusted default outbound bandwidth configuration in the template. These changes improve flexibility and ensure proper handling of preconfig generation and upload workflows.
….py for delete_appliance function
Updated the expected HTTP status code for the delete operation from 204 to 200. This ensures compatibility with the API's actual response behavior and prevents unexpected issues during execution.
Previously, delete operations only expected a 204 status code. This change ensures that responses with a 200 status code are also correctly handled, improving compatibility and robustness of the API operations.
Corrected the typo in the function name to 'get_loopback_interfaces' for clarity and consistency.
Introduced a `return_type` parameter allowing users to choose between boolean (`"bool"`) or JSON (`"json"`) response formats for API calls. Updated relevant docstrings to reflect the new functionality and ensure clarity.
…i' into development
…to preconfig-basic.csv. Renamed preconfig2.csv to preconfig-advanced.csv.
…pdated requirements.txt to include openpyxl library
…into feature/generate_preconfig_expansion
…l python script to default to the advanced jinja template
crobertsonhpe
approved these changes
Mar 12, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've been adding many updates to the development branch as customers need updates, etc. Can we go ahead merge this into main?