summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2015-03-04 10:27:14 +0000
committerMike Smith <mike.smith@codethink.co.uk>2015-03-04 10:27:14 +0000
commit00f2183e607ad3de07c2d9101379a38db50aa942 (patch)
tree9f41e468f2116cc48b6a7d617f7b7096b9b9840e
parent41af8a0d9a261ff4aabbf750b27e3a8450159931 (diff)
downloaddefinitions-mikesmith/tempest.tar.gz
tempest added but unconfiguredmikesmith/tempest
-rw-r--r--strata/openstack-clients-full.morph24
-rw-r--r--strata/openstack-clients.morph25
-rw-r--r--strata/openstack-clients/tempest.morph6
3 files changed, 55 insertions, 0 deletions
diff --git a/strata/openstack-clients-full.morph b/strata/openstack-clients-full.morph
index d8ba717b..e4a99ef0 100644
--- a/strata/openstack-clients-full.morph
+++ b/strata/openstack-clients-full.morph
@@ -127,3 +127,27 @@ chunks:
build-depends:
- python-keystoneclient
- python-prettytable
+- name: tempest-lib
+ repo: https://github.com/openstack/tempest-lib
+ ref: master
+ unpetrify-ref: https://github.com/openstack/tempest-lib
+ build-depends: []
+- name: oslo
+ repo: https://github.com/openstack/oslo.utils
+ ref: master
+ unpetrify-ref: https://github.com/openstack/oslo.utils
+ build-depends: []
+- name: pymox
+ repo: https://github.com/emonty/pymox
+ ref: master
+ unpetrify-ref: https://github.com/emonty/pymox
+ build-depends: []
+- name: tempest
+ repo: https://github.com/openstack/tempest
+ ref: master
+ unpetrify-ref: https://github.com/openstack/tempest
+ build-depends:
+ - tempest-lib
+ - pymox
+ - oslo
+
diff --git a/strata/openstack-clients.morph b/strata/openstack-clients.morph
index 1b348630..392e7ee4 100644
--- a/strata/openstack-clients.morph
+++ b/strata/openstack-clients.morph
@@ -101,3 +101,28 @@ chunks:
- pyiso8601
- simplejson
- babel
+- name: tempest-lib
+ repo: https://github.com/openstack/tempest-lib
+ ref: master
+ unpetrify-ref: https://github.com/openstack/tempest-lib
+ build-depends: []
+- name: oslo
+ repo: https://github.com/openstack/oslo.utils
+ ref: master
+ unpetrify-ref: https://github.com/openstack/oslo.utils
+ build-depends: []
+- name: pymox
+ repo: https://github.com/emonty/pymox
+ ref: master
+ unpetrify-ref: https://github.com/emonty/pymox
+ build-depends: []
+- name: tempest
+ repo: https://github.com/openstack/tempest
+ ref: master
+ unpetrify-ref: https://github.com/openstack/tempest
+ build-depends:
+ - tempest-lib
+ - pymox
+ - oslo
+
+
diff --git a/strata/openstack-clients/tempest.morph b/strata/openstack-clients/tempest.morph
new file mode 100644
index 00000000..35f084d4
--- /dev/null
+++ b/strata/openstack-clients/tempest.morph
@@ -0,0 +1,6 @@
+name: tempest
+kind: chunk
+build-commands:
+- python setup.py build
+install-commands:
+- python setup.py install --prefix "$PREFIX" --root "$DESTDIR"