X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=website%2Freference%2Findex.md;fp=website%2Freference%2Findex.md;h=d6f80440273f57f735708f101424f9839cfbedd0;hb=b87d2f4e68281062df1913440ca5753ae63314a9;hp=0000000000000000000000000000000000000000;hpb=ab0ea530b8ac956091f17b104ab2311336cfc250;p=packages%2Fprecise%2Fmcollective.git diff --git a/website/reference/index.md b/website/reference/index.md new file mode 100644 index 0000000..d6f8044 --- /dev/null +++ b/website/reference/index.md @@ -0,0 +1,56 @@ +--- +layout: default +title: Users Documentation and Reference +toc: false +--- + +Index to basic users documentation. + +## Basic Operations and Configuration + + 1. [Getting Started](basic/gettingstarted.html) + 1. [Configuration Guide](basic/configuration.html) + 1. [Message Flow](basic/messageflow.html) + 1. [Network Partitioning using Subcollectives](basic/subcollectives.html) + 1. [Message Format](basic/messageformat.html) + +### User Interface + + 1. [Using MCollective Command Line Applications](basic/basic_cli_usage.html) + 1. [Node Reports](ui/nodereports.html) + 1. [CLI Filters](ui/filters.html) + +### Integration + + 1. [Using with Puppet](integration/puppet.html) + 1. [Using with Chef](integration/chef.html) + 1. [ActiveMQ Security](integration/activemq_security.html) + 1. [ActiveMQ SSL](integration/activemq_ssl.html) + 1. [ActiveMQ Clusters](integration/activemq_clusters.html) + 1. [ActiveMQ Connector](plugins/connector_activemq.html) + 1. [RabbitMQ Connector](plugins/connector_rabbitmq.html) + +### Plugin Types + + 1. [Data Plugins](plugins/data.html) + 1. [Discovery Plugins](plugins/discovery.html) + 1. [Result Aggregation Plugins](plugins/aggregate.html) + 1. [The single application plugin system](plugins/application.html) + 1. [Registration](plugins/registration.html) + 1. [Fact Source Plugins](plugins/facts.html) + 1. [Validator Plugins](plugins/validator.html) + +### Plugins + + 1. [The _rpcutil_ helper Agent](plugins/rpcutil.html) + 1. [AES+RSA based Security Plugin](plugins/security_aes.html) + 1. [OpenSSL based Security Plugin](plugins/security_ssl.html) + 1. [Stomp Connector](plugins/connector_stomp.html) + 1. [ActiveMQ Connector](plugins/connector_activemq.html) + 1. [RabbitMQ Connector](plugins/connector_rabbitmq.html) + 1. [User Contributed Plugins](http://projects.puppetlabs.com/projects/mcollective-plugins/wiki) + +### Development + + 1. [Release Tasks](development/releasetasks.html) + 1. [EC2 Demo Creation](development/ec2_demo.html)