From f2902eafce1fd2d1023302d21cb54524d7164a86 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Tue, 15 Sep 2015 15:39:38 +0800 Subject: [PATCH] Add production-use data for Juno Since the project information will include supported releases, add the data for ops:production-use for Juno. Data source: http://superuser.openstack.org/articles/openstack-user-survey-insights-november-2014 Change-Id: Iff8df2bacc507a8dfc6d81c2e425769190095597 --- juno/ops-production-use.json | 62 ++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 juno/ops-production-use.json diff --git a/juno/ops-production-use.json b/juno/ops-production-use.json new file mode 100644 index 0000000..b6429ce --- /dev/null +++ b/juno/ops-production-use.json @@ -0,0 +1,62 @@ +{ + "Compute service (Nova)": + { + "status": "93%" + }, + "Object Storage service (Swift)": + { + "status": "49%" + }, + "Image service (Glance)": + { + "status": "85%" + }, + "Identity service (Keystone)": + { + "status": "90%" + }, + "Dashboard (Horizon)": + { + "status": "81%" + }, + "Networking service (Neutron)": + { + "status": "68%" + }, + "Block Storage service (Cinder)": + { + "status": "73%" + }, + "Telemetry service (Ceilometer)": + { + "status": "33%" + }, + "Orchestration service (Heat)": + { + "status": "32%" + }, + "Database service (Trove)": + { + "status": "9%" + }, + "Data Processing service (Sahara)": + { + "status": "0%" + }, + "Bare Metal service (Ironic)": + { + "status": "5%" + }, + "Message service (Zaqar)": + { + "status": "0%" + }, + "Key Management service (Barbican)": + { + "status": "0%" + }, + "DNS service (Designate)": + { + "status": "0%" + } +}