Skip to content

Commit

Permalink
Fixes #10687: Broken doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed May 3, 2017
1 parent 30eecbd commit 90e748b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 00_introduction/20_key_features.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Rudder is natively integrated with the supported OS (Linux, Windows, AIX - see
[TODO]) so that it provides generic, abstract, OS independant primitives to the
user who can:

image::./images/core_techniques.png["Standard Technique Library", float="right"]
image::./images/introduction/core_techniques.png["Standard Technique Library", float="right"]

* install software in OS native packaging system (RPM on RHEL, Windows software
components, or even direct install from sources),
Expand Down
8 changes: 4 additions & 4 deletions 80_extension_and_integration/20_Rudder_plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugin can bring to Rudder:

===== Extending API: rudder-plugin-itop

Link: https://github.com/Normation/rudder-plugin-itop
Link: https://github.com/normation/rudder-plugin-itop

This plugin was used to add new API endpoint dedicated to the integration with
https://www.combodo.com/itop-193[iTop CMDB software].
Expand All @@ -32,7 +32,7 @@ As of Rudder 4.0, the plugin is superseeded by Rudder Compliance API.

===== Adding information to node details: rudder-plugin-external-node-information

Link: https://github.com/Normation/rudder-plugin-external-node-information
Link: https://github.com/normation/rudder-plugin-external-node-information

This plugin allows to add new tabs in Rudder "node details" page and display
node specific files, stored in node-dedicated places. It also use a
Expand All @@ -46,7 +46,7 @@ exists.

===== Providing a full new feature: rudder-plugin-datasources

Link: https://github.com/Normation/rudder-plugin-datasources
Link: https://github.com/normation/rudder-plugin-datasources

As we said, Rudder plugins can be quite powerful. For example, the "Data sources
Plugin" brings a completely new feature to Rudder by allowing to configure external
Expand All @@ -60,7 +60,7 @@ page), and interacts with node properties.
As of Rudder 4.1, there is no dedicated, frozen plugin API for plugins. A plugin
is built in Scala, and the normal starting point is to clone and study the
template plugin project,
https://github.com/Normation/rudder-plugin-helloworld[rudder-plugin-helloworld].
https://github.com/normation/rudder-plugin-helloworld[rudder-plugin-helloworld].

The project code source is documented to be didactic and provides:

Expand Down
6 changes: 3 additions & 3 deletions 80_extension_and_integration/40_Rudder_Integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ by making existing process or software take advantage of Rudder.

==== Existing third party integration

==== Rundeck
===== Rundeck

http://rundeck.org[Rundeck] is a tool that helps automating infrastructures, by
defining jobs that can be run manually or automatically. There is a
https://github.com/Normation/rundeck-plugin-rudder[plugin] for Rundeck
https://github.com/normation/rundeck-plugin-rudder[plugin] for Rundeck
that allows using Rudder inventory data in Rundeck.

With that plugin, you can execute commands on node registered in Rudder, taking
advantage of the groups defined for you policies.

==== Ansible
===== Ansible

There is an https://github.com/ansible/ansible/blob/devel/contrib/inventory/rudder.py[inventory plugin]
for Ansible that makes possible to use Rudder inventory (including groups, nodes,
Expand Down

0 comments on commit 90e748b

Please sign in to comment.