|
1 | 1 | .. meta::
|
2 |
| - :description: Netris Controller Virtual Machine Installation |
| 2 | + :description: Controller Virtual Machine Installation |
3 | 3 |
|
4 |
| -************************************** |
5 |
| -On-Prem Netris Controller Installation |
6 |
| -************************************** |
7 |
| -Netris Controller can be hosted in Netris Cloud, installed locally as a VM, or deployed as a Kubernetes application. All three options provide the same functionality. Cloud-hosted Controller can be moved into on-prem anytime. |
| 4 | +**************************** |
| 5 | +Virtual Machine Installation |
| 6 | +**************************** |
| 7 | + |
| 8 | +Requirements |
| 9 | +============ |
8 | 10 |
|
9 |
| -KVM virtual machine |
10 |
| -=================== |
11 | 11 | Minimal system requirements for the VM:
|
| 12 | + |
12 | 13 | * CPU - 4 Core
|
13 | 14 | * RAM - 4 Gb
|
14 | 15 | * Disk - 100Gb
|
15 | 16 | * Network - 1 virtual NIC
|
16 | 17 |
|
17 | 18 | Recommended system requirements for the VM:
|
| 19 | + |
18 | 20 | * CPU - 8 Core
|
19 | 21 | * RAM - 16 Gb
|
20 | 22 | * Disk - 100Gb
|
21 | 23 | * Network - 1 virtual NIC
|
22 | 24 |
|
23 |
| -Installation steps for KVM hypervisor |
24 |
| -===================================== |
| 25 | +KVM Hypervisor Installation |
| 26 | +=========================== |
25 | 27 | If KVM is not already installed, install Qemu/KVM on the host machine (example provided for Ubuntu Linux 18.04)
|
26 | 28 |
|
27 | 29 | .. code-block:: shell-session
|
28 | 30 |
|
29 | 31 | sudo apt-get install virt-manager
|
30 | 32 |
|
31 |
| -Netris Controller Installation |
32 |
| -============================== |
| 33 | +VM Controller Installation |
| 34 | +========================== |
33 | 35 |
|
34 | 36 | 1. Download the Netris Controller image. (contact Netris support for repository access permissions).
|
35 | 37 |
|
@@ -161,12 +163,14 @@ Reload the network config.
|
161 | 163 | After reboot, the Netris Controller GUI should be accessible using a browser. Use ``netris/newNet0ps`` credentials.
|
162 | 164 |
|
163 | 165 | .. image:: images/credentials.png
|
164 |
| - :align: center |
| 166 | + :align: center |
| 167 | + :class: with-shadow |
| 168 | + :alt: Netris Credentials |
165 | 169 |
|
166 | 170 | .. note::Don’t forget to change the default password by clicking your login name in the top right corner and then clicking “Change Password”.
|
167 | 171 |
|
168 | 172 | Replacing the SSL certificate
|
169 |
| ------------------------------- |
| 173 | +============================= |
170 | 174 |
|
171 | 175 | 1. Replace the below file with your SSL certificate file.
|
172 | 176 |
|
|
0 commit comments