From c9e56384753753bb1bce73dd6e78e2fbe37c737a Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Wed, 25 Mar 2015 11:22:36 +0000 Subject: Add Ironic service and client Also, add the dependencies of these packages. --- strata/openstack-clients.morph | 5 +++++ strata/openstack-clients/python-ironicclient.morph | 3 +++ strata/openstack-services.morph | 15 +++++++++++++++ strata/openstack-services/ironic.morph | 3 +++ strata/openstack-services/pysendfile.morph | 3 +++ strata/openstack-services/singledispatch.morph | 3 +++ 6 files changed, 32 insertions(+) create mode 100644 strata/openstack-clients/python-ironicclient.morph create mode 100644 strata/openstack-services/ironic.morph create mode 100644 strata/openstack-services/pysendfile.morph create mode 100644 strata/openstack-services/singledispatch.morph diff --git a/strata/openstack-clients.morph b/strata/openstack-clients.morph index 65f38855..a5e7bccd 100644 --- a/strata/openstack-clients.morph +++ b/strata/openstack-clients.morph @@ -101,3 +101,8 @@ chunks: unpetrify-ref: 0.7.6 build-depends: - python-keystoneclient +- name: python-ironicclient + morph: strata/openstack-clients/python-ironicclient.morph + repo: upstream:openstack/python-ironicclient + ref: 4390a21663de3123fac306e9860624ba7deda0e6 + unpetrify-ref: 0.4.1 diff --git a/strata/openstack-clients/python-ironicclient.morph b/strata/openstack-clients/python-ironicclient.morph new file mode 100644 index 00000000..95be0bd8 --- /dev/null +++ b/strata/openstack-clients/python-ironicclient.morph @@ -0,0 +1,3 @@ +name: python-ironicclient +kind: chunk +build-system: python-distutils diff --git a/strata/openstack-services.morph b/strata/openstack-services.morph index 8ec40c09..9213b8e1 100644 --- a/strata/openstack-services.morph +++ b/strata/openstack-services.morph @@ -828,3 +828,18 @@ chunks: build-depends: - django-openstack-auth - lockfile +- name: singledispatch + morph: strata/openstack-services/singledispatch.morph + repo: upstream:python-packages/singledispatch + ref: 92175ba65602a03086d2b1f770f45d88af93fc3e + unpetrify-ref: 3.4.0.3 +- name: pysinglefile + morph: strata/openstack-services/pysendfile.morph + repo: git@github.com:giampaolo/pysendfile.git + ref: 6775b2938ef74255239c8e08458369921297b311 + unpetrify-ref: release-2.0.0 +- name: ironic + morph: strata/openstack-services/ironic.morph + repo: upstream:openstack/ironic + ref: 0f4d454bf2093d3d62460f88aa9288bee3286b38 + unpetrify-ref: stable/juno diff --git a/strata/openstack-services/ironic.morph b/strata/openstack-services/ironic.morph new file mode 100644 index 00000000..08964ce6 --- /dev/null +++ b/strata/openstack-services/ironic.morph @@ -0,0 +1,3 @@ +name: ironic +kind: chunk +build-system: python-distutils diff --git a/strata/openstack-services/pysendfile.morph b/strata/openstack-services/pysendfile.morph new file mode 100644 index 00000000..2e2f809b --- /dev/null +++ b/strata/openstack-services/pysendfile.morph @@ -0,0 +1,3 @@ +name: pysendfile +kind: chunk +build-system: python-distutils diff --git a/strata/openstack-services/singledispatch.morph b/strata/openstack-services/singledispatch.morph new file mode 100644 index 00000000..919c7096 --- /dev/null +++ b/strata/openstack-services/singledispatch.morph @@ -0,0 +1,3 @@ +name: singledispatch +kind: chunk +build-system: python-distutils -- cgit v1.2.1