netbox-storage-plugin


Namenetbox-storage-plugin JSON
Version 0.6.3 PyPI version JSON
download
home_pagehttps://github.com/viroge/netbox-storage
SummaryNetBox storage plugin
upload_time2023-03-31 11:15:36
maintainer
docs_urlNone
authorGabor Somogyvari
requires_python
license
keywords netbox netbox-plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Netbox-storage

A [Netbox](https://github.com/netbox-community/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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/viroge/netbox-storage",
    "name": "netbox-storage-plugin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "netbox,netbox-plugin",
    "author": "Gabor Somogyvari",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/2c/42/494618d838d9750f6253c8ac1f060944dcc8b4be677b241fc49952e0b3dd/netbox-storage-plugin-0.6.3.tar.gz",
    "platform": null,
    "description": "# Netbox-storage\n\nA [Netbox](https://github.com/netbox-community/netbox) plugin for storage related documentation where virtualization is used. \n\n5 new object types are introduced: \n  - Storage Pools: a pool that is created on a storage. Currently this storage has to be a Netbox Device.\n  - LUN: tied to a Storage Pool\n  - Datastores: created on LUN(s)\n  - Storage Sessions: the \"source\" of a session is a Netbox Virtualization Cluster, the \"destination\" is the LUN Group\n  - VMDK: can be assigned to a VM and a datastore\n\n# Install\n\nThe plugin can be installed using pip:\n\n```\npip install netbox-storage-plugin\n```\nAdd netbox_storage to PLUGINS in configuration.py:\n```\nPLUGINS = ['netbox_storage',]\n```\n\nDon't forget to add ```netbox-storage-plugin``` to your local_requirements.txt as well. \n\n# Usage\n\n1. Create regular Netbox objects: a storage Device, a virtualization Cluster, and a Virtual Machine\n2. Create a Storage Pool that is assigned to the above created Device\n3. Create LUN(s) on the Storage Pool\n4. Create Datastore(s) on LUNs\n5. Create Storage Session between the Cluster and the Datastore\n6. 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\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "NetBox storage plugin",
    "version": "0.6.3",
    "split_keywords": [
        "netbox",
        "netbox-plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b26a116a1205035454239803c4c6f947837d8f4ff6876403d60f4352e748901",
                "md5": "a80345ab071c991cd4911af430a1f110",
                "sha256": "164dc08b6774be292fa7b24cf0339f634640551a8a23d91d1047996f1cf4a165"
            },
            "downloads": -1,
            "filename": "netbox_storage_plugin-0.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a80345ab071c991cd4911af430a1f110",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 22866,
            "upload_time": "2023-03-31T11:15:34",
            "upload_time_iso_8601": "2023-03-31T11:15:34.321375Z",
            "url": "https://files.pythonhosted.org/packages/4b/26/a116a1205035454239803c4c6f947837d8f4ff6876403d60f4352e748901/netbox_storage_plugin-0.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c42494618d838d9750f6253c8ac1f060944dcc8b4be677b241fc49952e0b3dd",
                "md5": "b8d1e7691acb7205ae22ff7ca241e065",
                "sha256": "41c09c31bd5e8a81446ee11d2d986f16e655d20055321ecf6eda89d0f8b43cf1"
            },
            "downloads": -1,
            "filename": "netbox-storage-plugin-0.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b8d1e7691acb7205ae22ff7ca241e065",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15164,
            "upload_time": "2023-03-31T11:15:36",
            "upload_time_iso_8601": "2023-03-31T11:15:36.508673Z",
            "url": "https://files.pythonhosted.org/packages/2c/42/494618d838d9750f6253c8ac1f060944dcc8b4be677b241fc49952e0b3dd/netbox-storage-plugin-0.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-31 11:15:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "viroge",
    "github_project": "netbox-storage",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "netbox-storage-plugin"
}
        
Elapsed time: 0.05124s