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
db1a27f5
Commit
db1a27f5
authored
5 months ago
by
Mohammad Torkashvand
Browse files
Options
Downloads
Patches
Plain Diff
add Moodi to our glossary
parent
c5347167
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!303
added moodi telemetry to create EdgePort wf
Pipeline
#90157
failed
5 months ago
Stage: tox
Stage: documentation
Stage: sonarqube
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/glossary.rst
+3
-0
3 additions, 0 deletions
docs/source/glossary.rst
gso/utils/workflow_steps.py
+2
-2
2 additions, 2 deletions
gso/utils/workflow_steps.py
with
5 additions
and
2 deletions
docs/source/glossary.rst
+
3
−
0
View file @
db1a27f5
...
...
@@ -116,3 +116,6 @@ Glossary of terms
WFO
`Workflow Orchestrator <https://workfloworchestrator.org/>`_
Moodi
A service that does monitoring on demand during a workflow execution.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
gso/utils/workflow_steps.py
+
2
−
2
View file @
db1a27f5
...
...
@@ -396,7 +396,7 @@ _is_moodi_enabled = conditional(lambda _: load_oss_params().MOODI.moodi_enabled)
def
start_moodi
()
->
StepList
:
"""
Start monitoring on demand using Moodi Telemetry stack.
"""
"""
Start monitoring on demand using
:term:`
Moodi
`
Telemetry stack.
"""
host
=
load_oss_params
().
MOODI
.
host
@step
(
"
Start Moodi
"
)
...
...
@@ -411,7 +411,7 @@ def start_moodi() -> StepList:
def
stop_moodi
()
->
StepList
:
"""
Stop Moodi Telemetry monitoring on demand.
"""
"""
Stop
:term:`
Moodi
`
Telemetry monitoring on demand.
"""
host
=
load_oss_params
().
MOODI
.
host
@step
(
"
Stop Moodi
"
)
...
...
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