From 5f9723cbccbe9702bfcb656d9532e8ce5a7580a2 Mon Sep 17 00:00:00 2001 From: "YinCunKun.YCK" Date: Mon, 14 Oct 2024 09:45:28 +0800 Subject: [PATCH] update config --- .DS_Store | Bin 0 -> 6148 bytes .computenest/config.yaml | 32 +++++++++++++++++- ...template.yaml => template-select-ecs.yaml} | 0 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .DS_Store rename .computenest/ros_templates/{template.yaml => template-select-ecs.yaml} (100%) diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..de5fc53990f435abad0808330fef4a844df945b2 GIT binary patch literal 6148 zcmeH~F^LL|d(t0@2UW`S!Tku=OfJ-;({to>)nK zk%75DdH(StZPNiy=_3~Vxh+TmDIf);fE17d zD^ehj@!ft!&!k6@0#aZd3i$V-(495eI^)y95F-FNupGv9%o1er0$G!-lNFlf^kCU) zF@|_O+R2jF)nx1J?XVm^EbnYS#n7y`!wM6c)qsK&kOB(@wml#H{6EwGn*SFqN~M4l zcryiTIDMUte5pKJUtZ7am#q4_(aE@+;nz<96F-U%^f2xhUywD~I$5FVM<8TSkOKdz Fz!Qau5~2VA literal 0 HcmV?d00001 diff --git a/.computenest/config.yaml b/.computenest/config.yaml index 449ca53..a07fa3a 100644 --- a/.computenest/config.yaml +++ b/.computenest/config.yaml @@ -11,7 +11,37 @@ Service: ArtifactVersion: ${Artifact.EcsImage.ArtifactVersion} TemplateConfigs: - Name: 选择ECS实例(仅Linux) - Url: 'ros_templates/template.yaml' + Url: 'ros_templates/template-select-ecs.yaml' + AllowedRegions: + - cn-qingdao + - cn-beijing + - cn-zhangjiakou + - cn-huhehaote + - cn-wulanchabu + - cn-hangzhou + - cn-shanghai + - cn-nanjing + - cn-shenzhen + - cn-heyuan + - cn-guangzhou + - cn-fuzhou + - cn-wuhan-lr + - cn-chengdu + - cn-hongkong + - ap-northeast-1 + - ap-northeast-2 + - ap-southeast-1 + - ap-southeast-3 + - ap-southeast-6 + - ap-southeast-5 + - ap-southeast-7 + - us-east-1 + - us-west-1 + - eu-west-1 + - me-east-1 + - eu-central-1 + - Name: 新建ECS实例 + Url: 'ros_templates/template-create-ecs.yaml' AllowedRegions: - cn-qingdao - cn-beijing diff --git a/.computenest/ros_templates/template.yaml b/.computenest/ros_templates/template-select-ecs.yaml similarity index 100% rename from .computenest/ros_templates/template.yaml rename to .computenest/ros_templates/template-select-ecs.yaml