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
e18c5fcc
Commit
e18c5fcc
authored
1 year ago
by
Krish Moodbidri
Browse files
Options
Downloads
Patches
Plain Diff
added verbosity
parent
0f69e5ec
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
Add Packer build with variables from vars.json
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xdmod/image.pkr.hcl
+1
-1
1 addition, 1 deletion
xdmod/image.pkr.hcl
with
1 addition
and
1 deletion
xdmod/image.pkr.hcl
+
1
−
1
View file @
e18c5fcc
...
@@ -38,7 +38,7 @@ build {
...
@@ -38,7 +38,7 @@ build {
provisioner
"shell"
{
provisioner
"shell"
{
inline
=
[
inline
=
[
"sudo ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` /CRI_XCBC/site-build.yaml -b"
,
"sudo ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` /CRI_XCBC/site-build.yaml -b"
,
"sudo ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` /CRI_Cluster_Monitor/clustermon.yml -b"
,
"sudo ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` /CRI_Cluster_Monitor/clustermon.yml -b
-vvvv
"
,
]
]
}
}
...
...
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