mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Add section CLOUDS
This commit is contained in:
parent
1bb2e216a6
commit
f6c05ec99a
BIN
docs/_static/images/cloud-gcp-01.png
vendored
Normal file
BIN
docs/_static/images/cloud-gcp-01.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
BIN
docs/_static/images/cloud-gcp-02.png
vendored
Normal file
BIN
docs/_static/images/cloud-gcp-02.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
BIN
docs/_static/images/cloud-gcp-03.png
vendored
Normal file
BIN
docs/_static/images/cloud-gcp-03.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
BIN
docs/_static/images/cloud-gcp-04.png
vendored
Normal file
BIN
docs/_static/images/cloud-gcp-04.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
docs/_static/images/cloud-gcp-05.png
vendored
Normal file
BIN
docs/_static/images/cloud-gcp-05.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
76
docs/appendix/vyos-on-clouds.rst
Normal file
76
docs/appendix/vyos-on-clouds.rst
Normal file
@ -0,0 +1,76 @@
|
||||
.. _vyos-on-clouds:
|
||||
|
||||
Running on Clouds
|
||||
######################
|
||||
|
||||
Amazon AWS
|
||||
*****************
|
||||
|
||||
References
|
||||
----------
|
||||
https://console.aws.amazon.com/
|
||||
|
||||
Azure
|
||||
*****************
|
||||
|
||||
References
|
||||
----------
|
||||
https://azure.microsoft.com
|
||||
|
||||
Google Cloud Platform
|
||||
*****************
|
||||
|
||||
To deploy VyOS on GCP (Google Cloud Platform)
|
||||
|
||||
1. Generate SSH key pair type **ssh-rsa** from the host that will connect to VyOS.
|
||||
|
||||
Example:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
ssh-keygen -t rsa -f ~/.ssh/vyos_gcp -C "vyos@mypc"
|
||||
|
||||
|
||||
.. NOTE:: In name "vyos@mypc" The first value must be "**vyos**". Because default user is vyos and google api uses this option.
|
||||
|
||||
|
||||
2. Open GCP console and navigate to the menu **Metadata**. Choose **SSH Keys** and click ``edit``.
|
||||
|
||||
.. figure:: /_static/images/cloud-gcp-01.png
|
||||
|
||||
|
||||
Click **Add item** and paste your public ssh key. Click ``Save``.
|
||||
|
||||
.. figure:: /_static/images/cloud-gcp-02.png
|
||||
|
||||
|
||||
2. On marketplace search "VyOS"
|
||||
|
||||
3. Change Deployment name/Zone/Machine type and click ``Deploy``
|
||||
|
||||
.. figure:: /_static/images/cloud-gcp-03.png
|
||||
|
||||
4. After fiew seconds click to ``instance``
|
||||
|
||||
.. figure:: /_static/images/cloud-gcp-04.png
|
||||
|
||||
5. Find out your external IP address
|
||||
|
||||
.. figure:: /_static/images/cloud-gcp-05.png
|
||||
|
||||
6. Connect to the instance. SSH key was generated in the first step.
|
||||
.. code-block:: none
|
||||
|
||||
ssh -i ~/.ssh/vyos_gcp vyos@203.0.113.3
|
||||
vyos@vyos-r1-vm:~$
|
||||
|
||||
References
|
||||
----------
|
||||
https://console.cloud.google.com/
|
||||
|
||||
Oracle
|
||||
*****************
|
||||
|
||||
References
|
||||
----------
|
||||
https://www.oracle.com/cloud/
|
||||
@ -58,6 +58,7 @@ VyOS User Guide
|
||||
appendix/cmd-index
|
||||
appendix/vyos-on-vmware
|
||||
appendix/vyos-on-baremetal
|
||||
appendix/vyos-on-clouds
|
||||
appendix/migrate-from-vyatta
|
||||
appendix/command-scripting
|
||||
appendix/http-api
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user