|
134 | 134 | "key": "prefix", |
135 | 135 | "type": "string", |
136 | 136 | "default_value": "sample", |
137 | | - "description": "A prefix added to the name of all resources created by this solution. Used to avoid name clashes in the target account.", |
| 137 | + "description": "A prefix added to the name of all resources created by this solution. Used to avoid name clashes in the target account when existing this solution multiple times.", |
138 | 138 | "required": true |
139 | 139 | }, |
140 | | - { |
141 | | - "key": "enable_platform_logs_metrics", |
142 | | - "type": "boolean", |
143 | | - "default_value": false, |
144 | | - "description": "Whether to provision logging and monitoring instances are configured to receive all platform logs and metrics in the target region. There can only be one instance per region provisioned for platform logs/metrics.", |
145 | | - "required": false |
146 | | - }, |
147 | | - { |
148 | | - "key": "existing_secrets_manager_crn", |
149 | | - "type": "string", |
150 | | - "default_value": "__NULL__", |
151 | | - "description": "The CRN of an existing secret manager instance to use in this solution. If not set, a new secret manager instance is provisioned. ", |
152 | | - "required": false |
153 | | - }, |
154 | 140 | { |
155 | 141 | "key": "ibmcloud_api_key", |
156 | 142 | "type": "password", |
|
175 | 161 | ] |
176 | 162 | }, |
177 | 163 | { |
178 | | - "key": "resource_group_name", |
179 | | - "type": "string", |
180 | | - "default_value": "rag-services", |
181 | | - "description": "The name of the resource group that is created by this solution. The actual name is prefixed with the value of the input 'prefix'. All resources created by this solution are deployed in this resource group. ", |
| 164 | + "key": "signing_key", |
| 165 | + "type": "password", |
| 166 | + "description": "The key used to sign the application image built by the CI pipeline deployed in this solution.", |
182 | 167 | "required": false |
183 | 168 | }, |
184 | 169 | { |
185 | | - "key": "sample_app_git_url", |
186 | | - "type": "string", |
187 | | - "default_value": "https://github.com/IBM/gen-ai-rag-watsonx-sample-application", |
188 | | - "description": "The URL to the public git repository containing the sample rag application code.", |
| 170 | + "key": "watsonx_admin_api_key", |
| 171 | + "type": "password", |
| 172 | + "description": "The API Key used to provision the watson project resources. If not set, the ibmcloud_api_key is used.", |
189 | 173 | "required": false |
190 | 174 | }, |
191 | 175 | { |
|
206 | 190 | ] |
207 | 191 | }, |
208 | 192 | { |
209 | | - "key": "signing_key", |
210 | | - "type": "password", |
211 | | - "description": "The key used to sign the application image built by the CI pipeline deployed in this solution.", |
| 193 | + "key": "resource_group_name", |
| 194 | + "type": "string", |
| 195 | + "default_value": "rag-services", |
| 196 | + "description": "The name of the resource group that is created by this solution. The actual name is prefixed with the value of the input 'prefix'. All resources created by this solution are deployed in this resource group. ", |
212 | 197 | "required": false |
213 | 198 | }, |
214 | 199 | { |
215 | | - "key": "watsonx_admin_api_key", |
216 | | - "type": "password", |
217 | | - "description": "The API Key used to provision the watson project resources. If not set, the ibmcloud_api_key is used.", |
| 200 | + "key": "enable_platform_logs_metrics", |
| 201 | + "type": "boolean", |
| 202 | + "default_value": false, |
| 203 | + "description": "Whether to provision logging and monitoring instances are configured to receive all platform logs and metrics in the target region. There can only be one instance per region provisioned for platform logs/metrics.", |
| 204 | + "required": false |
| 205 | + }, |
| 206 | + { |
| 207 | + "key": "existing_secrets_manager_crn", |
| 208 | + "type": "string", |
| 209 | + "default_value": "__NULL__", |
| 210 | + "description": "The CRN of an existing secret manager instance to use in this solution. If not set, a new secret manager instance is provisioned. ", |
| 211 | + "required": false |
| 212 | + }, |
| 213 | + { |
| 214 | + "key": "sample_app_git_url", |
| 215 | + "type": "string", |
| 216 | + "default_value": "https://github.com/IBM/gen-ai-rag-watsonx-sample-application", |
| 217 | + "description": "The URL to the public git repository containing the sample rag application code.", |
218 | 218 | "required": false |
219 | 219 | } |
220 | 220 | ], |
|
0 commit comments