Updates Quobyte drivers

This updates the Quobyte Manila and Cinder driver entries
and adds an entry for the Nova driver.

Change-Id: Ia3ae6c171c1b69082a069802a99862dfba2d0149
This commit is contained in:
Silvan Kaiser 2017-04-18 14:50:17 +02:00
parent bb721a0be4
commit e193ee4b57
1 changed files with 44 additions and 5 deletions

View File

@ -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",