Modify vrf router list
Modify VRF to add or remove routers.
initial_input_form_generator(subscription_id)
Modify VRF to add or remove routers.
Source code in gso/workflows/vrf/modify_vrf_router_list.py
update_subscription_model(subscription, router_list)
Update the database model to update the router list.
Source code in gso/workflows/vrf/modify_vrf_router_list.py
update_vrf_on_routers_dry(subscription, process_id, tt_number, router_list)
Deploy VRF on a list of routers - Dry run.
Source code in gso/workflows/vrf/modify_vrf_router_list.py
update_vrf_on_routers_real(subscription, process_id, tt_number, router_list)
Deploy VRF on a list of routers - with commit.
Source code in gso/workflows/vrf/modify_vrf_router_list.py
modify_vrf_router_list()
Modify the VRF router list.