Feature/nat 212 213
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
- Simone Spinelli authored
+ 128
− 0
@@ -84,10 +84,17 @@ def ip_network_version(network: str = ""):
@@ -110,6 +117,7 @@ def assert_host_in_service(
@@ -150,6 +158,14 @@ def find_networks(network_container: Optional[str] = "", network: Optional[str]
@@ -165,8 +181,13 @@ def find_networks(network_container: Optional[str] = "", network: Optional[str]
@@ -212,8 +233,13 @@ def allocate_network_inner(
@@ -232,6 +258,7 @@ def allocate_network_inner(
@@ -248,6 +275,10 @@ def allocate_ipv4_network(
@@ -257,6 +288,7 @@ def allocate_ipv4_network(
@@ -273,6 +305,10 @@ def allocate_ipv6_network(
@@ -283,13 +319,28 @@ def allocate_ipv6_network(
@@ -309,8 +360,13 @@ def find_next_available_ip(infoblox_params, network_ref: str = ""):
@@ -323,21 +379,37 @@ def find_next_available_ip(infoblox_params, network_ref: str = ""):
@@ -391,8 +463,13 @@ def allocate_host_inner( # noqa: C901
@@ -407,8 +484,13 @@ def allocate_host_inner( # noqa: C901
@@ -416,11 +498,19 @@ def allocate_host_inner( # noqa: C901
@@ -555,7 +645,12 @@ def allocate_host( # noqa: C901
@@ -592,8 +687,13 @@ def delete_network(
@@ -610,8 +710,13 @@ def delete_host(
@@ -655,8 +760,13 @@ def delete_host(
@@ -671,8 +781,13 @@ def delete_host(
@@ -683,8 +798,13 @@ def delete_host(
@@ -694,12 +814,18 @@ def delete_host(
@@ -786,3 +912,5 @@ def validate_host(