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

Deployed 33974b4b to develop in public with MkDocs 1.6.1 and mike 2.1.3

parent 12892e55
No related branches found
No related tags found
No related merge requests found
...@@ -318,11 +318,56 @@ ...@@ -318,11 +318,56 @@
</span> </span>
</a> </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> </li>
</ul> </ul>
</nav> </nav>
</li>
<li class="md-nav__item">
<a href="#12-install-microk8s" class="md-nav__link">
<span class="md-ellipsis">
1.2. Install MicroK8s
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#13-deploy-teraflowsdn" class="md-nav__link">
<span class="md-ellipsis">
1.3. Deploy TeraFlowSDN
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#14-webui-and-grafana-dashboards" class="md-nav__link">
<span class="md-ellipsis">
1.4. WebUI and Grafana Dashboards
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#15-show-deployment-and-logs" class="md-nav__link">
<span class="md-ellipsis">
1.5. Show Deployment and Logs
</span>
</a>
</li> </li>
</ul> </ul>
...@@ -885,17 +930,17 @@ In OpenStack, go to Project - Network - Security Groups - Create Security Group ...@@ -885,17 +930,17 @@ In OpenStack, go to Project - Network - Security Groups - Create Security Group
<p><strong>From CLI</strong></p> <p><strong>From CLI</strong></p>
<pre><code> openstack flavor create TFS --id auto --ram 8192 --disk 60 --vcpus 8 <pre><code> openstack flavor create TFS --id auto --ram 8192 --disk 60 --vcpus 8
</code></pre> </code></pre>
<h3><u>Create an instance in OpenStack: <h3><u>Create an instance in OpenStack:</h3>
<p></u></p>
- Instance name: TFS-VM <ul>
- Origin: [Ubuntu-22.04 cloud image] (https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img) <li>Instance name: TFS-VM</li>
- Create new volume: No <li>Origin: [Ubuntu-22.04 cloud image] (https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img)</li>
- Flavor: TFS <li>Create new volume: No</li>
- Networks: extnet <li>Flavor: TFS</li>
- Security Groups: TFS <li>Networks: extnet </li>
- Configuration: Include the following cloud-config <li>Security Groups: TFS</li>
<li>Configuration: Include the following cloud-config</li>
</ul>
<pre><code>#cloud-config <pre><code>#cloud-config
# Modifies the password for the VM instance # Modifies the password for the VM instance
username: ubuntu username: ubuntu
...@@ -903,26 +948,21 @@ password: &lt;your-password&gt; ...@@ -903,26 +948,21 @@ password: &lt;your-password&gt;
chpasswd: { expire: False } chpasswd: { expire: False }
ssh_pwauth: True ssh_pwauth: True
</code></pre> </code></pre>
<h3><u>Upgrade the Ubuntu distribution</h3>
<p></u></p>
<h3><u>Upgrade the Ubuntu distribution</h3></u>
<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>
<ul>
- If asked to restart services, restart the default ones proposed. <li>If asked to restart services, restart the default ones proposed.</li>
- Restart the VM when the installation is completed. <li>Restart the VM when the installation is completed.</li>
</ul>
### **1.1.5. Vagrant Box** <h3 id="115-vagrant-box"><strong>1.1.5. Vagrant Box</strong></h3>
<p><TBD_LONG></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, [contact](https://labs.etsi.org/rep/tfs/controller/-/wikis/home#contact) the TFS team through Slack. <h2 id="12-install-microk8s"><strong>1.2. Install MicroK8s</strong></h2>
<h2 id="13-deploy-teraflowsdn"><strong>1.3. Deploy TeraFlowSDN</strong></h2>
## **1.2. Install MicroK8s** <h2 id="14-webui-and-grafana-dashboards"><strong>1.4. WebUI and Grafana Dashboards</strong></h2>
## **1.3. Deploy TeraFlowSDN** <h2 id="15-show-deployment-and-logs"><strong>1.5. Show Deployment and Logs</strong></h2>
## **1.4. WebUI and Grafana Dashboards**
## **1.5. Show Deployment and Logs**
......
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