Skip to content
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

Synchronize documents and update templates #159

Merged
merged 2 commits into from
Nov 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,43 @@ Parameters:
Description:
zh-cn: >-
3到63个字符,不以连字符(-)开头和结尾,可以包含小写字母、数字和连字符(-);<br>备注:<font
color='blue'><b>需要保证整个网络的唯一性,已经存在的无法创建</b></font>
color='blue'><b>需要保证整个网络的唯一性,已经存在的无法创建</b></font>
en: >-
3 to 63 characters, not beginning and ending with a hyphen (-), can
contain lowercase letters, Numbers and hyphens (-);<br>Note: <font
color='blue'><b>need whole network uniqueness, already existing can not
be created.</b></font>
Default: example-bucket-data-lake
MinLength: 3
Label:
zh-cn: 存储空间名称
en: Bucket Name
AssociationProperty: AutoCompleteInput
AssociationPropertyMetadata:
Length: 3
Prefix: example-bucket-data-lake
CharacterClasses:
- Class: lowercase
min: 1
AllowedPattern: '^[a-z0-9]+[a-z0-9\-]*[a-z0-9]+$'
MaxLength: 63
MinLength: 3
Type: String
WorkspaceName:
Label:
zh-cn: 工作空间名称。
en: The name of the dataset.
Description:
zh-cn: 工作空间名称,长度为3~23 个字符,可以包含字母、下划线或数字。必须以大小字母开头。<br>备注:<font
color='blue'><b>需要保证当前地域内唯一,已经存在的无法创建。</b></font>
en: The workspace name contains 3 to 23 characters and can contain letters, underscores (_), or digits. Must start with a small or large letter. <br> Note:<font color='blue'><b> Must be unique in the current locale. An existing one cannot be created. </b></font>
AssociationProperty: AutoCompleteInput
AssociationPropertyMetadata:
Length: 2
Prefix: hymenoptera_workspace
CharacterClasses:
- Class: lowercase
min: 1
MaxLength: 23
MinLength: 3
Type: String
Resources:
Vpc:
Expand Down Expand Up @@ -203,6 +227,15 @@ Resources:
BucketName:
Ref: BucketName
DeletionForce: true
Workspace:
Type: ALIYUN::PAI::Workspace
Properties:
EnvTypes:
- prod
- dev
Description: Workspace
WorkspaceName:
Ref: WorkspaceName
Metadata:
ALIYUN::ROS::Interface:
ParameterGroups:
Expand All @@ -217,6 +250,10 @@ Metadata:
- BucketName
Label:
default: OSS
- Parameters:
- WorkspaceName
Label:
default: PAI
TemplateTags:
- acs:technical-solution:data-analysis:云原生企业级数据湖
Hidden:
Expand Down