From 1f7ae3f064e5a1c8219f45f0e5b82256ed8244c7 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 23 Jul 2014 17:54:16 +0100 Subject: Add cloud-init support to some x86 systems (base, devel and Trove) This includes: - Add cloudinit-support stratum to the systems - Add cloud-init configuration extension to the systems --- trove-system-x86_64.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'trove-system-x86_64.morph') diff --git a/trove-system-x86_64.morph b/trove-system-x86_64.morph index e65b0540..fb892d81 100644 --- a/trove-system-x86_64.morph +++ b/trove-system-x86_64.morph @@ -6,6 +6,7 @@ configuration-extensions: - fstab - simple-network - install-files +- cloud-init description: Trove server kind: system name: trove-system-x86_64 @@ -18,3 +19,4 @@ strata: - morph: trove - morph: nfs - morph: ansible +- morph: cloudinit-support -- cgit v1.2.1