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
2b1abe49
Verified
Commit
2b1abe49
authored
1 year ago
by
Karel van Klink
Browse files
Options
Downloads
Patches
Plain Diff
update router reboot label
parent
476515df
No related branches found
No related tags found
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
+6
-2
6 additions, 2 deletions
gso/workflows/router/create_router.py
with
6 additions
and
2 deletions
gso/workflows/router/create_router.py
+
6
−
2
View file @
2b1abe49
...
...
@@ -146,14 +146,18 @@ def verify_ipam_loopback(subscription: RouterProvisioning) -> State:
@inputstep
(
"
Prompt to reboot
"
,
assignee
=
Assignee
.
SYSTEM
)
def
prompt_reboot_router
()
->
FormGenerator
:
def
prompt_reboot_router
(
subscription
:
RouterProvisioning
)
->
FormGenerator
:
"""
Wait for confirmation from an operator that the router has been rebooted.
"""
class
RebootPrompt
(
FormPage
):
class
Config
:
title
=
"
Please reboot before continuing
"
info_label
:
Label
=
"
Reboot the router, and continue the workflow once this has been completed.
"
# type: ignore[assignment]
info_label
:
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.
"
)
yield
RebootPrompt
...
...
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