Configuration Managment Powerpoint

23
Configuration Management Jeannine Jacobs

Transcript of Configuration Managment Powerpoint

Page 1: Configuration Managment Powerpoint

Configuration Management

Jeannine Jacobs

Page 2: Configuration Managment Powerpoint

Overview

Best Practices

ToolsConfiguration Management – Chapter 18

Page 3: Configuration Managment Powerpoint

“…Rapid software changes is one of the more important tasks of software systems development and maintenance teams. The task encompasses adequate quality assurance of all changes performed and their proper documentation as well as identification of the software version (or release) installed by each customer” (Galin).

Page 4: Configuration Managment Powerpoint

What is SCM?

Software Configuration Management Book Definition - An SQA component responsible

for applying (computerized and non-computerized) technical tools and administrative procedures that enable completion of the tasks required to maintain SCIs and software configuration versions.

ISO 9000–3 standards

SCM deals with all the issues related to: software changes documentation of changes organizing approved software versions, Provide information and copies of registered

versions throughout the life cycle

Page 5: Configuration Managment Powerpoint

Managing ChangeSoftware Configuration Version Approved set of documented SCI versions that constitute a software

system or document at a given point of time Activities are controlled by software configuration management

procedures. Versions are released according to the set procedures

Software Configuration Item (SCI) Approved unit of software code designed for configuration management Treated as a distinct entity

JARGON!

Page 6: Configuration Managment Powerpoint

EXAMPLE Process

Do you have a chart similar to this at your job??

Page 7: Configuration Managment Powerpoint

Change Request Form

What information is needed for the review board to make a decision?

Change principlesChange detailsChange timetable and resources estimates

Page 8: Configuration Managment Powerpoint

Release New VersionsWHY?

Defective SCIs

Special Features demanded by NEW customers

Improvements to current SCIs

Page 9: Configuration Managment Powerpoint

Types of ReleasesRevisionsBaseline versionsIntermediate versions

Num

bering Conventions Exam

ple

Page 10: Configuration Managment Powerpoint

Baseline vs. IntermediateBaseline: milestones in lifecycle (reviewed, tested, and approved)

Revisions: small adjustments before a baseline is released.Intermediate: fixes for smaller issues (temporary)

Reasons to consider accepting a change: Contribution of the proposed change Urgency Effect on project timetables, level of service, etc. Effort required Required SQA efforts Resources and cost of performing the change

Page 11: Configuration Managment Powerpoint

SCM Plans Define levels of control and responsibility Identify SCI (Software Configuration Items) Define CM procedures Prepare the CM plan Establish the software project CCB (Change Control Board) Set up CM tools and library

-Susan SekiraNASA Goddard Space Flight Center

RESOURCES

FOLLOW-UPDEV/OP STAGES

? How do these plan objectives strengthen the effect of SCM?

Page 12: Configuration Managment Powerpoint

Evolution Models

Linear Model Only ONE unique version All customers use same version

Single organization Packages with similar structure

Tree Model Parallel versions Serves different customers at

same time Firmware Configurations

Page 13: Configuration Managment Powerpoint

Version Control & Information Services

• Information related to software change control

• Information about SCIs and software configuration versions

Page 14: Configuration Managment Powerpoint

Audits

SCM audits are performed to evaluate compliance with SCM procedures

They cannot serve as compliance enforcement tools

Examples:• Percentage of unapproved changes• Percentages of properly documented new SCIs• Percentage of design reviews and software tests of

changed SCIs that have not been performed according to the relevant procedures

• Percentage of cases of failure to transmit all version–related information to the customer.

What are the risks involved with partial compliance? ?

Page 15: Configuration Managment Powerpoint

Industry Advice“5 Things About Configuration Management Your Boss Needs to Know” Configuration Management (CM)

ensures that the current design and build state of the system is known, good & trusted; and doesn’t rely on the tacit knowledge of the development team. [IT Automation]

 “You can pay me now, or you can pay me later.” The quote is just as valid with regard to Configuration Management.

 New York Stock Exchange (NYSE) dealt with back over 10 years ago. A software “glitch” prevented the NYSE from trading stocks for almost 90 minutes. 

“Top 10 Best Practices in Configuration Management” Organize Shared Code into

Separate Products- The best practice in this situation is to partition the shared code into one (or more) separate products.

Separate Problems/ Issues/ Defects from Activities/ Features/ Tasks- It's critical to distinguish engineering problems from features as they are completely different processes.

Continuous Automation- The more advanced the automation, the higher your quality and the lower your costs

Page 16: Configuration Managment Powerpoint

“A tool is only as good as you use it,” the saying goes…When deploying new software configuration management (SCM) tools, implementers sometimes focus on perfecting fine-grained activities, while unwittingly carrying forward poor, large-scale practices from their previous jobs or previous tools. The result is a well-executed blunder.

Industry AdviceHigh-level Best Practices in Software Configuration Management

By Laura Wingerd & Christopher Seiwald

Page 17: Configuration Managment Powerpoint

Training

Page 18: Configuration Managment Powerpoint

SCM Tools

Ansible, Puppet, and Docker

Page 19: Configuration Managment Powerpoint

? Bonus Question: What is an Ansible?

Page 20: Configuration Managment Powerpoint

Improved change quality

With Puppet Enterprise, everyone, including the change management team, has confidence in the quality of changes.

That’s because as changes go through the different environments — dev, test, pre-production — everyone has high confidence that these upstream environments look just like production.

Page 21: Configuration Managment Powerpoint

PACKAGE YOUR APPLICATION INTO A STANDARDIZED UNIT FOR SOFTWARE DEVELOPMENT

Docker containers wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries – anything that can be installed on a server.

This guarantees that the software will always run the same, regardless of its environment.

Page 22: Configuration Managment Powerpoint

Questions?

Page 23: Configuration Managment Powerpoint

References• UpGuard . (2016). 5 Things About Configuration Management Your Boss Needs To Know. Retrieved from UpGuard :

https://www.upguard.com/blog/5-configuration-management-boss• Farah, J. (2007, Nov 27). Top 10 Best Practices in Configuration Management. Retrieved from CM Crossroads:

https://www.cmcrossroads.com/article/top-10-best-practices-configuration-management?page=0%2C7• GALIN, D. (2004). Software Quality Assurance: From theory to implementation. Essex: Pearson Education Limited.• Wingerd, L. a. (1998, Jul). High-level Best Practices in Software Configuration Management. Retrieved from Perforce:

https://www.perforce.com/sites/default/files/pdf/perforce-best-practices.pdf• Lego Image: http://theremedyforit.com/2011/12/version-control-in-bmc-ars/• CMP Flow Chart: Susan Sekira, NASA Goddard Space Flight Center, March 2008:

http://www.slideshare.net/adorepump/software-configuration-management-presentation-878520/5• Change Request Form: http://OpenThinkLabs.com• Final.doc Comic: PHDComics.com• Version Control Comic: http://www.eeweb.com/rtz/version-control• CMPIC: https://www.cmpic.com/PDFs/CMPIC_Brochure.pdf• Justin: http://www.justin.fi/en/services/training/practical-configuration-management/• Rocannon’s World Book Image: https://en.wikipedia.org/wiki/Rocannon%27s_World• Ansible Website: https://www.ansible.com/configuration-management• Puppet Case Study: https://puppet.com/resources/case-study/lv/thank-you• Docker Website: https://www.docker.com/