Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #10687: Broken doc build #329

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normation is a keyword that gets emphasized, which breaks the url...


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