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

fix ipv6 cidr block #216

Merged
merged 1 commit into from
Apr 23, 2024
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
16 changes: 15 additions & 1 deletion documents/help/ecs/configure-IPv6-address-for-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ Parameters:
CommonName:
Type: String
Default: config-ipv6
Ipv6CidrBlockNumber:
Type: Number
AssociationProperty: AutoCompleteInput
AssociationPropertyMetadata:
Length: 2
CharacterClasses:
- Class: number
min: 1
Conditions:
CreateInstance:
Fn::Equals:
Expand Down Expand Up @@ -524,6 +532,8 @@ Resources:
Fn::GetAtt:
- DsVsw
- Ipv6CidrBlock
Ipv6CidrBlockNumber:
Ref: Ipv6CidrBlockNumber
TemplateBody:
ROSTemplateFormatVersion: '2015-09-01'
Parameters:
Expand All @@ -544,6 +554,8 @@ Resources:
Ipv6InternetBandwidthId:
Type: String
Default: null
Ipv6CidrBlockNumber:
Type: Number
Conditions:
EnableIpv6ForVpc:
Fn::Equals:
Expand Down Expand Up @@ -599,7 +611,8 @@ Resources:
API: ModifyVSwitchAttribute
Method: POST
Parameters:
Ipv6CidrBlock: 252
Ipv6CidrBlock:
Ref: Ipv6CidrBlockNumber
VSwitchId:
Ref: VswId
EnableIPv6: true
Expand Down Expand Up @@ -663,5 +676,6 @@ Metadata:
- EcsInstanceId
Hidden:
- CommonName
- Ipv6CidrBlockNumber
TemplateTags:
- acs:document-help:ecs:配置ECS实例的IPv6地址
Loading