Jump to content

DevOps: Difference between revisions

From Wikipedia, the free encyclopedia
[accepted revision][accepted revision]
Content deleted Content added
→‎Cultural change: remove memes; remove a gratuitous Matrix reference
Line 118: Line 118:
# Increased focus on [[test automation]]<ref>{{Cite web | url = http://devops.com/2015/08/21/impacts-devops-testing/ | title = Impact of DevOps on Testing | publisher = DevOps.com}}</ref> and [[continuous integration]] methods;
# Increased focus on [[test automation]]<ref>{{Cite web | url = http://devops.com/2015/08/21/impacts-devops-testing/ | title = Impact of DevOps on Testing | publisher = DevOps.com}}</ref> and [[continuous integration]] methods;
# A critical mass of publicly–available best practices.
# A critical mass of publicly–available best practices.

===Incremental adoption===
The [[theory of constraints]] (ToC) applies to the adoption of DevOps: the limiting constraint is often the ingrained aversion to change from departments within the enterprise.<ref>{{cite web |url= http://www.leanproduction.com/theory-of-constraints.html |title=Theory of Constraints|publisher=vorne Industries Inc. |access-date=13 November 2015}}</ref> Incremental adoption embodies the methodology that the theory of constraints provides for combating any constraint, known as the “five focusing steps”.<ref>{{cite journal|last=Bhargava |first=Rajat | date= 27 March 2014 | title= DevOps Adoption – Startups | url= http://devops.com/2014/03/27/devops-adoption-startups/ | journal=DevOps.com }}</ref>

The incremental approach centers around the idea of minimizing risk and cost of a DevOps adoption whilst building the necessary in-house skillset and momentum needed to have widespread successful implementation across the enterprise.<ref>{{cite journal|last=Kim |first=Gene | date= 22 January 2013 | title= DevOps distilled, Part 1: The three underlying principles | url= http://www.ibm.com/developerworks/library/se-devops/part1/part1-pdf.pdf | journal=IBM DeveloperWorks }}</ref><ref name = "Three Ways">{{cite journal|last=Kim |first=Gene | title= The Three Ways: The Principles Underpinning DevOps | url= http://itrevolution.com/the-three-ways-principles-underpinning-devops/| journal= IT Revolution Press| access-date=13 November 2015 }}</ref>



==References==
==References==

Revision as of 01:44, 17 July 2017

DevOps (a clipped compound of "development" and "operations") is a software development and delivery process that emphasizes communication and collaboration between product management, software development, and operations professionals.[1][2][3] It seeks to automate the process of software integration, testing, deployment, and infrastructure changes by establishing a culture and environment where building, testing, and releasing software can happen rapidly, frequently, and more reliably.[4][5][6]

History

Venn diagram showing DevOps as the intersection of development (software engineering), operations and quality assurance (QA)

At the Agile 2008 conference, Andrew Shafer and Patrick Debois presented on "Agile Infrastructure".[7] The term DevOps was popularized through a series of "devopsdays" starting in 2009 in Belgium.[8] Since then, there have been devopsdays conferences, held in many countries, worldwide.[9]

The popularity of DevOps has grown in recent years, inspiring many other tangential initiatives including OpsDev, WinOps, and BizDevOps.[10][11][12]

DevOps toolchain

Illustration showing stages in a DevOps toolchain
Illustration showing stages in a DevOps toolchain

As DevOps is a truly cross-functional mode of working, there is no single "DevOps tool": it is rather a set (or "toolchain") of multiple tools.[13] DevOps tools tend to fit into one or more of these categories, reflective of key aspects of the development and delivery process:[14][15]

  1. Code — code development and review, source code management tools, code merging
  2. Build — continuous integration tools, build status
  3. Test — continuous testing tools that provide feedback on business risks
  4. Package — artifact repository, application pre-deployment staging
  5. Release — change management, release approvals, release automation
  6. Configure — infrastructure configuration and management, Infrastructure as Code tools
  7. Monitor — applications performance monitoring, end–user experience

While there are many tools available, certain categories are essential in a DevOps toolchain; especially continuous integration (e.g. Jenkins) and infrastructure as code (e.g. Puppet).[16][17]

Relationship to other approaches

Agile

The need for DevOps arose from the increasing success of agile software development, as that led to organizations wanting to release their software faster and more frequently. They sought to overcome the strain this put on their release management processes, by adopting patterns such as application release automation, continuous integration tools, and continuous delivery.[18]

Continuous delivery

Continuous delivery and DevOps have common goals and are often used in conjunction, but there are subtle differences.[19][20]

While continuous delivery is focused on automating the processes in software delivery, DevOps also focuses on the organization change to support great collaboration between the many functions involved.[19]

DevOps and continuous delivery share a background in agile methods and lean thinking: small and quick changes with focused value to the end customer.[21] They are well communicated and collaborated internally, thus helping achieve quick time to market, with reduced risks.

Site reliability engineering

In 2003, Google developed site reliability engineering, a new approach for releasing new features continuously into large-scale high-availability systems while maintaining high-quality end user experience.[22] Some aspects of DevOps have taken a similar appraoch.[23]

Goals

The goals of DevOps span the entire delivery pipeline. They include:

  • Improved deployment frequency;
  • Faster time to market;
  • Lower failure rate of new releases;
  • Shortened lead time between fixes;
  • Faster mean time to recovery (in the event of a new release crashing or otherwise disabling the current system).

Simple processes become increasingly programmable and dynamic, using a DevOps approach.[24] DevOps aims to maximize the predictability, efficiency, security, and maintainability of operational processes. Very often, automation supports this objective.

DevOps integration targets product delivery, continuous testing, quality testing, feature development, and maintenance releases in order to improve reliability and security and provide faster development and deployment cycles. Many of the ideas (and people) involved in DevOps came from the enterprise systems management and agile software development movements.[25]

DevOps helps software application release management for an organization, by factoring in infrastructure related code as yet another artifact in the software build and release cycle. When you combine the use of a ticket tracking system (e.g. JIRA), version control (e.g. git) and configuration management tool (e.g. Puppet), changes can be more easily processed, tracked and reported on. Developers and Operations have an interest and stake in keeping production up and running, therefore any code related to infrastructure is now considered yet another artifact in the software delivery process.

Views on the benefits claimed for DevOps

Companies that practice DevOps have reported significant benefits, including: significantly shorter time to market, improved customer satisfaction, better product quality, more reliable releases, improved productivity and efficiency, and the increased ability to build the right product by fast experimentation.[26]

However, a study released in January 2017 by F5 of almost 2,200 IT executives and industry professionals found that only one in five surveyed think DevOps had a strategic impact on their organization despite rise in usage. The same study found that only 17% identified DevOps as key, well below software as a service (42%), big data (41%) and public cloud infrastructure as a service (39%).[27]

Cultural change

DevOps is more than just a tool or a process change; it inherently requires an organizational culture shift.[28] This cultural change is especially difficult, because of the conflicting nature of departmental roles:

Getting these groups to work cohesively is a critical challenge in enterprise DevOps adoption.[30][31]

While DevOps reflects complex topics, the DevOps community uses analogies to communicate important concepts, much like "The Cathedral and the Bazaar" from the open source community.[32]

  • Cattle & Pets: the paradigm of disposable server infrastructure.
  • 10 deployments per day: the story of Flickr adopting DevOps.

Building a DevOps culture

DevOps TShirt worn at a computer conference.

DevOps principles demand strong interdepartmental communication—team-building and other employee engagement activities are often used—to create an environment that fosters this communication and cultural change, within an organization.[33] Team–building activities can include board games, trust activities, and employee engagement seminars.[34]

Deployment

Companies with very frequent releases may require a DevOps awareness or orientation program. For example, the company that operates the image hosting website Flickr developed a DevOps approach, to support a business requirement of ten deployments per day;[35] this daily deployment cycle would be much higher at organizations producing multi-focus or multi-function applications. This is referred to as continuous deployment[36] or continuous delivery [37] and has been associated with the lean startup methodology.[38] Working groups, professional associations and blogs have formed on the topic since 2009.[6][39][40]

DevOps and architecture

To practice DevOps effectively, software applications have to meet a set of architecturally significant requirements (ASRs), such as: deployability, modifiability, testability, and monitorability.[41] These ASRs require a high priority and cannot be traded off lightly.

Although in principle it is possible to practice DevOps with any architectural style — the microservices architectural style is becoming the standard for building continuously deployed systems. Because the size of each service is small, it allows the architecture of an individual service to emerge through continuous refactoring,[42] hence reducing the need for a big upfront design[citation needed] and allows for releasing the software early[citation needed] and continuously.

Scope of adoption

Some articles in the DevOps literature assume, or recommend, significant participation in DevOps initiatives from outside an organization's IT department, e.g.: "DevOps is just the agile principle, taken to the full enterprise."[43]

A survey published in January 2016 by the SaaS cloud-computing company RightScale, DevOps adoption increased from 66 percent in 2015 to 74 percent in 2016. And among larger enterprise organizations, DevOps adoption is even higher — 81 percent.[44]

Adoption of DevOps is being driven by many factors — including:

  1. Use of agile and other development processes and methods;
  2. Demand for an increased rate of production releases — from application and business unit stakeholders;
  3. Wide availability of virtualized[45] and cloud infrastructure — from internal and external providers;
  4. Increased usage of data center automation[46] and configuration management tools;
  5. Increased focus on test automation[47] and continuous integration methods;
  6. A critical mass of publicly–available best practices.

References

  1. ^ Loukides, Mike (2012-06-07). "What is DevOps?".
  2. ^ Floris, Erich; Chintan, Amrit; Maya, Daneva (2014-12-10). "A Mapping Study on Cooperation between Information System Development and Operations".
  3. ^ Turnbull, James (Feb 2010). "What DevOps means to me..." Kartar.
  4. ^ Samovskiy, Dmitriy (2010-03-02). "The Rise of DevOps". Fubaredness Is Contagious.
  5. ^ Kim, Gene. "DevOps Culture Part 1".
  6. ^ a b Lyman, Jay. "DevOps mixing dev, ops, agile, cloud, open source and business". 451 CAOS Theory.
  7. ^ Debois, Patrick. "Agile 2008 Toronto". Just Enough Documented Information. Retrieved 12 March 2015.
  8. ^ Debois, Patrick (2009). "DevOpsDays Ghent". DevopsDays. Retrieved 31 March 2011.
  9. ^ Debois, Patrick. "DevOps Days". DevOps Days. Retrieved 31 March 2011.
  10. ^ Schitzer, Eran (Oct 2015). "DevOps Must Also Mean OpsDev". DevOps.com.
  11. ^ Weinberger, Matt (25 November 2014), Microsoft study finds everybody wants DevOps but Culture is a Challenge, Computerworld
  12. ^ Shoeb, Javed (June 21, 2017). "Introducing BizDevOps - Why DevOps Doesn't Work for Enterprise Applications". dzone.com. Retrieved 2017-06-21. {{cite web}}: Cite has empty unknown parameter: |dead-url= (help)
  13. ^ Gartner Market Trends: DevOps – Not a Market, but Tool-Centric Philosophy That supports a Continuous Delivery Value Chain (Report). Gartner. 18 February 2015.
  14. ^ Edwards, Damon. "Integrating DevOps tools into a Service Delivery Platform". dev2ops.org.
  15. ^ Seroter, Richard. "Exploring the ENTIRE DevOps Toolchain for (Cloud) Teams". infoq.com.
  16. ^ Theakanath, Thomas. "DevOps Stack on a Shoestring Budget". devops.com.
  17. ^ "Stronger DevOps Culture with Puppet and Vagrant". Puppet Labs. Retrieved 2015-10-22.
  18. ^ Best Practices in Change, Configuration and Release Management (Report). Gartner. 14 July 2010.
  19. ^ a b Humble, Jez; Farley, David (2011). Continuous Delivery: reliable software releases through build, test, and deployment automation. Pearson Education Inc. ISBN 978-0-321-60191-9.
  20. ^ Hammond, Jeffrey (9 September 2011). "The Relationship between DevOps and Continuous Delivery". Forrester Research. Forester.
  21. ^ Ambler, Scott W. (12 February 2014). "We need more Agile IT Now!". Dr. Dobb’s The world of software Development. San Francisco: UBM.
  22. ^ Site Reliability Engineering. O'Reilly Media. April 2016. ISBN 978-1-4919-2909-4. {{cite book}}: Cite uses deprecated parameter |authors= (help)
  23. ^ Love DevOps? Wait until you meet SRE
  24. ^ "What is DevOps?". NewRelic.com. Retrieved 2014-10-21.
  25. ^ Nasrat, Paul. "Agile Infrastructure". InfoQ. Retrieved 31 March 2011.
  26. ^ Chen, Lianping (2015). "Continuous Delivery: Huge Benefits, but Challenges Too". IEEE Software. 32 (2): 50. doi:10.1109/MS.2015.27.
  27. ^ Bourne, James (23 January 2017). "New research questions strategic importance of DevOps despite rise in usage". CloudTech.
  28. ^ Emerging Technology Analysis: DevOps a Culture Shift, Not a Technology (Report). Gartner.
  29. ^ Loukides, Mike (11 June 2012). What is Devops?. Oreilly Media.
  30. ^ "Gartner IT Glossary – devops". Gartner. Retrieved October 30, 2015.
  31. ^ Jones, Stephen; Noppen, Joost; Lettice, Fiona (21 July 2016). "Management challenges for DevOps adoption within UK SMEs".
  32. ^ "What are known useful and misleading memes in the DevOps culture?". devops.stackexchange.com. Retrieved 2017-06-29.
  33. ^ Walls, Mandi (15 April 2013). "Building a DevOps Culture". OReilly Media. {{cite journal}}: Cite journal requires |journal= (help)
  34. ^ Roach, Patrick. "Dice Breakers: Using DevOps principles and nerdery to reimagine Team building". DevOps.com.
  35. ^ "10+ Deploys Per Day: Dev and Ops Cooperation at Flickr".
  36. ^ "SAM SIG: Applied Lean Startup Ideas: Continuous Deployment at kaChing". SVForum.
  37. ^ Humble, Jez. "Why Enterprises Must Adopt Devops to Enable Continuous Delivery". Cutter IT Journal.
  38. ^ "Applied Lean Startup Ideas: Continuous Deployment at kaChing".
  39. ^ "DevOps Days 2009 Conference".
  40. ^ Edwards, Damon. "DevOps Meetup Recap".
  41. ^ Chen, Lianping (2015). Towards Architecting for Continuous Delivery. The 12th Working IEEE/IFIP Conference on Software Architecture(WICSA 2015). Montréal, Canada: IEEE. {{cite conference}}: External link in |conferenceurl= (help); Unknown parameter |conferenceurl= ignored (|conference-url= suggested) (help)
  42. ^ Chen, Lianping; Ali Babar, Muhammad (2014). Towards an Evidence-Based Understanding of Emergence of Architecture through Continuous Refactoring in Agile Software Development. The 11th Working IEEE/IFIP Conference on Software Architecture(WICSA 2014). IEEE. {{cite conference}}: External link in |conferenceurl= (help); Unknown parameter |conferenceurl= ignored (|conference-url= suggested) (help)
  43. ^ "DevOps is Agile for the Rest of the Company". DevOps.com.
  44. ^ Harvey, Cynthia (9 January 2017). "10 Ways DevOps is Changing the Enterprise". Datamation.
  45. ^ "Virtual Infrastructure products: features comparison". Welcome to IT 2.0: Next Generation IT infrastructures.
  46. ^ Ellard, Jennifer. "Bringing Order to Chaos through Data Center Automation". Information Management. SourceMedia.
  47. ^ "Impact of DevOps on Testing". DevOps.com.

Further reading