You need to sign in or sign up before continuing.
Ipam service
3 unresolved threads
3 unresolved threads
Compare changes
- NAT-152: add support for extattrsJORGE SASIAIN authored
+ 32
− 16
@@ -38,6 +38,8 @@ class HostAddresses(BaseSettings):
@@ -144,7 +146,8 @@ def _get_network_capacity(network=None):
@@ -152,6 +155,7 @@ def _allocate_network(
@@ -163,7 +167,8 @@ def _allocate_network(
@@ -198,7 +203,7 @@ def _allocate_network(
@@ -209,10 +214,11 @@ def allocate_service_ipv4_network(service_type) -> V4ServiceNetwork:
@@ -223,7 +229,8 @@ def allocate_service_ipv6_network(service_type) -> V6ServiceNetwork:
@@ -242,7 +249,7 @@ def _find_next_available_ip(infoblox_params, network_ref):
@@ -278,7 +285,8 @@ def _allocate_host(hostname=None, addr=None, network=None
@@ -296,7 +304,8 @@ def _allocate_host(hostname=None, addr=None, network=None
@@ -322,7 +331,8 @@ def _allocate_host(hostname=None, addr=None, network=None
@@ -370,19 +380,22 @@ def allocate_service_host(hostname=None,
@@ -396,19 +409,22 @@ def allocate_service_host(hostname=None,