mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Merge pull request #235 from tomconte/master
Azure Jessie example manifest
This commit is contained in:
commit
4f8ef570f7
2 changed files with 31 additions and 1 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://httpredir.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
|
|
@ -4,7 +4,7 @@ provider:
|
|||
waagent:
|
||||
version: 2.0.4
|
||||
bootstrapper:
|
||||
mirror: http://ftp.fr.debian.org/debian/
|
||||
mirror: http://httpredir.debian.org/debian/
|
||||
workspace: /target
|
||||
image:
|
||||
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
||||
|
|
Loading…
Add table
Reference in a new issue