summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-07 16:23:25 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-04-07 15:49:58 +0000
commitb909c3d656c8906e34c32b16d9b316f53e3170bd (patch)
tree14b2fb682d1c3e884e1e76d33646e18a4d043fa5
parent9cde36b1494d3d6a4e4ce1766abeaa02a0a1c02c (diff)
downloadlorries-b909c3d656c8906e34c32b16d9b316f53e3170bd.tar.gz
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
-rw-r--r--open-source-lorries/open-iscsi.lorry6
-rw-r--r--open-source-lorries/python-packages.lorry12
2 files changed, 18 insertions, 0 deletions
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"