-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add contribute, site and plugin documentation
- Loading branch information
Showing
4 changed files
with
67 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
============ | ||
Site Adapter | ||
============ | ||
|
||
Cloud Stack Site Adapter | ||
------------------------ | ||
:py:class:`~tardis.adapters.sites.cloudstack.CloudStackAdapter` | ||
|
||
HTCondor Site Adapter | ||
--------------------- | ||
:py:class:`~tardis.adapters.sites.htcondor.HTCondorAdapter` | ||
|
||
Moab Site Adapter | ||
----------------- | ||
:py:class:`~tardis.adapters.sites.moab.MoabAdapter` | ||
|
||
OpenStack Site Adapter | ||
---------------------- | ||
:py:class:`~tardis.adapters.sites.openstack.OpenStackAdapter` | ||
|
||
Slurm Site Adapter | ||
------------------ | ||
:py:class:`~tardis.adapters.sites.slurm.SlurmAdapter` | ||
|
||
Your favorite site is currently not supported? | ||
Please, have a look at | ||
:ref:`how to contribute.<ref_contribute_site_adapter>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
======= | ||
Plugins | ||
======= | ||
|
||
Sqlite Registry | ||
--------------- | ||
:py:class:`~tardis.plugins.sqliteregistry.SqliteRegistry` | ||
|
||
Telegraf Monitoring | ||
------------------- | ||
:py:class:`~tardis.plugins.telegrafmonitoring.TelegrafMonitoring` | ||
|
||
Your favorite monitoring is currently not supported? | ||
Please, have a look at | ||
:ref:`how to contribute.<ref_contribute_plugin>` |