Skip to content

Commit

Permalink
Merge pull request #205 from yati1998/storageclusterpeer
Browse files Browse the repository at this point in the history
include storageclusterpeer info
  • Loading branch information
openshift-merge-bot[bot] authored Nov 6, 2024
2 parents 9713e49 + f2386e0 commit ef5afd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions collection-scripts/gather_clusterscoped_resources
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ commands_get+=("volumesnapshotclass")
commands_get+=("volumesnapshotcontent")
commands_get+=("volumegroupsnapshotclass")
commands_get+=("volumegroupsnapshotcontent")
commands_get+=("storageclusterpeers")

# collect yaml output of OC commands
oc_yamls=()
Expand All @@ -41,6 +42,7 @@ oc_yamls+=("volumesnapshotclass")
oc_yamls+=("volumesnapshotcontent")
oc_yamls+=("volumegroupsnapshotclass")
oc_yamls+=("volumegroupsnapshotcontent")
oc_yamls+=("storageclusterpeers")

# collect describe output of OC commands
commands_desc=()
Expand All @@ -59,6 +61,7 @@ commands_desc+=("volumesnapshotclass")
commands_desc+=("volumesnapshotcontent")
commands_desc+=("volumegroupsnapshotclass")
commands_desc+=("volumegroupsnapshotcontent")
commands_desc+=("storageclusterpeers")

# collection path for OC commands
mkdir -p "${BASE_COLLECTION_PATH}/cluster-scoped-resources/oc_output/"
Expand Down

0 comments on commit ef5afd9

Please sign in to comment.