Skip to content

Commit

Permalink
Merge pull request #1 from linziqiaolzq/main
Browse files Browse the repository at this point in the history
add operationMetadata
  • Loading branch information
Alicloud-ComputeNest authored Nov 22, 2023
2 parents 2f1dbcc + ffa9aa1 commit 24b5f58
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
13 changes: 13 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,19 @@ Service:
DynamicTemplateParameterKey: Slb
Payer: Endpoint
ServiceType: managed
OperationMetadata:
ModifyParametersConfig:
- TemplateName: 单机版
Operation:
- Name: 网络变配
Description: 网络变配支持VPC私网变更和自定义域名变更
Type: Custom
SupportPredefinedParameters: false
EnablePrivateVpcConnection: true
EnablePrivateZoneName: true
EnableReversePrivateVpcConnection: false
EnableReversePrivateZoneName: false
EnableLogging: false
ServiceInfo:
Locale: zh-CN
ShortDescription: mysql demo
Expand Down
18 changes: 17 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,4 +366,20 @@ Outputs:
en: MySQL User Name
zh-cn: MySQL登录用户名
Value: admin
```
```

## 服务配置

[创建代运维服务完成实例运维](https://help.aliyun.com/zh/compute-nest/create-a-hosted-operations-and-maintenance-service?spm=a2c4g.11186623.0.i24#task-2167552])

[创建包含变配功能的服务](https://help.aliyun.com/zh/compute-nest/use-cases/create-a-service-that-supports-specification-changes-and-change-the-specifications-of-a-service-instance?spm=a2c4g.11186623.0.i3])

[创建包含服务升级功能的服务](https://help.aliyun.com/zh/compute-nest/upgrade-a-service-instance?spm=a2c4g.11186623.0.i17#task-2236803)

## 服务交付

[自定义服务架构图](https://help.aliyun.com/zh/compute-nest/customize-a-service-architecture?spm=a2c4g.11186623.0.0.56e736bfyUdlFm])

[服务文档上线流程](https://help.aliyun.com/zh/compute-nest/use-cases/publish-documents-to-compute-nest?spm=a2c4g.313309.0.i0])

[将服务上架云市场并上到云市场售卖](https://help.aliyun.com/zh/compute-nest/publish-a-service-to-alibaba-cloud-marketplace?spm=a2c4g.11186623.0.i7])

0 comments on commit 24b5f58

Please sign in to comment.