From 596208776680ff8215958b42e4abaaea0208c3fc Mon Sep 17 00:00:00 2001 From: Ezhilarasi Date: Fri, 8 Mar 2019 16:17:22 +0530 Subject: CBA index file Change-Id: I208405ea6303990c90a18434fc67a26420f79111 Issue-ID: CCSDK-917 Signed-off-by: Ezhilarasi --- docs/CBA/index.rst | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/CBA/index.rst (limited to 'docs') diff --git a/docs/CBA/index.rst b/docs/CBA/index.rst new file mode 100644 index 000000000..bc39ca392 --- /dev/null +++ b/docs/CBA/index.rst @@ -0,0 +1,50 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2019 IBM. + +CONTROLLER DESIGN STUDIO DOCUMENTATION REPOSITORY +------------------------------------------------- +.. toctree:: + :maxdepth: 1 + +Introduction: +============= +The system is designed to be self service, which means that users, not just programmers, can reconfigure the software system as needed to meet customer requirements. To accomplish this goal, the system is built around models that provide for real-time changes in how the system operates. Users merely need to change a model to change how a service operates. +Self service is a completely new way of delivering services. It removes the dependence on code releases and the delays they cause and puts the control of services into the hands of the service providers. They can change a model and its parameters and create a new service without writing a single line of code. +This makes SERVICE PROVIDER(S) more responsive to its customers and able to deliver products that more closely match the needs of its customers. + +Sections +======== + +.. toctree:: + :maxdepth: 1 + :glob: + + sections/architecture/index + sections/installation/index + sections/configuration/index + sections/development/index + sections/logging + sections/release-notes + +Data Flow: +========== +|image0| + +.. |image0| image:: media/image0.png + :width: 7.88889in + :height: 4.43750in + +Functional Decomposition: +========================= +|image1| + +.. |image1| image:: media/functional_decomposition.png + :width: 7.88889in + :height: 4.43750in + +Controller design Studio Presentation: +====================================== + +Details about CDS Architecture and Design detail, Please click below. +:download:`CDS_Architecture_Design.pptx` \ No newline at end of file -- cgit 1.2.3-korg