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

Deployed 96e0c2e8 to develop in public with MkDocs 1.6.1 and mike 2.1.3

parent e4f4faf0
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,11 @@
<label class="md-overlay" for="__drawer"></label>
<div data-md-component="skip">
<a href="#11-configure-your-machine" class="md-skip">
Skip to content
</a>
</div>
<div data-md-component="announce">
......@@ -234,6 +239,19 @@
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
1. Deployment Guide
</span>
<span class="md-nav__icon md-icon"></span>
</label>
<a href="./" class="md-nav__link md-nav__link--active">
......@@ -245,6 +263,70 @@
</a>
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#111-physical-server" class="md-nav__link">
<span class="md-ellipsis">
1.1.1. Physical Server
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#112-oracle-virtual-box" class="md-nav__link">
<span class="md-ellipsis">
1.1.2. Oracle Virtual Box
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#113-vmware-fusion" class="md-nav__link">
<span class="md-ellipsis">
1.1.3. VMWare Fusion
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#114-openstack" class="md-nav__link">
<span class="md-ellipsis">
1.1.4. OpenStack
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#115-vagrant-box" class="md-nav__link">
<span class="md-ellipsis">
1.1.5. Vagrant Box
</span>
</a>
</li>
</ul>
</nav>
</li>
......@@ -409,19 +491,24 @@
<h1>1. Deployment Guide</h1>
<p>This section walks you through the process of deploying TeraFlowSDN on top of a machine running <a href="https://microk8s.io">MicroK8s Kubernetes platform</a>.
The guide includes the details on configuring and installing the machine, installing and
configuring MicroK8s, and deploying and reporting the status of the TeraFlowSDN
controller.</p>
<ul>
<li><a href="./1.-Deployment-Guide/1.1.-Configure-your-Machine">1.1. Configure your Machine</a></li>
<li><a href="./1.-Deployment-Guide/1.2.-Install-MicroK8s">1.2. Install MicroK8s</a></li>
<li><a href="./1.-Deployment-Guide/1.3.-Deploy-TeraFlowSDN">1.3. Deploy TeraFlowSDN</a></li>
<li><a href="./1.-Deployment-Guide/1.4.-WebUI-and-Grafana-Dashboards">1.4. WebUI and Grafana Dashboards</a></li>
<li><a href="./1.-Deployment-Guide/1.5.-Show-Deployment-and-Logs">1.5. Show Deployment and Logs</a></li>
</ul>
<h1 id="11-configure-your-machine">1.1. Configure your Machine</h1>
<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="./1.1.-Configure-your-Machine/1.1.1.-Physical-Server">1.1.1. Physical Server</a> for further details.</p>
<p>Virtualization platforms tested are:</p>
<h2 id="111-physical-server">1.1.1. Physical Server</h2>
<h2 id="112-oracle-virtual-box">1.1.2. Oracle Virtual Box</h2>
<h2 id="113-vmware-fusion">1.1.3. VMWare Fusion</h2>
<h2 id="114-openstack">1.1.4. OpenStack</h2>
<h2 id="115-vagrant-box">1.1.5. Vagrant Box</h2>
<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>
<h1 id="12-install-microk8s">1.2. Install MicroK8s</h1>
<h1 id="13-deploy-teraflowsdn">1.3. Deploy TeraFlowSDN</h1>
<h1 id="14-webui-and-grafana-dashboards">1.4. WebUI and Grafana Dashboards</h1>
<h1 id="15-show-deployment-and-logs">1.5. Show Deployment and Logs</h1>
......
This diff is collapsed.
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