generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
feat: catalog validation #302
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 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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,14 @@ | ||
| --- | ||
| apiVersion: v1 | ||
| offerings: | ||
| - name: deploy-arch-ibm-icd-rabbitmq | ||
| kind: solution | ||
| catalog_id: _ | ||
| offering_id: _ | ||
jor2 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| variations: | ||
| - name: standard | ||
| mark_ready: true | ||
| install_type: fullstack | ||
| scc: | ||
| instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37 | ||
| region: us-south | ||
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,296 @@ | ||
| { | ||
| "products": [ | ||
| { | ||
| "name": "deploy-arch-ibm-icd-rabbitmq", | ||
| "label": "Cloud automation for Messages for RabbitMQ", | ||
| "product_kind": "solution", | ||
| "tags": [ | ||
| "ibm_created", | ||
| "target_terraform", | ||
| "terraform", | ||
| "data_management", | ||
| "solution" | ||
| ], | ||
| "keywords": [ | ||
| "rabbitmq", | ||
| "IaC", | ||
| "infrastructure as code", | ||
| "terraform", | ||
| "solution", | ||
| "rabbitmq standard", | ||
| "cache", | ||
| "in memory" | ||
| ], | ||
| "short_description": "Creates and configures an instance of IBM Cloud Databases for RabbitMQ.", | ||
| "long_description": "This architecture supports creating and configuring an instance of Databases for RabbitMQ with KMS encryption.", | ||
| "offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-icd-rabbitmq/blob/main/README.md", | ||
| "offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-icd-rabbitmq/main/images/rabbitmq_icon.svg", | ||
| "provider_name": "IBM", | ||
| "features": [ | ||
| { | ||
| "title": "Creates an instance of Databases for RabbitMQ", | ||
| "description": "Creates and configures an IBM Cloud Databases for RabbitMQ instance." | ||
| }, | ||
| { | ||
| "title": "Supports KMS encryption", | ||
| "description": "Provides KMS encryption for the data that you store in the database." | ||
| }, | ||
| { | ||
| "title": "Supports autoscaling", | ||
| "description": "Provides the autoscaling to allow the database to increase resources in response to usage." | ||
| }, | ||
| { | ||
| "title": "Supports backup restoration", | ||
| "description": "Provides database restoration using a backup created by a deployment with the same service ID." | ||
| } | ||
| ], | ||
| "flavors": [ | ||
| { | ||
| "label": "Standard", | ||
| "name": "standard", | ||
| "install_type": "fullstack", | ||
| "working_directory": "solutions/standard", | ||
| "compliance": { | ||
| "authority": "scc-v3", | ||
| "profiles": [ | ||
| { | ||
| "profile_name": "IBM Cloud Framework for Financial Services", | ||
| "profile_version": "1.7.0" | ||
| } | ||
| ] | ||
| }, | ||
| "iam_permissions": [ | ||
| { | ||
| "role_crns": [ | ||
| "crn:v1:bluemix:public:iam::::role:Administrator" | ||
| ], | ||
| "service_name": "all-account-management-services" | ||
| }, | ||
| { | ||
| "role_crns": [ | ||
| "crn:v1:bluemix:public:iam::::role:Editor" | ||
| ], | ||
| "service_name": "messages-for-rabbitmq" | ||
| }, | ||
| { | ||
| "role_crns": [ | ||
| "crn:v1:bluemix:public:iam::::serviceRole:Manager", | ||
| "crn:v1:bluemix:public:iam::::role:Editor" | ||
| ], | ||
| "service_name": "kms" | ||
| } | ||
| ], | ||
| "architecture": { | ||
| "descriptions": "This architecture creates an instance of IBM CLoud Messages for RabbitMQ instance with KMS encryption. Supports autoscaling.", | ||
| "features": [ | ||
| { | ||
| "title": " Creates an instance of Databases for RabbitMQ", | ||
| "description": "This architecture creates an instance of IBM Cloud Messages for RabbitMQ with KMS encryption. It accepts or creates a resource group, and provides autoscaling rules." | ||
| } | ||
| ], | ||
| "diagrams": [ | ||
| { | ||
| "diagram": { | ||
| "caption": "Messages for RabbitMQ instance on IBM Cloud", | ||
| "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-icd-rabbitmq/main/reference-architecture/deployable-architecture-rabbitmq.svg", | ||
| "type": "image/svg+xml" | ||
| }, | ||
| "description": "This architecture supports creating and configuring an instance of Messages for RabbitMQ instance with KMS encryption." | ||
| } | ||
| ] | ||
| }, | ||
| "configuration": [ | ||
| { | ||
| "key": "ibmcloud_api_key" | ||
| }, | ||
| { | ||
| "key": "provider_visibility", | ||
| "options": [ | ||
| { | ||
| "displayname": "private", | ||
| "value": "private" | ||
| }, | ||
| { | ||
| "displayname": "public", | ||
| "value": "public" | ||
| }, | ||
| { | ||
| "displayname": "public-and-private", | ||
| "value": "public-and-private" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "key": "use_existing_resource_group" | ||
| }, | ||
| { | ||
| "key": "resource_group_name" | ||
| }, | ||
| { | ||
| "key": "prefix" | ||
| }, | ||
| { | ||
| "key": "name" | ||
| }, | ||
| { | ||
| "key": "region", | ||
| "required": true, | ||
| "default_value": "us-south", | ||
| "options": [ | ||
| { | ||
| "displayname": "Chennai (che01)", | ||
| "value": "che01" | ||
| }, | ||
| { | ||
| "displayname": "Dallas (us-south)", | ||
| "value": "us-south" | ||
| }, | ||
| { | ||
| "displayname": "Frankfurt (eu-de)", | ||
| "value": "eu-de" | ||
| }, | ||
| { | ||
| "displayname": "London (eu-gb)", | ||
| "value": "eu-gb" | ||
| }, | ||
| { | ||
| "displayname": "Madrid (eu-es)", | ||
| "value": "eu-es" | ||
| }, | ||
| { | ||
| "displayname": "Osaka (jp-osa)", | ||
| "value": "jp-osa" | ||
| }, | ||
| { | ||
| "displayname": "Paris (par01)", | ||
| "value": "par01" | ||
| }, | ||
| { | ||
| "displayname": "Sao Paulo (br-sao)", | ||
| "value": "br-sao" | ||
| }, | ||
| { | ||
| "displayname": "Sydney (au-syd)", | ||
| "value": "au-syd" | ||
| }, | ||
| { | ||
| "displayname": "Toronto (ca-tor)", | ||
| "value": "ca-tor" | ||
| }, | ||
| { | ||
| "displayname": "Tokyo (jp-tok)", | ||
| "value": "jp-tok" | ||
| }, | ||
| { | ||
| "displayname": "Washington (us-east)", | ||
| "value": "us-east" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "key": "rabbitmq_version", | ||
| "required": true, | ||
| "options": [ | ||
| { | ||
| "displayname": "6.2", | ||
| "value": "6.2" | ||
| }, | ||
| { | ||
| "displayname": "7.2", | ||
| "value": "7.2" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "key": "members" | ||
| }, | ||
| { | ||
| "key": "member_memory_mb" | ||
| }, | ||
| { | ||
| "key": "member_cpu_count" | ||
| }, | ||
| { | ||
| "key": "member_disk_mb" | ||
| }, | ||
| { | ||
| "key": "member_host_flavor" | ||
| }, | ||
| { | ||
| "key": "service_credential_names" | ||
| }, | ||
| { | ||
| "key": "admin_pass" | ||
| }, | ||
| { | ||
| "key": "users" | ||
| }, | ||
| { | ||
| "key": "tags" | ||
| }, | ||
| { | ||
| "key": "ibmcloud_kms_api_key" | ||
| }, | ||
| { | ||
| "key": "existing_kms_instance_crn", | ||
| "required": true | ||
| }, | ||
| { | ||
| "key": "existing_kms_key_crn" | ||
| }, | ||
| { | ||
| "key": "kms_endpoint_type", | ||
| "options": [ | ||
| { | ||
| "displayname": "public", | ||
| "value": "public" | ||
| }, | ||
| { | ||
| "displayname": "private", | ||
| "value": "private" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "key": "key_ring_name" | ||
| }, | ||
| { | ||
| "key": "key_name" | ||
| }, | ||
| { | ||
| "key": "auto_scaling" | ||
| }, | ||
| { | ||
| "key": "existing_secrets_manager_instance_crn" | ||
| }, | ||
| { | ||
| "key": "existing_secrets_manager_endpoint_type", | ||
| "options": [ | ||
| { | ||
| "displayname": "public", | ||
| "value": "public" | ||
| }, | ||
| { | ||
| "displayname": "private", | ||
| "value": "private" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "key": "service_credential_secrets" | ||
| }, | ||
| { | ||
| "key": "skip_rabbitmq_sm_auth_policy" | ||
| }, | ||
| { | ||
| "key": "skip_rabbitmq_kms_auth_policy" | ||
| }, | ||
| { | ||
| "key": "backup_crn" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.