mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Azure Jessie example manifest
This commit is contained in:
parent
16b67f604b
commit
3907ad57a8
1 changed files with 30 additions and 0 deletions
30
manifests/examples/azure/jessie.yml
Normal file
30
manifests/examples/azure/jessie.yml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
provider:
|
||||||
|
name: azure
|
||||||
|
waagent:
|
||||||
|
version: 2.0.13
|
||||||
|
bootstrapper:
|
||||||
|
mirror: http://ftp.fr.debian.org/debian/
|
||||||
|
workspace: /target
|
||||||
|
image:
|
||||||
|
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
||||||
|
description: Debian {system.release} {system.architecture}
|
||||||
|
system:
|
||||||
|
release: jessie
|
||||||
|
architecture: amd64
|
||||||
|
bootloader: grub
|
||||||
|
charmap: UTF-8
|
||||||
|
locale: en_US
|
||||||
|
timezone: UTC
|
||||||
|
volume:
|
||||||
|
backing: raw
|
||||||
|
partitions:
|
||||||
|
type: msdos
|
||||||
|
root:
|
||||||
|
filesystem: ext4
|
||||||
|
size: 10GiB
|
||||||
|
packages: {}
|
||||||
|
plugins:
|
||||||
|
ntp:
|
||||||
|
servers:
|
||||||
|
- time.windows.com
|
Loading…
Add table
Reference in a new issue