X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=website%2Fec2demo.md;fp=website%2Fec2demo.md;h=e55033bda822b6000dcd5e4e2752964c4a874c42;hb=b87d2f4e68281062df1913440ca5753ae63314a9;hp=0000000000000000000000000000000000000000;hpb=ab0ea530b8ac956091f17b104ab2311336cfc250;p=packages%2Fprecise%2Fmcollective.git diff --git a/website/ec2demo.md b/website/ec2demo.md new file mode 100644 index 0000000..e55033b --- /dev/null +++ b/website/ec2demo.md @@ -0,0 +1,45 @@ +--- +layout: default +title: EC2 Demo +toc: false +--- +[Amazon Console]: https://console.aws.amazon.com/ec2/ +[Puppet based Service]: http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/AgentService +[Puppet based Package]: http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/AgentPackage +[NRPE]: http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/AgentNRPE +[Meta Registration]: http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/RegistrationMetaData +[URL Tester]: https://github.com/ripienaar/mc-plugins/tree/master/agent/urltest +[Registration]: /mcollective/reference/plugins/registration.html +[Registration Monitor]: http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/AgentRegistrationMonitor + +We've created an Amazon hosted demo of mcollective that can give you a quick feel +for how things work without all the hassle of setting up from scratch. + +The demo uses the new Amazon CloudFormation technology that you can access using the [Amazon Console]. +To access the AMI you must select the 'EU - West' Region. Also, prior to following the steps in the demo +please create a SSH keypair and register it under the EC2 tab in the console for that region. + +The video below shows how to get going with the demo and runs through a few of the availbable options. +For best experience please maximise the video. + +The two passwords requested during creation is completely arbitrary you can provide anything there and +past entering them on the creation page you don't need to know them again later. They are used internally +to the demo without you being aware of them. + +You'll need to enter the url _http://mcollective-120-demo.s3.amazonaws.com/cloudfront`_`demo.json_ into the +creation step. + + + +## Agents +The images all have the basic agents going as well as some community ones: + + * [Puppet based Service] + * [Puppet based Package] + * [NRPE] + * [Meta Registration] + * [URL Tester] + +## Registration +The main node will have [Registration] setup and the community [Registration Monitor] agent, +look in */var/tmp/mcollective* for meta data from all your nodes.