-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create hosted cluster deploy - destroy fixtures (#9957)
* added fixture to create Hosted cluster and add configuration to multicluster job * added fixture that abruptly destroys hosted clusters (leaving OCS resources) Signed-off-by: Daniel Osypenko <[email protected]>
- Loading branch information
1 parent
3dc50a7
commit 533ce37
Showing
12 changed files
with
454 additions
and
76 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
conf/deployment/fusion_hci_pc/hypershift_client_bm_2w.yaml
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,10 @@ | ||
ENV_DATA: | ||
platform: 'hci_baremetal' | ||
cluster_type: 'hci_client' | ||
cluster_namespace: "openshift-storage-client" | ||
worker_replicas: 2 | ||
mon_type: 'hostpath' | ||
osd_type: 'ssd' | ||
REPORTING: | ||
ocs_must_gather_image: "quay.io/ocs-dev/ocs-must-gather" | ||
ocs_must_gather_latest_tag: 'latest' |
10 changes: 10 additions & 0 deletions
10
conf/deployment/fusion_hci_pc/hypershift_client_bm_3w.yaml
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,10 @@ | ||
ENV_DATA: | ||
platform: 'hci_baremetal' | ||
cluster_type: 'hci_client' | ||
cluster_namespace: "openshift-storage-client" | ||
worker_replicas: 3 | ||
mon_type: 'hostpath' | ||
osd_type: 'ssd' | ||
REPORTING: | ||
ocs_must_gather_image: "quay.io/ocs-dev/ocs-must-gather" | ||
ocs_must_gather_latest_tag: 'latest' |
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
Oops, something went wrong.