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
No related branches found
No related tags found
No related merge requests found
Pipeline #85835 passed
Showing
with 86 additions and 5 deletions
...@@ -10,8 +10,3 @@ repos: ...@@ -10,8 +10,3 @@ repos:
- --preview - --preview
- --ignore=PLR0917,PLR0914 - --ignore=PLR0917,PLR0914
- --extend-exclude=test/* - --extend-exclude=test/*
# Run the formatter.
- id: ruff-format
args:
- --preview
- --exclude=test/*
# Changelog # Changelog
All notable changes to this project will be documented in this file. 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 ## [0.7] - 2024-02-21
- Infoblox client: added support for the `network_view` (IPAM). - Infoblox client: added support for the `network_view` (IPAM).
......
...@@ -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
......
...@@ -14,6 +14,8 @@ Submodules ...@@ -14,6 +14,8 @@ Submodules
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
super_pop_switch
office_router
iptrunk iptrunk
router router
site 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 ...@@ -14,6 +14,8 @@ Submodules
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
super_pop_switch
office_router
iptrunk iptrunk
router router
site 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 ...@@ -12,6 +12,7 @@ Submodules
:maxdepth: 2 :maxdepth: 2
:titlesonly: :titlesonly:
shared_choices
device_info device_info
exceptions exceptions
helpers 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 ...@@ -12,6 +12,7 @@ Submodules
:maxdepth: 2 :maxdepth: 2
:titlesonly: :titlesonly:
activate_iptrunk
create_iptrunk create_iptrunk
migrate_iptrunk migrate_iptrunk
modify_isis_metric modify_isis_metric
......
``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:
``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 ...@@ -12,6 +12,8 @@ Submodules
:maxdepth: 2 :maxdepth: 2
:titlesonly: :titlesonly:
import_super_pop_switch
import_office_router
import_iptrunk import_iptrunk
import_router import_router
import_site import_site
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment