Metadata-Version: 2.3
Name: ipfabric-infoblox
Version: 0.2.2
Summary: IP Fabric Infoblox Integration
License: MIT
Keywords: ipfabric,ip-fabric,infoblox,nios
Author: Justin Jeffery
Author-email: justin.jeffery@ipfabric.io
Requires-Python: >=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: streamlit
Requires-Dist: click (<8.1.7)
Requires-Dist: invoke (>=2.2.0,<3.0.0)
Requires-Dist: ipfabric (>=7.0.0,<8.0.0)
Requires-Dist: macaddress (>=2.0.2,<3.0.0)
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
Requires-Dist: pydantic-settings (>=2.4.0,<3.0.0)
Requires-Dist: pytricia (>=1.0.2,<2.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: rich (>=13.9.3,<14.0.0)
Requires-Dist: streamlit (>=1.41.1,<2.0.0) ; extra == "streamlit"
Requires-Dist: tqdm (>=4.66.6,<5.0.0)
Requires-Dist: typer (>=0.12.5,<0.13.0)
Project-URL: Changelog, https://gitlab.com/ip-fabric/integrations/ipfabric-infoblox/-/blob/main/CHANGELOG.md
Project-URL: Documentation, https://docs.ipfabric.io/main/integrations/infoblox/
Project-URL: Homepage, https://ipfabric.io/
Project-URL: Repository, https://gitlab.com/ip-fabric/integrations/ipfabric-infoblox
Project-URL: Support, https://gitlab.com/ip-fabric/integrations/ipfabric-infoblox/-/issues
Description-Content-Type: text/markdown

# IP Fabric Infoblox Integration

## IP Fabric

[IP Fabric](https://ipfabric.io) is a vendor-neutral network assurance platform that automates the 
holistic discovery, verification, visualization, and documentation of 
large-scale enterprise networks, reducing the associated costs and required 
resources whilst improving security and efficiency.

It supports your engineering and operations teams, underpinning migration and 
transformation projects. IP Fabric will revolutionize how you approach network 
visibility and assurance, security assurance, automation, multi-cloud 
networking, and trouble resolution.

**Integrations or scripts should not be installed directly on the IP Fabric VM unless directly communicated from the
IP Fabric Support or Solution Architect teams.  Any action on the Command-Line Interface (CLI) using the root, osadmin,
or autoboss account may cause irreversible, detrimental changes to the product and can render the system unusable.**

## Project Description

Infoblox NIOS and IP Fabric work together by validating DDI data with end-to-end network insights. IP Fabric’s automated
network mapping and time-based snapshots, combined with Infoblox's up-to-date DDI data, provide network engineers with
an accurate and actionable view of the network. This integration enhances network visibility, ensures configuration and
compliance consistency, and helps maintain a secure and stable network environment.

For full documentation please visit [IP Fabric Infoblox Integration](https://docs.ipfabric.io/main/integrations/infoblox/).

## Installation

```pip
pip install ipfabric-infoblox
```

## Configuration

1. Ensure you have a configuration file in `config.yml`:
```yaml
---
networkViews:
  - name: default
    default: true
    managed_ip_discovery: true
```

2. Ensure credentials are set in the environment:

```bash
IPF_TOKEN=
IPF_URL=https://<url>/

IB_USERNAME=
IB_PASSWORD=
IB_HOST=
IB_VERIFY_SSL=false
```

## Usage

1. Run a diff against the current state of the network:

```bash
ipfabric-infoblox diff
```

2. Apply the changes to the Infoblox:

```bash
ipfabric-infoblox sync
```

## Support

Please open a Gitlab Issue for support.

