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

Deployed 61a681aa to develop in public with MkDocs 1.6.1 and mike 2.1.3

parent 7c2f8ee6
No related branches found
No related tags found
No related merge requests found
...@@ -544,7 +544,7 @@ ...@@ -544,7 +544,7 @@
The guide includes the details on configuring and installing the machine, installing and The guide includes the details on configuring and installing the machine, installing and
configuring MicroK8s, and deploying and reporting the status of the TeraFlowSDN configuring MicroK8s, and deploying and reporting the status of the TeraFlowSDN
controller.</p> controller.</p>
<h2 id="11-configure-your-machine">1.1. Configure your Machine</h2> <h2 id="11-configure-your-machine"><strong>1.1. Configure your Machine</strong></h2>
<p>In this section, we describe how to configure a machine (physical or virtual) to be used as the deployment, execution, and development environment for the ETSI TeraFlowSDN controller. Choose your preferred environment below and follow the instructions provided.</p> <p>In this section, we describe how to configure a machine (physical or virtual) to be used as the deployment, execution, and development environment for the ETSI TeraFlowSDN controller. Choose your preferred environment below and follow the instructions provided.</p>
<p><strong>NOTE</strong>: If you already have a remote physical server fitting the requirements specified in this section feel free to use it instead of deploying a local VM. Check <a href="#111-physical-server">1.1.1. Physical Server</a> for further details.</p> <p><strong>NOTE</strong>: If you already have a remote physical server fitting the requirements specified in this section feel free to use it instead of deploying a local VM. Check <a href="#111-physical-server">1.1.1. Physical Server</a> for further details.</p>
<p>Virtualization platforms tested are:</p> <p>Virtualization platforms tested are:</p>
...@@ -555,7 +555,7 @@ controller.</p> ...@@ -555,7 +555,7 @@ controller.</p>
<li><a href="#114-openstack1-1-4-openstack">OpenStack'</a></li> <li><a href="#114-openstack1-1-4-openstack">OpenStack'</a></li>
<li><a href="#115-vagrant-box">Vagrant Box</a></li> <li><a href="#115-vagrant-box">Vagrant Box</a></li>
</ul> </ul>
<h3 id="111-physical-server">1.1.1. Physical Server</h3> <h3 id="111-physical-server"><strong>1.1.1. Physical Server</strong></h3>
<p>This page describes how to configure a physical server for running ETSI TeraFlowSDN(TFS) controller.</p> <p>This page describes how to configure a physical server for running ETSI TeraFlowSDN(TFS) controller.</p>
<h3><u>Server Specifications</u></h3> <h3><u>Server Specifications</u></h3>
...@@ -654,7 +654,7 @@ sudo apt-get dist-upgrade -y ...@@ -654,7 +654,7 @@ sudo apt-get dist-upgrade -y
<li>If asked to restart services, restart the default ones proposed.</li> <li>If asked to restart services, restart the default ones proposed.</li>
<li>Restart the VM when the installation is completed.</li> <li>Restart the VM when the installation is completed.</li>
</ul> </ul>
<h3 id="112-oracle-virtual-box">1.1.2. Oracle Virtual Box</h3> <h3 id="112-oracle-virtual-box"><strong>1.1.2. Oracle Virtual Box</strong></h3>
<p>This page describes how to configure a VM for running ETSI TeraFlowSDN(TFS) controller using <a href="https://www.virtualbox.org/">Oracle VirtualBox</a>. It has been tested with VirtualBox up to version 6.1.40 r154048.</p> <p>This page describes how to configure a VM for running ETSI TeraFlowSDN(TFS) controller using <a href="https://www.virtualbox.org/">Oracle VirtualBox</a>. It has been tested with VirtualBox up to version 6.1.40 r154048.</p>
<h3><u>Create a NAT Network in VirtualBox</u></h3> <h3><u>Create a NAT Network in VirtualBox</u></h3>
<p>In "Oracle VM VirtualBox Manager", Menu "File &gt; Preferences... &gt; Network", create a NAT <p>In "Oracle VM VirtualBox Manager", Menu "File &gt; Preferences... &gt; Network", create a NAT
...@@ -801,7 +801,7 @@ sudo ./VBoxLinuxAdditions.run ...@@ -801,7 +801,7 @@ sudo ./VBoxLinuxAdditions.run
# This command might take some minutes depending on your VM specs. # This command might take some minutes depending on your VM specs.
sudo reboot sudo reboot
</code></pre> </code></pre>
<h3 id="113-vmware-fusion">1.1.3. VMWare Fusion</h3> <h3 id="113-vmware-fusion"><strong>1.1.3. VMWare Fusion</strong></h3>
<p>This page describes how to configure a VM for running ETSI TeraFlowSDN(TFS) controller using <a href="https://www.vmware.com/products/fusion.html">VMWare Fusion</a>. It has been tested with VMWare Fusion version 12 and 13.</p> <p>This page describes how to configure a VM for running ETSI TeraFlowSDN(TFS) controller using <a href="https://www.vmware.com/products/fusion.html">VMWare Fusion</a>. It has been tested with VMWare Fusion version 12 and 13.</p>
<h3><u>Create VM in VMWare Fusion:</u></h3> <h3><u>Create VM in VMWare Fusion:</u></h3>
...@@ -855,13 +855,13 @@ sudo reboot ...@@ -855,13 +855,13 @@ sudo reboot
<pre><code class="language-bash">sudo apt-get update -y <pre><code class="language-bash">sudo apt-get update -y
sudo apt-get dist-upgrade -y sudo apt-get dist-upgrade -y
</code></pre> </code></pre>
<h3 id="114-openstack">1.1.4. OpenStack</h3> <h3 id="114-openstack"><strong>1.1.4. OpenStack</strong></h3>
<h3 id="115-vagrant-box">1.1.5. Vagrant Box</h3> <h3 id="115-vagrant-box"><strong>1.1.5. Vagrant Box</strong></h3>
<p>Other virtualization environments might be used; in that case, you will need to adapt these instructions to your particular case. If you want to contribute with details on how you used other hypervisors or platforms, <a href="https://labs.etsi.org/rep/tfs/controller/-/wikis/home#contact">contact</a> the TFS team through Slack.</p> <p>Other virtualization environments might be used; in that case, you will need to adapt these instructions to your particular case. If you want to contribute with details on how you used other hypervisors or platforms, <a href="https://labs.etsi.org/rep/tfs/controller/-/wikis/home#contact">contact</a> the TFS team through Slack.</p>
<h2 id="12-install-microk8s">1.2. Install MicroK8s</h2> <h2 id="12-install-microk8s"><strong>1.2. Install MicroK8s</strong></h2>
<h2 id="13-deploy-teraflowsdn">1.3. Deploy TeraFlowSDN</h2> <h2 id="13-deploy-teraflowsdn"><strong>1.3. Deploy TeraFlowSDN</strong></h2>
<h2 id="14-webui-and-grafana-dashboards">1.4. WebUI and Grafana Dashboards</h2> <h2 id="14-webui-and-grafana-dashboards"><strong>1.4. WebUI and Grafana Dashboards</strong></h2>
<h2 id="15-show-deployment-and-logs">1.5. Show Deployment and Logs</h2> <h2 id="15-show-deployment-and-logs"><strong>1.5. Show Deployment and Logs</strong></h2>
......
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