Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
12dcc436
Commit
12dcc436
authored
Sep 18, 2019
by
Elvin Sindrilaru
Browse files
Install the eos-ns-inspect package in the image
parent
1d2254f6
Pipeline
#1100639
skipped with stage
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
12dcc436
...
...
@@ -48,7 +48,7 @@ RUN createrepo ${EOSREPODIR}; \
yum
-y
--nogpg
install
quarkdb grid-hammer davix
;
\
yum
-y
--nogpg
install
\
eos-server eos-testkeytab eos-archive eos-client
\
eos-debuginfo eos-fuse eos-fusex eos-test
eos-debuginfo eos-fuse eos-fusex eos-test
eos-ns-inspect
# *************
# NOTE: !UGLY!*
...
...
Dockerfile_asan
View file @
12dcc436
...
...
@@ -41,7 +41,7 @@ ADD cc7_asan_artifacts ${EOSREPODIR}
# Special packages, must be installed un-cached.
RUN createrepo ${EOSREPODIR}; \
echo -e "[eos-asan-artifacts]\nname=EOS Asan artifacts\nbaseurl=file://${EOSREPODIR}\ngpgcheck=0\nenabled=1\npriority=1" >> /etc/yum.repos.d/eos-artifacts.repo; \
yum install --nogpg --disablerepo="cern*" -y eos-client eos-server eos-test quarkdb
yum install --nogpg --disablerepo="cern*" -y eos-client eos-server eos-test
eos-ns-inspect
quarkdb
# Generate a new forwardable keytab 'eos-test+' to replace the not-forwardable one (installed by the eos-testkeytab package).
# This is useful to deploy EOS on Kubernetes clusters running on CERN's Cloud Infrastructure; you can remove these lines if you don't need one.
...
...
Dockerfile_xrd_testing
View file @
12dcc436
...
...
@@ -46,7 +46,7 @@ RUN createrepo ${EOSREPODIR}; \
echo -e "[eos-artifacts]\nname=EOS artifacts\nbaseurl=file://${EOSREPODIR}\ngpgcheck=0\nenabled=1\npriority=1" >> /etc/yum.repos.d/eos.repo; \
yum -y --nogpg --enablerepo=xrootd-testing --setopt="eos-depend.exclude=xrootd*" install \
eos-server eos-testkeytab eos-archive eos-client \
eos-debuginfo eos-fuse eos-fusex eos-test
eos-debuginfo eos-fuse eos-fusex eos-test
eos-ns-inspect
# Generate a new forwardable keytab 'eos-test+' to replace the not-forwardable one (installed by the eos-testkeytab package).
# This is useful to deploy EOS on Kubernetes clusters running on CERN's Cloud Infrastructure; you can remove these lines if you don't need one.
...
...
scripts/start_services.sh
View file @
12dcc436
...
...
@@ -139,7 +139,7 @@ for (( i=1; i<=$n_fst; i++ )); do
FSTHOSTNAME
=
eos-fst
${
i
}
-test
# Configure the QDB contact details in the /etc/xrd.cf.fst file
if
[[
$with_qdb
==
1
]]
;
then
docker
exec
-i
eos-fst
${
i
}
-test
echo
"fstofs.qdbcluster eos-qdb-test.eoscluster.cern.ch:7777"
>>
/etc/xrd.cf.fst
docker
exec
-i
eos-fst
${
i
}
-test
/bin/bash
-c
"
echo
\
"
fstofs.qdbcluster eos-qdb-test.eoscluster.cern.ch:7777
\
"
>> /etc/xrd.cf.fst
"
fi
docker
exec
-i
$FSTHOSTNAME
/eos_fst_setup.sh
$i
${
geotags
[i-1]
:+
"-g
${
geotags
[i-1]
}
"
}
&
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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