Feat/python enhance scripts#54
Open
57388sp wants to merge 1 commit into
Open
Conversation
|
Test Report missing or unfilled. This PR touches This is a soft gate - your CI checks are unaffected - but reviewers will not approve until the report is filled in. |
- Remove hardcoded IPs and credentials from INPUTS/ENV blocks - Add ONTAP_TIMEOUT env var support to OntapClient - Use server-side query filters for intercluster LIF detection (cross-version reliable) - Add aggregate listing and contact/location to cluster_info - Improve SnapMirror prerequisites docs (mixed versions, IC LIF routing) - Add clearer messages for SVM peer state and relationship lookups - Document SSL/CA-bundle configuration in README
08ce10d to
ae497cb
Compare
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.
Summary
Enhances the Python ONTAP scripts with configurable timeouts, reliable cross-version intercluster LIF detection, richer cluster reporting, and clearer docs. Removes hardcoded connection details from example INPUTS/ENV blocks.
Changes
ontap_client.py— add ONTAP_TIMEOUT env var; document all ONTAP_* varscluster_info.py— list aggregates (state, used %); add cluster contact/locationREADME.md— document SSL/CA-bundle config and ONTAP_TIMEOUTNotes