From b909c3d656c8906e34c32b16d9b316f53e3170bd Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 7 Apr 2015 16:23:25 +0100 Subject: Add iscsi tools lorry files open-iscsi is an implementation of the RFC3720 iSCSI required by openstack to manage volumes (Cinder). targetcli-fb is a command-line interface for configuring the LIO generic SCSI target. This fork of targetcli is required to keep compatibility with rtslib-fb which is a cinder dependency. configshell-fb is a build time dependency of targetcli-fb urwid is a runtime dependency of configshell-fb Change-Id: Ie0f791a18b53789b468d07a73c644ac3a6cfe130 --- open-source-lorries/open-iscsi.lorry | 6 ++++++ open-source-lorries/python-packages.lorry | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 open-source-lorries/open-iscsi.lorry diff --git a/open-source-lorries/open-iscsi.lorry b/open-source-lorries/open-iscsi.lorry new file mode 100644 index 0000000..5d4b359 --- /dev/null +++ b/open-source-lorries/open-iscsi.lorry @@ -0,0 +1,6 @@ +{ + "open-iscsi": { + "type": "git", + "url": "git://github.com/mikechristie/open-iscsi.git" + } +} diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 81cd530..fc06a14 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -35,6 +35,10 @@ "type": "git", "url": "git://github.com/Zearin/cmd2.git" }, + "python-packages/configshell-fb": { + "type": "git", + "url": "git://github.com/agrover/configshell-fb.git" + }, "python-packages/creole": { "type": "git", "url": "git://github.com/jedie/python-creole.git" @@ -508,6 +512,10 @@ "type": "tarball", "url": "http://semanchuk.com/philip/sysv_ipc/sysv_ipc-0.6.8.tar.gz" }, + "python-packages/targetcli": { + "type": "git", + "url": "git://github.com/agrover/targetcli-fb.git" + }, "python-packages/tempita": { "type": "hg", "url": "https://bitbucket.org/ianb/tempita" @@ -540,6 +548,10 @@ "type": "git", "url": "git://github.com/shazow/urllib3.git" }, + "python-packages/urwid": { + "type": "git", + "url": "git://github.com/wardi/urwid.git" + }, "python-packages/uwsgi": { "type": "git", "url": "git://github.com/unbit/uwsgi.git" -- cgit v1.2.1