From 8a06730f0ef274b3efaa3b98dfc9930c18afcc57 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Tue, 15 Sep 2015 15:57:37 +0800 Subject: [PATCH] Add juno data for docs-install-guide As the project overview will include supported releases, add the doc status for Juno. Change-Id: I5f13dabf5bee2e3aa64f3bdc7122482d5e9ef9d9 --- juno/ops-docs-install-guide.json | 67 ++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 juno/ops-docs-install-guide.json diff --git a/juno/ops-docs-install-guide.json b/juno/ops-docs-install-guide.json new file mode 100644 index 0000000..7011150 --- /dev/null +++ b/juno/ops-docs-install-guide.json @@ -0,0 +1,67 @@ +{ + "Compute service (Nova)": + { + "status": "available" + }, + "Object Storage service (Swift)": + { + "status": "available" + }, + "Image service (Glance)": + { + "status": "available" + }, + "Identity service (Keystone)": + { + "status": "available" + }, + "Dashboard (Horizon)": + { + "status": "available" + }, + "Networking service (Neutron)": + { + "status": "available" + }, + "Block Storage service (Cinder)": + { + "status": "available" + }, + "Telemetry service (Ceilometer)": + { + "status": "available" + }, + "Orchestration service (Heat)": + { + "status": "available" + }, + "Database service (Trove)": + { + "status": "not available", + "description": "The installation guide previously available was removed this release by the documentation team, and will likely stay that way until it can be improved to the level of the other projects." + }, + "Data Processing service (Sahara)": + { + "status": "not available", + }, + "Bare Metal service (Ironic)": + { + "status": "not available" + }, + "Messaging service (Zaqar)": + { + "status": "not available" + }, + "Key Management service (Barbican)": + { + "status": "not available" + }, + "DNS service (Designate)": + { + "status": "not available" + }, + "Deployment service (TripleO)": + { + "status": "not available" + } +}