Skip to content

Commit d2f8da3

Browse files
author
aliyun-computenest
committed
Init computenest project.
on-behalf-of: @org [email protected]
1 parent adbf321 commit d2f8da3

File tree

4 files changed

+32
-21
lines changed

4 files changed

+32
-21
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"RepoName":"aliyun-computenest/quickstart-qoder-cli","RegionId":"cn-hangzhou","Owner":"Alicloud-ComputeNest","Branch":"main","Platform":"github"}

.computenest/config.yaml

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ Service:
33
DeployMetadata:
44
SupplierDeployMetadata:
55
SupplierTemplateConfigs:
6-
- Name: 选择ECS实例(Linux)
7-
Url: ros_templates/template-select-ecs.yaml
8-
PredefinedParameters: []
9-
- Name: 新建ECS实例
10-
Url: ros_templates/template-create-ecs.yaml
11-
PredefinedParameters: []
12-
TemplateConfigs:
136
- Name: 选择ECS实例(Linux)
147
Url: ros_templates/template-select-ecs.yaml
158
PredefinedParameters: []
16-
DeployScene: ECS
179
- Name: 新建ECS实例
1810
Url: ros_templates/template-create-ecs.yaml
1911
PredefinedParameters: []
20-
DeployScene: ECS
12+
TemplateConfigs:
13+
- Name: 选择ECS实例(Linux)
14+
Url: ros_templates/template-select-ecs.yaml
15+
PredefinedParameters: []
16+
DeployScene: ECS
17+
- Name: 新建ECS实例
18+
Url: ros_templates/template-create-ecs.yaml
19+
PredefinedParameters: []
20+
DeployScene: ECS
2121
NetworkMetadata:
2222
EnablePrivateVpcConnection: false
2323
EnableReversePrivateVpcConnection: false
@@ -33,18 +33,13 @@ Service:
3333
EnablePrometheus: false
3434
ServiceType: private
3535
ServiceInfo:
36-
- Agreements: []
37-
Image: resources/icons/service_logo.png
38-
Locale: zh-CN
39-
Name: Golang运行环境
40-
ShortDescription: Qoder CLI 内置了 Grep、Read、Write 和 Bash 等工具,可用于文件/目录操作与执行 shell 命令。
41-
Softwares: []
42-
- Agreements: []
43-
Image: resources/icons/service_logo.png
44-
Locale: en-US
45-
Name: Golang Runtime Environment
46-
ShortDescription: Qoder CLI includes built-in tools such as Grep, Read, Write, and Bash, which can be used for file...
47-
Softwares: []
36+
- Locale: zh-CN
37+
Name: QoderCli运行环境
38+
ShortDescription: Qoder CLI 内置了 Grep、Read、Write 和 Bash 等工具,可用于文件/目录操作与执行 shell
39+
命令。
40+
Image:
41+
https://service-info-public.oss-cn-hangzhou.aliyuncs.com/1853370294850618/service-image/20ef74c3-8e4c-4075-8938-fe251402dd93.jpg
42+
Softwares: []
4843
ShareType: Public
4944
ApprovalType: Manual
5045
Artifact: {}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
templateName: 新建ECS实例
2+
regionId: cn-hangzhou
3+
parameters:
4+
VpcCidrBlock: "192.168.0.0/16"
5+
VpcOption: "NewVPC"
6+
PayType: "PostPaid"
7+
EcsInstanceType: "$[iact3-auto]"
8+
VSwitchCidrBlock: "192.168.1.0/24"
9+
InstancePassword: "$[iact3-auto]"
10+
caseId: stc-fee9423096ff46289ec2
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
templateName: 选择ECS实例(Linux)
2+
regionId: cn-hangzhou
3+
parameters:
4+
InstanceId: "Please fill in"
5+
caseId: stc-3e918815576348d8bca0

0 commit comments

Comments
 (0)