Jump to content
Wikipedia The Free Encyclopedia

Puppet (software)

From Wikipedia, the free encyclopedia
(Redirected from Puppet (company))
Open source configuration management software
Puppet
Developer(s) Puppet
Initial release2005; 20 years ago (2005)
Stable release
8.5.1 / 4 March 2024; 12 months ago (4 March 2024)
Repository
Written inC++ & Clojure from 4.0,[1] Ruby
Operating system Linux, Unix-like, Microsoft Windows
Type
License Open Source Puppet: Apache for >2.7.0, GPL for prior versions.
Puppet Enterprise: proprietary[2]
Websitepuppet.com

Puppet is a software configuration management tool developed by Puppet Inc.,[3] which is owned by Perforce, which is owned in turn by private equity firms. Puppet is used to manage stages of the IT infrastructure lifecycle.[4]

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,[5] 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.[6] [7] 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.[8]

Design

[edit ]

Puppet consists of a custom declarative language to describe system configuration.

Puppet is model-driven, requiring limited programming knowledge to use.[9]

Puppet is designed to manage the configuration of Unix-like and Microsoft Windows systems declaratively.

Architecture

[edit ]
Puppet manually invoked on a client

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.[10] [11]

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'
}

Vendor and Perforce Acquisition

[edit ]
Puppet, Inc
Company typePrivate [12]
IndustryComputer software [12]
Founded2005; 20 years ago (2005)[citation needed ]
HeadquartersPortland, Oregon, U.S.
Key people
Luke Kanies (Founder), Yvonne Wassenaar (CEO), Andrew Shafer
ProductsPuppet, Puppet Enterprise, and Puppet Forge[13]
Websitepuppet.com
Puppet Founder Luke Kanies

Puppet's vendor, Puppet Inc., is a privately held information technology (IT) automation software company based in Portland, Oregon, USA.

In 2005, Puppet was founded by former CEO Luke Kanies.[citation needed ] 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.[14] Puppet purchased the infrastructure automation firm Distelli in September 2017.[15] Puppet rebranded Distelli's VM Dashboard (a continuous integration / continuous delivery product) as Puppet Pipelines for Applications,[16] and K8s Dashboard as Puppet Pipelines for Containers.[17] The products were made generally available in October, 2017.[18] In May 2018, Puppet released Puppet Discovery, a tool to discover and manipulate resources in hybrid networks.[19] 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.[20] Puppet's partners include VMware, Amazon Web Services, Cisco, OpenStack, Microsoft Azure, Eucalyptus, and Zenoss.[21]

In April 2022, it was announced Puppet had been acquired by the Minneapolis-headquartered software developer, Perforce.[22] The company subsequently laid off 15% of Puppet's workforce in Portland.[23]

See also

[edit ]

References

[edit ]
  1. ^ "Evolving Puppet for the Next 10 Years". Luke Kanies. 2014年09月23日. Retrieved 2017年05月26日.
  2. ^ "Puppet Master License Agreement". Archived from the original on 2019年08月04日. Retrieved 2019年02月07日.
  3. ^ Rao, Leena (29 November 2011). "Cisco, Google Ventures, VMware Put 8ドル.5M In Data Center Automation Startup Puppet Labs". TechCrunch.
  4. ^ Graner, Amber. "Puppet Labs Announces Puppet Enterprise".
  5. ^ "Puppet Frequently Asked Questions". Puppet Labs. Archived from the original on 20 March 2016. Retrieved 10 March 2010.
  6. ^ "Docs: PE 2.0 - Installing - System Requirements". Puppet.
  7. ^ "Puppet system requirements". Puppet.
  8. ^ "Evolving Puppet for the Next 10 Years". Luke Kanies. 2014年09月23日. Retrieved 2017年05月26日.
  9. ^ "Deploying Apache Tomcat Applications With Puppet". tomcatexpert.com. Retrieved 23 January 2015.
  10. ^ "Overview of Puppet's architecture — Documentation — Puppet". docs.puppet.com. Archived from the original on 2016年10月01日. Retrieved 2016年09月14日.
  11. ^ Krum, Hevelingen, Kero, Turnbull, McCune (9 December 2013). Pro Puppet. Apress. ISBN 978-1430260400.{{cite book}}: CS1 maint: multiple names: authors list (link)
  12. ^ a b "Company Overview of Puppet Labs, Inc". Bloomberg Businessweek. Archived from the original on October 26, 2012.
  13. ^ "Puppet Enterprise". Puppet.
  14. ^ Kerner, Sean Michael (2 February 2011). "Puppet Goes After Enterprise System Management". Enterprise Networking Planet.
  15. ^ "Welcome to the Puppet family, Distelli!".
  16. ^ "Pipelines for Applications user's guide - Pipelines for Applications enterprise | Puppet". Archived from the original on 2018年07月07日. Retrieved 2018年07月07日.
  17. ^ "Pipelines for Containers user's guide - Pipelines for Containers enterprise | Puppet". Archived from the original on 2018年07月07日. Retrieved 2018年07月07日.
  18. ^ "Introducing Puppet PipelinesTM and Puppet® Container Registry".
  19. ^ "Announcing Puppet DiscoveryTM general availability: 8 May".
  20. ^ "Puppet raises 42ドルM led by Cisco as its DevOps automation platform passes 40,000 businesses". TechCrunch. 27 June 2018. Retrieved 2019年03月22日.
  21. ^ Rao, Leena (29 November 2011). "Cisco, Google Ventures, VMware Put 8ドル.5M in Data Center Automation Startup Puppet Labs". TechCrunch.
  22. ^ "Perforce Software acquires Puppet". TechCrunch. 11 April 2022. Retrieved 2022年04月11日.
  23. ^ Spencer, Malia (August 8, 2022). "Perforce Software starts layoffs at Portland's Puppet". The Business Journals: Portland Inno.
[edit ]
Wikimedia Commons has media related to Puppet (software) .


AltStyle によって変換されたページ (->オリジナル) /