NetBox storage plugin
Project description
Netbox-storage
A Netbox plugin for storage related documentation where virtualization is used.
5 new object types are introduced:
- Storage Pools: a pool that is created on a storage. Currently this storage has to be a Netbox Device.
- LUN: tied to a Storage Pool
- Datastores: created on LUN(s)
- Storage Sessions: the "source" of a session is a Netbox Virtualization Cluster, the "destination" is the LUN Group
- VMDK: can be assigned to a VM and a datastore
Install
The plugin can be installed using pip:
pip install netbox-storage-plugin
Add netbox_storage to PLUGINS in configuration.py:
PLUGINS = ['netbox_storage',]
Don't forget to add netbox-storage-plugin to your local_requirements.txt as well.
Usage
- Create regular Netbox objects: a storage Device, a virtualization Cluster, and a Virtual Machine
- Create a Storage Pool that is assigned to the above created Device
- Create LUN(s) on the Storage Pool
- Create Datastore(s) on LUNs
- Create Storage Session between the Cluster and the Datastore
- Create VMDK on the VM that is on a Cluster that has a Storage Session: this is possible either from the main menu, or on the VM's own page
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file netbox_storage_plugin-0.8.0.tar.gz.
File metadata
- Download URL: netbox_storage_plugin-0.8.0.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c140ae59d80f3139b0ab130082451e4c7bb9e73d530dcef21d12a56a140231c
|
|
| MD5 |
fa40aee146be8d7b3d9c032ae777e18a
|
|
| BLAKE2b-256 |
17c46125cd7448783c734ca6fab83ea186a81515d1f1e5f5390781da2c10c3fa
|
File details
Details for the file netbox_storage_plugin-0.8.0-py3-none-any.whl.
File metadata
- Download URL: netbox_storage_plugin-0.8.0-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed543928224f13974a575785dca1779e2a0ca18012f0c1fd43db143819a073dc
|
|
| MD5 |
9dbfab1653439f7a57967ff473bae9ba
|
|
| BLAKE2b-256 |
c12b3a83b4c32deadb73278de764d31d8d1434a71ae9a58cb3d9d8fa7f990192
|