Skip to main content

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

  1. Create regular Netbox objects: a storage Device, a virtualization Cluster, and a Virtual Machine
  2. Create a Storage Pool that is assigned to the above created Device
  3. Create LUN(s) on the Storage Pool
  4. Create Datastore(s) on LUNs
  5. Create Storage Session between the Cluster and the Datastore
  6. 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

netbox-storage-plugin-0.6.3.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

netbox_storage_plugin-0.6.3-py3-none-any.whl (22.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page