Skip to content

Commit

Permalink
Bump Packer to 1.2.3 (closes #163)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed May 28, 2018
1 parent 8adff60 commit cc64760
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
31 changes: 16 additions & 15 deletions Packerfile.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
{
"variables": {
"version": "0.4.0"
},

"builders": [
{
"type": "amazon-ebs",
"ami_description": "Snowplow Mini - The Snowplow Pipeline in a box",
"ami_groups": [
"all"
],
"ami_name": "snowplow-mini-{{user `version`}}-{{ timestamp }}-hvm-ebs-amd64",
"ami_regions": "us-east-2,us-west-1,us-west-2,ca-central-1,eu-west-1,eu-central-1,eu-west-2,ap-southeast-1,ap-southeast-2,ap-northeast-2,ap-northeast-1,ap-south-1,sa-east-1",
"instance_type": "t2.medium",
"region": "us-east-1",
"source_ami": "ami-58167327",
"instance_type": "t2.medium",
"ssh_username": "ubuntu",
"ami_name": "snowplow-mini-{{user `version`}}-{{ timestamp }}-hvm-ebs-amd64",
"ami_groups": [ "all" ],
"ami_regions": "us-east-2,us-west-1,us-west-2,ca-central-1,eu-west-1,eu-central-1,eu-west-2,ap-southeast-1,ap-southeast-2,ap-northeast-2,ap-northeast-1,ap-south-1,sa-east-1",
"ami_description": "Snowplow Mini - The Snowplow Pipeline in a box",
"tags": {
"OS_Version": "Ubuntu-14.04",
"Release": "{{user `version`}}"
}
},
"type": "amazon-ebs"
}
],

"post-processors": [],
"provisioners": [
{
"type": "ansible",
"playbook_file": "provisioning/without_building_ui_and_go_projects.yml"
"playbook_file": "provisioning/without_building_ui_and_go_projects.yml",
"type": "ansible"
}
]
],
"variables": {
"version": "0.5.0-rc2"
}
}
2 changes: 1 addition & 1 deletion provisioning/roles/packer/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
packer_version: "0.12.3"
packer_version: "1.2.3"

0 comments on commit cc64760

Please sign in to comment.