summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-28 17:05:30 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-05-05 07:05:34 +0000
commit573fc7780fe411b36f8b14101babc68cb4f61df7 (patch)
treed62c7a7e9f7d3f443eddcf97ad29f8457bf0c9d4 /systems
parent763a7efb36818224e514b3d58262b26317ac80ed (diff)
downloaddefinitions-573fc7780fe411b36f8b14101babc68cb4f61df7.tar.gz
Create test-tools stratum
Move the test tools and frameworks from zookeper and openstack to it, but tempest because it is explicit for openstack. Move some python packages to python-common because they are shared by various strata. Change-Id: I51be08946572fd76075261f88fbe365a7049f286
Diffstat (limited to 'systems')
-rw-r--r--systems/openstack-system-x86_64.morph2
-rw-r--r--systems/zookeeper-client-x86_64.morph2
-rw-r--r--systems/zookeeper-server-x86_64.morph2
3 files changed, 6 insertions, 0 deletions
diff --git a/systems/openstack-system-x86_64.morph b/systems/openstack-system-x86_64.morph
index 67d914af..9072b065 100644
--- a/systems/openstack-system-x86_64.morph
+++ b/systems/openstack-system-x86_64.morph
@@ -59,6 +59,8 @@ strata:
morph: strata/ntpd.morph
- name: libsoup-common
morph: strata/libsoup-common.morph
+- name: test-tools
+ morph: strata/test-tools.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/zookeeper-client-x86_64.morph b/systems/zookeeper-client-x86_64.morph
index ad16f056..e410c1d3 100644
--- a/systems/zookeeper-client-x86_64.morph
+++ b/systems/zookeeper-client-x86_64.morph
@@ -17,6 +17,8 @@ strata:
morph: strata/zookeeper.morph
- name: zookeeper-client
morph: strata/zookeeper-client.morph
+- name: test-tools
+ morph: strata/test-tools
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/zookeeper-server-x86_64.morph b/systems/zookeeper-server-x86_64.morph
index 1fbb5456..987ba9e1 100644
--- a/systems/zookeeper-server-x86_64.morph
+++ b/systems/zookeeper-server-x86_64.morph
@@ -17,6 +17,8 @@ strata:
morph: strata/zookeeper.morph
- name: zookeeper-server
morph: strata/zookeeper-server.morph
+- name: test-tools
+ morph: strata/test-tools.morph
configuration-extensions:
- set-hostname
- add-config-files