X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=website%2Freference%2Fplugins%2Fdata.md;fp=website%2Freference%2Fplugins%2Fdata.md;h=e5768e3f6a5eee7ec8a438cdc99e9ba248b8d180;hb=8fd0f35facc21b89b378ecfb253e06a66af1e422;hp=e0e6f096373d11a77592b0b7f64bb61cf0ea2efb;hpb=327162e6e319ff38447992668e0753363b870b6e;p=packages%2Fprecise%2Fmcollective.git diff --git a/website/reference/plugins/data.md b/website/reference/plugins/data.md index e0e6f09..e5768e3 100644 --- a/website/reference/plugins/data.md +++ b/website/reference/plugins/data.md @@ -3,6 +3,7 @@ layout: default title: Data Plugins --- [DDL]: /mcollective/reference/plugins/ddl.html +[DiscoveryPlugins]: /mcollective/reference/plugins/discovery.html ## Overview Up to MCollective 2.0 the discovery system could only discover against @@ -36,6 +37,11 @@ action "query" do end {% endhighlight %} +*NOTE:* As opposed to the [DiscoveryPlugins] which are used by the client +to communicate to the nodes using direct addressing, data plugins on the other +hand refer to data that the nodes can provide, and hence this uses the normal +broadcast discovery paradigm. + These new data sources are plugins so you can provide via the plugin system and they require DDL documents. The DDL will be used on both the client and the server to provide strict validation and configuration.