Skip to main content

No project description provided

Project description

Support & Community

If you need help, Join our Discord server: https://discord.com/invite/utv9qWsnRY or e-mail us on: support@netpicker.io

Nautobot Automation & Config Backup Plugin

Nautobot plugin to automatically Automate & Backup your Network with Netpicker.

Compatibility

Nautobot Version Plugin Version
Nautobot 3.x >= 1.0.x

Features

  • Netpicker Configuration View: Integrated interface for managing Netpicker configurations within Nautobot
  • Device Synchronization: Sync NetPicker devices into Nautobot with automatic mapping
  • Configuration Backups: Browse and search device configuration backups
  • Simple Automation: Streamlined automation workflows for network operations
  • Automation Jobs: Create and manage automation jobs with platform-specific execution
  • Job Logs: Detailed logging and execution history for automation jobs

Installation

Option 1: PyPI Installation

The plugin is available as a Python package on PyPI and can be installed with pip:

# Activate your Nautobot virtual environment
source /opt/nautobot/venv/bin/activate

# Install the plugin
pip install --no-cache-dir netpicker-nautobot-plugin

Option 2: Development Installation

For development or custom modifications:

# Clone the repository
git clone https://gitlab.com/netyce/netpicker-nautobot-plugin.git
cd netpicker-nautobot-plugin

# Install dependencies
poetry install

# Install in development mode
poetry run pip install -e .

Configuration

1. Add to Nautobot Configuration

Add the plugin to your nautobot_config.py or environment variables:

PLUGINS = [
    'netpicker',
]

2. Run Database Migrations

nautobot-server migrate

3. Create Super User (if needed)

nautobot-server createsuperuser

4. Configure Plugin Settings

Navigate to Plugins → NetPicker → Settings in the Nautobot UI to configure:

  • Server URL: Your NetPicker server URL (default: https://sandbox.netpicker.io)
  • API Key: Your NetPicker API key
  • Tenant: Your NetPicker tenant name (default: default)

5. Restart Nautobot

Restart your Nautobot service to load the plugin:

# If using systemd
sudo systemctl restart nautobot

# If using Docker
docker compose restart nautobot

Docker Deployment

The project includes Docker support for easy deployment:

# Start all services
docker compose up -d --build

# View logs
docker compose logs -f nautobot

# Stop services
docker compose down

The Docker setup includes:

  • Nautobot application
  • Celery worker for background tasks
  • Celery beat for scheduled tasks
  • PostgreSQL database
  • Redis for caching and sessions

Usage

Once installed and configured, the Netpicker plugin will be available in your Nautobot interface:

  1. Navigate to the Netpicker section in the Nautobot navigation
  2. Access configuration views and automation tools
  3. View device backups directly from device detail pages
  4. Use the API endpoints for programmatic access

API Endpoints

The plugin provides REST API endpoints accessible at /api/plugins/netpicker/.

Development

For development information, see DEVELOPMENT.md.

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests
  5. Submit a merge request

Support

For issues and questions:

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

netpicker_nautobot_plugin-1.0.6.tar.gz (46.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

netpicker_nautobot_plugin-1.0.6-py3-none-any.whl (69.3 kB view details)

Uploaded Python 3

File details

Details for the file netpicker_nautobot_plugin-1.0.6.tar.gz.

File metadata

  • Download URL: netpicker_nautobot_plugin-1.0.6.tar.gz
  • Upload date:
  • Size: 46.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.14.5 Linux/5.15.0-174-generic

File hashes

Hashes for netpicker_nautobot_plugin-1.0.6.tar.gz
Algorithm Hash digest
SHA256 417a7fda8db155036f672a87cf8ac52caf3ab2b322317fe3366a4f3880c570bc
MD5 11e7f5971138dd20c3d2beb816519a0c
BLAKE2b-256 338df82b9a5d5719703e184de7a1d36b50eab7d455cc493999c53c6822fff873

See more details on using hashes here.

File details

Details for the file netpicker_nautobot_plugin-1.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for netpicker_nautobot_plugin-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 5d75dc2c778d9887a740b2ffe3ed8c5fbc8d88350a59840b447c6a9aebcc3bd1
MD5 7dd1db98eafb0e12d252593f11f42653
BLAKE2b-256 9f076cc876bee7fe67b44609d0f4e549ab3e0782ad8caed872167861fda28876

See more details on using hashes here.

Supported by

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