Init version containing video of demo 91/112391/1
authorJakobKrieg <jakob.krieg@bcmsolutions.de>
Wed, 9 Sep 2020 16:31:25 +0000 (18:31 +0200)
committerJakobKrieg <jakob.krieg@bcmsolutions.de>
Wed, 9 Sep 2020 16:31:35 +0000 (18:31 +0200)
Issue-ID: CCSDK-2744
Change-Id: Ie17564ff72033e8d267f48bbaa9e9f32e6db7ee7
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
docs/index.rst
docs/usecases/use-cases.rst [new file with mode: 0644]
docs/usecases/wordpress-cnf-poc.rst [new file with mode: 0644]

index 2b4593d..942abc6 100644 (file)
@@ -123,7 +123,7 @@ Developer Guide
 ----------
 
 .. toctree::
-   :maxdepth: 1
+   :maxdepth: 2
 
    developerguide/developer-guide
 
@@ -136,6 +136,14 @@ User Guide
    installation
    designtime
 
+Use Cases
+----------
+
+.. toctree::
+   :maxdepth: 2
+
+   usecases/use-cases
+
 CDS Desginer UI
 ---------------
 
diff --git a/docs/usecases/use-cases.rst b/docs/usecases/use-cases.rst
new file mode 100644 (file)
index 0000000..59761a6
--- /dev/null
@@ -0,0 +1,12 @@
+.. This work is licensed under a Creative Commons Attribution 4.0
+.. International License. http://creativecommons.org/licenses/by/4.0
+.. Copyright (C) 2020 Deutsche Telekom AG.
+
+Use Cases
+=================
+
+.. toctree::
+   :caption: Table of Contents
+   :maxdepth: 1
+
+   wordpress-cnf-poc
\ No newline at end of file
diff --git a/docs/usecases/wordpress-cnf-poc.rst b/docs/usecases/wordpress-cnf-poc.rst
new file mode 100644 (file)
index 0000000..729260e
--- /dev/null
@@ -0,0 +1,28 @@
+.. This work is licensed under a Creative Commons Attribution 4.0
+.. International License. http://creativecommons.org/licenses/by/4.0
+.. Copyright (C) 2020 Deutsche Telekom AG.
+
+Wordpress CNF in CDS (POC)
+=================
+
+This demo by CableLabs shows an easy to use POC how to use/deploy VNFs in CDS and do resource asignment.
+
+Detailed description will follow as soon as there is an acknowledgement from CableLabs that content can be published.
+
+Goal is to use CDS (ONAP) in a very simple and understandable way. Azure, AWS
+and Kubernetes are used as VIMs trough scripting. Wordpress is used as a VNF.
+
+This demo was tested on Frankfurt.
+
+Presentation of Gerald Karam (2020-09-08)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. raw:: html
+
+   <!-- original size of video is 1920x1080-->
+   <div style="position: relative; overflow: hidden; max-width: 100%; height: auto;">
+      <iframe width="1366" height="768" src="https://www.youtube.com/embed/mgMpI_irp4I" frameborder="0"
+      allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+   </div>
+
+|
\ No newline at end of file