Skip to content
Snippets Groups Projects

Move provisioning proxy steps to the new LSO endpoint

Merged Karel van Klink requested to merge feature/use-generic-provisioning-proxy-endpoint into develop
All threads resolved!
2 files
+ 1
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -7,7 +7,6 @@ configured to run from A to C. B is then no longer associated with this IP trunk
import copy
import json
import re
from logging import getLogger
from typing import NoReturn
from uuid import uuid4
@@ -41,10 +40,6 @@ from gso.utils.helpers import (
)
from gso.utils.workflow_steps import set_isis_to_90000
logger = getLogger(__name__)
PLAYBOOK_VERB_NOT_YET_PROPERLY_SET = "Playbook verb is not yet properly set."
def initial_input_form_generator(subscription_id: UUIDstr) -> FormGenerator:
"""Gather input from the operator on the new router that the IP trunk should connect to."""
Loading