Skip to content

scale-review-changes #270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions .catalog-onboard-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ offerings:
# below is an example of a Deployable Architecture (DA) solution
- name: deploy-arch-ibm-hpc-lsf # must match the offering name in the ibm_catalog.json
kind: solution
catalog_id: 0d89ec0d-d39a-494d-ac5b-9d940d8cc65f
offering_id: 1444e20a-af22-40d1-af98-c880918849cb
catalog_id: 8611e025-10b2-488e-8261-a7f584a5114b
offering_id: bf3c07f8-5a62-4289-8ea0-94dbb2b410e6
# list all of the variations (flavors) you have included in the ibm_catalog.json
variations:
- name: Cluster-with-LSF
Expand All @@ -22,3 +22,23 @@ offerings:
region: us-south
# pre_validation: tests/scripts/pre-validation.sh # optionally run a command before validation runs
# post_validation: tests/scripts/post-validation.sh # optionally run a command after validation completes
- name: deploy-arch-ibm-storage-scale # must match the offering name in the ibm_catalog.json
kind: solution
catalog_id: 90717ada-be34-4b82-a0d9-0f225f8dbd76
offering_id: 33105573-84df-4279-9efa-48887456fa6d
# list all of the variations (flavors) you have included in the ibm_catalog.json
variations:
- name: Cluster-with-Scale
mark_ready: false # have pipeline mark as visible if validation passes
install_type: fullstack # ensure value matches what is in ibm_catalog.json (fullstack or extension)
destroy_resources_on_failure: false # defaults to false if not specified so resources can be inspected to debug failures during validation
destroy_workspace_on_failure: false # defaults to false if not specified so schematics workspace can be inspected to debug failures during validation
import_only: false # defaults to false - set to true if you do not want to do any validation, but be aware offering can't be publish if not validated
validation_rg: validation # the resource group in which to do validation in. Will be created if does not exist. If not specified, default value is 'validation'
# scc details needed if your offering is claiming any compliance controls
scc:
# must be an instance in the same account the validation is being done in
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
region: us-south
# pre_validation: tests/scripts/pre-validation.sh # optionally run a command before validation runs
# post_validation: tests/scripts/post-validation.sh # optionally run a command after validation completes
Loading