You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code-engine/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,7 @@ statement instead the previous block.
208
208
| <aname="input_cd_code_engine_job_retrylimit"></a> [cd\_code\_engine\_job\_retrylimit](#input\_cd\_code\_engine\_job\_retrylimit)| The number of times to rerun an instance of the job before the job is marked as failed. |`string`|`"3"`| no |
209
209
| <aname="input_cd_code_engine_memory"></a> [cd\_code\_engine\_memory](#input\_cd\_code\_engine\_memory)| The amount of memory set for the instance of the application or job. Use M for megabytes or G for gigabytes. |`string`|`"0.5G"`| no |
210
210
| <aname="input_cd_code_engine_project"></a> [cd\_code\_engine\_project](#input\_cd\_code\_engine\_project)| The name of the Code Engine project to use for the CD pipeline promoted code. The project is created if it does not already exist. |`string`|`"Sample_CD_Project"`| no |
211
+
| <aname="input_cd_code_engine_project_prefix"></a> [cd\_code\_engine\_project\_prefix](#input\_cd\_code\_engine\_project\_prefix)| A string that will be prefixed to `cd_code_engine_project`. This takes precedence over values set in `code_engine_project_prefix`. |`string`|`""`| no |
211
212
| <aname="input_cd_code_engine_region"></a> [cd\_code\_engine\_region](#input\_cd\_code\_engine\_region)| The region to create/lookup for the Code Engine project. |`string`|`""`| no |
212
213
| <aname="input_cd_code_engine_remove_refs"></a> [cd\_code\_engine\_remove\_refs](#input\_cd\_code\_engine\_remove\_refs)| Remove references to unspecified configuration resources (configmap/secret) references (pulled from env-from-configmaps, env-from-secrets along with auto-managed by CD). |`string`|`"false"`| no |
213
214
| <aname="input_cd_code_engine_resource_group"></a> [cd\_code\_engine\_resource\_group](#input\_cd\_code\_engine\_resource\_group)| The resource group of the Code Engine project. |`string`|`""`| no |
@@ -378,6 +379,7 @@ statement instead the previous block.
378
379
| <aname="input_ci_code_engine_job_retrylimit"></a> [ci\_code\_engine\_job\_retrylimit](#input\_ci\_code\_engine\_job\_retrylimit)| The number of times to rerun an instance of the job before the job is marked as failed. |`string`|`"3"`| no |
379
380
| <aname="input_ci_code_engine_memory"></a> [ci\_code\_engine\_memory](#input\_ci\_code\_engine\_memory)| The amount of memory set for the instance of the application or job. Use M for megabytes or G for gigabytes. |`string`|`"0.5G"`| no |
380
381
| <aname="input_ci_code_engine_project"></a> [ci\_code\_engine\_project](#input\_ci\_code\_engine\_project)| The name of the Code Engine project to use for the CI pipeline build. The project is created if it does not already exist. |`string`|`"Sample_CI_Project"`| no |
382
+
| <aname="input_ci_code_engine_project_prefix"></a> [ci\_code\_engine\_project\_prefix](#input\_ci\_code\_engine\_project\_prefix)| A string that will be prefixed to `ci_code_engine_project`. This takes precedence over values set in `code_engine_project_prefix`. |`string`|`""`| no |
381
383
| <aname="input_ci_code_engine_region"></a> [ci\_code\_engine\_region](#input\_ci\_code\_engine\_region)| The region to create/lookup for the Code Engine project. |`string`|`""`| no |
382
384
| <aname="input_ci_code_engine_registry_domain"></a> [ci\_code\_engine\_registry\_domain](#input\_ci\_code\_engine\_registry\_domain)| The container registry URL domain that is used to build and tag the image. Useful when using private-endpoint container registry. |`string`|`""`| no |
383
385
| <aname="input_ci_code_engine_remove_refs"></a> [ci\_code\_engine\_remove\_refs](#input\_ci\_code\_engine\_remove\_refs)| Remove references to unspecified configuration resources (configmap/secret) references (pulled from env-from-configmaps, env-from-secrets along with auto-managed by CD). |`string`|`"false"`| no |
@@ -510,6 +512,7 @@ statement instead the previous block.
510
512
| <aname="input_ci_trigger_timed_pruner_enable"></a> [ci\_trigger\_timed\_pruner\_enable](#input\_ci\_trigger\_timed\_pruner\_enable)| Set to `true` to enable the timed Pruner trigger. |`bool`|`false`| no |
511
513
| <aname="input_ci_trigger_timed_pruner_name"></a> [ci\_trigger\_timed\_pruner\_name](#input\_ci\_trigger\_timed\_pruner\_name)| The name of the timed Pruner trigger. |`string`|`"Evidence Pruner Timed Trigger"`| no |
512
514
| <aname="input_code_engine_project"></a> [code\_engine\_project](#input\_code\_engine\_project)| The name of the Code Engine project to use. Created if it does not exist. Applies to both the CI and CD toolchains. To set individually use `ci_code_engine_project` and `cd_code_engine_project`. |`string`|`""`| no |
515
+
| <aname="input_code_engine_project_prefix"></a> [code\_engine\_project\_prefix](#input\_code\_engine\_project\_prefix)| A string that will be prefixed to`ci_code_engine_project` and `cd_code_engine_project`. |`string`|`""`| no |
513
516
| <aname="input_compliance_base_image"></a> [compliance\_base\_image](#input\_compliance\_base\_image)| Pipeline baseimage to run most of the built-in pipeline code. |`string`|`""`| no |
514
517
| <aname="input_compliance_pipeline_branch"></a> [compliance\_pipeline\_branch](#input\_compliance\_pipeline\_branch)| The Compliance Pipeline branch. |`string`|`"open-v9"`| no |
515
518
| <aname="input_cos_api_key_secret_crn"></a> [cos\_api\_key\_secret\_crn](#input\_cos\_api\_key\_secret\_crn)| The CRN for the Cloud Object Storage apikey. |`string`|`""`| no |
@@ -565,6 +568,7 @@ statement instead the previous block.
565
568
| <aname="input_pipeline_ibmcloud_api_key_secret_name"></a> [pipeline\_ibmcloud\_api\_key\_secret\_name](#input\_pipeline\_ibmcloud\_api\_key\_secret\_name)| Name of the Cloud API key secret in the secret provider. Applies to the CI, CD and CC toolchains. For specific versions see `ci_pipeline_ibmcloud_api_key_secret_name`, `cd_pipeline_ibmcloud_api_key_secret_name` and `cc_pipeline_ibmcloud_api_key_secret_name`. |`string`|`"ibmcloud-api-key"`| no |
566
569
| <aname="input_pr_pipeline_git_tag"></a> [pr\_pipeline\_git\_tag](#input\_pr\_pipeline\_git\_tag)| The GIT tag within the pipeline definitions repository for the Compliance PR Pipeline. |`string`|`""`| no |
567
570
| <aname="input_registry_namespace"></a> [registry\_namespace](#input\_registry\_namespace)| A unique namespace within the IBM Cloud Container Registry region where the application image is stored. |`string`|`""`| no |
571
+
| <aname="input_registry_namespace"></a> [registry\_namespace\_suffix](#input\_registry\_namespace\_suffix)| A string that can be appended to the `registry_namespace` value to help ensure uniqueness.|`string`|`""`| no |
568
572
| <aname="input_repo_git_token_secret_crn"></a> [repo\_git\_token\_secret\_crn](#input\_repo\_git\_token\_secret\_crn)| The CRN for the repositories Git Token. |`string`|`""`| no |
569
573
| <aname="input_repo_git_token_secret_name"></a> [repo\_git\_token\_secret\_name](#input\_repo\_git\_token\_secret\_name)| Name of the Git token secret in the secret provider. Specifying a secret name for the Git Token automatically sets the authentication type to `pat`. |`string`|`""`| no |
570
574
| <aname="input_repo_group"></a> [repo\_group](#input\_repo\_group)| Specify Git user or group for your application. This must be set if the repository authentication type is `pat` (personal access token). |`string`|`""`| no |
description="A string that can be appended to the `registry_namespace` value to help ensure uniqueness."
597
+
default=""
598
+
}
599
+
588
600
variable"ci_registry_namespace" {
589
601
type=string
590
602
description="A unique namespace within the IBM Cloud Container Registry region where the application image is stored. (deprecated. Use `registry_namespace`)"
Copy file name to clipboardExpand all lines: ibm_catalog.json
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4279,6 +4279,13 @@
4279
4279
"description": "The CRN for the IBMCloud apikey. Applies to the CI, CD and CC toolchains. Can be set independently using the toolchain specific version of the variable.",
4280
4280
"required": false
4281
4281
},
4282
+
{
4283
+
"key": "registry_namespace_suffix",
4284
+
"type": "string",
4285
+
"default_value": "",
4286
+
"description": "A string that can be appended to the `registry_namespace` value to help ensure uniqueness.",
4287
+
"required": true
4288
+
},
4282
4289
{
4283
4290
"key": "pipeline_doi_api_key_secret_crn",
4284
4291
"type": "string",
@@ -4328,6 +4335,34 @@
4328
4335
"description": "Prefix name for the cloned compliance repos.",
4329
4336
"required": false
4330
4337
},
4338
+
{
4339
+
"key": "code_engine_project_prefix",
4340
+
"type": "string",
4341
+
"default_value": "",
4342
+
"description": "A string that will be prefixed to`ci_code_engine_project` and `cd_code_engine_project`.",
4343
+
"required": true
4344
+
},
4345
+
{
4346
+
"key": "code_engine_project",
4347
+
"type": "string",
4348
+
"default_value": "",
4349
+
"description": "The name of the Code Engine project to use. Created if it does not exist. Applies to both the CI and CD toolchains. To set individually use `ci_code_engine_project` and `cd_code_engine_project`.",
4350
+
"required": true
4351
+
},
4352
+
{
4353
+
"key": "ci_code_engine_project_prefix",
4354
+
"type": "string",
4355
+
"default_value": "",
4356
+
"description": "A string that will be prefixed to `ci_code_engine_project`. This takes precedence over values set in `code_engine_project_prefix`.",
4357
+
"required": true
4358
+
},
4359
+
{
4360
+
"key": "cd_code_engine_project_prefix",
4361
+
"type": "string",
4362
+
"default_value": "",
4363
+
"description": "A string that will be prefixed to `cd_code_engine_project`. This takes precedence over values set in `code_engine_project_prefix`.",
0 commit comments