summaryrefslogtreecommitdiff
path: root/unmaintained/strata
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/strata')
-rw-r--r--unmaintained/strata/apache-httpd-server.morph9
-rw-r--r--unmaintained/strata/ceph-service.morph9
-rw-r--r--unmaintained/strata/chef.morph8
-rw-r--r--unmaintained/strata/cxmanage.morph7
-rw-r--r--unmaintained/strata/databases.morph9
-rw-r--r--unmaintained/strata/django.morph12
-rw-r--r--unmaintained/strata/enlightenment.morph12
-rw-r--r--unmaintained/strata/java.morph9
-rw-r--r--unmaintained/strata/lua51.morph7
-rw-r--r--unmaintained/strata/lvm.morph7
-rw-r--r--unmaintained/strata/multimedia-gstreamer-0.10.morph14
-rw-r--r--unmaintained/strata/networking-utils.morph7
-rw-r--r--unmaintained/strata/ntpd.morph7
-rw-r--r--unmaintained/strata/ocaml-language.morph7
-rw-r--r--unmaintained/strata/openstack-services.morph12
-rw-r--r--unmaintained/strata/qt4-sdk.morph7
-rw-r--r--unmaintained/strata/qt4-tools.morph10
-rw-r--r--unmaintained/strata/test-tools.morph7
-rw-r--r--unmaintained/strata/virtualization.morph14
-rw-r--r--unmaintained/strata/webtools.morph9
-rw-r--r--unmaintained/strata/xfce.morph8
-rw-r--r--unmaintained/strata/xstatic.morph8
-rw-r--r--unmaintained/strata/zookeeper-client.morph7
-rw-r--r--unmaintained/strata/zookeeper-server.morph7
-rw-r--r--unmaintained/strata/zookeeper.morph9
25 files changed, 79 insertions, 143 deletions
diff --git a/unmaintained/strata/apache-httpd-server.morph b/unmaintained/strata/apache-httpd-server.morph
index e434ca6f..e35ada3a 100644
--- a/unmaintained/strata/apache-httpd-server.morph
+++ b/unmaintained/strata/apache-httpd-server.morph
@@ -1,11 +1,7 @@
name: apache-httpd-server
-kind: stratum
+kind: assemblage
description: apache http web server and some utilities related to it
-build-depends:
-- morph: strata/tools.morph
-- morph: strata/pcre-utils.morph
-- morph: strata/python2-core.morph
-chunks:
+contents:
- name: apr
morph: unmaintained/strata/apache-httpd-server/apr.morph
repo: upstream:apache/apr
@@ -39,3 +35,4 @@ chunks:
- apr
- httpd-server
- mod_wsgi-metrics
+configuration-extensions: []
diff --git a/unmaintained/strata/ceph-service.morph b/unmaintained/strata/ceph-service.morph
index 4daf2b38..db5723c8 100644
--- a/unmaintained/strata/ceph-service.morph
+++ b/unmaintained/strata/ceph-service.morph
@@ -1,10 +1,6 @@
name: ceph-service
-kind: stratum
-build-depends:
-- morph: strata/cpp-common-libs.morph
-- morph: strata/foundation.morph
-- morph: strata/network-security.morph
-chunks:
+kind: assemblage
+contents:
- name: libaio
morph: unmaintained/strata/ceph-service/libaio.morph
repo: upstream:libaio
@@ -71,3 +67,4 @@ chunks:
url: https://github.com/ceph/libs3.git
ceph-object-corpus:
url: https://github.com/ceph/ceph-object-corpus.git
+configuration-extensions: []
diff --git a/unmaintained/strata/chef.morph b/unmaintained/strata/chef.morph
index feceac6e..f5982eff 100644
--- a/unmaintained/strata/chef.morph
+++ b/unmaintained/strata/chef.morph
@@ -1,10 +1,7 @@
name: chef
-kind: stratum
+kind: assemblage
description: Autogenerated by Baserock import tool
-build-depends:
-- morph: strata/ruby.morph
-- morph: strata/core.morph
-chunks:
+contents:
- name: yajl
morph: unmaintained/strata/chef/yajl.morph
repo: upstream:yajl
@@ -191,3 +188,4 @@ chunks:
unpetrify-ref: master
build-depends:
- libpopt
+configuration-extensions: []
diff --git a/unmaintained/strata/cxmanage.morph b/unmaintained/strata/cxmanage.morph
index e991794e..ef378c90 100644
--- a/unmaintained/strata/cxmanage.morph
+++ b/unmaintained/strata/cxmanage.morph
@@ -1,9 +1,7 @@
name: cxmanage
-kind: stratum
+kind: assemblage
description: All the tools for calxeda management
-build-depends:
-- morph: strata/tools.morph
-chunks:
+contents:
- name: ipmitool
repo: upstream:ipmitool
ref: 830d5a3787b265e5dde154d2f0e08b10ae9a7bcd
@@ -34,3 +32,4 @@ chunks:
- pexpect
- pyipmi
- tftpy
+configuration-extensions: []
diff --git a/unmaintained/strata/databases.morph b/unmaintained/strata/databases.morph
index 2a47296c..058e3f89 100644
--- a/unmaintained/strata/databases.morph
+++ b/unmaintained/strata/databases.morph
@@ -1,11 +1,7 @@
name: databases
-kind: stratum
+kind: assemblage
description: some popular databases and some utils related to databases
-build-depends:
-- morph: strata/tools.morph
-- morph: strata/nfs.morph
-- morph: strata/python2-core.morph
-chunks:
+contents:
- name: postgresql
repo: upstream:postgresql
ref: d4f8dde3c1c2c90c723ab550e7f449fc75599316
@@ -33,3 +29,4 @@ chunks:
ref: 156ee975ff6e5c69e1d6c58b09bedf03c182c5db
unpetrify-ref: master
build-system: python-distutils
+configuration-extensions: []
diff --git a/unmaintained/strata/django.morph b/unmaintained/strata/django.morph
index 01f471f2..deab17ab 100644
--- a/unmaintained/strata/django.morph
+++ b/unmaintained/strata/django.morph
@@ -1,10 +1,7 @@
name: django
-kind: stratum
+kind: assemblage
description: Stratum with Django and its plugins and dependencies.
-build-depends:
-- morph: strata/foundation.morph
-- morph: strata/python2-core.morph
-chunks:
+contents:
- name: django
repo: upstream:python-packages/django
ref: 811508b0512d3fa6b2328f8647fbf9eace68eceb
@@ -13,12 +10,12 @@ chunks:
- name: django-appconf
repo: upstream:python-packages/django-appconf
ref: 0c9835f95b44db1b3eb1a9409f95a3ecd63b8ff5
- unpetrify-ref: "0.6"
+ unpetrify-ref: '0.6'
build-system: python-distutils
- name: django-compressor
repo: upstream:python-packages/django-compressor
ref: e747dce3d7e04fe595bbfed54f9554c2725eb757
- unpetrify-ref: "1.4"
+ unpetrify-ref: '1.4'
build-system: python-distutils
build-depends:
- django-appconf
@@ -35,3 +32,4 @@ chunks:
build-depends:
- django
- pyscss
+configuration-extensions: []
diff --git a/unmaintained/strata/enlightenment.morph b/unmaintained/strata/enlightenment.morph
index baba8622..6edb4eb9 100644
--- a/unmaintained/strata/enlightenment.morph
+++ b/unmaintained/strata/enlightenment.morph
@@ -1,14 +1,7 @@
name: enlightenment
-kind: stratum
+kind: assemblage
description: Enlightenment Desktop and Window Manager
-build-depends:
-- morph: strata/tools.morph
-- morph: strata/x-generic.morph
-- morph: unmaintained/strata/lua51.morph
-- morph: strata/bluetooth.morph
-- morph: strata/multimedia-gstreamer.morph
-- morph: strata/connman-common.morph
-chunks:
+contents:
- name: fribidi
repo: upstream:fribidi
ref: c9916f2ab289126a32febcc4754efc73a011fb0c
@@ -78,3 +71,4 @@ chunks:
- enlightenment
- libast
- imlib2
+configuration-extensions: []
diff --git a/unmaintained/strata/java.morph b/unmaintained/strata/java.morph
index 05f7a925..7e93f89a 100644
--- a/unmaintained/strata/java.morph
+++ b/unmaintained/strata/java.morph
@@ -1,13 +1,9 @@
name: java
-kind: stratum
+kind: assemblage
description: |
This stratum contains everything necessary to compile and run Java applications
and build OpenJDK from source.
-build-depends:
-- morph: strata/core.morph
-- morph: strata/x-common.morph
-- morph: strata/graphics-common.morph
-chunks:
+contents:
- name: java-binary
morph: unmaintained/strata/java/java-binary.morph
repo: github:jmacarthur/openjdk-binary
@@ -20,3 +16,4 @@ chunks:
unpetrify-ref: ANT_194
build-depends:
- java-binary
+configuration-extensions: []
diff --git a/unmaintained/strata/lua51.morph b/unmaintained/strata/lua51.morph
index d497cf8a..4c861138 100644
--- a/unmaintained/strata/lua51.morph
+++ b/unmaintained/strata/lua51.morph
@@ -1,9 +1,7 @@
name: lua51
-kind: stratum
+kind: assemblage
description: Interpreter for the lua scripting language.
-build-depends:
-- morph: strata/tools.morph
-chunks:
+contents:
- name: lua51
morph: unmaintained/strata/lua51/lua51.morph
repo: upstream:lua
@@ -14,3 +12,4 @@ chunks:
repo: upstream:luajit2
ref: 880ca300e8fb7b432b9d25ed377db2102e4cb63d
unpetrify-ref: v2.0.3
+configuration-extensions: []
diff --git a/unmaintained/strata/lvm.morph b/unmaintained/strata/lvm.morph
index aa68dd50..89bc296c 100644
--- a/unmaintained/strata/lvm.morph
+++ b/unmaintained/strata/lvm.morph
@@ -1,15 +1,14 @@
name: lvm
-kind: stratum
+kind: assemblage
description: |
LVM userland tools.
LVM is a logical volume manager for the Linux kernel. This stratum contains
the tools necessary to manage volumes with LVM.
-build-depends:
-- morph: strata/foundation.morph
-chunks:
+contents:
- name: lvm2
morph: unmaintained/strata/lvm/lvm2.morph
repo: upstream:lvm2
ref: fa01faaa4aa96de834ba7e8fbb9d9aff908571c3
unpetrify-ref: v2_02_115
+configuration-extensions: []
diff --git a/unmaintained/strata/multimedia-gstreamer-0.10.morph b/unmaintained/strata/multimedia-gstreamer-0.10.morph
index 3778070b..413c8853 100644
--- a/unmaintained/strata/multimedia-gstreamer-0.10.morph
+++ b/unmaintained/strata/multimedia-gstreamer-0.10.morph
@@ -1,16 +1,11 @@
name: multimedia-gstreamer-0.10
-kind: stratum
+kind: assemblage
description: Codecs
-build-depends:
-- morph: strata/core.morph
-- morph: strata/foundation.morph
-- morph: strata/multimedia-common.morph
-- morph: strata/sound-server-pulseaudio.morph
-chunks:
+contents:
- name: gstreamer@0.10
repo: upstream:gstreamer
ref: 76fc67b18c38e7f6c9cfacc4e4d0ed11d3b2c548
- unpetrify-ref: "0.10"
+ unpetrify-ref: '0.10'
build-system: autotools
submodules:
common:
@@ -19,7 +14,7 @@ chunks:
repo: upstream:gstreamer-plugins-base
morph: unmaintained/strata/multimedia-gstreamer-0.10/gstreamer-plugins-base@0.10.morph
ref: 1e1e6eaf3f0dd11f6618154d9739cbe3e007d206
- unpetrify-ref: "0.10"
+ unpetrify-ref: '0.10'
build-depends:
- gstreamer@0.10
submodules:
@@ -36,3 +31,4 @@ chunks:
submodules:
common:
url: upstream:gstreamer-common
+configuration-extensions: []
diff --git a/unmaintained/strata/networking-utils.morph b/unmaintained/strata/networking-utils.morph
index da46c629..3fc14b6b 100644
--- a/unmaintained/strata/networking-utils.morph
+++ b/unmaintained/strata/networking-utils.morph
@@ -1,14 +1,12 @@
name: networking-utils
-kind: stratum
+kind: assemblage
description: |
Stratum which contains utils to works with networks: create, enable, filter...
This stratum requires kernel config flags which are not enabled in the default
Baserock kernel found in the BSP strata. See the Openstack BSP stratum to get
an idea of what is needed.
-build-depends:
-- morph: strata/foundation.morph
-chunks:
+contents:
- name: ebtables
morph: unmaintained/strata/networking-utils/ebtables.morph
repo: upstream:ebtables
@@ -103,3 +101,4 @@ chunks:
- libnetfilter_cttimeout
- libnetfilter_cthelper
- libnetfilter_queue
+configuration-extensions: []
diff --git a/unmaintained/strata/ntpd.morph b/unmaintained/strata/ntpd.morph
index b4f2b857..c6c18832 100644
--- a/unmaintained/strata/ntpd.morph
+++ b/unmaintained/strata/ntpd.morph
@@ -1,10 +1,9 @@
name: ntpd
-kind: stratum
-build-depends:
-- morph: strata/foundation.morph
-chunks:
+kind: assemblage
+contents:
- name: ntpd
morph: unmaintained/strata/ntpd/ntpd.morph
repo: upstream:ntp
ref: b2ccf8dd31d1457ae9f0ae270054117179220370
unpetrify-ref: ntp-4.2.8p2
+configuration-extensions: []
diff --git a/unmaintained/strata/ocaml-language.morph b/unmaintained/strata/ocaml-language.morph
index 68e276cc..cde9aab5 100644
--- a/unmaintained/strata/ocaml-language.morph
+++ b/unmaintained/strata/ocaml-language.morph
@@ -1,11 +1,10 @@
name: ocaml-language
-kind: stratum
+kind: assemblage
description: |
OCaml
-build-depends:
-- morph: strata/core.morph
-chunks:
+contents:
- name: ocaml
morph: unmaintained/strata/ocaml-language/ocaml.morph
repo: upstream:ocaml
ref: fa7961d5fada53056f38a9ae36615df26352028a
+configuration-extensions: []
diff --git a/unmaintained/strata/openstack-services.morph b/unmaintained/strata/openstack-services.morph
index 18592e76..f3d6a931 100644
--- a/unmaintained/strata/openstack-services.morph
+++ b/unmaintained/strata/openstack-services.morph
@@ -1,14 +1,7 @@
name: openstack-services
-kind: stratum
+kind: assemblage
description: Openstack clients and services
-build-depends:
-- morph: strata/erlang.morph
-- morph: unmaintained/strata/django.morph
-- morph: unmaintained/strata/xstatic.morph
-- morph: strata/openstack-clients.morph
-- morph: unmaintained/strata/test-tools.morph
-- morph: strata/python-tools.morph
-chunks:
+contents:
- name: erlang-sd_notify
morph: unmaintained/strata/openstack-services/erlang-sd_notify.morph
repo: upstream:erlang-modules/erlang-sd_notify
@@ -803,3 +796,4 @@ chunks:
- oslo-messaging
- retrying
- posix-ipc-tarball
+configuration-extensions: []
diff --git a/unmaintained/strata/qt4-sdk.morph b/unmaintained/strata/qt4-sdk.morph
index 527c5f86..8b08b91b 100644
--- a/unmaintained/strata/qt4-sdk.morph
+++ b/unmaintained/strata/qt4-sdk.morph
@@ -1,9 +1,7 @@
name: qt4-sdk
-kind: stratum
+kind: assemblage
description: Qt4 Desktop Environment, IDE and Example Apps
-build-depends:
-- morph: unmaintained/strata/qt4-tools.morph
-chunks:
+contents:
- name: qt-creator
morph: unmaintained/strata/qt4-sdk/qt-creator.morph
repo: upstream:qt-creator
@@ -12,3 +10,4 @@ chunks:
submodules:
qbs:
url: upstream:qbs
+configuration-extensions: []
diff --git a/unmaintained/strata/qt4-tools.morph b/unmaintained/strata/qt4-tools.morph
index 886e19af..fb6786e6 100644
--- a/unmaintained/strata/qt4-tools.morph
+++ b/unmaintained/strata/qt4-tools.morph
@@ -1,12 +1,7 @@
name: qt4-tools
-kind: stratum
+kind: assemblage
description: Qt4 Development Libraries and Tools
-build-depends:
-- morph: strata/icu-common.morph
-- morph: strata/tools.morph
-- morph: strata/x-generic.morph
-- morph: unmaintained/strata/multimedia-gstreamer-0.10.morph
-chunks:
+contents:
- name: ruby-1.8
morph: unmaintained/strata/qt4-tools/ruby-1.8.morph
repo: upstream:ruby
@@ -26,3 +21,4 @@ chunks:
unpetrify-ref: baserock/morph
build-depends:
- ruby-1.9
+configuration-extensions: []
diff --git a/unmaintained/strata/test-tools.morph b/unmaintained/strata/test-tools.morph
index fe47cd38..7db42974 100644
--- a/unmaintained/strata/test-tools.morph
+++ b/unmaintained/strata/test-tools.morph
@@ -1,9 +1,7 @@
name: test-tools
-kind: stratum
+kind: assemblage
description: Tools and frameworks used for testing
-build-depends:
-- morph: strata/python-common.morph
-chunks:
+contents:
- name: python-test-extras
repo: upstream:python-packages/python-test-extras.git
ref: cdeb596f01241e9c779332e86f6edcd0c2e8e9f0
@@ -131,3 +129,4 @@ chunks:
- fixtures
- check
- cppunit
+configuration-extensions: []
diff --git a/unmaintained/strata/virtualization.morph b/unmaintained/strata/virtualization.morph
index d26dbeeb..6c1f89d2 100644
--- a/unmaintained/strata/virtualization.morph
+++ b/unmaintained/strata/virtualization.morph
@@ -1,20 +1,11 @@
name: virtualization
-kind: stratum
+kind: assemblage
description: |
Virtualization for baserock
NOTE: this stratum requires kernel support, please see openstack bsp
kernel history to check which config are needed for openvswitch or libvirt,
for example.
-build-depends:
-- morph: strata/libsoup-common.morph
-- morph: strata/python2-core.morph
-- morph: strata/python-pygobject.morph
-- morph: strata/connman-common.morph
-- morph: unmaintained/strata/lvm.morph
-- morph: strata/xorg-util-macros-common.morph
-- morph: unmaintained/strata/networking-utils.morph
-- morph: strata/docutils.morph
-chunks:
+contents:
- name: yajl
morph: unmaintained/strata/virtualization/yajl.morph
repo: upstream:yajl
@@ -115,3 +106,4 @@ chunks:
repo: upstream:openvswitch
ref: a52b0492a4d0398a24ed2a3566ff55ac53fea31f
unpetrify-ref: master
+configuration-extensions: []
diff --git a/unmaintained/strata/webtools.morph b/unmaintained/strata/webtools.morph
index d328fc3a..ee9fa90c 100644
--- a/unmaintained/strata/webtools.morph
+++ b/unmaintained/strata/webtools.morph
@@ -1,11 +1,7 @@
name: webtools
-kind: stratum
+kind: assemblage
description: web things
-build-depends:
-- morph: strata/icu-common.morph
-- morph: strata/tools.morph
-- morph: strata/pcre-utils.morph
-chunks:
+contents:
- name: libgit2
repo: upstream:libgit2
ref: 4b0a36e881506a02b43a4ae3c19c93c919b36eeb
@@ -16,3 +12,4 @@ chunks:
repo: upstream:nginx
ref: 37a582c9ea3e731c115e560d31b26f78535b8fca
unpetrify-ref: baserock/v1.7.0
+configuration-extensions: []
diff --git a/unmaintained/strata/xfce.morph b/unmaintained/strata/xfce.morph
index 24a0fa6c..d475edb7 100644
--- a/unmaintained/strata/xfce.morph
+++ b/unmaintained/strata/xfce.morph
@@ -1,10 +1,7 @@
name: xfce
-kind: stratum
+kind: assemblage
description: xfce stratum
-build-depends:
-- morph: strata/gtk2.morph
-- morph: strata/sound-server-pulseaudio.morph
-chunks:
+contents:
- name: xfce-dev-tools
repo: upstream:xfce/xfce4-dev-tools
ref: 9244250ac0c15ba160688758c5dccf97f3f160ef
@@ -157,3 +154,4 @@ chunks:
repo: upstream:elementary-xfce
ref: 9681d40e7a3545c96dfb1670e00514acfad5b089
unpetrify-ref: v0.5
+configuration-extensions: []
diff --git a/unmaintained/strata/xstatic.morph b/unmaintained/strata/xstatic.morph
index e396003b..bddefba3 100644
--- a/unmaintained/strata/xstatic.morph
+++ b/unmaintained/strata/xstatic.morph
@@ -1,5 +1,5 @@
name: xstatic
-kind: stratum
+kind: assemblage
description: |
Stratum with Xstatic and some xstatic libraries.
@@ -8,10 +8,7 @@ description: |
This conflicts with the 'everything from Git' policy of Baserock,
but it is required right now for the Openstack system to work.
-build-depends:
-- morph: strata/foundation.morph
-- morph: strata/python2-core.morph
-chunks:
+contents:
- name: xstatic
repo: upstream:xstatic
ref: 6c8604a422ba7f176ce6b372a8e182c293d06fb2
@@ -152,3 +149,4 @@ chunks:
ref: a4ac0b809ab0d84c636a760215839bb6d68d0113
unpetrify-ref: master
build-system: python-distutils
+configuration-extensions: []
diff --git a/unmaintained/strata/zookeeper-client.morph b/unmaintained/strata/zookeeper-client.morph
index 898cc98c..8cd571e9 100644
--- a/unmaintained/strata/zookeeper-client.morph
+++ b/unmaintained/strata/zookeeper-client.morph
@@ -1,5 +1,5 @@
name: zookeeper-client
-kind: stratum
+kind: assemblage
description: |
This stratum installs a small demonstration program for the
client side of ZooKeeper. The program can take up to two
@@ -7,10 +7,9 @@ description: |
(1) The IP address of the ZooKeeper server to connect to
(2) The type of client that this will be (default client
types are typeOneNode & typeTwoNode)
-build-depends:
-- morph: unmaintained/strata/zookeeper.morph
-chunks:
+contents:
- name: zookeeper-client
morph: unmaintained/strata/zookeeper/zookeeper-client.morph
repo: baserock:tests/zookeeper-test
ref: master
+configuration-extensions: []
diff --git a/unmaintained/strata/zookeeper-server.morph b/unmaintained/strata/zookeeper-server.morph
index 61f71ba1..35545d67 100644
--- a/unmaintained/strata/zookeeper-server.morph
+++ b/unmaintained/strata/zookeeper-server.morph
@@ -1,11 +1,10 @@
name: zookeeper-server
-kind: stratum
+kind: assemblage
description: This Stratum installs a zookeeper server and small program to populate
it with default data.
-build-depends:
-- morph: unmaintained/strata/zookeeper.morph
-chunks:
+contents:
- name: zookeeper-server
morph: unmaintained/strata/zookeeper/zookeeper-server.morph
repo: baserock:tests/zookeeper-test
ref: master
+configuration-extensions: []
diff --git a/unmaintained/strata/zookeeper.morph b/unmaintained/strata/zookeeper.morph
index 2f3d0f6c..d26614f3 100644
--- a/unmaintained/strata/zookeeper.morph
+++ b/unmaintained/strata/zookeeper.morph
@@ -1,14 +1,11 @@
name: zookeeper
-kind: stratum
+kind: assemblage
description: |
This stratum installs zookeeper and its dependencies.
-build-depends:
-- morph: strata/core.morph
-- morph: unmaintained/strata/test-tools.morph
-- morph: unmaintained/strata/java.morph
-chunks:
+contents:
- name: zookeeper
morph: unmaintained/strata/zookeeper/zookeeper.morph
repo: upstream:zookeeper
ref: baserock/mikesmith/zookeeper
unpetrify-ref: trunk
+configuration-extensions: []