Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Tango Images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
LOFAR2.0
Tango Images
Commits
cc436966
Commit
cc436966
authored
5 years ago
by
shraddhabajare
Browse files
Options
Downloads
Patches
Plain Diff
story_AT1-422: Add readme file for archiver implementation.
parent
31102126
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+22
-4
22 additions, 4 deletions
README.md
docker/tango/mariadb_hdbpp/README.md
+2
-2
2 additions, 2 deletions
docker/tango/mariadb_hdbpp/README.md
docker/tango/tango-archiver/README.md
+2
-2
2 additions, 2 deletions
docker/tango/tango-archiver/README.md
with
26 additions
and
8 deletions
README.md
+
22
−
4
View file @
cc436966
# TANGO Docker containers
[

](https://developer.skatelescope.org/projects/ska-docker/en/latest/?badge=latest)
This project defines a set of Docker images and Docker compose files
that are useful for TANGO control system development.
See the documentation in the
``docs``
folder for build and usage
See the documentation in the 'docs' folder for build and usage
instructions.
## Complete Archiver Implementation
[

](https://developer.skatelescope.org/projects/ska-docker/en/latest/?badge=latest)
Docker images such as tango-archiver, mariadb and hdb++ viewer are used for archiving various attributes and states of
tango devices. Containers like mariadb, databaseds, hdbpp-es, hdbpp-cm should be up and running. HDB++ is a historical
database used to store the archived attributes values. Here maria database with default schema of hdp++ is used to store
the archived values.
Hdbpp-es is event suscriber device is in charge of gathering the values from the Tango devices and storing them into the
database (mariadb). Hdbpp-cm is a configuration manager server. It configures the attributes to be archived and defines
which Event Subscriber is responsible for a set of Tango attributes to be archived.
Hdbpp-viewer shows the picturial representation of archived attributes, which are stored in maria database.
# Important links
*
[
Link for Mariadb container
](
https://gitlab.com/ska-telescope/ska-docker/tree/story_AT1-422/docker/tango/mariadb_hdbpp
)
*
[
Link for Tango-archiver container
](
https://gitlab.com/ska-telescope/ska-docker/tree/story_AT1-422/docker/tango/tango-archiver
)
*
[
Link for Hdbpp-viewer container
](
https://gitlab.com/ska-telescope/ska-docker/tree/story_AT1-422/docker/tango/hdbpp_viewer
)
*
[
Docker-compose yaml
](
https://gitlab.com/ska-telescope/ska-docker/blob/story_AT1-422/docker/tango/tango-archiver/docker-compose.yml
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docker/tango/mariadb_hdbpp/README.md
+
2
−
2
View file @
cc436966
...
...
@@ -13,12 +13,12 @@
*
tango-java ({DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-java:latest)
*
mariadb_hdbpp ({DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/mariadb_hdbpp:latest)
# 4: Creating
M
ariadb docker containers
# 4: Creating
m
ariadb docker containers
Image '{DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/mariadb_hdbpp' with tag:latest is used to create Mariadb
container. MYSQL_DATABASE=hdbpp, MYSQL_USER=tango, MYSQL_PASSWORD=tango, TANGO_HOST=${TANGO_HOST} are the enviornments
variables set at the time of mariadb container creation. archiverdb is the permenent volume required.
# 5: Running mariadb inside
D
ocker containers
# 5: Running mariadb inside
d
ocker containers
mariadb can run on dockers using following command inside the ./tango-archiver
...
...
This diff is collapsed.
Click to expand it.
docker/tango/tango-archiver/README.md
+
2
−
2
View file @
cc436966
# Tango-archiver Docker Container
# Tango-archiver Docker Container
s
[

](https://developer.skatelescope.org/projects/ska-docker/en/latest/?badge=latest)
...
...
@@ -49,7 +49,7 @@ The data file, archiver-devices.json file runs in this container to configure al
nexus.engageska-portugal.pt/ska-docker/tango-dsconfig:latest is used in this container.
TANGO_HOST=${TANGO_HOST} is the eviornment variable set inside this container at the time of creation.
# 5: Running tango-archiver inside
D
ocker containers
# 5: Running tango-archiver inside
d
ocker containers
tango-archiver can run on dockers using following command inside the ./tango-archiver
...
...
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