From 2acb37322ef79ef85e95fbfe93ac2722955addb4 Mon Sep 17 00:00:00 2001 From: Lauren Sell Date: Wed, 20 Apr 2016 15:20:35 -0500 Subject: [PATCH] Adds Mitaka production deployment usage data This JSON file tracks the percentage of production deployments that reported using each project. The data is based off the April 2016 user survey data and includes one new project (Mistral). Change-Id: I1c5673a4b0453c5172a371ff13a682bb913ebcaf --- mitaka/ops-production-use.json | 94 ++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 mitaka/ops-production-use.json diff --git a/mitaka/ops-production-use.json b/mitaka/ops-production-use.json new file mode 100644 index 0000000..c84a96a --- /dev/null +++ b/mitaka/ops-production-use.json @@ -0,0 +1,94 @@ +{ + "Compute service (Nova)": + { + "status": "93%” + }, + "Object Storage service (Swift)": + { + "status": “52%” + }, + "Image service (Glance)": + { + "status": “87%” + }, + "Identity service (Keystone)": + { + "status": “88%” + }, + "Dashboard (Horizon)": + { + "status": “86%” + }, + "Networking service (Neutron)": + { + "status": "84%” + }, + "Block Storage service (Cinder)": + { + "status": "81%” + }, + "Telemetry service (Ceilometer)": + { + "status": “59%” + }, + "Orchestration service (Heat)": + { + "status": "64%” + }, + "Database service (Trove)": + { + "status": “17%” + }, + "Data Processing service (Sahara)": + { + "status": “11%” + }, + "Bare Metal service (Ironic)": + { + "status": “20%” + }, + "Message service (Zaqar)": + { + "status": “2%” + }, + "Key Management service (Barbican)": + { + "status": “2%” + }, + "DNS service (Designate)": + { + "status": “17%” + }, + "Shared File Systems service (Manila)": + { + "status": “11%” + }, + "Benchmark service (Rally)": + { + "status": “25%” + }, + "Containers service (Magnum)": + { + "status": “11%” + }, + "Application Catalog service (Murano)": + { + "status": “15%” + }, + "Deployment service (TripleO)": + { + "status": “6%” + }, + "Governance service (Congress)": + { + "status": "1%" + }, + "Container-based deployment tools (Kolla)": + { + "status": “3%” + }, + “Workflow service (Mistral)”: + { + "status": “2%” + } +}