Difference between revisions of "Puppet"
m |
(initial draft) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | I'm interested in installing [[MediaWiki]], as well as [[Drupal]] and [[WordPress]] and similar or related projects using a Configuration Management system like Puppet. | + | I'm interested in installing [[MediaWiki]], as well as [[Drupal]] and [[WordPress]] and similar or related projects using a [[Category:Configuration Management|Configuration Management]] system like Puppet. |
[http://en.wikipedia.org/wiki/Puppet_(software) Puppet] is another configuration management system like [[Juju]], [[Chef]] or [[Ansible]]. Puppet is divided between the free software version, and the "Puppet Enterprise" (PE) version. Furthermore, there are several components to this ecosystem. They include | [http://en.wikipedia.org/wiki/Puppet_(software) Puppet] is another configuration management system like [[Juju]], [[Chef]] or [[Ansible]]. Puppet is divided between the free software version, and the "Puppet Enterprise" (PE) version. Furthermore, there are several components to this ecosystem. They include | ||
Line 23: | Line 23: | ||
# VMware Cloud | # VMware Cloud | ||
# AWS | # AWS | ||
− | |||
− | |||
− |
Revision as of 20:22, 7 April 2015
I'm interested in installing MediaWiki, as well as Drupal and WordPress and similar or related projects using a system like Puppet.
Puppet is another configuration management system like Juju, Chef or Ansible. Puppet is divided between the free software version, and the "Puppet Enterprise" (PE) version. Furthermore, there are several components to this ecosystem. They include
- MCollective (included with PE)
- MCollective is an orchestration framework. The main point is that it can run thousands of servers.
- PuppetDB
- a data warehouse for Puppet
- Hiera
- a key/value store
- Facter
- system profiling library
- Geppetto
- IDE for Puppet
- Razor
- an advanced provisioning application (separate project) that can deploy bare metal or virtual systems.
Puppet Forge (https://forge.puppetlabs.com) is where you can get pre-built modules
The puppetlabs/aws module will let you manage AWS infrastructure with Puppet.
this article (from 2012) on puppetlabs.com describes how to do a MediaWiki install with Puppet. With Puppet you can configure the document root whereas with Juju you'd have to write a custom charm. In quick comparisons, Puppet is more configurable than Juju, and there is the RSpec testing framework to verify your puppet modules.
Another plus for Puppet is that it is able to deploy against
- OpenStack
- Eucalyptus (Used to be included in Ubuntu 9.04; bought by Hewlett-Packard in Sept. 2014)
- Google Compute Engine
- VMware Cloud
- AWS