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

Finished release 2.0.

parents 19fb9f05 c069564e
No related branches found
No related tags found
No related merge requests found
Pipeline #86950 passed
Showing
with 93 additions and 17 deletions
...@@ -12,7 +12,7 @@ run-tox-pipeline: ...@@ -12,7 +12,7 @@ run-tox-pipeline:
stage: tox stage: tox
tags: tags:
- docker-executor - docker-executor
image: python:3.11 image: python:3.12
services: services:
- postgres:15.4 - postgres:15.4
......
...@@ -2,6 +2,16 @@ ...@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [2.0] - 2024-05-23
- Upgraded `orchestrator-core` to version 2!
- Added Opengear products.
- Added separate imported product types for importing existing subscriptions.
- Added workflows to take imported products to their counterparts.
- Removed API endpoints for importing products, this is now CLI only.
- Add a SharePoint service that can create new checklist items.
- Create new checklist in Router creation workflow.
- Create new checklist when creating an IP trunk.
## [1.5] - 2024-04-22 ## [1.5] - 2024-04-22
- Added deploy TWAMP functionality. - Added deploy TWAMP functionality.
- Made some changes on IP Trunk creation/modification workflow including: - Made some changes on IP Trunk creation/modification workflow including:
......
FROM python:3.11-alpine FROM python:3.12-alpine
WORKDIR /app WORKDIR /app
ARG ARTIFACT_VERSION ARG ARTIFACT_VERSION
......
...@@ -57,15 +57,24 @@ Glossary of terms ...@@ -57,15 +57,24 @@ Glossary of terms
LAG LAG
Link Aggregation: a bundle of multiple network connections. Link Aggregation: a bundle of multiple network connections.
LAN
Local Area Network
LSO LSO
Lightweight Service Orchestrator Lightweight Service Orchestrator
NET NET
Network Entity Title: used for :term:`ISIS` routing. Network Entity Title: used for :term:`ISIS` routing.
OIDC
OpenID Connect
OOB OOB
Out-of-band access Out-of-band access
OPA
Open Policy Agent
OSS OSS
Operational Support Systems Operational Support Systems
...@@ -79,8 +88,8 @@ Glossary of terms ...@@ -79,8 +88,8 @@ Glossary of terms
UUID UUID
Universally Unique Identifier Universally Unique Identifier
VLAN
Virtual LAN
WFO WFO
`Workflow Orchestrator <https://workfloworchestrator.org/>`_ `Workflow Orchestrator <https://workfloworchestrator.org/>`_
LAN
Local Area Network
...@@ -12,7 +12,6 @@ Submodules ...@@ -12,7 +12,6 @@ Submodules
:maxdepth: 2 :maxdepth: 2
:titlesonly: :titlesonly:
imports
subscriptions subscriptions
processes processes
networks network
``gso.api.v1.imports`` ``gso.api.v1.network``
====================== ======================
.. automodule:: gso.api.v1.imports .. automodule:: gso.api.v1.network
:members: :members:
:show-inheritance: :show-inheritance:
``gso.api.v1.subscriptions``
============================
.. automodule:: gso.api.v1.networks
:members:
:show-inheritance:
``gso.api.v1.processes`` ``gso.api.v1.processes``
============================ ========================
.. automodule:: gso.api.v1.processes .. automodule:: gso.api.v1.processes
:members: :members:
......
...@@ -19,3 +19,8 @@ Submodules ...@@ -19,3 +19,8 @@ Submodules
iptrunk iptrunk
router router
site site
switch
lan_switch_interconnect
pop_vlan
opengear
``gso.products.product_blocks.lan_switch_interconnect``
=======================================================
.. automodule:: gso.products.product_blocks.lan_switch_interconnect
:members:
:show-inheritance:
``gso.products.product_blocks.opengear``
========================================
.. automodule:: gso.products.product_blocks.opengear
:members:
:show-inheritance:
``gso.products.product_blocks.pop_vlan``
========================================
.. automodule:: gso.products.product_blocks.pop_vlan
:members:
:show-inheritance:
``gso.workflows.tasks.import_iptrunk`` ``gso.products.product_blocks.switch``
====================================== ======================================
.. automodule:: gso.workflows.tasks.import_iptrunk .. automodule:: gso.products.product_blocks.switch
:members: :members:
:show-inheritance: :show-inheritance:
...@@ -19,3 +19,7 @@ Submodules ...@@ -19,3 +19,7 @@ Submodules
iptrunk iptrunk
router router
site site
switch
lan_switch_interconnect
pop_vlan
opengear
``gso.products.product_types.lan_switch_interconnect``
=======================================================
.. automodule:: gso.products.product_types.lan_switch_interconnect
:members:
:show-inheritance:
``gso.products.product_types.opengear``
=======================================
.. automodule:: gso.products.product_types.opengear
:members:
:show-inheritance:
``gso.products.product_types.pop_vlan``
=======================================
.. automodule:: gso.products.product_types.pop_vlan
:members:
:show-inheritance:
``gso.workflows.tasks.import_router`` ``gso.products.product_types.switch``
===================================== =====================================
.. automodule:: gso.workflows.tasks.import_router .. automodule:: gso.products.product_types.switch
:members: :members:
:show-inheritance: :show-inheritance:
...@@ -12,9 +12,10 @@ Submodules ...@@ -12,9 +12,10 @@ Submodules
:maxdepth: 2 :maxdepth: 2
:titlesonly: :titlesonly:
crm
infoblox infoblox
librenms_client librenms_client
lso_client lso_client
mailer
netbox_client netbox_client
partners
subscriptions subscriptions
``gso.services.crm`` ``gso.services.mailer``
==================== =======================
.. automodule:: gso.services.crm .. automodule:: gso.services.mailer
:members: :members:
:show-inheritance: :show-inheritance:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment