summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-10 09:59:54 +0100
committerFrancisco Redondo <francisco.marchena@codethink.co.uk>2015-04-10 09:09:57 +0000
commit54a2d1e21a65a4fada799a7d903c50d61c195e32 (patch)
tree8f20a03979d8eab1f9f9a3057f94fbaf2ccd87c4
parentc433876ad2f8c85247a4ef6a8c53207980765037 (diff)
downloaddefinitions-54a2d1e21a65a4fada799a7d903c50d61c195e32.tar.gz
Remove not required cloud-init support from base systems
This patch fixes base-system-x86_{32,64}-generic which were broken since some chunks from cloudinit-support stratum were moved to python-core and python-common. It was decided in IRC that base-systems are not going to support cloud-init (see http://irclogs.baserock.org/ 10-04-2015) leaving the systems minimal. Change-Id: I55fe5cf2a8d46dcbc1bbfc39534f99001b4fc564
-rw-r--r--systems/base-system-x86_32-generic.morph3
-rw-r--r--systems/base-system-x86_64-generic.morph3
2 files changed, 0 insertions, 6 deletions
diff --git a/systems/base-system-x86_32-generic.morph b/systems/base-system-x86_32-generic.morph
index 40e62cad..612778d7 100644
--- a/systems/base-system-x86_32-generic.morph
+++ b/systems/base-system-x86_32-generic.morph
@@ -11,11 +11,8 @@ strata:
morph: strata/foundation.morph
- name: bsp-x86_32-generic
morph: strata/bsp-x86_32-generic.morph
-- name: cloudinit-support
- morph: strata/cloudinit-support.morph
configuration-extensions:
- set-hostname
- add-config-files
- nfsboot
- install-files
-- cloud-init
diff --git a/systems/base-system-x86_64-generic.morph b/systems/base-system-x86_64-generic.morph
index a3346a44..bd331817 100644
--- a/systems/base-system-x86_64-generic.morph
+++ b/systems/base-system-x86_64-generic.morph
@@ -12,11 +12,8 @@ strata:
morph: strata/foundation.morph
- name: bsp-x86_64-generic
morph: strata/bsp-x86_64-generic.morph
-- name: cloudinit-support
- morph: strata/cloudinit-support.morph
configuration-extensions:
- set-hostname
- add-config-files
- nfsboot
- install-files
-- cloud-init