Skip to content
Snippets Groups Projects
Verified Commit d6eb9dbe authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Update documentation to include missing workflow entries

parent db608735
No related branches found
No related tags found
1 merge request!165router creation flow update
Pipeline #85803 passed
......@@ -51,6 +51,9 @@ Glossary of terms
NET
Network Entity Title: used for :term:`ISIS` routing.
OOB
Out-of-band access
OSS
Operational Support Systems
......
``gso.workflows.router.activate_router``
========================================
.. automodule:: gso.workflows.router.activate_router
:members:
:show-inheritance:
......@@ -12,5 +12,8 @@ Submodules
:maxdepth: 2
:titlesonly:
activate_router
create_router
redeploy_base_config
terminate_router
update_ibgp_mesh
``gso.workflows.router.redeploy_base_config``
=============================================
.. automodule:: gso.workflows.router.redeploy_base_config
:members:
:show-inheritance:
``gso.workflows.router.update_ibgp_mesh``
=========================================
.. automodule:: gso.workflows.router.update_ibgp_mesh
:members:
:show-inheritance:
......@@ -85,7 +85,7 @@ def get_active_router_subscriptions(includes: list[str] | None = None) -> list[S
def get_provisioning_router_subscriptions(includes: list[str] | None = None) -> list[SubscriptionType]:
"""Retrieve provisioning subscriptions specifically for routers.
:param list[str] | None includes: The fields to be included in the returned Subscription objects.
:param list[str] includes: The fields to be included in the returned Subscription objects.
:return list[Subscription]: A list of router Subscription objects.
"""
return get_subscriptions(product_type="Router", lifecycle=SubscriptionLifecycle.PROVISIONING, includes=includes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment