Skip to content

Commit

Permalink
add AMI 'Name' tag to AWS export post-processors for COmanage and gro…
Browse files Browse the repository at this point in the history
…uper to include product and build number
  • Loading branch information
pcaskey committed Feb 11, 2017
1 parent 6812050 commit e5b2d3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion comanage-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"region": "{{user `region`}}",
"s3_bucket_name": "internet2-ami-import-us-west-1",
"tags": {
"Description": "packer amazon-import-comanage-appliance {{user `timestamper`}}"
"Description": "packer amazon-import-comanage-appliance {{user `timestamper`}}",
"Name": "TIER-Shibb Build: {{user `build_number`}}"
}
}
]
Expand Down
3 changes: 2 additions & 1 deletion grouper-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"region": "{{user `region`}}",
"s3_bucket_name": "internet2-tier-ami-import-us-west-1",
"tags": {
"Description": "packer amazon-import-grouper-appliance {{user `timestamper`}}"
"Description": "packer amazon-import-grouper-appliance {{user `timestamper`}}",
"Name": "TIER-Shibb Build: {{user `build_number`}}"
}
}
]
Expand Down

0 comments on commit e5b2d3e

Please sign in to comment.