Continuous configuration automation: Difference between revisions

Content deleted Content added
m Add Rudder as an example of CCA tools
m Removing link(s) Wikipedia:Articles for deletion/Otter (software) closed as delete (XFDcloser)
 
(29 intermediate revisions by 18 users not shown)
Line 1:
'''Continuous configuration automation''' ('''CCA''') is the methodology or process of automating the deployment and configuration of settings and software for both physical and virtual [[data center]] equipment.<ref name="CCA" >{{cite report
|lastlast1= Fletcher | firstfirst1= Colin | last2= Cosgrove | first2=Terrence
|title=Innovation Insight for Continuous Configuration Automation Tools
|website=Gartner
|url=http://www.gartner.com/document/3119319?ref=unauthreader
| date=26 August 2015
}}{{dead link|date=December 2021|bot=medic}}{{cbignore|bot=medic}}</ref>
}}</ref>
 
==Overview==
Continuous configuration automation is marketed for [[data center]] and application [[configuration management]]. CCA tools use a programmable framework for configuration and orchestration through coding, planning, and incrementally adopting policies.<ref>{{cite web | url= http://info.easydynamics.com/blog/continuous-integration-infrastructure-as-code | title= Continuous Integration: Infrastructure as Code in DevOps | last= Ramos | first= Martin | website= easydynamics.com | date= 4 November 2015 | access-date= 11 May 2016 | archive-date= 6 February 2016 | archive-url= https://web.archive.org/web/20160206165308/http://info.easydynamics.com/blog/continuous-integration-infrastructure-as-code | url-status= dead }}</ref><ref>{{cite report |title=Infrastructure As Code: Fueling the Fire for Faster Application Delivery |publisher=Forrester |date=March 2015}}</ref>
 
==Relationship to DevOps==
Line 21:
 
==Tools==
CCA tools support administrators and developers to automate the configuration and Orchestration of physical and virtual infrastructure in a systematic way that give visibility to state of infrastructure within an enterprise. Generally thought of as an extension of [[infrastructure as code]] (IaC) frameworks.<ref name="CCA" /> CCA tools include [[Ansible (software)|Ansible]], [[Chef software]], [[Otter (software)|Otter]], [[Puppet (software)]], [[Rudder (software)]] and [[SaltStack]].<ref >{{cite web | url= http://www.networkworld.com/article/2172097/virtualization/puppet-vs--chef-vs--ansible-vs--salt.html | title= Puppet vs. Chef vs. Ansible vs. Salt | last= Venezia | first= Paul | date= 21 November 2013 | website= [[Network World]] | publisher= Network World | access-date= 14 December 2015 | archive-date= 18 July 2018 | archive-url= https://web.archive.org/web/20180718030604/https://www.networkworld.com/article/2172097/virtualization/puppet-vs--chef-vs--ansible-vs--salt.html | url-status= dead }}</ref> Each tool has a different method of interacting with the system some are agent-based, push or pull, through an interactive UI. Similar to adopting any DevOps tools, there are barriers to bring on CCA tools and factors that hinder and accelerate adoption.<ref >{{cite report
| url=http://www.networkworld.com/article/2172097/virtualization/puppet-vs--chef-vs--ansible-vs--salt.html
| title= Puppet vs. Chef vs. Ansible vs. Salt
| last= Venezia | first=Paul | date= 21 November 2013| website= networkworld.com | publisher= Network World | access-date=14 December 2015
}}</ref> Each tool has a different method of interacting with the system some are agent-based, push or pull, through an interactive UI. Similar to adopting any DevOps tools, there are barriers to bring on CCA tools and factors that hinder and accelerate adoption.<ref >{{cite report
|title=Garner Market Trends: DevOps – Not a Market, but Tool-Centric Philosophy That supports a Continuous Delivery Value Chain
|publisher=[[Gartner]]
|date=18 February 2015
}}</ref>
 
Notable CCA tools include:
{| class="wikitable"
! Tool !! Developed by !! Initial release !! Method !! Approach !! Written in
|-
! [[Ansible (software)|Ansible]]
| [[Red Hat]]
| {{release date and age|2012}}
| Push
| Declarative and imperative
|[[Python (programming language)|Python]]
|-
![[CFEngine]]
|Northern.tech
| {{release date and age|1993}}
|Pull
|Declarative
|[[C (programming language)|C]]<ref>{{Cite web|url=https://cfengine.com/learn/what-is-cfengine/|title = CFEngine 3.18.0 Documentation - What is CFEngine?}}</ref>
|-
![[Progress Chef|Chef]]
|[[Progress Software|Progress]]
| {{release date and age|2009}}
|Pull
|Imperative
|[[Ruby (programming language)|Ruby]]
|-
!Otter
|Inedo
| {{release date and age|2015}}
|Push
|Declarative and imperative
| -
|-
![[Puppet (software)|Puppet]]
|[[Puppet (company)|Puppet]]
| {{release date and age|2005}}
|Pull
|Declarative
|[[C++]], [[Clojure]] since 4.0, [[Ruby (programming language)|Ruby]]
|-
![[Salt (software)|Salt]]
|[[VMware]]
| {{release date and age|2011}}
|Push and Pull
|Declarative and imperative
|[[Python (programming language)|Python]]
|-
! [[Terraform (software)|Terraform]]
| [[HashiCorp]]
| {{release date and age|2014}}
| Push
| Declarative
|[[Go (programming language)|Go]]
|-
|}
 
==Evaluation factors==
Evaluations of CCA tools may consider the following:<ref>{{cite report
|lastlast1= Fletcher | firstfirst1= Colin | last2= Cosgrove | first2=Terrence
|title=How I&O teams can combine CCA tools With Containers to Achieve Operational EfficieciesEfficiencies
|url=https://www.gartner.com/en/documents/3265717
|url-access=subscription
|website=Gartner
| date=25 March 2016
}}</ref><ref>{{cite report
|lastlast1= Fletcher | firstfirst1= Colin | last2= Cosgrove | first2=Terrence
|title=Market Guide for Continuous Configuration Automation Tools
|url=https://www.gartner.com/en/documents/3843365
|url-access=subscription
|website=Gartner
| date=8 December 2016
Line 55 ⟶ 110:
*[[Agile software development]]
*[[Continuous delivery]]
*[[Continuous Integrationintegration]]
*[[DevOps toolchain]]
*[[Infrastructure as Code]]
*[[Software configuration management]]
*[[WinOps]]
 
==References==