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 @@
</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>
<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>
</ul>
......@@ -885,17 +930,17 @@ In OpenStack, go to Project - Network - Security Groups - Create Security Group
<p><strong>From CLI</strong></p>
<pre><code> openstack flavor create TFS --id auto --ram 8192 --disk 60 --vcpus 8
</code></pre>
<h3><u>Create an instance in OpenStack:
- Instance name: TFS-VM
- Origin: [Ubuntu-22.04 cloud image] (https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img)
- Create new volume: No
- Flavor: TFS
- Networks: extnet
- Security Groups: TFS
- Configuration: Include the following cloud-config
<h3><u>Create an instance in OpenStack:</h3>
<p></u></p>
<ul>
<li>Instance name: TFS-VM</li>
<li>Origin: [Ubuntu-22.04 cloud image] (https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img)</li>
<li>Create new volume: No</li>
<li>Flavor: TFS</li>
<li>Networks: extnet </li>
<li>Security Groups: TFS</li>
<li>Configuration: Include the following cloud-config</li>
</ul>
<pre><code>#cloud-config
# Modifies the password for the VM instance
username: ubuntu
......@@ -903,26 +948,21 @@ password: &lt;your-password&gt;
chpasswd: { expire: False }
ssh_pwauth: True
</code></pre>
<h3><u>Upgrade the Ubuntu distribution</h3></u>
<h3><u>Upgrade the Ubuntu distribution</h3>
<p></u></p>
<pre><code class="language-bash">sudo apt-get update -y
sudo apt-get dist-upgrade -y
</code></pre>
- If asked to restart services, restart the default ones proposed.
- Restart the VM when the installation is completed.
### **1.1.5. Vagrant Box**
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.
## **1.2. Install MicroK8s**
## **1.3. Deploy TeraFlowSDN**
## **1.4. WebUI and Grafana Dashboards**
## **1.5. Show Deployment and Logs**
<ul>
<li>If asked to restart services, restart the default ones proposed.</li>
<li>Restart the VM when the installation is completed.</li>
</ul>
<h3 id="115-vagrant-box"><strong>1.1.5. Vagrant Box</strong></h3>
<p><TBD_LONG></p>
<h2 id="12-install-microk8s"><strong>1.2. Install MicroK8s</strong></h2>
<h2 id="13-deploy-teraflowsdn"><strong>1.3. Deploy TeraFlowSDN</strong></h2>
<h2 id="14-webui-and-grafana-dashboards"><strong>1.4. WebUI and Grafana Dashboards</strong></h2>
<h2 id="15-show-deployment-and-logs"><strong>1.5. Show Deployment and Logs</strong></h2>
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
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