-
Notifications
You must be signed in to change notification settings - Fork 5
feat:exposed visibility value for the provider in the DA #132
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
Changes from 5 commits
a23d538
2ae8cdf
089bd6b
0a2e0a5
455789f
25cda97
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,7 +118,157 @@ | |
"description": "This deployable architecture creates IBM Cloud Code Engine and configures the project, apps, domain mappings, secrets, configmaps, and service bindings." | ||
} | ||
] | ||
}, | ||
"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": "existing_resource_group" | ||
}, | ||
{ | ||
"key": "resource_group_name" | ||
}, | ||
|
||
{ | ||
"key": "region", | ||
"required": true, | ||
"default_value": "us-south", | ||
"options": [ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we are trying to stop using these custom picker for region, unless indeed the service itself is only supported in some regions. Looks like code engine is supported in all region, so please use this code:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done 25cda97 |
||
{ | ||
"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": "Sao Paulo (br-sao)", | ||
"value": "br-sao" | ||
}, | ||
{ | ||
"displayname": "Toronto (ca-tor)", | ||
"value": "ca-tor" | ||
}, | ||
{ | ||
"displayname": "Tokyo (jp-tok)", | ||
"value": "jp-tok" | ||
}, | ||
{ | ||
"displayname": "Washington (us-east)", | ||
"value": "us-east" | ||
} | ||
] | ||
}, | ||
{ | ||
"key": "project_name" | ||
}, | ||
{ | ||
"key": "existing_project_id" | ||
}, | ||
{ | ||
"key": "app_name" | ||
}, | ||
{ | ||
"key": "image_reference" | ||
}, | ||
{ | ||
"key": "image_secret" | ||
}, | ||
{ | ||
"key": "run_env_variables" | ||
}, | ||
{ | ||
"key": "run_volume_mounts" | ||
}, | ||
ocofaigh marked this conversation as resolved.
Show resolved
Hide resolved
|
||
{ | ||
"key":"image_port" | ||
}, | ||
{ | ||
"key":"managed_domain_mappings" | ||
}, | ||
{ | ||
"key":"run_arguments" | ||
}, | ||
{ | ||
"key":"run_as_user" | ||
}, | ||
{ | ||
"key":"run_commands" | ||
}, | ||
{ | ||
"key":"run_service_account" | ||
}, | ||
{ | ||
"key":"scale_concurrency" | ||
}, | ||
{ | ||
"key":"scale_concurrency_target" | ||
}, | ||
{ | ||
"key":"scale_cpu_limit" | ||
}, | ||
{ | ||
"key":"scale_ephemeral_storage_limit" | ||
}, | ||
{ | ||
"key":"scale_initial_instances" | ||
}, | ||
{ | ||
"key":"scale_max_instances" | ||
}, | ||
{ | ||
"key":"scale_memory_limit" | ||
}, | ||
{ | ||
"key":"scale_min_instances" | ||
}, | ||
{ | ||
"key":"scale_request_timeout" | ||
}, | ||
{ | ||
"key":"config_maps" | ||
}, | ||
{ | ||
"key":"secrets" | ||
}, | ||
{ | ||
"key":"domain_mappings" | ||
}, | ||
{ | ||
"key":"bindings" | ||
ocofaigh marked this conversation as resolved.
Show resolved
Hide resolved
|
||
} | ||
] | ||
}, | ||
{ | ||
"label": "New Code Engine projects", | ||
|
@@ -157,7 +307,84 @@ | |
"description": "This deployable architecture creates IBM Cloud Code Engine projects" | ||
} | ||
] | ||
}, | ||
Aditya-ranjan-16 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"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": "prefix" | ||
}, | ||
{ | ||
"key": "existing_resource_group" | ||
}, | ||
{ | ||
"key": "resource_group_name" | ||
}, | ||
{ | ||
ocofaigh marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"key": "region", | ||
"required": true, | ||
"default_value": "us-south", | ||
"options": [ | ||
{ | ||
"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": "Sao Paulo (br-sao)", | ||
"value": "br-sao" | ||
}, | ||
{ | ||
"displayname": "Toronto (ca-tor)", | ||
"value": "ca-tor" | ||
}, | ||
{ | ||
"displayname": "Tokyo (jp-tok)", | ||
"value": "jp-tok" | ||
}, | ||
{ | ||
"displayname": "Washington (us-east)", | ||
"value": "us-east" | ||
} | ||
] | ||
}, | ||
{ | ||
"key": "project_names" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|
Uh oh!
There was an error while loading. Please reload this page.