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
9252daf7
Commit
9252daf7
authored
1 year ago
by
Eesaan Atluri
Browse files
Options
Downloads
Patches
Plain Diff
Add pkr var to define which projects to share the img with
parent
41d84aae
No related branches found
Branches containing commit
No related tags found
1 merge request
!24
Draft: Add image sharing option to packer template
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
9252daf7
...
@@ -14,6 +14,7 @@ variables:
...
@@ -14,6 +14,7 @@ variables:
PKR_VAR_ssh_keypair_name
:
"
dev-keys"
PKR_VAR_ssh_keypair_name
:
"
dev-keys"
PKR_VAR_flavor
:
"
m1.medium"
PKR_VAR_flavor
:
"
m1.medium"
PKR_VAR_source_image_name
:
"
CentOS-7-x86_64-GenericCloud-1905"
PKR_VAR_source_image_name
:
"
CentOS-7-x86_64-GenericCloud-1905"
PKR_VAR_image_membership
:
[
"
xdmod"
]
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SUBMODULE_STRATEGY
:
recursive
NUM_IMAGE_TO_KEEP
:
5
NUM_IMAGE_TO_KEEP
:
5
AWS_DEFAULT_REGION
:
"
bhm"
AWS_DEFAULT_REGION
:
"
bhm"
...
@@ -74,4 +75,4 @@ trigger_job:
...
@@ -74,4 +75,4 @@ trigger_job:
variables
:
variables
:
TARGET_ENV
:
$TARGET_ENV
TARGET_ENV
:
$TARGET_ENV
trigger
:
trigger
:
project
:
rc/terraform-openstack
project
:
rc/terraform-openstack
\ 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