Skip to content
Snippets Groups Projects

Feature/add infoblox service

Merged Karel van Klink requested to merge feature/add-infoblox-service into develop
2 files
+ 25
18
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -44,6 +44,10 @@ class RouterBlockInactive(
router_is_ias_connected: Optional[bool] = None
def generate_fqdn(hostname: str, site_name: str, country_code: str) -> str:
return f"{hostname}.{site_name.lower()}.{country_code.lower()}.geant.net"
class RouterBlockProvisioning(RouterBlockInactive, lifecycle=[SubscriptionLifecycle.PROVISIONING]):
"""A router that's being provisioned. See {class}`RouterBlock`."""
Loading