Skip to content
Snippets Groups Projects

Add Edge Port, GÉANT IP and IAS products

Merged Karel van Klink requested to merge feature/add-geant-ip into develop
All threads resolved!
14 files
+ 167
164
Compare changes
  • Side-by-side
  • Inline
Files
14
"""Add Edge Port and NREN L3 Core Service workflows.
"""Add Import EdgePort and L3 Core Service workflows..
Revision ID: bf05800fe9fc
Revises: a08bf228f112
Create Date: 2024-10-08 11:22:00.038925
Revision ID: 7412c5b7ebe4
Revises: e1659d366925
Create Date: 2024-10-17 13:10:38.551706
"""
import sqlalchemy as sa
from alembic import op
# revision identifiers, used by Alembic.
revision = 'bf05800fe9fc'
down_revision = '2d224884c80b'
revision = '7412c5b7ebe4'
down_revision = 'e1659d366925'
branch_labels = None
depends_on = None
@@ -57,32 +57,32 @@ new_workflows = [
{
"name": "create_nren_l3_core_service",
"target": "CREATE",
"description": "Create NREN L3 Core Service",
"description": "Create G\u00c9ANT IP",
"product_type": "NRENL3CoreService"
},
{
"name": "modify_nren_l3_core_service",
"target": "MODIFY",
"description": "Modify NREN L3 Core Service",
"product_type": "NRENL3CoreService"
},
{
"name": "migrate_nren_l3_core_service",
"target": "MODIFY",
"description": "Migrate NREN L3 Core Service",
"description": "Modify G\u00c9ANT IP",
"product_type": "NRENL3CoreService"
},
{
"name": "create_imported_nren_l3_core_service",
"target": "CREATE",
"description": "Import NREN L3 Core Service",
"description": "Import G\u00c9ANT IP",
"product_type": "ImportedNRENL3CoreService"
},
{
"name": "import_nren_l3_core_service",
"target": "MODIFY",
"description": "Import NREN L3 Core Service",
"description": "Import G\u00c9ANT IP",
"product_type": "ImportedNRENL3CoreService"
},
{
"name": "migrate_nren_l3_core_service",
"target": "MODIFY",
"description": "Migrate G\u00c9ANT IP",
"product_type": "NRENL3CoreService"
}
]
Loading