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

Deployed fcab08e8 to develop in public with MkDocs 1.6.1 and mike 2.1.3

parent 42d9dd88
No related branches found
No related tags found
No related merge requests found
......@@ -615,7 +615,7 @@ controller.</p>
<p>Other ports might be required if you consider to deploy addons such as Kubernetes observability, etc. The details on these ports are left appart given they might vary depending on the Kubernetes environment you use.</p>
<h3><u>Operating System</u></h3>
<p>The recommended Operating System for deploying TeraFlowSDN is <a href="https://releases.ubuntu.com/jammy/">Ubuntu Server 22.04 LTS</a> or <a href="https://releases.ubuntu.com/focal/">Ubuntu Server 20.04 LTS</a>. Other version might work, but we have not tested them. We strongly recommend using Long Term Support (LTS) versions as they provide better stability.</p>
<p>The recommended Operating System for deploying TeraFlowSDN is <a href="https://releases.ubuntu.com/noble/">Ubuntu Server 24.04 LTS</a> or <a href="https://releases.ubuntu.com/jammy/">Ubuntu Server 22.04 LTS</a> or <a href="https://releases.ubuntu.com/focal/">Ubuntu Server 20.04 LTS</a>. Other version might work, but we have not tested them. We strongly recommend using Long Term Support (LTS) versions as they provide better stability.</p>
<p>Below we provide some installation guidelines:</p>
<ul>
<li>Installation Language: English</li>
......@@ -1294,7 +1294,7 @@ sudo chmod 600 /etc/docker/daemon.json
<li><a href="https://microk8s.io/docs/change-cidr">MicroK8s - MicroK8s CNI Configuration</a></li>
</ul>
<pre><code class="language-bash"># Install MicroK8s
sudo snap install microk8s --classic --channel=1.24/stable
sudo snap install microk8s --classic --channel=1.29/stable
# Create alias for command &quot;microk8s.kubectl&quot; to be usable as &quot;kubectl&quot;
sudo snap alias microk8s.kubectl kubectl
......@@ -1449,7 +1449,7 @@ This section provides just an overview of the available settings. An example <a
tee my_deploy.sh &gt;/dev/null &lt;&lt; EOF
# ----- TeraFlowSDN ------------------------------------------------------------
export TFS_REGISTRY_IMAGES=&quot;http://localhost:32000/tfs/&quot;
export TFS_COMPONENTS=&quot;context device ztp monitoring pathcomp service slice nbi webui load_generator&quot;
export TFS_COMPONENTS=&quot;context device pathcomp service nbi webui&quot;
export TFS_IMAGE_TAG=&quot;dev&quot;
export TFS_K8S_NAMESPACE=&quot;tfs&quot;
export TFS_EXTRA_MANIFESTS=&quot;manifests/nginx_ingress_http.yaml&quot;
......@@ -1462,7 +1462,6 @@ export CRDB_EXT_PORT_SQL=&quot;26257&quot;
export CRDB_EXT_PORT_HTTP=&quot;8081&quot;
export CRDB_USERNAME=&quot;tfs&quot;
export CRDB_PASSWORD=&quot;tfs123&quot;
export CRDB_DATABASE=&quot;tfs&quot;
export CRDB_DEPLOY_MODE=&quot;single&quot;
export CRDB_DROP_DATABASE_IF_EXISTS=&quot;YES&quot;
export CRDB_REDEPLOY=&quot;&quot;
......
......@@ -76,7 +76,7 @@
<div data-md-component="skip">
<a href="#try-teraflowsdn-release-30" class="md-skip">
<a href="#try-teraflowsdn-release-40" class="md-skip">
Skip to content
</a>
......@@ -435,9 +435,9 @@
<p>Welcome to the ETSI TeraFlowSDN (TFS) Controller wiki!</p>
<p>This wiki provides a walkthrough on how to prepare your environment for executing and contributing to the ETSI SDG TeraFlowSDN.
Besides, it describes how to run some example experiments.</p>
<h1 id="try-teraflowsdn-release-30">Try TeraFlowSDN Release 3.0</h1>
<p>The new release launched on April 24th, 2024 incorporates a number of new features, improvements, and bug resolutions. Try it by following the guides below, and feel free to give us your feedback.
See the <a href="https://labs.etsi.org/rep/tfs/controller/-/releases/v3.0.0">Release Notes</a>.</p>
<h1 id="try-teraflowsdn-release-40">Try TeraFlowSDN Release 4.0</h1>
<p>The new release launched on November 5th, 2024 incorporates a number of new features, improvements, and bug resolutions. Try it by following the guides below, and feel free to give us your feedback.
See the <a href="https://labs.etsi.org/rep/tfs/controller/-/releases/v4.0.0">Release Notes</a>.</p>
<h1 id="requisites">Requisites</h1>
<p>The guides and walkthroughs below make some reasonable assumptions to simplify the deployment of the TFS controller, the execution of experiments and tests, and the development of new contributions.
In particular, we assume:</p>
......@@ -451,8 +451,8 @@ In particular, we assume:</p>
</li>
<li><a href="https://code.visualstudio.com/">VSCode</a> with the <a href="https://code.visualstudio.com/docs/remote/ssh">Remote SSH</a> extension</li>
<li>Working machine software:<ul>
<li><a href="https://releases.ubuntu.com/22.04/">Ubuntu Server 22.04.4 LTS</a> or <a href="https://releases.ubuntu.com/20.04/">Ubuntu Server 20.04.6 LTS</a></li>
<li><a href="https://microk8s.io/">MicroK8s v1.24.17</a></li>
<li><a href="https://releases.ubuntu.com/24.04/">Ubuntu Server 24.04.1 LTS</a> or <a href="https://releases.ubuntu.com/22.04/">Ubuntu Server 22.04.5 LTS</a> or <a href="https://releases.ubuntu.com/20.04/">Ubuntu Server 20.04.6 LTS</a></li>
<li><a href="https://microk8s.io/">MicroK8s v1.29.10</a></li>
</ul>
</li>
</ul>
......@@ -473,6 +473,12 @@ In particular, we assume:</p>
<p>This section provides access to the links and all the materials prepared for the tutorials and hackfests involving ETSI TeraFlowSDN.</p>
<ul>
<li>
<p><a href="https://labs.etsi.org/rep/groups/tfs/-/wikis/TFS-HACKFEST-4">TFS Hackfest #4 (Athens, 21-22 May 2024)</a></p>
<ul>
<li>The link includes explanatory material on BGP-LS Speaker for TeraFlowSDN, how to develop new components, the set of guided walkthrough, and the details on the interactive sessions the participants addressed (and recordings).</li>
</ul>
</li>
<li>
<p><a href="https://labs.etsi.org/rep/groups/tfs/-/wikis/TFS-HACKFEST-3">TFS Hackfest #3 (Castelldefels, 16-17 October 2023)</a></p>
<ul>
<li>The link includes explanatory material on P4 for TeraFlowSDN, the set of guided walkthrough, and the details on the interactive sessions the participants addressed (and recordings), as well as a TFS Virtual Machine (Release 2.1).</li>
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
v3.0.0
\ No newline at end of file
develop
\ No newline at end of file
......@@ -2,13 +2,13 @@
{
"version": "develop",
"title": "develop",
"aliases": []
"aliases": [
"latest"
]
},
{
"version": "v3.0.0",
"title": "v3.0.0",
"aliases": [
"latest"
]
"aliases": []
}
]
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