From 0f15309148522f95a27e1c8479a28d49ba36f03d Mon Sep 17 00:00:00 2001 From: Ezhilarasi Date: Thu, 14 Mar 2019 12:54:09 +0530 Subject: CBA index content Change-Id: If1e8ed28e7ebebdc2cc1cd7a65aa8597f70ce900 Issue-ID: CCSDK-917 Signed-off-by: Ezhilarasi --- docs/CBA/index.rst | 31 ++++++++++++++++------------ docs/CBA/media/functional_decomposition.PNG | Bin 77925 -> 0 bytes docs/CBA/media/image0.PNG | Bin 111684 -> 93418 bytes docs/CBA/media/image1.PNG | Bin 0 -> 111684 bytes docs/CBA/media/image2.PNG | Bin 0 -> 77925 bytes 5 files changed, 18 insertions(+), 13 deletions(-) delete mode 100644 docs/CBA/media/functional_decomposition.PNG create mode 100644 docs/CBA/media/image1.PNG create mode 100644 docs/CBA/media/image2.PNG (limited to 'docs') diff --git a/docs/CBA/index.rst b/docs/CBA/index.rst index bc39ca392..71ef527ff 100644 --- a/docs/CBA/index.rst +++ b/docs/CBA/index.rst @@ -2,18 +2,25 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright (C) 2019 IBM. -CONTROLLER DESIGN STUDIO DOCUMENTATION REPOSITORY -------------------------------------------------- +Controller Blueprint Archived Tool(.cba) +---------------------------------------- .. 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. +The Controller Blueprint Archived is the overall service design, fully model-driven, package needed to automate the resolution of resources for instantiation and any config provisioning operation, such as day0, day1 or day2 configuration. -Sections +The CBA is .zip file, comprised of the following folder structure, the files may vary: + +|image0| + +.. |image0| image:: media/image0.png + :width: 7.88889in + :height: 4.43750in + + +Sections: ======== .. toctree:: @@ -24,22 +31,20 @@ Sections sections/installation/index sections/configuration/index sections/development/index - sections/logging - sections/release-notes - + Data Flow: ========== -|image0| +|image1| -.. |image0| image:: media/image0.png +.. |image1| image:: media/image1.png :width: 7.88889in :height: 4.43750in Functional Decomposition: ========================= -|image1| +|image2| -.. |image1| image:: media/functional_decomposition.png +.. |image2| image:: media/image2.png :width: 7.88889in :height: 4.43750in diff --git a/docs/CBA/media/functional_decomposition.PNG b/docs/CBA/media/functional_decomposition.PNG deleted file mode 100644 index e6a0cf8d3..000000000 Binary files a/docs/CBA/media/functional_decomposition.PNG and /dev/null differ diff --git a/docs/CBA/media/image0.PNG b/docs/CBA/media/image0.PNG index 7a4b96d5c..1c5d8c5ff 100644 Binary files a/docs/CBA/media/image0.PNG and b/docs/CBA/media/image0.PNG differ diff --git a/docs/CBA/media/image1.PNG b/docs/CBA/media/image1.PNG new file mode 100644 index 000000000..7a4b96d5c Binary files /dev/null and b/docs/CBA/media/image1.PNG differ diff --git a/docs/CBA/media/image2.PNG b/docs/CBA/media/image2.PNG new file mode 100644 index 000000000..e6a0cf8d3 Binary files /dev/null and b/docs/CBA/media/image2.PNG differ -- cgit 1.2.3-korg