mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00

Overview: 1) fixed up .gitignore file to use absolute paths (to project dir). 2) updated tox to run both manifest tests and flake8 3) updated yml file cause NULL for aws credentials causes an error on validation. 4) actually added the tests under tests/integration
36 lines
850 B
YAML
36 lines
850 B
YAML
---
|
|
provider: "ec2"
|
|
virtualization: "pvm"
|
|
credentials:
|
|
access-key: ""
|
|
secret-key: ""
|
|
bootstrapper:
|
|
workspace: "/target"
|
|
image:
|
|
name: "debian-{system.release}-{system.architecture}-{virtualization}-{%Y}-{%m}-{%d}-ebs"
|
|
description: "Debian {system.release} {system.architecture}"
|
|
system:
|
|
release: "testing"
|
|
architecture: "amd64"
|
|
bootloader: "pvgrub"
|
|
timezone: "UTC"
|
|
locale: "en_US"
|
|
charmap: "UTF-8"
|
|
packages:
|
|
#mirror: "http://cloudfront.debian.net/debian"
|
|
install_standard: true
|
|
volume:
|
|
backing: "ebs"
|
|
partitions:
|
|
type: "none"
|
|
root:
|
|
size: "8GiB"
|
|
filesystem: "ext4"
|
|
plugins:
|
|
cloud_init:
|
|
username: "admin"
|
|
#metadata_sources: "Ec2"
|
|
disable_modules:
|
|
- "landscape"
|
|
- "byobu"
|
|
- "ssh-import-id"
|