Skip to content

Commit

Permalink
docs: add version control list
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 7, 2020
1 parent 54bee7e commit 7635619
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/assets/docs/practise.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,20 @@ merge newbranch

## 3. 代码化

### 版本化

每个 DevOps 阶段需要版本化的对象(《DevOps 最佳实践》)

| 阶段 | 版本化的对象 | 工具化 |
| ---- | ------------------------------------- | ------------------------------ |
| 规划 | 主题、史诗、特性 | 需求管理工具 |
| 编码 | S-CI、基线、数据模型 | 软件管理工具 <br> 数据建模工具 |
| 构建 | 构建 ID | 构建服务器工具 |
| 测试 | 测试数据 、测试用例、测试集、测试运行 | 测试管理 <br> 测试自动化工具 |
| 发布 | 发布说明、部署脚本、配置文件 | 发布工具 |
| 运维 | 数据文件、协议 | 数据文件管理工具 |
| 监控 | 监控配置文件 | 监控系统 |

### 基础设施即代码

> 基础设施即代码是一种基于从软件开发实践的基础设施自动化的方法。它强调系统及其配置的日常置备和变更具有一致性和可重复性。 —— 《基础设施即代码:云服务器管理》
Expand Down

0 comments on commit 7635619

Please sign in to comment.