-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[COST-5773] Handle multiple resource for OCP on GCP managed flow (#5427)
Co-authored-by: Luke Couzens <[email protected]>
- Loading branch information
Showing
25 changed files
with
793 additions
and
242 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
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
37 changes: 37 additions & 0 deletions
37
dev/scripts/nise_ymls/ocp_on_gcp/ocp_static_replicate_pvc.yml
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,37 @@ | ||
--- | ||
generators: | ||
- OCPGenerator: | ||
start_date: {{start_date}} | ||
end_date: {{end_date}} | ||
nodes: | ||
- node: | ||
node_name: sushi_compute1 | ||
cpu_cores: 4 | ||
memory_gig: 16 | ||
namespaces: | ||
fall: | ||
pods: | ||
- pod: | ||
pod_name: nilla | ||
cpu_request: 1 | ||
mem_request_gig: 2 | ||
cpu_limit: 1 | ||
mem_limit_gig: 4 | ||
pod_seconds: 3600 | ||
- pod: | ||
pod_name: pod_name1b | ||
cpu_request: 1 | ||
mem_request_gig: 2 | ||
cpu_limit: 1 | ||
mem_limit_gig: 4 | ||
pod_seconds: 3600 | ||
volumes: | ||
- volume: | ||
volume_name: pvc-volume_1 | ||
storage_class: pd-standard | ||
volume_request_gig: 20 | ||
volume_claims: | ||
- volume_claim: | ||
volume_claim_name: nilla_data | ||
pod_name: nilla | ||
capacity_gig: 20 |
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.