From f2db5ce3dc6d62174c2363ad94a77f8180a8d4eb Mon Sep 17 00:00:00 2001 From: qitan Date: Tue, 26 Dec 2023 14:08:24 +0800 Subject: [PATCH] rename tech solution 07 --- README-CN.md | 2 +- README.md | 2 +- ...the-cloud.yml => classic-architecture-on-the-cloud.yml} | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) rename documents/solution/high-availability-architecture/{highly-available-blog-site-on-the-cloud.yml => classic-architecture-on-the-cloud.yml} (98%) diff --git a/README-CN.md b/README-CN.md index e8ad3271..220cecbb 100644 --- a/README-CN.md +++ b/README-CN.md @@ -512,7 +512,7 @@ ROS 模板的示例和最佳实践。模板分类如下: |----------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------| | [alb-cross-region-load-balance.yml](documents/solution/high-availability-architecture/alb-cross-region-load-balance.yml) | ALB实现跨地域负载均衡。 | [解决方案](https://aliyun.com/solution/tech-solution/alb_acrlb) | | [elastic-highly-available-service.yml](documents/solution/high-availability-architecture/elastic-highly-available-service.yml) | 基于CLB、ESS构建弹性高可用服务。 | -| [highly-available-blog-site-on-the-cloud.yml](documents/solution/high-availability-architecture/highly-available-blog-site-on-the-cloud.yml) | 云上高可用博客网站。 | [解决方案](https://aliyun.com/solution/tech-solution/habwoc) | +| [highly-available-blog-site-on-the-cloud.yml](documents/solution/high-availability-architecture/classic-architecture-on-the-cloud.yml) | 云上高可用博客网站。 | [解决方案](https://aliyun.com/solution/tech-solution/habwoc) | | [highly-available-web-services.yml](documents/solution/high-availability-architecture/highly-available-web-services.yml) | 高可用及共享存储Web服务。 | diff --git a/README.md b/README.md index 5d8eb714..1bfb8f17 100644 --- a/README.md +++ b/README.md @@ -516,7 +516,7 @@ Examples and best practices of ROS templates. The templates are categorized as f |----------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------| | [alb-cross-region-load-balance.yml](documents/solution/high-availability-architecture/alb-cross-region-load-balance.yml) | Cross-regional load balancing based on ALB. | | [elastic-highly-available-service.yml](documents/solution/high-availability-architecture/elastic-highly-available-service.yml) | Build elastic and highly available services based on CLB and ESS. | -| [highly-available-blog-site-on-the-cloud.yml](documents/solution/high-availability-architecture/highly-available-blog-site-on-the-cloud.yml) | Highly available blog site on the cloud. | +| [highly-available-blog-site-on-the-cloud.yml](documents/solution/high-availability-architecture/classic-architecture-on-the-cloud.yml) | Highly available blog site on the cloud. | | [highly-available-web-services.yml](documents/solution/high-availability-architecture/highly-available-web-services.yml) | Highly available web services. | diff --git a/documents/solution/high-availability-architecture/highly-available-blog-site-on-the-cloud.yml b/documents/solution/high-availability-architecture/classic-architecture-on-the-cloud.yml similarity index 98% rename from documents/solution/high-availability-architecture/highly-available-blog-site-on-the-cloud.yml rename to documents/solution/high-availability-architecture/classic-architecture-on-the-cloud.yml index 8208acd2..2ae783bc 100644 --- a/documents/solution/high-availability-architecture/highly-available-blog-site-on-the-cloud.yml +++ b/documents/solution/high-availability-architecture/classic-architecture-on-the-cloud.yml @@ -1,7 +1,7 @@ ROSTemplateFormatVersion: '2015-09-01' Description: - en: Highly available blog site on the cloud. - zh-cn: 云上高可用博客网站。 + en: Classic architecture on the cloud. + zh-cn: 云上经典架构。 Parameters: EcsInstanceType: Type: String @@ -382,6 +382,7 @@ Metadata: en: PolarDB Information zh-cn: PolarDB配置 TemplateTags: - - 'acs:technical-solution:high-availability-architecture:云上高可用博客网站-tech_solu_07' + - >- + acs:technical-solution:high-availability-architecture:云上经典架构-tech_solu_07 Hidden: - CommonName