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
Harbor 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
fea3ee11
Commit
fea3ee11
authored
5 years ago
by
Cedric CAFFY
Browse files
Options
Downloads
Patches
Plain Diff
Modified cta-admin archiveroute add from the tests scripts
parent
ba68930e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
continuousintegration/orchestration/tests/prepare_tests.sh
+0
-1
0 additions, 1 deletion
continuousintegration/orchestration/tests/prepare_tests.sh
continuousintegration/orchestration/tests/repack_systemtest_wrapper.sh
+2
-2
2 additions, 2 deletions
...egration/orchestration/tests/repack_systemtest_wrapper.sh
with
2 additions
and
3 deletions
continuousintegration/orchestration/tests/prepare_tests.sh
+
0
−
1
View file @
fea3ee11
...
...
@@ -132,7 +132,6 @@ echo "Preparing CTA configuration for tests"
--vo
vo
\
--comment
"ctasystest"
kubectl
--namespace
${
NAMESPACE
}
exec
ctacli
--
cta-admin archiveroute add
\
--instance
${
EOSINSTANCE
}
\
--storageclass
ctaStorageClass
\
--copynb
1
\
--tapepool
ctasystest
\
...
...
This diff is collapsed.
Click to expand it.
continuousintegration/orchestration/tests/repack_systemtest_wrapper.sh
+
2
−
2
View file @
fea3ee11
...
...
@@ -286,8 +286,8 @@ repackMoveAndAddCopies() {
echo
"OK"
echo
"Creating archive routes for adding two copies of the file"
kubectl
-n
${
NAMESPACE
}
exec
ctacli
--
cta-admin archiveroute add
--instance
ctaeos
--storageclass
ctaStorageClass
--copynb
2
--tapepool
$tapepoolDestination1
--comment
"ArchiveRoute2"
kubectl
-n
${
NAMESPACE
}
exec
ctacli
--
cta-admin archiveroute add
--instance
ctaeos
--storageclass
ctaStorageClass
--copynb
3
--tapepool
$tapepoolDestination2
--comment
"ArchiveRoute3"
kubectl
-n
${
NAMESPACE
}
exec
ctacli
--
cta-admin archiveroute add
--storageclass
ctaStorageClass
--copynb
2
--tapepool
$tapepoolDestination1
--comment
"ArchiveRoute2"
kubectl
-n
${
NAMESPACE
}
exec
ctacli
--
cta-admin archiveroute add
--storageclass
ctaStorageClass
--copynb
3
--tapepool
$tapepoolDestination2
--comment
"ArchiveRoute3"
echo
"OK"
echo
"Will change the tapepool of the tapes"
...
...
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