Skip to content

Commit 85a1df7

Browse files
committed
Updating to latest alinux ami
Today we see problem with yum update on alinux. As we update, we seeing kernel version also bumped. In order use latest kernel, system requires reboot via chef. We haven't found proper way to reboot via chef and continue receipe execution. To move us forward, we are update to latest alinux ami. Signed-off-by: Mohan Gandhi <[email protected]>
1 parent cb3bb37 commit 85a1df7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.kitchen.cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ platforms:
2121
- name: amazon-linux-latest
2222
driver_plugin: ec2
2323
driver_config:
24-
image_id: ami-c555e0bf
24+
image_id: ami-55ef662f
2525
block_device_mappings:
2626
- device_name: /dev/xvda
2727
ebs:

packer_alinux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
"type" : "amazon-ebs",
1919
"region" : "us-east-1",
20-
"source_ami" : "ami-c555e0bf",
20+
"source_ami" : "ami-55ef662f",
2121
"ami_regions" : "{{user `build_for`}}",
2222
"ami_groups" : "{{user `ami_perms`}}",
2323
"instance_type" : "{{user `instance_type`}}",

0 commit comments

Comments
 (0)