|
1 | 1 | {
|
2 |
| - "products": [ |
3 |
| - { |
4 |
| - "name": "deploy-arch-ibm-mq-cloud", |
5 |
| - "label": "Cloud automation for MQ on Cloud", |
6 |
| - "product_kind": "solution", |
7 |
| - "tags": [ |
8 |
| - "ibm_created", |
9 |
| - "integration", |
10 |
| - "target_terraform", |
11 |
| - "terraform", |
12 |
| - "solution" |
13 |
| - ], |
14 |
| - "keywords": [ |
15 |
| - "MQ", |
16 |
| - "MQ on Cloud", |
17 |
| - "IaC", |
18 |
| - "infrastructure as code", |
19 |
| - "terraform", |
20 |
| - "solution" |
21 |
| - ], |
22 |
| - "short_description": "Creates and configures IBM Cloud MQ on Cloud resources", |
23 |
| - "long_description": "This architecture supports creating and configuring an IBM MQ on Cloud deployment instance and queue manager.", |
24 |
| - "offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-mq-cloud/blob/main/solutions/standard/README.md", |
25 |
| - "offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-mq-cloud/main/images/MQ.svg", |
26 |
| - "provider_name": "IBM", |
27 |
| - "features": [ |
28 |
| - { |
29 |
| - "title": "Creates an MQ on Cloud deployment instance.", |
30 |
| - "description": "Creates and configures an MQ on Cloud deployment Protect instance." |
31 |
| - } |
32 |
| - ], |
33 |
| - "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.", |
34 |
| - "flavors": [ |
35 |
| - { |
36 |
| - "label": "Standard", |
37 |
| - "name": "standard", |
38 |
| - "install_type": "fullstack", |
39 |
| - "working_directory": "solutions/standard", |
40 |
| - "compliance": { |
41 |
| - }, |
42 |
| - "iam_permissions": [ |
43 |
| - { |
44 |
| - "role_crns": [ |
45 |
| - "crn:v1:bluemix:public:iam::::serviceRole:Manager", |
46 |
| - "crn:v1:bluemix:public:iam::::role:Editor" |
47 |
| - ], |
48 |
| - "service_name": "mqcloud" |
49 |
| - } |
50 |
| - ], |
51 |
| - "configuration" : [ |
52 |
| - { |
53 |
| - "key": "ibmcloud_api_key" |
54 |
| - }, |
55 |
| - { |
56 |
| - "key": "use_existing_resource_group" |
57 |
| - }, |
58 |
| - { |
59 |
| - "key": "resource_group_name", |
60 |
| - "required": true |
61 |
| - }, |
62 |
| - { |
63 |
| - "key": "region", |
64 |
| - "required": true, |
65 |
| - "default_value": "us-east" |
66 |
| - }, |
67 |
| - { |
68 |
| - "key": "resource_tags" |
69 |
| - }, |
70 |
| - { |
71 |
| - "key": "prefix" |
72 |
| - }, |
73 |
| - { |
74 |
| - "key": "existing_mq_capacity_crn", |
75 |
| - "required": true |
76 |
| - }, |
77 |
| - { |
78 |
| - "key": "deployment_name" |
79 |
| - }, |
80 |
| - { |
81 |
| - "key": "existing_mq_deployment_crn" |
82 |
| - }, |
83 |
| - { |
84 |
| - "key": "queue_manager_name" |
85 |
| - }, |
86 |
| - { |
87 |
| - "key": "queue_manager_display_name" |
88 |
| - }, |
89 |
| - { |
90 |
| - "key": "queue_manager_size", |
91 |
| - "options": [ |
92 |
| - { |
93 |
| - "displayname": "xsmall", |
94 |
| - "value": "xsmall" |
95 |
| - }, |
96 |
| - { |
97 |
| - "displayname": "small", |
98 |
| - "value": "small" |
99 |
| - }, |
100 |
| - { |
101 |
| - "displayname": "medium", |
102 |
| - "value": "medium" |
103 |
| - }, |
104 |
| - { |
105 |
| - "displayname": "large", |
106 |
| - "value": "large" |
107 |
| - } |
108 |
| - ] |
109 |
| - }, |
110 |
| - { |
111 |
| - "key": "existing_queue_manager_name" |
112 |
| - }, |
113 |
| - { |
114 |
| - "key": "application_name" |
115 |
| - }, |
116 |
| - { |
117 |
| - "key": "existing_application_name" |
118 |
| - }, |
119 |
| - { |
120 |
| - "key": "user_name" |
121 |
| - }, |
122 |
| - { |
123 |
| - "key": "user_email" |
124 |
| - }, |
125 |
| - { |
126 |
| - "key": "existing_secrets_manager_crn" |
127 |
| - }, |
128 |
| - { |
129 |
| - "key": "secrets_manager_endpoint_type" |
130 |
| - }, |
131 |
| - { |
132 |
| - "key": "existing_secret_group_id" |
133 |
| - }, |
134 |
| - { |
135 |
| - "key": "secret_group_name" |
136 |
| - } |
137 |
| - ], |
138 |
| - "architecture": { |
139 |
| - "descriptions": "This architecture supports creating and configuring an MQ on Cloud instance.", |
140 |
| - "features": [ |
| 2 | + "products": [ |
| 3 | + { |
| 4 | + "name": "deploy-arch-ibm-mq-cloud", |
| 5 | + "label": "Cloud automation for MQ on Cloud", |
| 6 | + "product_kind": "solution", |
| 7 | + "tags": [ |
| 8 | + "ibm_created", |
| 9 | + "integration", |
| 10 | + "target_terraform", |
| 11 | + "terraform", |
| 12 | + "solution" |
| 13 | + ], |
| 14 | + "keywords": [ |
| 15 | + "MQ", |
| 16 | + "MQ on Cloud", |
| 17 | + "IaC", |
| 18 | + "infrastructure as code", |
| 19 | + "terraform", |
| 20 | + "solution" |
| 21 | + ], |
| 22 | + "short_description": "Creates and configures IBM Cloud MQ on Cloud resources", |
| 23 | + "long_description": "This architecture supports creating and configuring an IBM MQ on Cloud deployment instance and queue manager.", |
| 24 | + "offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-mq-cloud/blob/main/solutions/standard/README.md", |
| 25 | + "offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-mq-cloud/main/images/MQ.svg", |
| 26 | + "provider_name": "IBM", |
| 27 | + "features": [ |
| 28 | + { |
| 29 | + "title": "Creates an MQ on Cloud deployment instance.", |
| 30 | + "description": "Creates and configures an MQ on Cloud deployment Protect instance." |
| 31 | + } |
| 32 | + ], |
| 33 | + "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.", |
| 34 | + "flavors": [ |
| 35 | + { |
| 36 | + "label": "Standard", |
| 37 | + "name": "standard", |
| 38 | + "install_type": "fullstack", |
| 39 | + "working_directory": "solutions/standard", |
| 40 | + "iam_permissions": [ |
| 41 | + { |
| 42 | + "role_crns": [ |
| 43 | + "crn:v1:bluemix:public:iam::::serviceRole:Manager", |
| 44 | + "crn:v1:bluemix:public:iam::::role:Editor" |
| 45 | + ], |
| 46 | + "service_name": "mqcloud" |
| 47 | + } |
| 48 | + ], |
| 49 | + "configuration": [ |
| 50 | + { |
| 51 | + "key": "ibmcloud_api_key" |
| 52 | + }, |
| 53 | + { |
| 54 | + "key": "use_existing_resource_group" |
| 55 | + }, |
| 56 | + { |
| 57 | + "key": "resource_group_name", |
| 58 | + "required": true |
| 59 | + }, |
| 60 | + { |
| 61 | + "key": "region", |
| 62 | + "required": true, |
| 63 | + "default_value": "us-east" |
| 64 | + }, |
| 65 | + { |
| 66 | + "key": "resource_tags" |
| 67 | + }, |
| 68 | + { |
| 69 | + "key": "prefix" |
| 70 | + }, |
| 71 | + { |
| 72 | + "key": "existing_mq_capacity_crn", |
| 73 | + "required": true |
| 74 | + }, |
| 75 | + { |
| 76 | + "key": "deployment_name" |
| 77 | + }, |
| 78 | + { |
| 79 | + "key": "existing_mq_deployment_crn" |
| 80 | + }, |
| 81 | + { |
| 82 | + "key": "queue_manager_name" |
| 83 | + }, |
| 84 | + { |
| 85 | + "key": "queue_manager_display_name" |
| 86 | + }, |
| 87 | + { |
| 88 | + "key": "queue_manager_size", |
| 89 | + "options": [ |
141 | 90 | {
|
142 |
| - "title": "Creates an MQ on Cloud deployment instance.", |
143 |
| - "description": "Creates and configures an MQ on Cloud deployment instance." |
| 91 | + "displayname": "xsmall", |
| 92 | + "value": "xsmall" |
144 | 93 | },
|
145 | 94 | {
|
146 |
| - "title": "Creates a queue manager", |
147 |
| - "description": "Creates a queue manager" |
148 |
| - } |
149 |
| - ], |
150 |
| - "diagrams": [ |
| 95 | + "displayname": "small", |
| 96 | + "value": "small" |
| 97 | + }, |
| 98 | + { |
| 99 | + "displayname": "medium", |
| 100 | + "value": "medium" |
| 101 | + }, |
151 | 102 | {
|
152 |
| - "diagram": { |
153 |
| - "caption": "IBM MQ on Cloud", |
154 |
| - "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-mq-cloud/main/reference-architecture/deployable-architecture-mqcloud.svg", |
155 |
| - "type": "image/svg+xml" |
156 |
| - }, |
157 |
| - "description": "This architecture supports creating and configuring MQ on Cloud resources" |
| 103 | + "displayname": "large", |
| 104 | + "value": "large" |
158 | 105 | }
|
159 | 106 | ]
|
| 107 | + }, |
| 108 | + { |
| 109 | + "key": "existing_queue_manager_name" |
| 110 | + }, |
| 111 | + { |
| 112 | + "key": "application_name" |
| 113 | + }, |
| 114 | + { |
| 115 | + "key": "existing_application_name" |
| 116 | + }, |
| 117 | + { |
| 118 | + "key": "user_name" |
| 119 | + }, |
| 120 | + { |
| 121 | + "key": "user_email" |
| 122 | + }, |
| 123 | + { |
| 124 | + "key": "existing_secrets_manager_crn" |
| 125 | + }, |
| 126 | + { |
| 127 | + "key": "secrets_manager_endpoint_type" |
| 128 | + }, |
| 129 | + { |
| 130 | + "key": "existing_secret_group_id" |
| 131 | + }, |
| 132 | + { |
| 133 | + "key": "secret_group_name" |
160 | 134 | }
|
| 135 | + ], |
| 136 | + "architecture": { |
| 137 | + "features": [ |
| 138 | + { |
| 139 | + "title": "Creates an MQ on Cloud deployment instance.", |
| 140 | + "description": "Creates and configures an MQ on Cloud deployment instance." |
| 141 | + }, |
| 142 | + { |
| 143 | + "title": "Creates a queue manager", |
| 144 | + "description": "Creates a queue manager" |
| 145 | + } |
| 146 | + ], |
| 147 | + "diagrams": [ |
| 148 | + { |
| 149 | + "diagram": { |
| 150 | + "caption": "IBM MQ on Cloud", |
| 151 | + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-mq-cloud/main/reference-architecture/deployable-architecture-mqcloud.svg", |
| 152 | + "type": "image/svg+xml" |
| 153 | + }, |
| 154 | + "description": "This architecture supports creating and configuring MQ on Cloud resources" |
| 155 | + } |
| 156 | + ] |
161 | 157 | }
|
162 |
| - ] |
163 |
| - } |
164 |
| - ] |
| 158 | + } |
| 159 | + ] |
| 160 | + } |
| 161 | + ] |
165 | 162 | }
|
0 commit comments