From 46533f7fd0236280e97e7c27acd25cbfb63b261f Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Tue, 21 Feb 2017 09:48:26 +0800 Subject: [PATCH] SDK support - initial data for Ocata This patch simply copes the Newton data to Ocata while we wait for the SDK status spreadsheet to be updated. Change-Id: Ieca919d056a2931617d469537684efb955cdd81e --- ocata/ops-sdk-support.json | 70 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 ocata/ops-sdk-support.json diff --git a/ocata/ops-sdk-support.json b/ocata/ops-sdk-support.json new file mode 100644 index 0000000..c606f70 --- /dev/null +++ b/ocata/ops-sdk-support.json @@ -0,0 +1,70 @@ +{ + "Compute service (Nova)": + { + "status": "17" + }, + "Object Storage service (Swift)": + { + "status": "19" + }, + "Image service (Glance)": + { + "status": "11" + }, + "Identity service (Keystone)": + { + "status": "20" + }, + "Dashboard (Horizon)": + { + }, + "Networking service (Neutron)": + { + "status": "12" + }, + "Block Storage service (Cinder)": + { + "status": "13" + }, + "Telemetry service (Ceilometer)": + { + "status": "5" + }, + "Orchestration service (Heat)": + { + "status": "9" + }, + "Database service (Trove)": + { + "status": "6" + }, + "Data Processing service (Sahara)": + { + "status": "1" + }, + "Bare Metal service (Ironic)": + { + "status": "2" + }, + "Message service (Zaqar)": + { + "status": "4" + }, + "Key Management service (Barbican)": + { + "status": "2" + }, + "DNS service (Designate)": + { + "status": "2" + }, + "Application Catalog (Murano)": + { + "status": "1" + }, + "Container Infrastructure Management service (Magnum)": + { + "status": "1" + } + +}