Skip to content
Snippets Groups Projects
Commit a26a87f4 authored by yangalicace1's avatar yangalicace1
Browse files

FIXES: fixing identation issues in 1.1.1. Physical Server

parent 5f773793
No related branches found
No related tags found
No related merge requests found
Pipeline #9706 passed
...@@ -62,6 +62,7 @@ Besides that, the network requirements are essentially the same than that requir ...@@ -62,6 +62,7 @@ Besides that, the network requirements are essentially the same than that requir
As a reference, the other deployment solutions based on VMs assume the VM is connected to a virtual network configured with the IP range `10.0.2.0/24` and have the gateway at IP `10.0.2.1`. The VMs have the IP address `10.0.2.10`. As a reference, the other deployment solutions based on VMs assume the VM is connected to a virtual network configured with the IP range `10.0.2.0/24` and have the gateway at IP `10.0.2.1`. The VMs have the IP address `10.0.2.10`.
The minimum required ports to be accessible are: The minimum required ports to be accessible are:
- 22/SSH : for management purposes - 22/SSH : for management purposes
- 80/HTTP : for the TeraFlowSDN WebUI and Grafana dashboard - 80/HTTP : for the TeraFlowSDN WebUI and Grafana dashboard
- 8081/HTTPS : for the CockroachDB WebUI - 8081/HTTPS : for the CockroachDB WebUI
...@@ -74,32 +75,33 @@ Other ports might be required if you consider to deploy addons such as Kubernete ...@@ -74,32 +75,33 @@ Other ports might be required if you consider to deploy addons such as Kubernete
The recommended Operating System for deploying TeraFlowSDN is [Ubuntu Server 22.04 LTS](https://releases.ubuntu.com/jammy/) or [Ubuntu Server 20.04 LTS](https://releases.ubuntu.com/focal/). Other version might work, but we have not tested them. We strongly recommend using Long Term Support (LTS) versions as they provide better stability. The recommended Operating System for deploying TeraFlowSDN is [Ubuntu Server 22.04 LTS](https://releases.ubuntu.com/jammy/) or [Ubuntu Server 20.04 LTS](https://releases.ubuntu.com/focal/). Other version might work, but we have not tested them. We strongly recommend using Long Term Support (LTS) versions as they provide better stability.
Below we provide some installation guidelines: Below we provide some installation guidelines:
- Installation Language: English
- Autodetect your keyboard
- If asked, select "Ubuntu Server" (do not select "Ubuntu Server (minimized)").
- Configure static network specifications (adapt them based on your particular setup):
|Interface|IPv4 Method|Subnet |Address |Gateway |Name servers |Search domains| - Installation Language: English
|---------|-----------|-----------|---------|--------|---------------|--------------| - Autodetect your keyboard
|enp0s3 |Manual |10.0.2.0/24|10.0.2.10|10.0.2.1|8.8.8.8,8.8.4.4|<empty> | - If asked, select "Ubuntu Server" (do not select "Ubuntu Server (minimized)").
- Configure static network specifications (adapt them based on your particular setup):
- Leave proxy and mirror addresses as they are
- Let the installer self-upgrade (if asked). |Interface|IPv4 Method|Subnet |Address |Gateway |Name servers |Search domains|
- Use an entire disk for the installation |---------|-----------|-----------|---------|--------|---------------|--------------|
- Disable setup of the disk as LVM group |enp0s3 |Manual |10.0.2.0/24|10.0.2.10|10.0.2.1|8.8.8.8,8.8.4.4|<empty> |
- Double check that NO swap space is allocated in the partition table. Kubernetes does not work properly with SWAP.
- Configure your user and system names: - Leave proxy and mirror addresses as they are
- User name: `TeraFlowSDN` - Let the installer self-upgrade (if asked).
- Server's name: `tfs-vm` - Use an entire disk for the installation
- Username: `tfs` - Disable setup of the disk as LVM group
- Password: `tfs123` - Double check that NO swap space is allocated in the partition table. Kubernetes does not work properly with SWAP.
- Install Open SSH Server - Configure your user and system names:
- Import SSH keys, if any. - User name: `TeraFlowSDN`
- Featured Server Snaps - Server's name: `tfs-vm`
- Do not install featured server snaps. It will be done manually later to illustrate how to uninstall and reinstall them in case of trouble with. - Username: `tfs`
- Let the system install and upgrade the packages. - Password: `tfs123`
- This operation might take some minutes depending on how old is the Optical Drive ISO image you use and your Internet connection speed. - Install Open SSH Server
- Restart the VM when the installation is completed. - Import SSH keys, if any.
- Featured Server Snaps
- Do not install featured server snaps. It will be done manually later to illustrate how to uninstall and reinstall them in case of trouble with.
- Let the system install and upgrade the packages.
- This operation might take some minutes depending on how old is the Optical Drive ISO image you use and your Internet connection speed.
- Restart the VM when the installation is completed.
<h3><u>Upgrade the Ubuntu distribution</u></h3> <h3><u>Upgrade the Ubuntu distribution</u></h3>
```bash ```bash
......
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