From e193ee4b579dc958f8e0c375d0ab814fb39f01fd Mon Sep 17 00:00:00 2001 From: Silvan Kaiser Date: Tue, 18 Apr 2017 14:50:17 +0200 Subject: [PATCH] Updates Quobyte drivers This updates the Quobyte Manila and Cinder driver entries and adds an entry for the Nova driver. Change-Id: Ia3ae6c171c1b69082a069802a99862dfba2d0149 --- etc/default_data.json | 49 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 5 deletions(-) diff --git a/etc/default_data.json b/etc/default_data.json index 71464eb..c2fa3de 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -1752,7 +1752,7 @@ "name": "Silvan Kaiser", "irc": "kaisers", "email": "silvan@quobyte.com", - "launchpad_id": "kaisers" + "launchpad_id": "2-silvan" } ], "wiki": "https://wiki.openstack.org/wiki/Quobyte", @@ -1763,7 +1763,10 @@ }, "releases": [ "Kilo", - "Liberty" + "Liberty", + "Mitaka", + "Newton", + "Ocata" ] }, { @@ -3942,7 +3945,7 @@ }, { "project_id": "openstack/manila", - "vendor": "Quobyte", + "vendor": "Quobyte Inc.", "name": "Quobyte Manila Driver", "description": "The Quobyte Manila driver provides access to shared storage residing on a Quobyte volume.", "maintainers": [ @@ -3950,12 +3953,21 @@ "name": "Silvan Kaiser", "irc": "kaisers", "email": "silvan@quobyte.com", - "launchpad_id": "kaisers" + "launchpad_id": "2-silvan" } ], "wiki": "https://wiki.openstack.org/wiki/Manila/Quobyte", + "ci": { + "id": "quobyteci", + "success_pattern": "SUCCESS", + "failure_pattern": "FAILURE" + }, "releases": [ - "Kilo" + "Kilo", + "Liberty", + "Mitaka", + "Newton", + "Ocata" ] }, { @@ -5374,6 +5386,33 @@ "failure_pattern": "Build failed" } }, + { + "project_id": "openstack/nova", + "vendor": "Quobyte Inc.", + "name": "Quobyte volume driver", + "description": "Volume driver for Quobyte software defined storage system. Quobyte storage runs on plain Linux servers and allows reconfiguration at runtime without storage service interruption. Storage behaviour is fully configurable via policies which also control automation and hardware independent configuration.", + "maintainers": [ + { + "name": "Silvan Kaiser", + "irc": "kaisers", + "email": "silvan@quobyte.com", + "launchpad_id": "2-silvan" + } + ], + "wiki": "https://wiki.openstack.org/wiki/Nova/Quobyte", + "ci": { + "id": "quobyteci", + "success_pattern": "SUCCESS", + "failure_pattern": "FAILURE" + }, + "releases": [ + "Kilo", + "Liberty", + "Mitaka", + "Newton", + "Ocata" + ] + }, { "project_id": "openstack/nova", "vendor": "VMware",