Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csp-lmc-subelement-old
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Gianluca Marotta
csp-lmc-subelement-old
Commits
76fcc4f9
Commit
76fcc4f9
authored
5 years ago
by
Elisabetta Giani
Browse files
Options
Downloads
Plain Diff
Merge branch 'AT5-370' of
https://gitlab.com/ska-telescope/csp-lmc-subelement
into AT5-370
parents
7bad8421
0ea04080
Branches
Branches containing commit
No related tags found
1 merge request
!5
Request to merge AT5-370 branch with master
Pipeline
#11346
failed
5 years ago
Stage: test
Stage: linting
Stage: deploy
Stage: .post
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cspse/lmc/release.py
+1
-1
1 addition, 1 deletion
cspse/lmc/release.py
cspse/lmc/subelement_master.py
+7
-1
7 additions, 1 deletion
cspse/lmc/subelement_master.py
with
8 additions
and
2 deletions
cspse/lmc/release.py
+
1
−
1
View file @
76fcc4f9
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
#
#
# This file is part of the C
entralNode
project
# This file is part of the C
spSubElementMaster
project
#
#
#
#
#
#
...
...
This diff is collapsed.
Click to expand it.
cspse/lmc/subelement_master.py
+
7
−
1
View file @
76fcc4f9
...
@@ -239,7 +239,6 @@ class CspSubElementMaster(SKAMaster):
...
@@ -239,7 +239,6 @@ class CspSubElementMaster(SKAMaster):
SKAMaster
.
init_device
(
self
)
SKAMaster
.
init_device
(
self
)
self
.
set_state
(
tango
.
DevState
.
INIT
)
self
.
set_state
(
tango
.
DevState
.
INIT
)
# PROTECTED REGION ID(CspSubElementMaster.init_device) ENABLED START #
# PROTECTED REGION ID(CspSubElementMaster.init_device) ENABLED START #
# PROTECTED REGION ID(CspSubElementMaster.init_device) ENABLED START #
# _cmd_execution_state: implement the execution state of a long-running
# _cmd_execution_state: implement the execution state of a long-running
# command for the whole CSP. Setting this attribute prevent the execution
# command for the whole CSP. Setting this attribute prevent the execution
# of the same command while it is already running.
# of the same command while it is already running.
...
@@ -510,6 +509,9 @@ class CspSubElementMaster(SKAMaster):
...
@@ -510,6 +509,9 @@ class CspSubElementMaster(SKAMaster):
The command is executed if the *AdminMode* is ONLINE or *MAINTENANCE*.
The command is executed if the *AdminMode* is ONLINE or *MAINTENANCE*.
If the AdminMode is *OFFLINE*, *NOT-FITTED* or *RESERVED*, the method throws an
If the AdminMode is *OFFLINE*, *NOT-FITTED* or *RESERVED*, the method throws an
exception.
exception.
The CSP sub-element components can be organized as tango-groups or controlled
by some tango device drivers which actas as
'
cache
'
. We call these devices
'
racks
'
, even if they can contro a different phisical arrangement.
:param argin:
'
DevVarStringArray
'
:param argin:
'
DevVarStringArray
'
The list of sub-element components FQDNs to switch-on or an empty list to switch-on the whole
The list of sub-element components FQDNs to switch-on or an empty list to switch-on the whole
...
@@ -540,6 +542,10 @@ class CspSubElementMaster(SKAMaster):
...
@@ -540,6 +542,10 @@ class CspSubElementMaster(SKAMaster):
Switch-off the CSP sub-element components specified by the input argument.
Switch-off the CSP sub-element components specified by the input argument.
If no argument is specified, the command is issued to all the CSP
If no argument is specified, the command is issued to all the CSP
sub-element components.
sub-element components.
The CSP sub-element components can be organized as tango-groups or controlled
by some tango device drivers which actas as
'
cache
'
. We call these devices
'
racks
'
, even if they can contro a different phisical arrangement.
:param argin:
'
DevVarStringArray
'
:param argin:
'
DevVarStringArray
'
If the array length is 0, the command applies to the whole
If the array length is 0, the command applies to the whole
...
...
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