https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt
Device Lifecycle Management App for Nautobot
https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt
nautobot nautobot-plugin
Last synced: 6 months ago
JSON representation
Device Lifecycle Management App for Nautobot
- Host: GitHub
- URL: https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt
- Owner: nautobot
- License: other
- Created: 2021-08-01T23:20:24.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-23T10:14:28.000Z (about 1 year ago)
- Last Synced: 2024-05-23T10:25:26.604Z (about 1 year ago)
- Topics: nautobot, nautobot-plugin
- Language: Python
- Homepage: https://docs.nautobot.com/projects/device-lifecycle/en/latest/
- Size: 8.24 MB
- Stars: 37
- Watchers: 14
- Forks: 24
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Device Lifecycle Management
## Overview
An app for [Nautobot](https://github.com/nautobot/nautobot) to manage device lifecycles. This app works by making related associations to Devices, Device Types, and Inventory Items to help provide data about the hardware end of life notices, appropriate software versions to be running on the devices, and the maintenance contracts associated with devices. This will help with the various aspects of planning Lifecycle events, and provides quick access to ancillary data about the devices in Nautobot.
### Screenshots
More screenshots can be found in the [Using the App](https://docs.nautobot.com/projects/device-lifecycle/en/latest/user/app_use_cases/) page in the documentation. Here's a quick overview of some of the app's added functionality:
**Device Lifecycle Management List View**
You can view the list of Hardware/Software notices as well as filter the table.

**Device Lifecycle Management Detail View**
You can also click a Hardware/Software Notice and see the detail view. This view provides links to the devices that are part affected by this EoX notice due to their device type.

**Software Lifecycle Management List View**
You can view the list of Software versions as well as filter the table.

**Software Lifecycle Reporting**
Reports can be created from the Nautobot's software validation jobs **Device Software Validation - Report** or **Inventory Item Software Validation - Report**.

Individual CSV files can be exported per platform or inventory item.

Sample CSV.

You can also view validation results as a list from the Nautobot GUI.

## Try it out!
This App is installed in the Nautobot Community Sandbox found over at [demo.nautobot.com](https://demo.nautobot.com/)!
> For a full list of all the available always-on sandbox environments, head over to the main page on [networktocode.com](https://www.networktocode.com/nautobot/sandbox-environments/).
## Documentation
Full web-based HTML documentation for this app can be found over on the [Nautobot Docs](https://docs.nautobot.com) website:
- [User Guide](https://docs.nautobot.com/projects/device-lifecycle/en/latest/user/app_overview/) - Overview, Using the App, Getting Started.
- [Administrator Guide](https://docs.nautobot.com/projects/device-lifecycle/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the App.
- [Developer Guide](https://docs.nautobot.com/projects/device-lifecycle/en/latest/dev/contributing/) - Extending the App, Code Reference, Contribution Guide.
- [Release Notes / Changelog](https://docs.nautobot.com/projects/device-lifecycle/en/latest/admin/release_notes/).
- [Frequently Asked Questions](https://docs.nautobot.com/projects/device-lifecycle/en/latest/user/faq/).### Contributing to the Docs
You can find all the Markdown source for the App documentation under the [docs](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient - clone the repository and edit away.
If you need to view the fully generated documentation site, you can build it with [mkdocs](https://www.mkdocs.org/). A container hosting the docs will be started using the invoke commands (details in the [Development Environment Guide](https://docs.nautobot.com/projects/device-lifecycle/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). As your changes are saved, the live docs will be automatically reloaded.
Any PRs with fixes or improvements are very welcome!
## Questions
For any questions or comments, please check the [FAQ](https://docs.nautobot.com/projects/device-lifecycle/en/latest/user/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#nautobot`), sign up [here](http://slack.networktocode.com/) if you don't have an account.