Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcfens/vascan2014
https://github.com/pcfens/vascan2014
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pcfens/vascan2014
- Owner: pcfens
- Created: 2014-10-09T02:55:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-09T17:58:08.000Z (about 10 years ago)
- Last Synced: 2024-10-26T22:15:58.657Z (2 months ago)
- Language: Puppet
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VA SCAN 2014 Puppet Demo
========================### Pre-reqs
To run vagrant or terraform you'll need an AWS account, with
your keys stored in the `AWS_ACCESS_KEY` and `AWS_SECRET_KEY` environment
variables.You'll also need the SSH keypair you plan on using stored in `AWS_KEYPAIR_NAME`.
You'll need to change the subnet ID, security group, and ami in
master/Vagrantfile and in nodes/compute.tf before things will work reliably
too.Running the example in AWS will incur some cost. It should be fairly easy to
convert everything so that it runs entirely in Vagrant + VirtualBox.### Puppet Master
The puppet master used in the demo is the experimental puppet server.
To run it you'll need [vagrant](http://vagrantup.com) and
[vagrant-aws](https://github.com/mitchellh/vagrant-aws).### Puppet nodes
The nodes are created and spun up using [terraform](http://terraform.io)
(v0.2 at the time).### base-puppet
The base-puppet folder is a simple set of puppet manifests and modules
that define the nodes using the roles and profiles design.Basic spec tests are included.