From ba8e2119c6fc5e4d9023fae558b6ec93a749af3d Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Tue, 14 Apr 2015 20:23:30 +0000 Subject: Add strata, systems and cluster morpologies for google compute engine. Add the ability to create baserock images compatible with google compute engine. Add an example cluster morphology that does this. Change-Id: I3ecaef8c760fe2c539969d2f86fc704b3232e5bb --- strata/google-compute-engine/google-daemon.morph | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 strata/google-compute-engine/google-daemon.morph (limited to 'strata/google-compute-engine/google-daemon.morph') diff --git a/strata/google-compute-engine/google-daemon.morph b/strata/google-compute-engine/google-daemon.morph new file mode 100644 index 00000000..eee3ea03 --- /dev/null +++ b/strata/google-compute-engine/google-daemon.morph @@ -0,0 +1,5 @@ +name: google-daemon +kind: chunk +install-commands: +- cp -r google-daemon/* $DESTDIR +- rm $DESTDIR/README.md -- cgit v1.2.1