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
This commit is part of merge request !165. Comments created here will be created in the context of that merge request.
...@@ -51,6 +51,9 @@ Glossary of terms ...@@ -51,6 +51,9 @@ Glossary of terms
NET NET
Network Entity Title: used for :term:`ISIS` routing. Network Entity Title: used for :term:`ISIS` routing.
OOB
Out-of-band access
OSS OSS
Operational Support Systems Operational Support Systems
......
``gso.workflows.router.activate_router``
========================================
.. automodule:: gso.workflows.router.activate_router
:members:
:show-inheritance:
...@@ -12,5 +12,8 @@ Submodules ...@@ -12,5 +12,8 @@ Submodules
:maxdepth: 2 :maxdepth: 2
:titlesonly: :titlesonly:
activate_router
create_router create_router
redeploy_base_config
terminate_router 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 ...@@ -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]: def get_provisioning_router_subscriptions(includes: list[str] | None = None) -> list[SubscriptionType]:
"""Retrieve provisioning subscriptions specifically for routers. """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 list[Subscription]: A list of router Subscription objects.
""" """
return get_subscriptions(product_type="Router", lifecycle=SubscriptionLifecycle.PROVISIONING, includes=includes) 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.
Please register or to comment