mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Add EC2 Jessie HVM manifest
This commit is contained in:
parent
545a337a81
commit
4954f94790
2 changed files with 34 additions and 0 deletions
|
@ -6,6 +6,7 @@ Changelog
|
|||
Alex Adriaanse:
|
||||
* Fix DKMS kernel version error
|
||||
* Add support for Btrfs
|
||||
* Add EC2 Jessie HVM manifest
|
||||
|
||||
2015-05-08
|
||||
----------
|
||||
|
|
33
manifests/official/ec2/ebs-jessie-amd64-hvm.yml
Normal file
33
manifests/official/ec2/ebs-jessie-amd64-hvm.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
provider:
|
||||
name: ec2
|
||||
virtualization: hvm
|
||||
enhanced_networking: simple
|
||||
# credentials:
|
||||
# access-key: AFAKEACCESSKEYFORAWS
|
||||
# secret-key: thes3cr3tkeyf0ryourawsaccount/FS4d8Qdva
|
||||
bootstrapper:
|
||||
workspace: /target
|
||||
image:
|
||||
name: debian-{system.release}-{system.architecture}-{provider.virtualization}-{%Y}-{%m}-{%d}-ebs
|
||||
description: Debian {system.release} {system.architecture}
|
||||
system:
|
||||
release: jessie
|
||||
architecture: amd64
|
||||
bootloader: extlinux
|
||||
charmap: UTF-8
|
||||
locale: en_US
|
||||
timezone: UTC
|
||||
volume:
|
||||
backing: ebs
|
||||
partitions:
|
||||
type: none
|
||||
root:
|
||||
filesystem: ext4
|
||||
size: 8GiB
|
||||
packages:
|
||||
mirror: http://cloudfront.debian.net/debian
|
||||
plugins:
|
||||
cloud_init:
|
||||
metadata_sources: Ec2
|
||||
username: admin
|
Loading…
Add table
Reference in a new issue