Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
ecafbee5
Verified
Commit
ecafbee5
authored
1 year ago
by
Karel van Klink
Browse files
Options
Downloads
Patches
Plain Diff
update input step labels
parent
2b1abe49
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!162
Feature/update router create workflow
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gso/workflows/router/create_router.py
+10
-8
10 additions, 8 deletions
gso/workflows/router/create_router.py
with
10 additions
and
8 deletions
gso/workflows/router/create_router.py
+
10
−
8
View file @
ecafbee5
...
...
@@ -153,11 +153,11 @@ def prompt_reboot_router(subscription: RouterProvisioning) -> FormGenerator:
class
Config
:
title
=
"
Please reboot before continuing
"
info_label
:
Label
=
(
info_label
_1
:
Label
=
(
f
"
Base config has been deployed. Please log in via the console using https://
"
# type: ignore[assignment]
f
"
{
subscription
.
router
.
router_site
.
site_ts_address
}
.
\n
"
"
Reboot the router, and once it is up again, press submit to continue the workflow.
"
f
"
{
subscription
.
router
.
router_site
.
site_ts_address
}
.
"
)
info_label_2
:
Label
=
"
Reboot the router, and once it is up again, press submit to continue the workflow.
"
# type: ignore[assignment]
yield
RebootPrompt
...
...
@@ -170,11 +170,12 @@ def prompt_console_login() -> FormGenerator:
class
ConsolePrompt
(
FormPage
):
class
Config
:
title
=
"
Please log in before continuing
"
title
=
"
Verify local authentication
"
info_label
:
Label
=
(
"
Verify that you are able to log in to the router via the console
, and then continue the workflow
.
"
# type: ignore[assignment]
info_label
_1
:
Label
=
(
"
Verify that you are able to log in to the router via the console
using the admin account
.
"
# type: ignore[assignment]
)
info_label_2
:
Label
=
"
Once this is done, press submit to continue the workflow.
"
# type: ignore[assignment]
yield
ConsolePrompt
...
...
@@ -187,9 +188,10 @@ def prompt_insert_in_ims() -> FormGenerator:
class
IMSPrompt
(
FormPage
):
class
Config
:
title
=
"
Please go to IMS before continuing
"
title
=
"
Update IMS mediation server
"
info_label
:
Label
=
"
Insert the router into IMS, and continue the workflow once this has been completed.
"
# type: ignore[assignment]
info_label_1
:
Label
=
"
Insert the router into IMS.
"
# type: ignore[assignment]
info_label_2
:
Label
=
"
Once this is done, press submit to continue the workflow.
"
# type: ignore[assignment]
yield
IMSPrompt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment