generated from terraform-ibm-modules/terraform-ibm-module-template
-
Couldn't load subscription status.
- Fork 10
Catalog onboarding pipeline configuration #69
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
Merged
Merged
Changes from 37 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
c360220
Initial commit
digvijay-ukirde c4f444e
Update unused variables
digvijay-ukirde 6b045cf
Update PR test
digvijay-ukirde 0a6b943
Rebase to main
digvijay-ukirde 9f4121b
Temp fix to run the piepline
digvijay-ukirde 93bbe3c
Minor fix (semantics bug)
digvijay-ukirde 1f1a6c0
Update PR test with env variable
digvijay-ukirde 8d12f19
Minor fix (Default value updates)
digvijay-ukirde f78d050
Minor fix (skip_iam_authorization_policy set to false)
digvijay-ukirde c419936
Conditional skip_iam_authorization_policy setting
digvijay-ukirde b9a8db4
Merge branch 'main' into develop
digvijay-ukirde 86f3a3a
go minor updates
digvijay-ukirde a3ef635
go minor updates
digvijay-ukirde c35d620
run go mod tidy
danielbu-ibm a2e2db1
CRA scan updates
digvijay-ukirde becbc6d
CRA scan update ignore rules
digvijay-ukirde e6618ba
Ansible path updating
digvijay-ukirde d022091
Revert "Ansible path updating"
digvijay-ukirde bff8f9d
Code optimization
digvijay-ukirde 7393350
Merge branch 'main' into develop
digvijay-ukirde a226f7d
Merge branch 'main' into develop
digvijay-ukirde 98de8c2
Update IAM account settings
digvijay-ukirde e49d8ac
Setting replayable to false for verification
digvijay-ukirde 5b9e508
Merge branch 'main' into develop
digvijay-ukirde dfaffc5
Minor changes
digvijay-ukirde 702fc3e
Minor fix (skip_iam_authorization_policy set to false)
digvijay-ukirde ab718f2
Conditional skip_iam_authorization_policy setting
digvijay-ukirde d85912a
Code optimization
digvijay-ukirde 553605f
Minor changes
digvijay-ukirde 93d3684
Merge remote-tracking branch 'origin/develop' into develop
digvijay-ukirde d193cdf
chore: Catalog onboard pipeline (#68)
digvijay-ukirde 0c5ce78
Minor changes
digvijay-ukirde 11d5d9d
Merge remote-tracking branch 'origin/develop' into develop
digvijay-ukirde ba625b6
Format fixing
digvijay-ukirde 13ee7ba
minor bug fix
digvijay-ukirde f9fc3c0
Addressing review comments
digvijay-ukirde 8e51fe7
Initialize reference architectures
digvijay-ukirde 10885ea
Review code changes
digvijay-ukirde 27d2a5f
Review code changes
digvijay-ukirde baa0804
Merge branch 'main' into develop
digvijay-ukirde File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| --- | ||
| apiVersion: v1 | ||
| offerings: | ||
| # below is an example of a Deployable Architecture (DA) solution | ||
| - name: IBM Cloud HPC (DA) # must match the offering name in the ibm_catalog.json | ||
| kind: solution | ||
| catalog_id: fe9d2e76-5ada-44af-821f-b437dcc80f71 | ||
| offering_id: 468c5a1c-1f1d-4e5a-b5b3-ec646b1bd298 | ||
| # list all of the variations (flavors) you have included in the ibm_catalog.json | ||
| variations: | ||
| - name: advanced | ||
| 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 | ||
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
Submodule common-dev-assets
updated
2 files
| +5 −5 | module-assets/.pre-commit-config.yaml | |
| +3 −3 | module-assets/ci/install-deps.sh |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,164 @@ | ||
| { | ||
| "products": [ | ||
| { | ||
| "name": "terraform-ibm-modules-terraform-ibm-hpc-ad6e71e", | ||
| "label": "HPC Deployable Architecture", | ||
digvijay-ukirde marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "product_kind": "solution", | ||
| "tags": [ | ||
| "Deployable Architecture", | ||
| "DA", | ||
| "HPC", | ||
| "IBM Cloud HPC", | ||
| "ibm_created", | ||
| "target_terraform", | ||
| "terraform", | ||
| "reference_architecture", | ||
| "solution" | ||
| ], | ||
| "keywords": [ | ||
| "HPC", | ||
| "vpc", | ||
| "DA", | ||
| "Deployable Architecture", | ||
| "terraform", | ||
| "solution" | ||
| ], | ||
| "short_description": "Deploy your high performance computing (HPC) cluster with IBM scheduling software for compute intensive workloads.", | ||
| "long_description": "**Before you begin deploying IBM Cloud HPC, make sure that you meet the prerequisites listed in [the step-by-step guide](https://cloud.ibm.com/docs/allowlist/hpc-service?topic=hpc-service-before-you-begin-deploying).**\n\nIBM Cloud HPC is a deployable architecture where you can deploy both cloud compute resources (vCPU resources) and HPC scheduling software for your compute-intensive HPC workloads. You can reserve capacity on a recurring hourly basis from a dedicated IBM Cloud HPC resource pool.", | ||
| "provider_name": "IBM", | ||
| "offering_docs_url": "https://cloud.ibm.com/docs/allowlist/hpc-service?topic=hpc-service-overview", | ||
| "features": [ | ||
| { | ||
| "title": "Reserve HPC compute on an hourly basis", | ||
| "description": "Reserve HPC compute capacity on a recurring hourly basis. This reserved time slot and capacity cannot be preempted by IBM." | ||
| }, | ||
| { | ||
| "title": "HPC infrastructure bundled with LSF scheduling software", | ||
| "description": "Create a cluster with IBM Spectrum LSF in its own subnet and security group for HPC administrators to log in, submit, and manage HPC jobs." | ||
| }, | ||
| { | ||
| "title": "Automatic compute scaling with LSF resource connector", | ||
| "description": "Automatically scale up compute resources based on workload demand. Compute resources are automatically scaled down when no longer required." | ||
| } | ||
| ], | ||
| "flavors": [ | ||
| { | ||
| "label": "Advanced", | ||
| "name": "advanced", | ||
| "install_type": "fullstack", | ||
| "working_directory": "solution/hpc", | ||
|
||
| "compliance": { | ||
| "authority": "scc-v3", | ||
| "profiles": [ | ||
| { | ||
| "profile_name": "IBM Cloud Framework for Financial Services", | ||
| "profile_version": "1.5.0" | ||
| } | ||
| ] | ||
| }, | ||
| "release_notes_url": "https://cloud.ibm.com/docs/allowlist/hpc-service?topic=hpc-service-release-notes", | ||
| "configuration": [ | ||
digvijay-ukirde marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| { | ||
| "key": "ibmcloud_api_key", | ||
| "type": "password", | ||
| "description": "IBM Cloud API Key that will be used for authentication in scripts run in this module. Only required if certain options are required.", | ||
| "required": true | ||
| }, | ||
digvijay-ukirde marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| { | ||
| "key": "nsd_details", | ||
| "type": "array", | ||
| "default_value": null, | ||
| "description": "Storage scale NSD details", | ||
| "hidden": true | ||
digvijay-ukirde marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| } | ||
| ], | ||
| "iam_permissions": [ | ||
| { | ||
| "role_crns": [ | ||
| "crn:v1:bluemix:public:iam::::serviceRole:Manager" | ||
| ], | ||
| "service_name": "appid" | ||
| }, | ||
| { | ||
| "role_crns": [ | ||
| "crn:v1:bluemix:public:iam::::serviceRole:Manager" | ||
| ], | ||
| "service_name": "cloud-object-storage" | ||
| }, | ||
| { | ||
| "role_crns": [ | ||
| "crn:v1:bluemix:public:iam::::serviceRole:Manager" | ||
| ], | ||
| "service_name": "hs-crypto" | ||
| }, | ||
| { | ||
| "role_crns": [ | ||
| "crn:v1:bluemix:public:iam::::role:Administrator" | ||
| ], | ||
| "service_name": "iam-identity" | ||
| }, | ||
| { | ||
| "role_crns": [ | ||
| "crn:v1:bluemix:public:iam::::serviceRole:Manager" | ||
| ], | ||
| "service_name": "kms" | ||
| }, | ||
| { | ||
| "role_crns": [ | ||
| "crn:v1:bluemix:public:iam::::role:Administrator" | ||
| ], | ||
| "service_name": "is.vpc" | ||
| } | ||
| ], | ||
| "architecture": { | ||
| "descriptions": "", | ||
| "features": [ | ||
| { | ||
| "title": "Separate VPC for HPC workloads", | ||
| "description": "Yes" | ||
| }, | ||
| { | ||
| "title": "Virtual Server Instances for every subnet", | ||
| "description": "Yes" | ||
| }, | ||
| { | ||
| "title": "Increases security with Key Management", | ||
| "description": "Yes" | ||
| }, | ||
| { | ||
| "title": "Reduces failure events by using multizone regions", | ||
| "description": "Yes" | ||
| }, | ||
| { | ||
| "title": "Collects and stores Internet Protocol (IP) traffic information with Activity Tracker and Flow Logs", | ||
| "description": "Yes" | ||
| }, | ||
| { | ||
| "title": "Securely connects to multiple networks with a site-to-site virtual private network", | ||
| "description": "Yes" | ||
| }, | ||
| { | ||
| "title": "Simplifies risk management and demonstrates regulatory compliance with Financial Services", | ||
| "description": "Yes" | ||
| }, | ||
| { | ||
| "title": "Uses Floating IP address for access through the public internet", | ||
| "description": "No" | ||
| } | ||
| ], | ||
| "diagrams": [ | ||
| { | ||
| "diagram": { | ||
| "caption": "HPC variation", | ||
| "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-landing-zone/main/reference-architectures/vsi-vsi.drawio.svg", | ||
digvijay-ukirde marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "type": "image/svg+xml" | ||
| }, | ||
| "description": "The HPC variation of the deployable architecture is based on the IBM Cloud for Financial Services reference architecture. The architecture creates a customizable and secure infrastructure, with virtual servers, to run your workloads with a Virtual Private Cloud (VPC) in multizone regions." | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # IBM Cloud HPC (Spectrum LSF) | ||
|
|
||
| IBM Spectrum LSF allows you to deploy high-performance computing (HPC) clusters by using IBM Spectrum LSF as HPC scheduling software. This offering uses open source Terraform-based automation to provision and configure IBM Cloud resources. With simple steps to define configuration properties and use automated deployment, you can build your own HPC clusters in minutes. IBM Spectrum LSF also enables configuration for auto-scaling, so IBM Spectrum LSF clusters can automatically add and remove worker nodes based on workload specifications. This allows you to take full advantage of consumption-based pricing and pay for cloud resources only when they are needed. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # IBM Cloud HPC (Storage Scale) | ||
|
|
||
| IBM Storage Scale is a high performance, highly available, clustered file system and associated management software, available on a variety of platforms. IBM Storage Scale can scale in several dimensions, including performance (bandwidth and IOPS), capacity and number of nodes* (instances) that can mount the file system. IBM Storage Scale addresses the needs of applications whose performance (or performance-to-capacity ratio) demands cannot be met by traditional scale-up storage systems; and IBM Storage Scale is therefore deployed for many I/O-demanding enterprise applications that require high performance or scale. IBM Storage Scale provides various configuration options, access methods (including traditional POSIX-based file access), and many features such as snapshots, compression, and encryption. Note that IBM Storage Scale is not itself an application in the traditional sense, but instead provides the storage infrastructure for applications. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # IBM Cloud HPC (Spectrum Symphony) | ||
|
|
||
| IBM Spectrum Symphony allows you to deploy high-performance computing (HPC) clusters that use IBM Spectrum Symphony as the HPC scheduling software. This offering uses open source Terraform-based automation to provision and configure IBM Cloud resources. With simple steps to define configuration properties and use automated deployment, you can build your own HPC cluster in minutes. IBM Spectrum Symphony also supports auto-scaling for certain cluster configurations, so worker nodes can be automatically added and removed from a cluster based on workload requirements. This allows you to take full advantage of consumption-based pricing and pay for cloud resources only when they are needed. In addition, this offering supports use of IBM Spectrum Scale for applications requiring a high-performance file system for sharing of data. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "ibmcloud_api_key": $VALIDATION_APIKEY, | ||
| "prefix": $PREFIX, | ||
| "zones": ["ca-tor-1"], | ||
digvijay-ukirde marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "resource_group": "geretain-hpc-rg", | ||
| "bastion_ssh_keys": ["geretain-hpc-ssh-key"], | ||
| "login_ssh_keys": ["geretain-hpc-ssh-key"], | ||
| "compute_ssh_keys": ["geretain-hpc-ssh-key"], | ||
| "storage_ssh_keys": ["geretain-hpc-ssh-key"] | ||
| } | ||
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.