|
| 1 | +{ |
| 2 | + "products": [ |
| 3 | + { |
| 4 | + "name": "deploy-arch-ibm-mq-cloud", |
| 5 | + "label": "MQ on Cloud", |
| 6 | + "product_kind": "solution", |
| 7 | + "tags": [ |
| 8 | + "ibm_created", |
| 9 | + "target_terraform", |
| 10 | + "terraform", |
| 11 | + "solution" |
| 12 | + ], |
| 13 | + "keywords": [ |
| 14 | + "MQ", |
| 15 | + "MQ on Cloud", |
| 16 | + "IaC", |
| 17 | + "infrastructure as code", |
| 18 | + "terraform", |
| 19 | + "solution" |
| 20 | + ], |
| 21 | + "short_description": "Creates and configures IBM Cloud MQ on Cloud resources", |
| 22 | + "long_description": "This architecture supports creating and configuring an IBM MQ on Cloud deployment instance and queue manager.", |
| 23 | + "offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-mq-cloud/blob/main/solutions/standard/README.md", |
| 24 | + "offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-mq-cloud/main/reference-architecture/deployable-architecture-mqcloud.svg", |
| 25 | + "provider_name": "IBM", |
| 26 | + "features": [ |
| 27 | + { |
| 28 | + "title": "Creates an MQ on Cloud deployment instance.", |
| 29 | + "description": "Creates and configures an MQ on Cloud deployment Protect instance." |
| 30 | + } |
| 31 | + ], |
| 32 | + "support_details": "This product is in the community registry, as such support is handled through the originated repo. If you experience issues please open an issue in that repository [https://github.com/terraform-ibm-modules/terraform-ibm-mq-cloud/issues](https://github.com/terraform-ibm-modules/terraform-ibm-mq-cloud/issues). Please note this product is not supported via the IBM Cloud Support Center.", |
| 33 | + "flavors": [ |
| 34 | + { |
| 35 | + "label": "Standard", |
| 36 | + "name": "standard", |
| 37 | + "install_type": "fullstack", |
| 38 | + "working_directory": "solutions/standard", |
| 39 | + "compliance": { |
| 40 | + "authority": "scc-v3", |
| 41 | + "profiles": [ |
| 42 | + { |
| 43 | + "profile_name": "CIS IBM Cloud Foundations Benchmark", |
| 44 | + "profile_version": "1.0.0" |
| 45 | + } |
| 46 | + ] |
| 47 | + }, |
| 48 | + "iam_permissions": [ |
| 49 | + { |
| 50 | + "role_crns": [ |
| 51 | + "crn:v1:bluemix:public:iam::::serviceRole:Manager", |
| 52 | + "crn:v1:bluemix:public:iam::::role:Editor" |
| 53 | + ], |
| 54 | + "service_name": "mqcloud" |
| 55 | + } |
| 56 | + ], |
| 57 | + "configuration" : [ |
| 58 | + { |
| 59 | + "key": "ibmcloud_api_key" |
| 60 | + }, |
| 61 | + { |
| 62 | + "key": "use_existing_resource_group" |
| 63 | + }, |
| 64 | + { |
| 65 | + "key": "resource_group_name" |
| 66 | + }, |
| 67 | + { |
| 68 | + "key": "region", |
| 69 | + "required": true, |
| 70 | + "default_value": "", |
| 71 | + "options": [ |
| 72 | + { |
| 73 | + "displayname": "Washington (us-east)", |
| 74 | + "value": "us-east" |
| 75 | + } |
| 76 | + ] |
| 77 | + }, |
| 78 | + { |
| 79 | + "key": "prefix" |
| 80 | + }, |
| 81 | + { |
| 82 | + "key": "existing_mq_capacity_guid" |
| 83 | + }, |
| 84 | + { |
| 85 | + "key": "deployment_name" |
| 86 | + }, |
| 87 | + { |
| 88 | + "key": "existing_mq_deployment_crn" |
| 89 | + }, |
| 90 | + { |
| 91 | + "key": "queue_manager_name" |
| 92 | + }, |
| 93 | + { |
| 94 | + "key": "queue_manager_display_name" |
| 95 | + }, |
| 96 | + { |
| 97 | + "key": "queue_manager_size", |
| 98 | + "options": [ |
| 99 | + { |
| 100 | + "displayname": "xsmall", |
| 101 | + "value": "xsmall" |
| 102 | + }, |
| 103 | + { |
| 104 | + "displayname": "small", |
| 105 | + "value": "small" |
| 106 | + }, |
| 107 | + { |
| 108 | + "displayname": "medium", |
| 109 | + "value": "medium" |
| 110 | + }, |
| 111 | + { |
| 112 | + "displayname": "large", |
| 113 | + "value": "large" |
| 114 | + } |
| 115 | + ] |
| 116 | + }, |
| 117 | + { |
| 118 | + "key": "existing_queue_manager_name" |
| 119 | + } |
| 120 | + ], |
| 121 | + "architecture": { |
| 122 | + "descriptions": "This architecture supports creating and configuring an MQ on Cloud instance.", |
| 123 | + "features": [ |
| 124 | + { |
| 125 | + "title": "Creates an MQ on Cloud deployment instance.", |
| 126 | + "description": "Creates and configures an MQ on Cloud deployment instance." |
| 127 | + }, |
| 128 | + { |
| 129 | + "title": "Creates a queue manager", |
| 130 | + "description": "Creates a queue manager" |
| 131 | + } |
| 132 | + ], |
| 133 | + "diagrams": [ |
| 134 | + { |
| 135 | + "diagram": { |
| 136 | + "caption": "IBM MQ on Cloud", |
| 137 | + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-mq-cloud/main/reference-architecture/deployable-architecture-mqcloud.svg", |
| 138 | + "type": "image/svg+xml" |
| 139 | + }, |
| 140 | + "description": "This architecture supports creating and configuring MQ on Cloud resources" |
| 141 | + } |
| 142 | + ] |
| 143 | + } |
| 144 | + } |
| 145 | + ] |
| 146 | + } |
| 147 | + ] |
| 148 | +} |
0 commit comments