Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
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
dCache
cta
Commits
56d96045
Commit
56d96045
authored
7 years ago
by
Michael Davis
Browse files
Options
Downloads
Patches
Plain Diff
[kill-bash] Reinstates cta-cli.conf to client pod as well as cli pod
parent
e2319478
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/client.sh
+6
-0
6 additions, 0 deletions
...sintegration/docker/ctafrontend/cc7/opt/run/bin/client.sh
continuousintegration/orchestration/tests/client_ar.sh
+0
-1
0 additions, 1 deletion
continuousintegration/orchestration/tests/client_ar.sh
with
6 additions
and
1 deletion
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/client.sh
+
6
−
0
View file @
56d96045
...
...
@@ -10,5 +10,11 @@ if [ ! -e /etc/buildtreeRunner ]; then
yum
-y
install
cta-cli cta-debuginfo xrootd-client eos-client
fi
cat
<<
EOF
> /etc/cta/cta-cli.conf
# The CTA frontend address in the form <FQDN>:<TCPPort>
# solved by kubernetes DNS server so KIS...
ctafrontend:10955
EOF
# sleep forever but exit immediately when pod is deleted
exec
/bin/bash
-c
"trap : TERM INT; sleep infinity & wait"
This diff is collapsed.
Click to expand it.
continuousintegration/orchestration/tests/client_ar.sh
+
0
−
1
View file @
56d96045
...
...
@@ -201,7 +201,6 @@ if [[ $REMOVE == 1 ]]; then
echo
"Got cta admin privileges, can proceed with the workflow"
else
# displays what failed and fail
cat
/etc/cta/cta-cli.conf
admin_cta admin
ls
die
"Could not launch cta-admin command."
fi
...
...
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