summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/build-system-armv7lhf-highbank.morph8
-rw-r--r--systems/build-system-armv7lhf-jetson.morph8
-rw-r--r--systems/build-system-armv8l64.morph11
-rw-r--r--systems/build-system-ppc64.morph8
-rw-r--r--systems/build-system-x86_32-chroot.morph8
-rw-r--r--systems/build-system-x86_32.morph8
-rw-r--r--systems/build-system-x86_64-chroot.morph8
-rw-r--r--systems/build-system-x86_64.morph8
-rw-r--r--systems/ceph-service-x86_64-generic.morph8
-rw-r--r--systems/cross-bootstrap-system-armv7lhf-generic.morph4
-rw-r--r--systems/cross-bootstrap-system-armv8l64-generic.morph4
-rw-r--r--systems/cross-bootstrap-system-ppc64-generic.morph4
-rw-r--r--systems/cross-bootstrap-system-x86_64-generic.morph4
-rw-r--r--systems/devel-system-armv7-chroot.morph10
-rw-r--r--systems/devel-system-armv7-highbank.morph8
-rw-r--r--systems/devel-system-armv7-versatile.morph8
-rw-r--r--systems/devel-system-armv7-wandboard.morph8
-rw-r--r--systems/devel-system-armv7b-chroot.morph8
-rw-r--r--systems/devel-system-armv7b-highbank.morph10
-rw-r--r--systems/devel-system-armv7lhf-chroot.morph10
-rw-r--r--systems/devel-system-armv7lhf-highbank.morph10
-rw-r--r--systems/devel-system-armv7lhf-jetson.morph10
-rw-r--r--systems/devel-system-armv7lhf-wandboard.morph10
-rw-r--r--systems/devel-system-armv8l64.morph13
-rw-r--r--systems/devel-system-ppc64-chroot.morph10
-rw-r--r--systems/devel-system-ppc64-generic.morph10
-rw-r--r--systems/devel-system-x86_32-chroot.morph8
-rw-r--r--systems/devel-system-x86_32-generic.morph10
-rw-r--r--systems/devel-system-x86_64-chroot.morph10
-rw-r--r--systems/devel-system-x86_64-generic.morph10
-rw-r--r--systems/devel-system-x86_64-vagrant.morph10
-rw-r--r--systems/genivi-baseline-system-armv7lhf-jetson.morph2
-rw-r--r--systems/genivi-baseline-system-armv7lhf-versatile.morph2
-rw-r--r--systems/genivi-baseline-system-x86_64-generic.morph2
-rw-r--r--systems/gitlab-ci-runner.morph6
-rw-r--r--systems/installer-system-x86_64.morph4
-rw-r--r--systems/trove-system-x86_64.morph6
-rw-r--r--systems/xfce-system.morph4
38 files changed, 290 insertions, 0 deletions
diff --git a/systems/build-system-armv7lhf-highbank.morph b/systems/build-system-armv7lhf-highbank.morph
index cf37f5e6..b9ee8e79 100644
--- a/systems/build-system-armv7lhf-highbank.morph
+++ b/systems/build-system-armv7lhf-highbank.morph
@@ -15,14 +15,22 @@ strata:
morph: strata/bsp-armv7-highbank.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: nfs
morph: strata/nfs.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: ansible
morph: strata/ansible.morph
- name: cloudinit-support
morph: strata/cloudinit-support.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: devtools
diff --git a/systems/build-system-armv7lhf-jetson.morph b/systems/build-system-armv7lhf-jetson.morph
index 846681a2..6c59cb28 100644
--- a/systems/build-system-armv7lhf-jetson.morph
+++ b/systems/build-system-armv7lhf-jetson.morph
@@ -15,14 +15,22 @@ strata:
morph: strata/bsp-jetson.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: nfs
morph: strata/nfs.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: ansible
morph: strata/ansible.morph
- name: cloudinit-support
morph: strata/cloudinit-support.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: devtools
diff --git a/systems/build-system-armv8l64.morph b/systems/build-system-armv8l64.morph
index 15b0a52c..63dcb432 100644
--- a/systems/build-system-armv8l64.morph
+++ b/systems/build-system-armv8l64.morph
@@ -12,18 +12,28 @@ strata:
morph: strata/core.morph
- name: foundation
morph: strata/foundation.morph
+- name: python-core
+ morph: strata/python-core.morph
- name: bsp-armv8l64-generic
morph: strata/bsp-armv8l64-generic.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: nfs
morph: strata/nfs.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: ansible
morph: strata/ansible.morph
- name: cloudinit-support
morph: strata/cloudinit-support.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: devtools
@@ -37,3 +47,4 @@ configuration-extensions:
- fstab
- mason
- cloud-init
+- moonshot-kernel
diff --git a/systems/build-system-ppc64.morph b/systems/build-system-ppc64.morph
index 8be51f90..600eb683 100644
--- a/systems/build-system-ppc64.morph
+++ b/systems/build-system-ppc64.morph
@@ -15,14 +15,22 @@ strata:
morph: strata/bsp-ppc64-generic.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: nfs
morph: strata/nfs.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: ansible
morph: strata/ansible.morph
- name: cloudinit-support
morph: strata/cloudinit-support.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: devtools
diff --git a/systems/build-system-x86_32-chroot.morph b/systems/build-system-x86_32-chroot.morph
index f74ce07d..61bf4eaf 100644
--- a/systems/build-system-x86_32-chroot.morph
+++ b/systems/build-system-x86_32-chroot.morph
@@ -13,14 +13,22 @@ strata:
morph: strata/python-core.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: nfs
morph: strata/nfs.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: ansible
morph: strata/ansible.morph
- name: cloudinit-support
morph: strata/cloudinit-support.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: devtools
diff --git a/systems/build-system-x86_32.morph b/systems/build-system-x86_32.morph
index 5bbe38f8..f485287e 100644
--- a/systems/build-system-x86_32.morph
+++ b/systems/build-system-x86_32.morph
@@ -15,14 +15,22 @@ strata:
morph: strata/bsp-x86_32-generic.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: nfs
morph: strata/nfs.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: ansible
morph: strata/ansible.morph
- name: cloudinit-support
morph: strata/cloudinit-support.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: devtools
diff --git a/systems/build-system-x86_64-chroot.morph b/systems/build-system-x86_64-chroot.morph
index 1ca20c00..e8cd7b87 100644
--- a/systems/build-system-x86_64-chroot.morph
+++ b/systems/build-system-x86_64-chroot.morph
@@ -13,14 +13,22 @@ strata:
morph: strata/python-core.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: nfs
morph: strata/nfs.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: ansible
morph: strata/ansible.morph
- name: cloudinit-support
morph: strata/cloudinit-support.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: devtools
diff --git a/systems/build-system-x86_64.morph b/systems/build-system-x86_64.morph
index 2bf25493..b9433409 100644
--- a/systems/build-system-x86_64.morph
+++ b/systems/build-system-x86_64.morph
@@ -15,14 +15,22 @@ strata:
morph: strata/bsp-x86_64-generic.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: nfs
morph: strata/nfs.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: ansible
morph: strata/ansible.morph
- name: cloudinit-support
morph: strata/cloudinit-support.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: devtools
diff --git a/systems/ceph-service-x86_64-generic.morph b/systems/ceph-service-x86_64-generic.morph
index b03d1653..95b17dc0 100644
--- a/systems/ceph-service-x86_64-generic.morph
+++ b/systems/ceph-service-x86_64-generic.morph
@@ -22,8 +22,14 @@ strata:
morph: strata/ruby.morph
- name: ntpd
morph: strata/ntpd.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: cloudinit-support
@@ -38,6 +44,8 @@ strata:
morph: strata/nfs.morph
- name: python-core
morph: strata/python-core.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: chef
morph: strata/chef.morph
configuration-extensions:
diff --git a/systems/cross-bootstrap-system-armv7lhf-generic.morph b/systems/cross-bootstrap-system-armv7lhf-generic.morph
index 4eecf7fe..f0a2780b 100644
--- a/systems/cross-bootstrap-system-armv7lhf-generic.morph
+++ b/systems/cross-bootstrap-system-armv7lhf-generic.morph
@@ -7,5 +7,9 @@ strata:
morph: strata/build-essential.morph
- name: core
morph: strata/core.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: morph-utils
+ morph: strata/morph-utils.morph
- name: cross-bootstrap
morph: strata/cross-bootstrap.morph
diff --git a/systems/cross-bootstrap-system-armv8l64-generic.morph b/systems/cross-bootstrap-system-armv8l64-generic.morph
index 30094e74..2bf192d3 100644
--- a/systems/cross-bootstrap-system-armv8l64-generic.morph
+++ b/systems/cross-bootstrap-system-armv8l64-generic.morph
@@ -7,5 +7,9 @@ strata:
morph: strata/build-essential.morph
- name: core
morph: strata/core.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: morph-utils
+ morph: strata/morph-utils.morph
- name: cross-bootstrap
morph: strata/cross-bootstrap.morph
diff --git a/systems/cross-bootstrap-system-ppc64-generic.morph b/systems/cross-bootstrap-system-ppc64-generic.morph
index 8b274e80..9d736f94 100644
--- a/systems/cross-bootstrap-system-ppc64-generic.morph
+++ b/systems/cross-bootstrap-system-ppc64-generic.morph
@@ -7,5 +7,9 @@ strata:
morph: strata/build-essential.morph
- name: core
morph: strata/core.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: morph-utils
+ morph: strata/morph-utils.morph
- name: cross-bootstrap
morph: strata/cross-bootstrap.morph
diff --git a/systems/cross-bootstrap-system-x86_64-generic.morph b/systems/cross-bootstrap-system-x86_64-generic.morph
index bdd42cf3..ac919d66 100644
--- a/systems/cross-bootstrap-system-x86_64-generic.morph
+++ b/systems/cross-bootstrap-system-x86_64-generic.morph
@@ -7,5 +7,9 @@ strata:
morph: strata/build-essential.morph
- name: core
morph: strata/core.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: morph-utils
+ morph: strata/morph-utils.morph
- name: cross-bootstrap
morph: strata/cross-bootstrap.morph
diff --git a/systems/devel-system-armv7-chroot.morph b/systems/devel-system-armv7-chroot.morph
index de474c87..e32db851 100644
--- a/systems/devel-system-armv7-chroot.morph
+++ b/systems/devel-system-armv7-chroot.morph
@@ -15,8 +15,14 @@ strata:
morph: strata/foundation.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: nodejs
@@ -31,8 +37,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7-highbank.morph b/systems/devel-system-armv7-highbank.morph
index 2cce69d3..9ae051d1 100644
--- a/systems/devel-system-armv7-highbank.morph
+++ b/systems/devel-system-armv7-highbank.morph
@@ -16,6 +16,10 @@ strata:
morph: strata/bsp-armv7-highbank.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: openstack-clients
@@ -34,8 +38,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7-versatile.morph b/systems/devel-system-armv7-versatile.morph
index 38806421..12a2b2b6 100644
--- a/systems/devel-system-armv7-versatile.morph
+++ b/systems/devel-system-armv7-versatile.morph
@@ -16,6 +16,10 @@ strata:
morph: strata/bsp-armv7-versatile.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: openstack-clients
@@ -34,8 +38,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7-wandboard.morph b/systems/devel-system-armv7-wandboard.morph
index c47be836..ec6fea5e 100644
--- a/systems/devel-system-armv7-wandboard.morph
+++ b/systems/devel-system-armv7-wandboard.morph
@@ -16,6 +16,10 @@ strata:
morph: strata/bsp-wandboard.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: openstack-clients
@@ -34,8 +38,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7b-chroot.morph b/systems/devel-system-armv7b-chroot.morph
index 64d75350..2023ac21 100644
--- a/systems/devel-system-armv7b-chroot.morph
+++ b/systems/devel-system-armv7b-chroot.morph
@@ -15,6 +15,10 @@ strata:
morph: strata/foundation.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: openstack-clients
@@ -25,8 +29,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7b-highbank.morph b/systems/devel-system-armv7b-highbank.morph
index 3a84d178..2c7f8ed2 100644
--- a/systems/devel-system-armv7b-highbank.morph
+++ b/systems/devel-system-armv7b-highbank.morph
@@ -16,8 +16,14 @@ strata:
morph: strata/bsp-armv7b-highbank.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: baserock-import
@@ -28,8 +34,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7lhf-chroot.morph b/systems/devel-system-armv7lhf-chroot.morph
index 2e4b83bd..1e2a8f8e 100644
--- a/systems/devel-system-armv7lhf-chroot.morph
+++ b/systems/devel-system-armv7lhf-chroot.morph
@@ -15,8 +15,14 @@ strata:
morph: strata/foundation.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: nodejs
@@ -31,8 +37,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7lhf-highbank.morph b/systems/devel-system-armv7lhf-highbank.morph
index 17f8bcbb..3ef00c34 100644
--- a/systems/devel-system-armv7lhf-highbank.morph
+++ b/systems/devel-system-armv7lhf-highbank.morph
@@ -17,8 +17,14 @@ strata:
morph: strata/bsp-armv7-highbank.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: nodejs
@@ -35,8 +41,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7lhf-jetson.morph b/systems/devel-system-armv7lhf-jetson.morph
index c09caf96..dfc28c45 100644
--- a/systems/devel-system-armv7lhf-jetson.morph
+++ b/systems/devel-system-armv7lhf-jetson.morph
@@ -15,8 +15,14 @@ strata:
morph: strata/foundation.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: nfs
@@ -35,8 +41,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7lhf-wandboard.morph b/systems/devel-system-armv7lhf-wandboard.morph
index ffa9edd4..631692e7 100644
--- a/systems/devel-system-armv7lhf-wandboard.morph
+++ b/systems/devel-system-armv7lhf-wandboard.morph
@@ -17,8 +17,14 @@ strata:
morph: strata/bsp-wandboard.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: nodejs
@@ -35,8 +41,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv8l64.morph b/systems/devel-system-armv8l64.morph
index 27080535..bad6d6a9 100644
--- a/systems/devel-system-armv8l64.morph
+++ b/systems/devel-system-armv8l64.morph
@@ -16,8 +16,14 @@ strata:
morph: strata/bsp-armv8l64-generic.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: cloudinit-support
@@ -30,10 +36,16 @@ strata:
morph: strata/baserock-import.morph
- name: nfs
morph: strata/nfs.morph
+- name: python-core
+ morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
@@ -41,3 +53,4 @@ configuration-extensions:
- nfsboot
- install-files
- cloud-init
+- moonshot-kernel
diff --git a/systems/devel-system-ppc64-chroot.morph b/systems/devel-system-ppc64-chroot.morph
index 9e575d5d..1ec03145 100644
--- a/systems/devel-system-ppc64-chroot.morph
+++ b/systems/devel-system-ppc64-chroot.morph
@@ -15,8 +15,14 @@ strata:
morph: strata/foundation.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: ruby
@@ -29,8 +35,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-ppc64-generic.morph b/systems/devel-system-ppc64-generic.morph
index d92da0fd..bfbf3fbb 100644
--- a/systems/devel-system-ppc64-generic.morph
+++ b/systems/devel-system-ppc64-generic.morph
@@ -16,8 +16,14 @@ strata:
morph: strata/bsp-ppc64-generic.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: ruby
@@ -32,8 +38,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-x86_32-chroot.morph b/systems/devel-system-x86_32-chroot.morph
index 3578c221..e83b1a55 100644
--- a/systems/devel-system-x86_32-chroot.morph
+++ b/systems/devel-system-x86_32-chroot.morph
@@ -15,6 +15,10 @@ strata:
morph: strata/foundation.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: openstack-clients
@@ -33,8 +37,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-x86_32-generic.morph b/systems/devel-system-x86_32-generic.morph
index b53d6d93..c707125c 100644
--- a/systems/devel-system-x86_32-generic.morph
+++ b/systems/devel-system-x86_32-generic.morph
@@ -16,8 +16,14 @@ strata:
morph: strata/bsp-x86_32-generic.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: cloudinit-support
@@ -36,8 +42,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-x86_64-chroot.morph b/systems/devel-system-x86_64-chroot.morph
index aa8d6a1c..00e72c84 100644
--- a/systems/devel-system-x86_64-chroot.morph
+++ b/systems/devel-system-x86_64-chroot.morph
@@ -15,8 +15,14 @@ strata:
morph: strata/foundation.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: bsp-x86_both-tools
@@ -33,8 +39,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-x86_64-generic.morph b/systems/devel-system-x86_64-generic.morph
index c071b3ea..e0bb1a21 100644
--- a/systems/devel-system-x86_64-generic.morph
+++ b/systems/devel-system-x86_64-generic.morph
@@ -16,8 +16,14 @@ strata:
morph: strata/bsp-x86_64-generic.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: cloudinit-support
@@ -36,8 +42,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-x86_64-vagrant.morph b/systems/devel-system-x86_64-vagrant.morph
index c104b29b..fc40e1f5 100644
--- a/systems/devel-system-x86_64-vagrant.morph
+++ b/systems/devel-system-x86_64-vagrant.morph
@@ -16,8 +16,14 @@ strata:
morph: strata/bsp-x86_64-generic.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
- name: virtualbox-guest-x86_64
@@ -34,8 +40,12 @@ strata:
morph: strata/python-core.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: devtools
morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/genivi-baseline-system-armv7lhf-jetson.morph b/systems/genivi-baseline-system-armv7lhf-jetson.morph
index 50581561..512248e2 100644
--- a/systems/genivi-baseline-system-armv7lhf-jetson.morph
+++ b/systems/genivi-baseline-system-armv7lhf-jetson.morph
@@ -33,6 +33,8 @@ strata:
morph: strata/input-common.morph
- name: mesa-common
morph: strata/mesa-common.morph
+- name: x-common
+ morph: strata/x-common.morph
- name: weston-genivi
morph: strata/weston-genivi.morph
configuration-extensions:
diff --git a/systems/genivi-baseline-system-armv7lhf-versatile.morph b/systems/genivi-baseline-system-armv7lhf-versatile.morph
index 16bed197..ee089536 100644
--- a/systems/genivi-baseline-system-armv7lhf-versatile.morph
+++ b/systems/genivi-baseline-system-armv7lhf-versatile.morph
@@ -31,6 +31,8 @@ strata:
morph: strata/graphics-common.morph
- name: input-common
morph: strata/input-common.morph
+- name: x-common
+ morph: strata/x-common.morph
- name: weston-genivi
morph: strata/weston-genivi.morph
configuration-extensions:
diff --git a/systems/genivi-baseline-system-x86_64-generic.morph b/systems/genivi-baseline-system-x86_64-generic.morph
index f4828688..d50068e9 100644
--- a/systems/genivi-baseline-system-x86_64-generic.morph
+++ b/systems/genivi-baseline-system-x86_64-generic.morph
@@ -35,6 +35,8 @@ strata:
morph: strata/llvm-common.morph
- name: mesa-common
morph: strata/mesa-common.morph
+- name: x-common
+ morph: strata/x-common.morph
- name: weston-genivi
morph: strata/weston-genivi.morph
configuration-extensions:
diff --git a/systems/gitlab-ci-runner.morph b/systems/gitlab-ci-runner.morph
index 979b73b0..8f89ec74 100644
--- a/systems/gitlab-ci-runner.morph
+++ b/systems/gitlab-ci-runner.morph
@@ -31,10 +31,16 @@ strata:
morph: strata/tools.morph
- name: lvm
morph: strata/lvm.morph
+- name: python-core
+ morph: strata/python-core.morph
- name: virtualization
morph: strata/virtualization.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
- name: openstack-clients
morph: strata/openstack-clients.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: databases
morph: strata/databases.morph
- name: pcre-utils
diff --git a/systems/installer-system-x86_64.morph b/systems/installer-system-x86_64.morph
index 8798182b..cea09c09 100644
--- a/systems/installer-system-x86_64.morph
+++ b/systems/installer-system-x86_64.morph
@@ -13,6 +13,10 @@ strata:
morph: strata/foundation.morph
- name: bsp-x86_64-generic
morph: strata/bsp-x86_64-generic.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: installer-utils
diff --git a/systems/trove-system-x86_64.morph b/systems/trove-system-x86_64.morph
index 82ea8db0..ab50f7f6 100644
--- a/systems/trove-system-x86_64.morph
+++ b/systems/trove-system-x86_64.morph
@@ -15,6 +15,10 @@ strata:
morph: strata/python-core.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: pcre-utils
@@ -29,6 +33,8 @@ strata:
morph: strata/lighttpd-server.morph
- name: nfs
morph: strata/nfs.morph
+- name: python-common
+ morph: strata/python-common.morph
- name: ansible
morph: strata/ansible.morph
- name: cloudinit-support
diff --git a/systems/xfce-system.morph b/systems/xfce-system.morph
index 5aea4f7b..dad3d3dc 100644
--- a/systems/xfce-system.morph
+++ b/systems/xfce-system.morph
@@ -33,6 +33,10 @@ strata:
morph: strata/gtk2.morph
- name: tools
morph: strata/tools.morph
+- name: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
- name: morph-utils
morph: strata/morph-utils.morph
- name: xfce