Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIfR-BDG
edd_provisioning
Commits
85533877
Commit
85533877
authored
Oct 25, 2021
by
Niclas Esser
Browse files
Added testing inventory
parent
3d72bae2
Changes
6
Hide whitespace changes
Inline
Side-by-side
effelsberg_testing/group_vars/all.yml
View file @
85533877
...
...
@@ -12,7 +12,7 @@ mpikat_repository: "https://gitlab.mpcdf.mpg.de/nesser/mpikat.git"
mpikat_branch
:
"
dev"
# Repository and branch of the provisiioing system (roles and provision descriptions) used by the master controller
provision_repository
:
"
https://gitlab.mpcdf.mpg.de/
nesser
/edd_provisioning.git"
provision_repository
:
"
https://gitlab.mpcdf.mpg.de/
mpifr-bdg
/edd_provisioning.git"
provision_branch
:
"
master"
# Inventory file / directory in this repository to be used.
...
...
provison_descriptions/tests/spead2_test.json
View file @
85533877
...
...
@@ -2,8 +2,7 @@
"products"
:
[
{
"id"
:
"tv_injection"
,
"ip"
;
"pacifix2"
,
"id"
:
"tv_injection"
,
"output_data_streams"
:
[
"spead2_stream_in"
:
...
...
@@ -15,8 +14,7 @@
]
},
{
"id"
:
"tv_validator"
"ip"
;
"pacifix3"
,
"id"
:
"tv_validator"
,
"input_data_streams"
:
[
{
...
...
provison_descriptions/tests/spead2_test.yml
View file @
85533877
-
hosts
:
pacifix
[2]
-
hosts
:
gpuserver
[2]
roles
:
-
testvector_injector
-
hosts
:
pacifix
[3]
-
hosts
:
gpuserver
[3]
roles
:
-
testvector_validator
provison_descriptions/tests/spead2x2_test.json
View file @
85533877
...
...
@@ -28,7 +28,7 @@
]
},
{
"id"
:
"tv_validator"
"id"
:
"tv_validator"
,
"ip"
:
"pacifix2"
,
"input_data_streams"
:
[
...
...
@@ -40,7 +40,7 @@
]
},
{
"id"
:
"tv_validator"
"id"
:
"tv_validator"
,
"ip"
:
"pacifix3"
,
"input_data_streams"
:
[
...
...
provison_descriptions/tests/spead2x2_test.yml
View file @
85533877
-
hosts
:
pacifix
[2:3]
-
hosts
:
gpuserver
[2:3]
roles
:
-
testvector_injector
-
hosts
:
pacifix
[2:3]
-
hosts
:
gpuserver
[2:3]
roles
:
-
testvector_validator
roles/edd_tester/templates/Dockerfile
View file @
85533877
FROM
python:3
FROM
python:3
.6
MAINTAINER
Niclas Esser "nesser@mpifr-bonn.mpg.de"
...
...
@@ -40,7 +40,7 @@ RUN apt-get --no-install-recommends -y install \
python
\
numactl
###
MPIKAT dependenci
es\
###
Python packag
es\
RUN
pip
install
\
setuptools
\
setuptools-git
\
...
...
@@ -62,6 +62,7 @@ RUN pip install \
dill
\
pynvml
\
astropy
\
tabulate
\
omnijson
==
0.1.2
\
ujson
==
2.0.3
\
katpoint
==
0.9
\
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment