Feature/trunk migration ipam
Compare changes
- Karel van Klink authored
+ 52
− 16
@@ -12,6 +12,7 @@ from infoblox_client.exceptions import (
@@ -40,11 +41,7 @@ def _setup_connection() -> tuple[connector.Connector, IPAMParams]:
@@ -160,10 +157,7 @@ def delete_network(ip_network: ipaddress.IPv4Network | ipaddress.IPv6Network) ->
@@ -194,7 +188,7 @@ def allocate_host(
@@ -216,7 +210,7 @@ def allocate_host(
@@ -234,9 +228,39 @@ def allocate_host(
@@ -249,14 +273,14 @@ def find_host_by_ip(
@@ -270,6 +294,18 @@ def find_host_by_fqdn(fqdn: str) -> objects.HostRecord | None: