From 9d02e4106fd08585d12999faf72867fafe6ce007 Mon Sep 17 00:00:00 2001 From: vagrant Date: Fri, 13 Jul 2018 21:44:34 +0000 Subject: [PATCH] Create component specific doc structure Change-Id: I6ad1056b3a21e8c448840ef2682e4cbd7bdb7585 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-617 --- docs/index.rst | 1 + docs/sections/services/serviceindex.rst | 15 +++++++++++++++ docs/sections/services/snmptrap/index.rst | 11 +++++++++++ docs/sections/services/ves-http/index.rst | 11 +++++++++++ 4 files changed, 38 insertions(+) create mode 100644 docs/sections/services/serviceindex.rst create mode 100644 docs/sections/services/snmptrap/index.rst create mode 100644 docs/sections/services/ves-http/index.rst diff --git a/docs/index.rst b/docs/index.rst index 5c7d157c..4a3c8481 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,5 +19,6 @@ Data Collection, Analytics, and Events (DCAE) ./sections/configuration.rst ./sections/humaninterfaces.rst ./sections/components/component-development.rst + ./sections/services/serviceindex.rst ./sections/release-notes.rst diff --git a/docs/sections/services/serviceindex.rst b/docs/sections/services/serviceindex.rst new file mode 100644 index 00000000..925ef021 --- /dev/null +++ b/docs/sections/services/serviceindex.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + + +Service components under DCAE +============================= + +.. Add or remove sections below as appropriate for the platform component. + +.. toctree:: + :maxdepth: 1 + + ./snmptrap/index.rst + ./ves-http/index.rst + diff --git a/docs/sections/services/snmptrap/index.rst b/docs/sections/services/snmptrap/index.rst new file mode 100644 index 00000000..5d662e0d --- /dev/null +++ b/docs/sections/services/snmptrap/index.rst @@ -0,0 +1,11 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + + +SNMP TRAP COLLECTOR MS (DCAE) +============================= + +.. Add or remove sections below as appropriate for the platform component. + +Trap collector overview and functions to be listed + diff --git a/docs/sections/services/ves-http/index.rst b/docs/sections/services/ves-http/index.rst new file mode 100644 index 00000000..e1ad6e72 --- /dev/null +++ b/docs/sections/services/ves-http/index.rst @@ -0,0 +1,11 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + + +VNF Event Streaming (VES) Collector +=================================== + +.. Add or remove sections below as appropriate for the platform component. + +VES Collector (HTTP) overview and functions + -- 2.16.6