Skip to content
Snippets Groups Projects
Commit e5055bef authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Add placeholder for `update_dns_records`

parent 6a86bced
No related branches found
No related tags found
1 merge request!367Feature/nat 1023 migrate l3
Pipeline #92065 passed
...@@ -368,6 +368,13 @@ def deploy_bgp_session_real( ...@@ -368,6 +368,13 @@ def deploy_bgp_session_real(
} }
@step("Update Infoblox")
def update_dns_records(subscription: L3CoreService) -> State:
"""Update DNS records in Infoblox."""
# TODO: implement
return {"subscription": subscription}
@step("Update subscription model") @step("Update subscription model")
def update_subscription_model( def update_subscription_model(
subscription: L3CoreService, destination_edge_port: EdgePort, replaced_ap_index: int subscription: L3CoreService, destination_edge_port: EdgePort, replaced_ap_index: int
...@@ -404,6 +411,7 @@ def migrate_l3_core_service() -> StepList: ...@@ -404,6 +411,7 @@ def migrate_l3_core_service() -> StepList:
>> lso_interaction(deploy_destination_ep_real) >> lso_interaction(deploy_destination_ep_real)
>> lso_interaction(deploy_bgp_session_dry) >> lso_interaction(deploy_bgp_session_dry)
>> lso_interaction(deploy_bgp_session_real) >> lso_interaction(deploy_bgp_session_real)
>> update_dns_records
>> update_subscription_model >> update_subscription_model
>> resync >> resync
>> stop_moodi() >> stop_moodi()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment