netbox-cesnet-services-plugin


Namenetbox-cesnet-services-plugin JSON
Version 1.2.7 PyPI version JSON
download
home_pageNone
SummaryNetBox plugin for CESNET services.
upload_time2025-07-09 07:53:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) 2021-2023 Aurora Research Lab Copyright (c) 2023 Peter Eckel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords netbox netbox-plugin cesnet-services
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NetBox cesnet_services Plugin

NetBox plugin for CESNET services.

* Free software: MIT
* Documentation: https://kani999.github.io/netbox-cesnet-services-plugin/


## Features

Enables CESNET services in Netbox. BGP connections, LLDP Neigbors, LLDP Leafs

## Compatibility

| NetBox Version | Plugin Version |
|----------------|----------------|
|     4.3.1      |      1.2.4     |
|     4.3.1      |      1.2.3     |
|     4.2.8      |      1.2.2     |

## Installing

For adding to a NetBox Docker setup see
[the general instructions for using netbox-docker with plugins](https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins).

You can install with pip:

```bash
pip install netbox-cesnet-services-plugin
```

or by adding to your `local_requirements.txt` or `plugin_requirements.txt` (netbox-docker):

```bash
netbox-cesnet-services-plugin==1.2.3
```

Enable the plugin in `/opt/netbox/netbox/netbox/configuration.py`,
 or if you use netbox-docker, your `/configuration/plugins.py` file :

Set device platforms for filtering choices in LLDPNeighbor form. 

```python
PLUGINS = [
    'netbox_cesnet_services_plugin'
]

PLUGINS_CONFIG = {
    "netbox_cesnet_services_plugin": {
        "platforms" : ["ios", "iosxe", "iosxr", "nxos", "nxos_ssh"],
    },
}
```

## Credits

Based on the NetBox plugin tutorial:

- [demo repository](https://github.com/netbox-community/netbox-plugin-demo)
- [tutorial](https://github.com/netbox-community/netbox-plugin-tutorial)

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [`netbox-community/cookiecutter-netbox-plugin`](https://github.com/netbox-community/cookiecutter-netbox-plugin) project template.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "netbox-cesnet-services-plugin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "netbox, netbox-plugin, cesnet-services",
    "author": null,
    "author_email": "Jan Krupa <jan.krupa@cesnet.cz>, Jiri Vrany <jiri.vrany@cesnet.cz>",
    "download_url": "https://files.pythonhosted.org/packages/60/ae/abdfa8f147d759c57c2daba4747258a142fde81f8308da8c74940f1b74c4/netbox_cesnet_services_plugin-1.2.7.tar.gz",
    "platform": null,
    "description": "# NetBox cesnet_services Plugin\n\nNetBox plugin for CESNET services.\n\n* Free software: MIT\n* Documentation: https://kani999.github.io/netbox-cesnet-services-plugin/\n\n\n## Features\n\nEnables CESNET services in Netbox. BGP connections, LLDP Neigbors, LLDP Leafs\n\n## Compatibility\n\n| NetBox Version | Plugin Version |\n|----------------|----------------|\n|     4.3.1      |      1.2.4     |\n|     4.3.1      |      1.2.3     |\n|     4.2.8      |      1.2.2     |\n\n## Installing\n\nFor adding to a NetBox Docker setup see\n[the general instructions for using netbox-docker with plugins](https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins).\n\nYou can install with pip:\n\n```bash\npip install netbox-cesnet-services-plugin\n```\n\nor by adding to your `local_requirements.txt` or `plugin_requirements.txt` (netbox-docker):\n\n```bash\nnetbox-cesnet-services-plugin==1.2.3\n```\n\nEnable the plugin in `/opt/netbox/netbox/netbox/configuration.py`,\n or if you use netbox-docker, your `/configuration/plugins.py` file :\n\nSet device platforms for filtering choices in LLDPNeighbor form. \n\n```python\nPLUGINS = [\n    'netbox_cesnet_services_plugin'\n]\n\nPLUGINS_CONFIG = {\n    \"netbox_cesnet_services_plugin\": {\n        \"platforms\" : [\"ios\", \"iosxe\", \"iosxr\", \"nxos\", \"nxos_ssh\"],\n    },\n}\n```\n\n## Credits\n\nBased on the NetBox plugin tutorial:\n\n- [demo repository](https://github.com/netbox-community/netbox-plugin-demo)\n- [tutorial](https://github.com/netbox-community/netbox-plugin-tutorial)\n\nThis package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [`netbox-community/cookiecutter-netbox-plugin`](https://github.com/netbox-community/cookiecutter-netbox-plugin) project template.\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2021-2023 Aurora Research Lab\n        Copyright (c) 2023 Peter Eckel\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.\n        ",
    "summary": "NetBox plugin for CESNET services.",
    "version": "1.2.7",
    "project_urls": {
        "repository": "https://gitlab.cesnet.cz/701/netbox/netbox_cesnet_services_plugin"
    },
    "split_keywords": [
        "netbox",
        " netbox-plugin",
        " cesnet-services"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "60aeabdfa8f147d759c57c2daba4747258a142fde81f8308da8c74940f1b74c4",
                "md5": "982b862dc7734a337c5731da2eedf308",
                "sha256": "925cae44d25483e568919843e8d4dc494d33ba67d28dcd346ec5da2cdb69c60d"
            },
            "downloads": -1,
            "filename": "netbox_cesnet_services_plugin-1.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "982b862dc7734a337c5731da2eedf308",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 27964,
            "upload_time": "2025-07-09T07:53:35",
            "upload_time_iso_8601": "2025-07-09T07:53:35.934451Z",
            "url": "https://files.pythonhosted.org/packages/60/ae/abdfa8f147d759c57c2daba4747258a142fde81f8308da8c74940f1b74c4/netbox_cesnet_services_plugin-1.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 07:53:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "netbox-cesnet-services-plugin"
}
        
Elapsed time: 1.44564s