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!
5 files
+ 164
230
Compare changes
  • Side-by-side
  • Inline
Files
5
"""Add Edge Port and GÉANT IP workflows.
"""Add Edge Port and NREN L3 Core Service workflows.
Revision ID: bf05800fe9fc
Revises: a08bf228f112
@@ -10,7 +10,7 @@ from alembic import op
# revision identifiers, used by Alembic.
revision = 'bf05800fe9fc'
down_revision = 'a08bf228f112'
down_revision = '2d224884c80b'
branch_labels = None
depends_on = None
@@ -55,34 +55,34 @@ new_workflows = [
"product_type": "ImportedEdgePort"
},
{
"name": "create_geant_ip",
"name": "create_nren_l3_core_service",
"target": "CREATE",
"description": "Create G\u00c9ANT IP",
"product_type": "GeantIP"
"description": "Create NREN L3 Core Service",
"product_type": "NRENL3CoreService"
},
{
"name": "modify_geant_ip",
"name": "modify_nren_l3_core_service",
"target": "MODIFY",
"description": "Modify G\u00c9ANT IP",
"product_type": "GeantIP"
"description": "Modify NREN L3 Core Service",
"product_type": "NRENL3CoreService"
},
{
"name": "migrate_geant_ip",
"name": "migrate_nren_l3_core_service",
"target": "MODIFY",
"description": "Migrate G\u00c9ANT IP",
"product_type": "GeantIP"
"description": "Migrate NREN L3 Core Service",
"product_type": "NRENL3CoreService"
},
{
"name": "create_imported_geant_ip",
"name": "create_imported_nren_l3_core_service",
"target": "CREATE",
"description": "Import G\u00c9ANT IP",
"product_type": "ImportedGeantIP"
"description": "Import NREN L3 Core Service",
"product_type": "ImportedNRENL3CoreService"
},
{
"name": "import_geant_ip",
"name": "import_nren_l3_core_service",
"target": "MODIFY",
"description": "Import G\u00c9ANT IP",
"product_type": "ImportedGeantIP"
"description": "Import NREN L3 Core Service",
"product_type": "ImportedNRENL3CoreService"
}
]
Loading