summaryrefslogtreecommitdiffstats
path: root/docs/usecases/vppcloud.rst
diff options
context:
space:
mode:
authorFrancesco Spinelli <francescospinelli94@live.it>2019-02-28 11:51:24 +0100
committerDamjan Marion <dmarion@me.com>2019-04-25 22:44:55 +0000
commit22e9c03ad285a3f4bc86e75159d2ed48210438de (patch)
tree4a6babb347088b0bb7ff655267ed968747fabdd8 /docs/usecases/vppcloud.rst
parentb62b549b5531fe1f274d6f0ccdc76683d945e165 (diff)
docs: Add VPP inside the Cloud
This commit updates the VPP docs, adding the VPP deployment and configuration inside the cloud Change-Id: I97322deb57f0dfb1aa46cca301adbc91ce4a19f6 Signed-off-by: Francesco Spinelli <francescospinelli94@live.it>
Diffstat (limited to 'docs/usecases/vppcloud.rst')
-rw-r--r--docs/usecases/vppcloud.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/usecases/vppcloud.rst b/docs/usecases/vppcloud.rst
new file mode 100644
index 00000000000..22bb984e1e0
--- /dev/null
+++ b/docs/usecases/vppcloud.rst
@@ -0,0 +1,14 @@
+.. _vppcloud:
+
+VPP inside the Cloud
+====================
+
+This section will cover the VPP deployment inside two different Public Cloud Provider: Amazon AWS and Microsoft Azure. Furthermore, we describe how to interconnect several Public Cloud Regions together with Segment Routing per IPv6 and we show some Performance Evaluation. Finally, we make our Terraform scripts available to the community, which could help in automating the VPP deployment inside the Cloud.
+
+
+.. toctree::
+
+ vppinaws
+ ConnectingVPC
+ vppinazure
+ automatingthedeployment