polestar 2006-12-19 10:29
CMMI2-Configuration Management学习
因为文档内容太长了,如果有人有需要的话,我会把这部分内容的标准贴上来。
以前我学习这个PA的时候做了一些笔记,有时间的话我会整理上来,给大家一起分享一下CMMI2级的配置管理内容。
不过时间可能会拖的有点长,打字还是很慢的,哈
polestar 2006-12-19 10:43
CONFIGURATION MANAGEMENT
Purpose
The purpose of Configuration Management is to establish and maintain
the integrity of work products using configuration identification,
configuration control, configuration status accounting, and configuration
audits. [PA159]
目的:通过配置标识,配置控制,配置状态统计和配置审计来建立,维护工作产品的的完整性
分析:
1,建立:就是把产品的各项纳入配置管理中,建立配置环境
以CC为例,建立vob库,给vob库命名,建立配置库结构,设定权限等
2,维护:这里的维护,包括了配置审计,配置状态报告等,严格控制配置项的出库和入库
应该有记录信息和维护信息
3,生命周期:CM的活动应该是贯穿整个生命周期的,可以参考RUP
4,完整性:完整性有点狭义,可以扩展为完整和正确。包括文档,源码的一致性和正确性。通过一些审计手段来控制和保证,比如FCA和PCA
polestar 2006-12-19 17:26
The Configuration Management process area involves the following:
[PA159.N101]
•Identifying the configuration of selected work products that
compose the baselines at given points in time
•Controlling changes to configuration items
•Building or providing specifications to build work products from the
configuration management system
•Maintaining the integrity of baselines
•Providing accurate status and current configuration data to
developers, end users, and customers
配置管理的几个方面,说的包括:
1,配置标识,需要为工作产品识别配置项,并且这些配置项如何在给定的时间组成什么类型的基线。应该说并非所有的工作产品都需要纳入配置管理的,如何来选择配置项应该是有详细的定义的,包括基线的定义。
2,变更控制。这个应该是都会碰到的,如何管理和控制变更。
3,构建。配置管理还包括了构建管理
4,维护基线。包括基线的完整性,基线的升级,基线的确定流程等
5,统计和分发。应该能随时的包括目前配置库的状态,所有配置项的状态等,而且能准确的对配置项进行分发和维护。
果蛋子 2006-12-28 09:53
期待斑竹的后续!!::em71:: ::em71::
yuannahui 2008-1-2 15:52
[quote]原帖由 [i]polestar[/i] 于 2006-12-19 17:26 发表 [url=http://www.scmlife.com/bbs/redirect.php?goto=findpost&pid=13413&ptid=1766][img]http://www.scmlife.com/bbs/images/common/back.gif[/img][/url]
配置管理还包括了构建管理 ... [/quote]
好像在GG和SG中很少描述这个部分。