Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
68
Issue boards
Milestones
Wiki
Code
Merge requests
10
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
rc
hpc-factory
Commits
d5f0f8e8
Commit
d5f0f8e8
authored
5 months ago
by
Bo-Chun Chen
Browse files
Options
Downloads
Patches
Plain Diff
feat: add extra_vars variable in packer templates
parent
ac29100e
No related branches found
Branches containing commit
No related tags found
2 merge requests
!168
Feat build extra vars
,
!117
This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
openstack-login/variables.pkr.hcl
+7
-1
7 additions, 1 deletion
openstack-login/variables.pkr.hcl
openstack-ood/variables.pkr.hcl
+7
-1
7 additions, 1 deletion
openstack-ood/variables.pkr.hcl
openstack-proxy/variables.pkr.hcl
+5
-0
5 additions, 0 deletions
openstack-proxy/variables.pkr.hcl
with
19 additions
and
2 deletions
openstack-login/variables.pkr.hcl
+
7
−
1
View file @
d5f0f8e8
...
...
@@ -88,4 +88,10 @@ variable "volume_size" {
type
=
number
default
=
20
description
=
"The default volume size for building iamge"
}
\ No newline at end of file
}
variable
"extra_vars"
{
type
=
string
default
=
""
description
=
"Extra vars to pass to ansible playbook command"
}
This diff is collapsed.
Click to expand it.
openstack-ood/variables.pkr.hcl
+
7
−
1
View file @
d5f0f8e8
...
...
@@ -87,4 +87,10 @@ variable "volume_size" {
type
=
number
default
=
20
description
=
"The default volume size for building iamge"
}
\ No newline at end of file
}
variable
"extra_vars"
{
type
=
string
default
=
""
description
=
"Extra vars to pass to ansible playbook command"
}
This diff is collapsed.
Click to expand it.
openstack-proxy/variables.pkr.hcl
+
5
−
0
View file @
d5f0f8e8
...
...
@@ -106,3 +106,8 @@ variable "ANSIBLE_VERBOSITY" {
description
=
"to increase verbosity - 0|1|2|3|4"
}
variable
"extra_vars"
{
type
=
string
default
=
""
description
=
"Extra vars to pass to ansible playbook command"
}
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