Skip to content
Snippets Groups Projects
Commit 57fa2654 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Tutorial refinements:

- Minor refinements and styling of VMWare Fusion section.
parent df78a48c
No related branches found
No related tags found
1 merge request!54Release 2.0.0
# 1. Deployment Guide # 1. Deployment Guide
This section walks you through the process of deploying TeraFlowSDN on top of a Oracle VirtualBox--based VM running This section walks you through the process of deploying TeraFlowSDN on top of a Virtual Machine (VM) running MicroK8s
MicroK8s Kubernetes platform. The guide includes the details on configuring and installing the VM, installing and Kubernetes platform. The guide includes the details on configuring and installing the VM, installing and configuring
configuring MicroK8s, and deploying and reporting the status of the TeraFlowSDN controller. MicroK8s, and deploying and reporting the status of the TeraFlowSDN controller.
## Table of Content: ## Table of Content:
- [1.1. Create VM for the TeraFlowSDN controller](./1-1-create-vm.md) - [1.1. Create VM for the TeraFlowSDN controller](./1-1-create-vm.md)
......
...@@ -15,12 +15,12 @@ In "VMWare Fusion" manager, create a new network from the "Settings/Network" men ...@@ -15,12 +15,12 @@ In "VMWare Fusion" manager, create a new network from the "Settings/Network" men
Create a new VM an Ubuntu 20.04 iso: Create a new VM an Ubuntu 20.04 iso:
- Display Name: TeraFlowSDN - Display Name: TeraFlowSDN
- Username: teraflowsdn - Username: tfs
- Password: tfs123 - Password: tfs123
On the next screen press "Customize Settings", save the VM and in "Settings" change: On the next screen press "Customize Settings", save the VM and in "Settings" change:
- Change to use 4 CPUs - Change to use 4 CPUs
- Change to access 9 GB of RAM - Change to access 8 GB of RAM
- Change disk to size 40 GB - Change disk to size 40 GB
- Change the network interface to use the previously created TFS-NAT-Net - Change the network interface to use the previously created TFS-NAT-Net
...@@ -43,10 +43,7 @@ The installation will be automatic, without any configuration required. ...@@ -43,10 +43,7 @@ The installation will be automatic, without any configuration required.
Then you can remove or comment the /swapfile entry in /etc/fstab Then you can remove or comment the /swapfile entry in /etc/fstab
- Install Open SSH Server - Install Open SSH Server
- Import SSH keys, if any.
$ sudo apt-get install openssh-server
- Import SSH keys, if any.
- Restart the VM when the installation is completed. - Restart the VM when the installation is completed.
......
...@@ -5,7 +5,8 @@ TeraFlowSDN controller. If you already have a remote physical server fitting the ...@@ -5,7 +5,8 @@ TeraFlowSDN controller. If you already have a remote physical server fitting the
feel free to use it instead of deploying a local VM. Other virtualization environments can also be used; in that case, feel free to use it instead of deploying a local VM. Other virtualization environments can also be used; in that case,
you will need to adapt these instructions to your particular case. you will need to adapt these instructions to your particular case.
Different Hypervisors are considered for that. Different Hypervisors are considered for that. Check the table of contents for available options. If you want to
contribute with other Hypervisors, [contact](./README.md#contact) the TFS team through Slack.
## Table of Content: ## Table of Content:
- [1.1.1. Oracle VirtualBox](./1-1-1-create-vm-oracle-virtualbox.md) - [1.1.1. Oracle VirtualBox](./1-1-1-create-vm-oracle-virtualbox.md)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment