Update mcollective.init according to OSCI-855
[packages/precise/mcollective.git] / website / ec2demo.md
1 ---
2 layout: default
3 title: EC2 Demo
4 toc: false
5 ---
6 [Amazon Console]: https://console.aws.amazon.com/ec2/
7 [Puppet based Service]: http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/AgentService
8 [Puppet based Package]: http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/AgentPackage
9 [NRPE]: http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/AgentNRPE
10 [Meta Registration]: http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/RegistrationMetaData
11 [URL Tester]: https://github.com/ripienaar/mc-plugins/tree/master/agent/urltest
12 [Registration]: /mcollective/reference/plugins/registration.html
13 [Registration Monitor]: http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/AgentRegistrationMonitor
14
15 We've created an Amazon hosted demo of mcollective that can give you a quick feel
16 for how things work without all the hassle of setting up from scratch.
17
18 The demo uses the new Amazon CloudFormation technology that you can access using the [Amazon Console].
19 To access the AMI you must select the 'EU - West' Region. Also, prior to following the steps in the demo
20 please create a SSH keypair and register it under the EC2 tab in the console for that region.
21
22 The video below shows how to get going with the demo and runs through a few of the availbable options.
23 For best experience please maximise the video.
24
25 The two passwords requested during creation is completely arbitrary you can provide anything there and
26 past entering them on the creation page you don't need to know them again later.  They are used internally
27 to the demo without you being aware of them.
28
29 You'll need to enter the url _http://mcollective-120-demo.s3.amazonaws.com/cloudfront`_`demo.json_ into the
30 creation step.
31
32 <iframe width="640" height="360" src="http://www.youtube-nocookie.com/embed/Hw0Z1xfg050" frameborder="0" allowfullscreen></iframe>
33
34 ## Agents
35 The images all have the basic agents going as well as some community ones:
36
37  * [Puppet based Service]
38  * [Puppet based Package]
39  * [NRPE]
40  * [Meta Registration]
41  * [URL Tester]
42
43 ## Registration
44 The main node will have [Registration] setup and the community [Registration Monitor] agent,
45 look in */var/tmp/mcollective* for meta data from all your nodes.