Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
some vmware options as well
Browse files Browse the repository at this point in the history
  • Loading branch information
winjer committed Apr 15, 2014
1 parent 6d0dcd9 commit 794080b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
34 changes: 34 additions & 0 deletions examples/vmware/configured/Yaybufile
@@ -0,0 +1,34 @@
# An example with lots of configuration

new Provisioner as instance:

new Compute as server:

name: vmwareconfigured
driver: VMWARE

image:
distro: ubuntu
arch: amd64
release: 13.10

user: yaybu
password: password

# 1024MB Memory
memory: 1024

# 2 CPUs
cpus: 2

# Settings applied directly to the vmx file
vmx:
svga:
vramSize: 128
maxHeight: 1200
maxWidth: 1900

resources:
- File:
name: /etc/helloworld

20 changes: 20 additions & 0 deletions examples/vmware/simple/Yaybufile
@@ -0,0 +1,20 @@
# A simple VMWare example

new Provisioner as instance:

new Compute as server:
name: vmwaresimple
driver: VMWARE

image:
distro: ubuntu
arch: amd64
release: 13.10

user: yaybu
password: password

resources:
- File:
name: /etc/helloworld

0 comments on commit 794080b

Please sign in to comment.