Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ohpc-packer
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
rc
ohpc-packer
Commits
384a4a80
Commit
384a4a80
authored
1 year ago
by
Ravi Tripathi
Browse files
Options
Downloads
Patches
Plain Diff
Add var for getting certifcate in staging env
parent
fa470382
No related branches found
Branches containing commit
No related tags found
1 merge request
!18
Add var for getting certifcate in staging env
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xdmod/image.pkr.hcl
+2
-1
2 additions, 1 deletion
xdmod/image.pkr.hcl
xdmod/variables.pkr.hcl
+5
-0
5 additions, 0 deletions
xdmod/variables.pkr.hcl
with
7 additions
and
1 deletion
xdmod/image.pkr.hcl
+
2
−
1
View file @
384a4a80
...
...
@@ -42,7 +42,8 @@ build {
"lts_secret_key=${var.lts_secret_key}"
,
"s3_endpoint=${var.s3_endpoint}"
,
"s3_shibboleth_bucket_name=${var.s3_shibboleth_bucket_name}"
,
"s3_shibboleth_object_name=${var.s3_shibboleth_object_name}"
"s3_shibboleth_object_name=${var.s3_shibboleth_object_name}"
,
"s3_cert_object_name=${var.s3_cert_object_name}"
]
inline
=
[
"sudo -E echo 's3_endpoint: $s3_endpoint'"
,
...
...
This diff is collapsed.
Click to expand it.
xdmod/variables.pkr.hcl
+
5
−
0
View file @
384a4a80
...
...
@@ -69,4 +69,9 @@ variable "s3_shibboleth_object_name" {
type
=
string
default
=
""
description
=
"s3 shibboleth object name"
}
variable
"s3_cert_object_name"
{
type
=
string
default
=
""
description
=
"s3 certificate object name"
}
\ No newline at end of file
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