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
a924dbad
Commit
a924dbad
authored
4 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Added the media types of the tapes in production
parent
0f5cd5cf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
continuousintegration/orchestration/tests/prepare_tests.sh
+38
-1
38 additions, 1 deletion
continuousintegration/orchestration/tests/prepare_tests.sh
with
38 additions
and
1 deletion
continuousintegration/orchestration/tests/prepare_tests.sh
+
38
−
1
View file @
a924dbad
...
...
@@ -115,7 +115,44 @@ kubectl --namespace ${NAMESPACE} exec ctacli -- cta-admin --json version | jq
--partialtapesnumber
5
\
--encrypted
false
\
--comment
"ctasystest"
# add the media type of the tapes
# add the media types of the tapes in production
kubectl
--namespace
${
NAMESPACE
}
exec
ctacli
--
cta-admin mediatype add
\
--name
T10K500G
\
--capacity
500000000000
\
--primarydensitycode
74
\
--cartridge
"T10000"
\
--comment
"Oracle T10000 cartridge formated at 500 GB (for developers only)"
kubectl
--namespace
${
NAMESPACE
}
exec
ctacli
--
cta-admin mediatype add
\
--name
3592JC7T
--capacity
7000000000000
\
--primarydensitycode
84
\
--cartridge
"3592JC"
\
--comment
"IBM 3592JC cartridge formated at 7 TB"
kubectl
--namespace
${
NAMESPACE
}
exec
ctacli
--
cta-admin mediatype add
\
--name
3592JD15T
\
--capacity
15000000000000
\
--primarydensitycode
85
\
--cartridge
"3592JD"
\
--comment
"IBM 3592JD cartridge formated at 15 TB"
kubectl
--namespace
${
NAMESPACE
}
exec
ctacli
--
cta-admin mediatype add
\
--name
3592JE20T
\
--capacity
20000000000000
\
--primarydensitycode
87
\
--cartridge
"3592JE"
\
--comment
"IBM 3592JE cartridge formated at 20 TB"
kubectl
--namespace
${
NAMESPACE
}
exec
ctacli
--
cta-admin mediatype add
\
--name
LTO7M
\
--capacity
9000000000000
\
--primarydensitycode
93
\
--cartridge
"LTO-7"
\
--comment
"LTO-7 M8 cartridge formated at 9 TB"
kubectl
--namespace
${
NAMESPACE
}
exec
ctacli
--
cta-admin mediatype add
\
--name
LTO8
\
--capacity
12000000000000
\
--primarydensitycode
94
\
--cartridge
"LTO-8"
\
--comment
"LTO-8 cartridge formated at 12 TB"
# add the media type of the tapes in the CI
kubectl
--namespace
${
NAMESPACE
}
exec
ctacli
--
cta-admin mediatype add
\
--name
"T10K500G"
\
--capacity
500000000000
\
...
...
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