Skip to content

Commit

Permalink
Updating ubuntu ami's to latest
Browse files Browse the repository at this point in the history
We seeing issue with apt-get upgrade in ubuntu 16.04
One solution to solve user prompt issue is to muck around
with ucf & dpkg options. To move us forward with
confidence, I prefer to simply update ubuntu ami's to latest.
Verified - Kitchen test is happy with ami update.

Signed-off-by: Mohan Gandhi <[email protected]>
  • Loading branch information
mohanasudhan committed Nov 28, 2017
1 parent dd29c0b commit dc56952
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .kitchen.cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ platforms:
- name: ubuntu-14-04-lts
driver_plugin: ec2
driver_config:
image_id: ami-7dce6507
image_id: ami-c29e1cb8
block_device_mappings:
- device_name: /dev/sda1
ebs:
Expand Down Expand Up @@ -265,7 +265,7 @@ platforms:
- name: ubuntu-16-04-lts
driver_plugin: ec2
driver_config:
image_id: ami-da05a4a0
image_id: ami-aa2ea6d0
block_device_mappings:
- device_name: /dev/sda1
ebs:
Expand Down
2 changes: 1 addition & 1 deletion packer_ubuntu1404.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"region" : "us-east-1",
"ami_regions" : "{{user `build_for`}}",
"ami_groups" : "{{user `ami_perms`}}",
"source_ami" : "ami-7dce6507",
"source_ami" : "ami-c29e1cb8",
"instance_type" : "{{user `instance_type`}}",
"ssh_username" : "ubuntu",
"ssh_pty" : true,
Expand Down
2 changes: 1 addition & 1 deletion packer_ubuntu1604.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"region" : "us-east-1",
"ami_regions" : "{{user `build_for`}}",
"ami_groups" : "{{user `ami_perms`}}",
"source_ami" : "ami-da05a4a0",
"source_ami" : "ami-aa2ea6d0",
"instance_type" : "{{user `instance_type`}}",
"ssh_username" : "ubuntu",
"ssh_pty" : true,
Expand Down

0 comments on commit dc56952

Please sign in to comment.