summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-06-19 16:15:12 +0200
committerGitHub <noreply@github.com>2020-06-19 16:15:12 +0200
commit10b3b0a7e9728df6faa4bbfa2b9a0fdbe64697c6 (patch)
tree2f721aa618335d9a70bb79e12336d610e0252370
parent80a2a124bafcf6cddf1a0d23c01ad90b27d4bf3e (diff)
parent4755ddf0d012b09112d5411b6e918d95058f2e8e (diff)
downloadvyos-documentation-10b3b0a7e9728df6faa4bbfa2b9a0fdbe64697c6.tar.gz
vyos-documentation-10b3b0a7e9728df6faa4bbfa2b9a0fdbe64697c6.zip
Merge pull request #267 from sever-sever/clouds
Add Azure section to clouds
-rw-r--r--docs/_static/images/cloud-azure-01.pngbin0 -> 90521 bytes
-rw-r--r--docs/_static/images/cloud-azure-02.pngbin0 -> 56507 bytes
-rw-r--r--docs/_static/images/cloud-azure-03.pngbin0 -> 47364 bytes
-rw-r--r--docs/_static/images/cloud-azure-04.pngbin0 -> 87475 bytes
-rw-r--r--docs/_static/images/cloud-azure-05.pngbin0 -> 77301 bytes
-rw-r--r--docs/_static/images/cloud-azure-06.pngbin0 -> 57830 bytes
-rw-r--r--docs/appendix/vyos-on-clouds.rst53
7 files changed, 49 insertions, 4 deletions
diff --git a/docs/_static/images/cloud-azure-01.png b/docs/_static/images/cloud-azure-01.png
new file mode 100644
index 00000000..2c7b1adb
--- /dev/null
+++ b/docs/_static/images/cloud-azure-01.png
Binary files differ
diff --git a/docs/_static/images/cloud-azure-02.png b/docs/_static/images/cloud-azure-02.png
new file mode 100644
index 00000000..286b8689
--- /dev/null
+++ b/docs/_static/images/cloud-azure-02.png
Binary files differ
diff --git a/docs/_static/images/cloud-azure-03.png b/docs/_static/images/cloud-azure-03.png
new file mode 100644
index 00000000..4661a1fb
--- /dev/null
+++ b/docs/_static/images/cloud-azure-03.png
Binary files differ
diff --git a/docs/_static/images/cloud-azure-04.png b/docs/_static/images/cloud-azure-04.png
new file mode 100644
index 00000000..af12d337
--- /dev/null
+++ b/docs/_static/images/cloud-azure-04.png
Binary files differ
diff --git a/docs/_static/images/cloud-azure-05.png b/docs/_static/images/cloud-azure-05.png
new file mode 100644
index 00000000..c5a32d2e
--- /dev/null
+++ b/docs/_static/images/cloud-azure-05.png
Binary files differ
diff --git a/docs/_static/images/cloud-azure-06.png b/docs/_static/images/cloud-azure-06.png
new file mode 100644
index 00000000..1cc7cbf1
--- /dev/null
+++ b/docs/_static/images/cloud-azure-06.png
Binary files differ
diff --git a/docs/appendix/vyos-on-clouds.rst b/docs/appendix/vyos-on-clouds.rst
index 8c0f5dea..d69b2e1b 100644
--- a/docs/appendix/vyos-on-clouds.rst
+++ b/docs/appendix/vyos-on-clouds.rst
@@ -1,10 +1,13 @@
.. _vyos-on-clouds:
Running on Clouds
-######################
+#################
Amazon AWS
-*****************
+**********
+
+Deploy VM
+---------
Deploy VyOS on Amazon :abbr:`AWS (Amazon Web Services)`
@@ -55,14 +58,56 @@ References
https://console.aws.amazon.com/
Azure
-*****************
+*****
+
+Deploy VM
+---------
+
+Deploy VyOS on Azure.
+
+1. Go to the Azure services and Click to **Add new Virtual machine**
+
+2. Choose vm name, resource group, region and click **Browse all public and private images**
+
+.. figure:: /_static/images/cloud-azure-01.png
+
+3. On the marketplace search ``VyOS``
+
+.. figure:: /_static/images/cloud-azure-02.png
+
+4. Generate new SSH key pair or use existing.
+
+.. figure:: /_static/images/cloud-azure-03.png
+
+5. Define network, subnet, Public IP. Or it will be created by default.
+
+.. figure:: /_static/images/cloud-azure-04.png
+
+6. Click ``Review + create``. After fiew second your deployment will be complete
+
+.. figure:: /_static/images/cloud-azure-05.png
+
+7. Click to your new vm and find out your Public IP address.
+
+.. figure:: /_static/images/cloud-azure-06.png
+
+8. Connect to the instance by SSH key.
+
+ .. code-block:: none
+
+ ssh -i ~/.ssh/vyos_azure vyos@203.0.113.3
+ vyos@vyos-doc-r1:~$
+
References
----------
https://azure.microsoft.com
Google Cloud Platform
-*****************
+*********************
+
+Deploy VM
+---------
To deploy VyOS on GCP (Google Cloud Platform)