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

Finished release 0.2.

parents fbe2ad38 cd535054
No related branches found
No related tags found
No related merge requests found
Pipeline #85392 passed
Showing
with 469 additions and 49 deletions
...@@ -14,7 +14,7 @@ build/ ...@@ -14,7 +14,7 @@ build/
# Documentation # Documentation
docs/build docs/build
docs/vale/styles/* docs/vale/styles/*
!docs/vale/styles/Vocab/ !docs/vale/styles/config/
!docs/vale/styles/custom/ !docs/vale/styles/custom/
.idea .idea
......
...@@ -2,5 +2,8 @@ ...@@ -2,5 +2,8 @@
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.2] - 2024-01-16
- Initial release
## [0.1] - 2023-12-04 ## [0.1] - 2023-12-04
- initial skeleton - initial skeleton
\ No newline at end of file
...@@ -8,7 +8,8 @@ RUN apk add --no-cache gcc libc-dev libffi-dev curl vim && \ ...@@ -8,7 +8,8 @@ RUN apk add --no-cache gcc libc-dev libffi-dev curl vim && \
RUN pip install \ RUN pip install \
--pre \ --pre \
--extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \ --trusted-host 150.254.211.2 \
--extra-index-url https://150.254.211.2/artifactory/api/pypi/geant-swd-pypi/simple \
--target /app \ --target /app \
geant-service-orchestrator==${ARTIFACT_VERSION} geant-service-orchestrator==${ARTIFACT_VERSION}
......
LICENSE 0 → 100644
MIT License
Copyright (c) 2023-2024 GÉANT Orchestration and Automation Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
[ [
{ {
"customer": "GÉANT",
"router_site": "AMS", "router_site": "AMS",
"hostname": "rt1", "hostname": "rt1",
"ts_port": 22111, "ts_port": 22111,
"router_vendor": "juniper", "router_vendor": "juniper",
"router_role": "p", "router_role": "pe",
"router_lo_ipv4_address": "62.40.119.2", "router_lo_ipv4_address": "62.40.119.2",
"router_lo_ipv6_address": "2001:798:1ab::2", "router_lo_ipv6_address": "2001:798:1ab::2",
"router_lo_iso_address": "49.51e5.0001.0620.4011.9002.00", "router_lo_iso_address": "49.51e5.0001.0620.4011.9002.00",
"is_ias_connected": false "is_ias_connected": true
}, },
{ {
"customer": "GÉANT", "router_site": "ATH",
"router_site": "AMS2", "hostname": "rt1",
"hostname": "rt2",
"ts_port": 22111, "ts_port": 22111,
"router_vendor": "juniper", "router_vendor": "juniper",
"router_role": "p", "router_role": "pe",
"router_lo_ipv4_address": "62.40.119.1", "router_lo_ipv4_address": "62.40.119.1",
"router_lo_ipv6_address": "2001:798:1ab::1", "router_lo_ipv6_address": "2001:798:1ab::1",
"router_lo_iso_address": "49.51e5.0001.0620.4011.9001.00", "router_lo_iso_address": "49.51e5.0001.0620.4011.9001.00",
"is_ias_connected": false "is_ias_connected": false
},
{
"router_site": "BIL",
"hostname": "rt1",
"ts_port": 22111,
"router_vendor": "juniper",
"router_role": "pe",
"router_lo_ipv4_address": "62.40.119.3",
"router_lo_ipv6_address": "2001:798:1ab::3",
"router_lo_iso_address": "49.51e5.0001.0620.4011.9003.00",
"is_ias_connected": false
},
{
"router_site": "DUB",
"hostname": "rt1",
"ts_port": 22111,
"router_vendor": "juniper",
"router_role": "pe",
"router_lo_ipv4_address": "62.40.119.4",
"router_lo_ipv6_address": "2001:798:1ab::4",
"router_lo_iso_address": "49.51e5.0001.0620.4011.9004.00",
"is_ias_connected": false
},
{
"router_site": "LON",
"hostname": "rt1",
"ts_port": 22111,
"router_vendor": "juniper",
"router_role": "pe",
"router_lo_ipv4_address": "62.40.119.5",
"router_lo_ipv6_address": "2001:798:1ab::5",
"router_lo_iso_address": "49.51e5.0001.0620.4011.9005.00",
"is_ias_connected": true
} }
] ]
[ [
{ {
"site_name": "AMS2", "site_name": "AMS",
"site_city": "Amsterdam", "site_city": "Amsterdam",
"site_country": "The Netherlands", "site_country": "The Netherlands",
"site_country_code": "NL", "site_country_code": "NL",
"site_latitude": 0, "site_latitude": 52.35640299542275,
"site_longitude": 0, "site_longitude": 4.952931412236851,
"site_bgp_community_id": 4, "site_bgp_community_id": 13,
"site_internal_id": 2,
"site_tier": "1",
"site_ts_address": "62.40.111.195"
},
{
"site_name": "ATH",
"site_city": "Athens",
"site_country": "Greece",
"site_country_code": "GR",
"site_latitude": 37.973573902105514,
"site_longitude": 23.74551842723506,
"site_bgp_community_id": 14,
"site_internal_id": 4, "site_internal_id": 4,
"site_tier": "1", "site_tier": "1",
"site_ts_address": "0.1.1.1", "site_ts_address": "62.40.111.196"
"customer": "GÉANT" },
{
"site_name": "BIL",
"site_city": "Bilbao",
"site_country": "Spain",
"site_country_code": "ES",
"site_latitude": 43.32311388825037,
"site_longitude": -2.996764830318336,
"site_bgp_community_id": 47,
"site_internal_id": 3,
"site_tier": "1",
"site_ts_address": "62.40.111.197"
},
{
"site_name": "DUB",
"site_city": "Dublin",
"site_country": "Ireland",
"site_country_code": "IE",
"site_latitude": 53.29025463849949,
"site_longitude": -6.4207320574310165,
"site_bgp_community_id": 20,
"site_internal_id": 5,
"site_tier": "1",
"site_ts_address": "62.40.111.198"
},
{
"site_name": "LON",
"site_city": "London",
"site_country": "United Kingdom",
"site_country_code": "UK",
"site_latitude": 51.49821912962843,
"site_longitude": -0.015228819041376851,
"site_bgp_community_id": 28,
"site_internal_id": 1,
"site_tier": "1",
"site_ts_address": "62.40.111.199"
} }
] ]
\ No newline at end of file
[ [
{ {
"customer": "GÉANT", "id": "LGS-00001",
"geant_s_sid": "12", "config": {
"iptrunk_type": "Dark_fiber", "common": {
"iptrunk_description": "Description", "link_speed": "100G",
"iptrunk_speed": "100G", "minimum_links": 1,
"iptrunk_minimum_links": 1, "isis_metric": 500,
"side_a_node_id": "", "type": "Leased"
"side_a_ae_iface": "string", },
"side_a_ae_geant_a_sid": "string", "nodeA": {
"side_a_ae_members": [ "name": "rt1.ath.gr.lab.office.geant.net",
{ "ae_name": "ae0",
"interface_name": "string", "port_sid": "LGA-00001",
"interface_description": "string" "members": [
} {
], "interface_name": "et-0/0/2",
"side_b_node_id": "string", "interface_description": "et-0/0/2"
"side_b_ae_iface": "string", }
"side_b_ae_geant_a_sid": "string", ],
"side_b_ae_members": [ "ipv4_address": "62.40.98.0/31",
{ "ipv6_address": "2001:798:cc::1/126"
"interface_name": "string", },
"interface_description": "string" "nodeB": {
} "name": "rt1.ams.nl.lab.office.geant.net",
], "ae_name": "ae0",
"iptrunk_ipv4_network": "string", "port_sid": "LGA-00002",
"iptrunk_ipv6_network": "string" "members": [
{
"interface_name": "et-9/0/2",
"interface_description": "et-9/0/2"
}
],
"ipv4_address": "62.40.98.1/31",
"ipv6_address": "2001:798:cc::2/126"
}
}
},
{
"id": "LGS-00003",
"config": {
"common": {
"link_speed": "100G",
"minimum_links": 1,
"isis_metric": 500,
"type": "Leased"
},
"nodeA": {
"name": "rt1.ath.gr.lab.office.geant.net",
"ae_name": "ae1",
"port_sid": "LGA-00005",
"members": [
{
"interface_name": "et-0/0/1",
"interface_description": "et-0/0/1"
}
],
"ipv4_address": "62.40.98.2/31",
"ipv6_address": "2001:798:cc::9/126"
},
"nodeB": {
"name": "rt1.lon.uk.lab.office.geant.net",
"ae_name": "ae1",
"port_sid": "LGA-00006",
"members": [
{
"interface_name": "et-2/0/0",
"interface_description": "et-2/0/0"
}
],
"ipv4_address": "62.40.98.3/31",
"ipv6_address": "2001:798:cc::a/126"
}
}
},
{
"id": "LGS-00004",
"config": {
"common": {
"link_speed": "400G",
"minimum_links": 1,
"isis_metric": 100,
"type": "Dark_fiber"
},
"nodeA": {
"name": "rt1.lon.uk.lab.office.geant.net",
"ae_name": "ae6",
"port_sid": "LGA-00004",
"members": [
{
"interface_name": "et-1/0/4",
"interface_description": "et-1/0/4"
}
],
"ipv4_address": "62.40.98.55/31",
"ipv6_address": "2001:798:cc::6e/126"
},
"nodeB": {
"name": "rt1.ams.nl.lab.office.geant.net",
"ae_name": "ae6",
"port_sid": "LGA-00004",
"members": [
{
"interface_name": "et-3/0/4",
"interface_description": "et-3/0/4"
}
],
"ipv4_address": "62.40.98.54/31",
"ipv6_address": "2001:798:cc::6d/126"
}
}
},
{
"id": "LGS-00006",
"config": {
"common": {
"link_speed": "100G",
"minimum_links": 1,
"isis_metric": 500,
"type": "Dark_fiber"
},
"nodeA": {
"name": "rt1.ams.nl.lab.office.geant.net",
"ae_name": "ae1",
"port_sid": "LGA-00011",
"members": [
{
"interface_name": "et-9/0/5",
"interface_description": "et-9/0/5"
}
],
"ipv4_address": "62.40.98.4/31",
"ipv6_address": "2001:798:cc::d/126"
},
"nodeB": {
"name": "rt1.bil.es.lab.office.geant.net",
"ae_name": "ae1",
"port_sid": "LGA-00012",
"members": [
{
"interface_name": "et-0/0/0",
"interface_description": "et-0/0/0"
}
],
"ipv4_address": "62.40.98.5/31",
"ipv6_address": "2001:798:cc::e/126"
}
}
},
{
"id": "LGS-00007",
"config": {
"common": {
"link_speed": "100G",
"minimum_links": 1,
"isis_metric": 500,
"type": "Dark_fiber"
},
"nodeA": {
"name": "rt1.lon.uk.lab.office.geant.net",
"ae_name": "ae0",
"port_sid": "LGA-00013",
"members": [
{
"interface_name": "et-5/2/0",
"interface_description": "et-5/2/0"
}
],
"ipv4_address": "62.40.98.17/31",
"ipv6_address": "2001:798:cc::22/126"
},
"nodeB": {
"name": "rt1.dub.ie.lab.office.geant.net",
"ae_name": "ae0",
"port_sid": "LGA-00014",
"members": [
{
"interface_name": "et-0/0/1",
"interface_description": "et-0/0/1"
}
],
"ipv4_address": "62.40.98.16/31",
"ipv6_address": "2001:798:cc::21/126"
}
}
},
{
"id": "LGS-00008",
"config": {
"common": {
"link_speed": "100G",
"minimum_links": 1,
"isis_metric": 500,
"type": "Dark_fiber"
},
"nodeA": {
"name": "rt1.bil.es.lab.office.geant.net",
"ae_name": "ae2",
"port_sid": "LGA-00016",
"members": [
{
"interface_name": "et-0/0/1",
"interface_description": "et-0/0/1"
}
],
"ipv4_address": "62.40.98.8/31",
"ipv6_address": "2001:798:cc::15/126"
},
"nodeB": {
"name": "rt1.dub.ie.lab.office.geant.net",
"ae_name": "ae2",
"port_sid": "LGA-00015",
"members": [
{
"interface_name": "et-0/0/0",
"interface_description": "et-0/0/0"
}
],
"ipv4_address": "62.40.98.9/31",
"ipv6_address": "2001:798:cc::16/126"
}
}
},
{
"id": "LGS-00012",
"config": {
"common": {
"link_speed": "100G",
"minimum_links": 1,
"isis_metric": 500,
"type": "Dark_fiber"
},
"nodeA": {
"name": "rt1.ams.nl.lab.office.geant.net",
"ae_name": "ae5",
"port_sid": "LGA-00023",
"members": [
{
"interface_name": "et-1/0/2",
"interface_description": "et-1/0/2"
}
],
"ipv4_address": "62.40.98.52/31",
"ipv6_address": "2001:798:cc::69/126"
},
"nodeB": {
"name": "rt2.lon.uk.lab.office.geant.net",
"ae_name": "ae1",
"port_sid": "LGA-00024",
"members": [
{
"interface_name": "et-0/0/0",
"interface_description": "et-0/0/0"
}
],
"ipv4_address": "62.40.98.53/31",
"ipv6_address": "2001:798:cc::6a/126"
}
}
},
{
"id": "LGS-00013",
"config": {
"common": {
"link_speed": "100G",
"minimum_links": 1,
"isis_metric": 500,
"type": "Dark_fiber"
},
"nodeA": {
"name": "rt1.lon.uk.lab.office.geant.net",
"ae_name": "ae3",
"port_sid": "LGA-00025",
"members": [
{
"interface_name": "et-0/0/2",
"interface_description": "et-0/0/2"
}
],
"ipv4_address": "62.40.98.36/31",
"ipv6_address": "2001:798:cc::65/126"
},
"nodeB": {
"name": "rt2.lon.uk.lab.office.geant.net",
"ae_name": "ae2",
"port_sid": "LGA-00026",
"members": [
{
"interface_name": "et-0/0/1",
"interface_description": "et-0/0/1"
}
],
"ipv4_address": "62.40.98.37/31",
"ipv6_address": "2001:798:cc::66/126"
}
}
} }
] ]
...@@ -63,3 +63,6 @@ Glossary of terms ...@@ -63,3 +63,6 @@ Glossary of terms
WFO WFO
`Workflow Orchestrator <https://workfloworchestrator.org/>`_ `Workflow Orchestrator <https://workfloworchestrator.org/>`_
AAI
Authentication and Authorisation Infrastructure
``gso.products``
================
.. automodule:: gso.auth
:members:
:show-inheritance:
Subpackages
-----------
.. toctree::
:maxdepth: 1
oidc_policy_helper
security
settings
``gso.auth.oidc_policy_helper``
====================================
.. automodule:: gso.auth.oidc_policy_helper
:members:
:show-inheritance:
``gso.auth.security``
====================================
.. automodule:: gso.auth.security
:members:
:show-inheritance:
``gso.auth.settings``
====================================
.. automodule:: gso.auth.settings
:members:
:show-inheritance:
``gso.cli.import_sites``
========================
.. automodule:: gso.cli.import_sites
:members:
:show-inheritance:
``gso.cli.imports``
===================
.. automodule:: gso.cli.imports
:members:
:show-inheritance:
...@@ -12,5 +12,5 @@ Submodules ...@@ -12,5 +12,5 @@ Submodules
:maxdepth: 2 :maxdepth: 2
:titlesonly: :titlesonly:
import_sites imports
netbox netbox
...@@ -15,3 +15,4 @@ Submodules ...@@ -15,3 +15,4 @@ Submodules
device_info device_info
exceptions exceptions
helpers helpers
workflow_steps
``gso.utils.workflow_steps``
============================
.. automodule:: gso.utils.workflow_steps
:members:
:show-inheritance:
...@@ -13,3 +13,4 @@ Dark_fiber ...@@ -13,3 +13,4 @@ Dark_fiber
[A|a]llocate [A|a]llocate
PHASE 1 PHASE 1
[Mm]odify [Mm]odify
AAI
"""The main entrypoint for :term:`GSO`, and the different ways in which it can be run.""" """The main entrypoint for :term:`GSO`, and the different ways in which it can be run."""
from gso import monkeypatches # noqa: F401, isort:skip
import typer import typer
from orchestrator import OrchestratorCore, app_settings from orchestrator import OrchestratorCore, app_settings
from orchestrator.cli.main import app as cli_app from orchestrator.cli.main import app as cli_app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment