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
Tags 2.0
No related merge requests found
Pipeline #86950 passed
Showing
with 93 additions and 17 deletions
......@@ -12,7 +12,7 @@ run-tox-pipeline:
stage: tox
tags:
- docker-executor
image: python:3.11
image: python:3.12
services:
- postgres:15.4
......
......@@ -2,6 +2,16 @@
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
- Added deploy TWAMP functionality.
- Made some changes on IP Trunk creation/modification workflow including:
......
FROM python:3.11-alpine
FROM python:3.12-alpine
WORKDIR /app
ARG ARTIFACT_VERSION
......
......@@ -57,15 +57,24 @@ Glossary of terms
LAG
Link Aggregation: a bundle of multiple network connections.
LAN
Local Area Network
LSO
Lightweight Service Orchestrator
NET
Network Entity Title: used for :term:`ISIS` routing.
OIDC
OpenID Connect
OOB
Out-of-band access
OPA
Open Policy Agent
OSS
Operational Support Systems
......@@ -79,8 +88,8 @@ Glossary of terms
UUID
Universally Unique Identifier
VLAN
Virtual LAN
WFO
`Workflow Orchestrator <https://workfloworchestrator.org/>`_
LAN
Local Area Network
......@@ -12,7 +12,6 @@ Submodules
:maxdepth: 2
:titlesonly:
imports
subscriptions
processes
networks
network
``gso.api.v1.imports``
``gso.api.v1.network``
======================
.. automodule:: gso.api.v1.imports
.. automodule:: gso.api.v1.network
:members:
:show-inheritance:
``gso.api.v1.subscriptions``
============================
.. automodule:: gso.api.v1.networks
:members:
:show-inheritance:
``gso.api.v1.processes``
============================
========================
.. automodule:: gso.api.v1.processes
:members:
......
......@@ -19,3 +19,8 @@ Submodules
iptrunk
router
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:
:show-inheritance:
......@@ -19,3 +19,7 @@ Submodules
iptrunk
router
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:
:show-inheritance:
......@@ -12,9 +12,10 @@ Submodules
:maxdepth: 2
:titlesonly:
crm
infoblox
librenms_client
lso_client
mailer
netbox_client
partners
subscriptions
``gso.services.crm``
====================
``gso.services.mailer``
=======================
.. automodule:: gso.services.crm
.. automodule:: gso.services.mailer
:members:
:show-inheritance:
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