summaryrefslogtreecommitdiff
path: root/strata/swift.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/swift.morph')
-rw-r--r--strata/swift.morph29
1 files changed, 29 insertions, 0 deletions
diff --git a/strata/swift.morph b/strata/swift.morph
new file mode 100644
index 00000000..22ca8a3a
--- /dev/null
+++ b/strata/swift.morph
@@ -0,0 +1,29 @@
+name: swift
+kind: stratum
+description: Distributed object storage
+build-depends:
+# openstack-common is required for simplejson, cffi, greenlet,
+# eventlet, pastedeploy
+- morph: strata/openstack-common.morph
+chunks:
+- name: dnspython
+ repo: upstream:python-packages/dnspython
+ ref: e1369c62d14f82b80ef11197a490ace5d43bb3f3
+ unpetrify-ref: v1.12.0
+- name: netifaces
+ repo: upstream:python-packages/netifaces
+ ref: 885b200ba717df87f6e8044ec8c66c677c949bcb
+ unpetrify-ref: release_0_10_4
+- name: xattr
+ morph: strata/swift/xattr.morph
+ repo: upstream:python-packages/xattr
+ ref: dd10d44e3eb9a1d2303c1f7d5126c099d56e97fc
+ unpetrify-ref: v0.7.6
+- name: swift
+ repo: upstream:openstack/swift
+ ref: 2e8261a4dc0d0af0c4a46478b81e167bcf02220b
+ unpetrify-ref: 2.2.0
+ build-depends:
+ - dnspython
+ - netifaces
+ - xattr