Puppet (software)#Vendor
{{Short description|Open source configuration management software}}
{{Infobox software
| name = Puppet
| logo = Puppet transparent logo.svg
| screenshot =
| caption = Puppet manually invoked on a client
| collapsible =
| author =
| developer = Puppet
| released = {{release date and age|2005}}
| latest release version = {{wikidata|property|P348}}
| latest release date = {{Start date and age|{{wikidata|qualifier|P348|P577}}|df=yes}}
| programming language = C++ & Clojure from 4.0,{{cite web|url=https://puppet.com/blog/evolving-puppet-for-next-10-years |title=Evolving Puppet for the Next 10 Years |publisher=Luke Kanies |date=2014-09-23 |access-date=2017-05-26}} Ruby
| operating system = Linux, Unix-like, Microsoft Windows
| platform =
| size =
| language =
| genre = {{ubl|Software configuration management|Infrastructure as Code}}
| license = Open Source Puppet: Apache for >2.7.0, GPL for prior versions.
Puppet Enterprise: proprietary{{Cite web |url=https://puppet.app.box.com/v/2018-master-license-agreement |title=Puppet Master License Agreement |access-date=2019-02-07 |archive-date=2019-08-04 |archive-url=https://web.archive.org/web/20190804062636/https://puppet.app.box.com/v/2018-master-license-agreement |url-status=dead }}
| website = {{URL|https://puppet.com/}}
}}
Puppet is a software configuration management tool developed used to manage stages of the IT infrastructure lifecycle.{{cite web|last=Graner|first=Amber|title=Puppet Labs Announces Puppet Enterprise|url=http://www.linuxpromagazine.com/Online/News/Puppet-Labs-Announces-Puppet-Enterprise}}
Puppet uses an open-core model; its free-software version was released under version 2 of the GNU General Public License (GPL) until version 2.7.0,{{cite web |url= http://docs.puppetlabs.com/guides/faq.html |title= Puppet Frequently Asked Questions |publisher= Puppet Labs |access-date= 10 March 2010 |archive-url= https://web.archive.org/web/20160320040505/https://docs.puppetlabs.com/guides/faq.html |archive-date= 20 March 2016 |url-status= dead }} and later releases use the Apache License, while Puppet Enterprise uses a proprietary license. Puppet and Puppet Enterprise operate on multiple Unix-like systems (including Linux, Solaris, BSD, Mac OS X, AIX, HP-UX) and has Microsoft Windows support.{{cite web|title=Docs: PE 2.0 - Installing - System Requirements|url=http://docs.puppet.com/pe/2.0/install_system_requirements.html|publisher=Puppet}}{{cite web|title=Puppet system requirements|url=https://puppet.com/docs/puppet/5.5/system_requirements.html|publisher=Puppet}} Puppet itself is written in Ruby. Facter, Puppet’s cross-platform system profiling library, is written in C++. Puppet Server and Puppet DB are written in Clojure.{{cite web|url=https://puppet.com/blog/evolving-puppet-for-next-10-years |title=Evolving Puppet for the Next 10 Years |publisher=Luke Kanies |date=2014-09-23 |access-date=2017-05-26}}
It is developed by Puppet Inc., which is owned by Perforce, which is owned in turn by private equity firms.{{cite web |last=Rao |first=Leena |date=29 November 2011 |title=Cisco, Google Ventures, VMware Put $8.5M In Data Center Automation Startup Puppet Labs |url=https://techcrunch.com/2011/11/29/cisco-google-ventures-vmware-put-8-5m-in-data-center-automation-startup-puppet-labs/ |publisher=TechCrunch}}
Design
Puppet consists of a custom declarative language to describe system configuration.
Puppet is model-driven, requiring limited programming knowledge to use.{{cite web |title=Deploying Apache Tomcat Applications With Puppet |url=http://www.tomcatexpert.com/blog/2010/04/29/deploying-tomcat-applications-puppet |access-date=23 January 2015 |work=tomcatexpert.com}}
Puppet is designed to manage the configuration of Unix-like and Microsoft Windows systems declaratively.
= Architecture =
File:140228puppetrunExampleManuallyInvokedPackageUpdate.png
Puppet follows client-server architecture. The client is known as an agent and the server is known as the master. For testing and simple configuration, it can also be used as a stand-alone application run from the command line.
Puppet Server is installed on one or more servers, and Puppet Agent is installed on all the machines to be managed. Puppet Agents communicate with the server and fetch configuration instructions. The Agent then applies the configuration on the system and sends a status report to the server.{{Cite web|url=https://docs.puppet.com/puppet/4.6/reference/architecture.html|title=Overview of Puppet's architecture — Documentation — Puppet|website=docs.puppet.com|access-date=2016-09-14|archive-url=https://web.archive.org/web/20161001232528/https://docs.puppet.com/puppet/4.6/reference/architecture.html|archive-date=2016-10-01|url-status=dead}}{{Cite book|title=Pro Puppet|first1=Spencer |last1=Krum |first2=William |last2=Van Hevelingen |first3=James |last3=Turnbull |first4=Jeffrey |last4=McCune |first5=Ben |last5=Kero |date=9 December 2013|publisher=Apress|isbn=978-1430260400}}
Puppet resource syntax:
type { 'title':
attribute => value
}
Example resource representing a Unix user:
user { 'harry':
ensure => present,
uid => '1000',
shell => '/bin/bash',
home => '/home/harry'
}
Company
{{infobox company
| name = Puppet, Inc
| logo = Puppet transparent logo.svg
| type = Private{{cite web|url=http://investing.businessweek.com/research/stocks/private/snapshot.asp?privcapId=60472355|archive-url=https://web.archive.org/web/20121026064624/http://investing.businessweek.com/research/stocks/private/snapshot.asp?privcapId=60472355|url-status=dead|archive-date=October 26, 2012|title=Company Overview of Puppet Labs, Inc|publisher=Bloomberg Businessweek}}
| industry = Computer software
| key_people = Luke Kanies (Founder), Yvonne Wassenaar (CEO), Andrew Shafer
| products = Puppet, Puppet Enterprise, and Puppet Forge{{cite web|title=Puppet Enterprise|url=https://puppet.com/products/puppet-enterprise|publisher=Puppet}}
| foundation = {{start date and age|2005}}{{cn|date=August 2021}}
| location = Portland, Oregon, U.S.
| owner = Perforce
| homepage = {{URL|https://puppet.com}}
}}
File:LukeKaniesPuppetEnterprise2.jpg
Puppet Inc., is a subsidiary of Perforce based in Portland, Oregon, USA.
In 2005, Puppet was founded by former CEO Luke Kanies.{{cn|date=August 2021}} On Jan. 29, 2019 Yvonne Wassenaar replaced Sanjay Mirchandani as CEO. Wassenaar previously worked at Airware, New Relic and VMware. In February 2011 Puppet released its first commercial product, Puppet Enterprise, built on its open-source base, with some extra commercial components.{{cite web|last=Kerner|first=Sean Michael|title=Puppet Goes After Enterprise System Management|date=2 February 2011|url=http://www.enterprisenetworkingplanet.com/news/article.php/3923256/Puppet-Goes-After-Enterprise-System-Management.htm|publisher=Enterprise Networking Planet}} Puppet purchased the infrastructure automation firm Distelli in September 2017.{{Cite web|url=https://puppet.com/blog/welcome-distelli-to-puppet-family|title=Welcome to the Puppet family, Distelli!}} Puppet rebranded Distelli's VM Dashboard (a continuous integration / continuous delivery product) as Puppet Pipelines for Applications,{{Cite web |url=https://puppet.com/docs/pipelines-for-apps/enterprise/index.html |title=Pipelines for Applications user's guide - Pipelines for Applications enterprise {{!}} Puppet |access-date=2018-07-07 |archive-url=https://web.archive.org/web/20180707125307/https://puppet.com/docs/pipelines-for-apps/enterprise/index.html |archive-date=2018-07-07 |url-status=dead }} and K8s Dashboard as Puppet Pipelines for Containers.{{Cite web |url=https://puppet.com/docs/pipelines-for-containers/enterprise/index.html |title=Pipelines for Containers user's guide - Pipelines for Containers enterprise {{!}} Puppet |access-date=2018-07-07 |archive-url=https://web.archive.org/web/20180707125200/https://puppet.com/docs/pipelines-for-containers/enterprise/index.html |archive-date=2018-07-07 |url-status=dead }} The products were made generally available in October, 2017.{{Cite web|url=https://puppet.com/blog/introducing-puppet-pipelines-and-puppet-container-registry|title = Introducing Puppet Pipelines™ and Puppet® Container Registry}} In May 2018, Puppet released Puppet Discovery, a tool to discover and manipulate resources in hybrid networks.{{Cite web|url=https://puppet.com/blog/announcing-puppet-discovery-general-availability|title=Announcing Puppet Discovery™ general availability: 8 May}} In June 2018, Puppet raised an additional $42 million for a total of $150 million in funding. The round was led by Cisco and included Kleiner Perkins, True Ventures, EDBI, and VMware.{{Cite web|url=https://techcrunch.com/2018/06/27/puppet-raises-42m-led-by-cisco-as-its-devops-automation-platform-passes-40000-businesses/|title=Puppet raises $42M led by Cisco as its DevOps automation platform passes 40,000 businesses|website=TechCrunch|date=27 June 2018 |language=en-US|access-date=2019-03-22}} Puppet's partners include VMware, Amazon Web Services, Cisco, OpenStack, Microsoft Azure, Eucalyptus, and Zenoss.{{cite web|last=Rao|first=Leena|title=Cisco, Google Ventures, VMware Put $8.5M in Data Center Automation Startup Puppet Labs|date=29 November 2011 |url=https://techcrunch.com/2011/11/29/cisco-google-ventures-vmware-put-8-5m-in-data-center-automation-startup-puppet-labs/|publisher=TechCrunch}}
In April 2022, it was announced Puppet had been acquired by the Minneapolis-headquartered software developer, Perforce.{{Cite web |title=Perforce Software acquires Puppet |url=https://techcrunch.com/2022/04/11/perforce-adds-infrastructure-automation-tooling-with-puppet-acquisition/ |access-date=2022-04-11 |website=TechCrunch |date=11 April 2022 |language=en-US}} The company subsequently laid off 15% of Puppet's workforce in Portland.{{cite news |last1=Spencer |first1=Malia |title=Perforce Software starts layoffs at Portland's Puppet |url=https://www.bizjournals.com/portland/inno/stories/news/2022/08/08/perforce-puppet-layoffs-15-percent.html?ana=RSS&s=article_search |work=The Business Journals: Portland Inno |date=August 8, 2022}}
See also
{{Portal|Free and open-source software}}
References
{{refs}}
External links
{{Commonscat}}
- {{Official|www.puppet.com/}}
{{Ruby programming language}}
Category:Companies based in Portland, Oregon
Category:American companies established in 2005
Category:Privately held companies based in Oregon
Category:Information technology companies of the United States
Category:2005 establishments in Oregon
Category:Software companies established in 2005
Category:Orchestration software
Category:Configuration management
Category:Cross-platform free software
Category:Free software programmed in Ruby