Skip to content
Snippets Groups Projects
Commit 8f64c3dc authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 0.8.

parents 613a4862 d0290896
Branches
Tags 0.8
No related merge requests found
Pipeline #85835 passed
Showing
with 86 additions and 5 deletions
......@@ -10,8 +10,3 @@ repos:
- --preview
- --ignore=PLR0917,PLR0914
- --extend-exclude=test/*
# Run the formatter.
- id: ruff-format
args:
- --preview
- --exclude=test/*
# Changelog
All notable changes to this project will be documented in this file.
## [0.8] - 2024-02-28
- Add two new workflows for "activating" `Router` and `Iptrunk` products.
- Update lifecycle states for `Router` and `Iptrunk` products.
- Fix an issue in the Infoblox client when using a custom `dns_view`.
## [0.7] - 2024-02-21
- Infoblox client: added support for the `network_view` (IPAM).
......
......@@ -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
......
......@@ -14,6 +14,8 @@ Submodules
.. toctree::
:maxdepth: 1
super_pop_switch
office_router
iptrunk
router
site
``gso.products.product_blocks.office_router``
=============================================
.. automodule:: gso.products.product_blocks.office_router
:members:
:show-inheritance:
``gso.products.product_blocks.super_pop_switch``
================================================
.. automodule:: gso.products.product_blocks.super_pop_switch
:members:
:show-inheritance:
......@@ -14,6 +14,8 @@ Submodules
.. toctree::
:maxdepth: 1
super_pop_switch
office_router
iptrunk
router
site
``gso.products.product_types.office_router``
============================================
.. automodule:: gso.products.product_types.office_router
:members:
:show-inheritance:
``gso.products.product_types.super_pop_switch``
===============================================
.. automodule:: gso.products.product_types.super_pop_switch
:members:
:show-inheritance:
......@@ -12,6 +12,7 @@ Submodules
:maxdepth: 2
:titlesonly:
shared_choices
device_info
exceptions
helpers
......
``gso.utils.shared_choices``
============================
.. automodule:: gso.utils.shared_choices
:members:
:show-inheritance:
``gso.workflows.iptrunk.activate_iptrunk``
==========================================
.. automodule:: gso.workflows.iptrunk.activate_iptrunk
:members:
:show-inheritance:
......@@ -12,6 +12,7 @@ Submodules
:maxdepth: 2
:titlesonly:
activate_iptrunk
create_iptrunk
migrate_iptrunk
modify_isis_metric
......
``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:
``gso.workflows.tasks.import_office_router``
============================================
.. automodule:: gso.workflows.tasks.import_office_router
:members:
:show-inheritance:
``gso.workflows.tasks.import_super_pop_switch``
===============================================
.. automodule:: gso.workflows.tasks.import_super_pop_switch
:members:
:show-inheritance:
......@@ -12,6 +12,8 @@ Submodules
:maxdepth: 2
:titlesonly:
import_super_pop_switch
import_office_router
import_iptrunk
import_router
import_site
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment