open-nomad/website/source/docs/devices/community.html.md

23 lines
721 B
Markdown
Raw Normal View History

2019-01-23 00:30:57 +00:00
---
layout: "docs"
2019-01-23 18:43:13 +00:00
page_title: "Device Plugins: Community Supported"
2019-01-23 00:30:57 +00:00
sidebar_current: "docs-devices-community"
description: |-
2019-01-23 18:43:13 +00:00
A list of community supported Device Plugins.
2019-01-23 00:30:57 +00:00
---
2019-01-23 18:43:13 +00:00
# Community Supported
2019-01-23 00:30:57 +00:00
2019-01-23 18:43:13 +00:00
If you have authored a device plugin that you believe will be useful to the
2019-01-24 01:47:07 +00:00
broader Nomad community and you are committed to maintaining the plugin, please
2019-01-23 18:43:13 +00:00
file a PR to add your plugin to this page.
2019-01-23 00:30:57 +00:00
2019-01-23 18:43:13 +00:00
## Authoring Device Plugins
Nomad has a plugin system for defining device drivers. External device plugins
will have the same user experience as built in drivers. For details on
authoring a device plugin, please refer to the [plugin authoring
guide][plugin_guide].
[plugin_guide]: /docs/internals/plugins/index.html