summaryrefslogtreecommitdiff
path: root/image-package-example.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-03-25 15:48:54 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-03-25 17:42:38 +0000
commit6fb1c58ca015da93faf4c849336c23a5686c685d (patch)
tree891658be906c30a44469612432e58df164959456 /image-package-example.morph
parente5a01336df8e6852062b79b5143040a60ea4a437 (diff)
downloaddefinitions-6fb1c58ca015da93faf4c849336c23a5686c685d.tar.gz
Add example deployment of an image packagebaserock/richardmaw/S10721-img-pkg-v2
Diffstat (limited to 'image-package-example.morph')
-rw-r--r--image-package-example.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/image-package-example.morph b/image-package-example.morph
new file mode 100644
index 00000000..eeb5b3f2
--- /dev/null
+++ b/image-package-example.morph
@@ -0,0 +1,12 @@
+name: image-package-example
+kind: cluster
+description: |
+ Packaged system and script for installing it, for deferred instantiation.
+systems:
+- morph: base-system-x86_32-generic
+ deploy:
+ imgpkg:
+ type: image-package
+ location: image-package-example.tar
+ BOOTLOADER_BLOBS: "/usr/share/syslinux/mbr.bin"
+ INCLUDE_SCRIPTS: "image-package-example/make-disk-image.sh.in:image-package-example/disk-install.sh.in:image-package-example/common.sh.in"