From 56f9a0b28ba43bae0bb94310968e86a647324789 Mon Sep 17 00:00:00 2001 From: Lauren Sell Date: Tue, 27 Oct 2015 18:49:16 +0900 Subject: [PATCH] Adds Liberty production deployment usage data This JSON file tracks the percentage of production deployments that reported using each project. The data is based off the October 2015 user survey data and includes six new projects. Change-Id: Ie4ccbfcd10b5938ef6bfce58600ece1a206112cb --- liberty/ops-production-use.json | 90 +++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 liberty/ops-production-use.json diff --git a/liberty/ops-production-use.json b/liberty/ops-production-use.json new file mode 100644 index 0000000..9990251 --- /dev/null +++ b/liberty/ops-production-use.json @@ -0,0 +1,90 @@ +{ + "Compute service (Nova)": + { + "status": "96%" + }, + "Object Storage service (Swift)": + { + "status": "62%" + }, + "Image service (Glance)": + { + "status": "94%" + }, + "Identity service (Keystone)": + { + "status": "96%" + }, + "Dashboard (Horizon)": + { + "status": "95%" + }, + "Networking service (Neutron)": + { + "status": "89%" + }, + "Block Storage service (Cinder)": + { + "status": "86%" + }, + "Telemetry service (Ceilometer)": + { + "status": "61%" + }, + "Orchestration service (Heat)": + { + "status": "68%" + }, + "Database service (Trove)": + { + "status": "27%" + }, + "Data Processing service (Sahara)": + { + "status": "20%" + }, + "Bare Metal service (Ironic)": + { + "status": "17%" + }, + "Message service (Zaqar)": + { + "status": "1%" + }, + "Key Management service (Barbican)": + { + "status": "4%" + }, + "DNS service (Designate)": + { + "status": "25%" + }, + "Shared File Systems service (Manila)": + { + "status": "8%" + }, + "Benchmark service (Rally)": + { + "status": "17%" + }, + "Containers service (Magnum)": + { + "status": "7%" + }, + "Application Catalog service (Murano)": + { + "status": "7%" + }, + "Deployment service (TripleO)": + { + "status": "4%" + }, + "Governance service (Congress)": + { + "status": "1%" + }, + "Container-based deployment tools (Kolla)": + { + "status": "2%" + } +}