Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/6g-library/home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ draft: false
---

import Link from "@docusaurus/Link";
import { LIBRARY_GLOBAL_PAC_TN_DEPLOY, LIBRARY_GLOBAL_CAC_LOAD_VARIABLES, SANDBOX_SITES_REPO_URL } from "@site/src/constants/v0.5.0";
import { LIBRARY_GLOBAL_PAC_TN_DEPLOY, LIBRARY_GLOBAL_CAC_LOAD_VARIABLES, SANDBOX_SITES_REPO_URL } from "@site/src/constants/v0.5.1";

The 6G-Library repository the includes all the necessary code and data to deploy and configure each component of a Trial Network. Each component's metadata and code are used by both the TNLCM and the Jenkins of a Site.

Expand Down
2 changes: 1 addition & 1 deletion docs/6g-library/playbook-deployment-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ draft: false
---

import Link from "@docusaurus/Link";
import { ANSIBLE_PLAYBOOKS, MARKETPLACE_COMMUNITY_REPO_URL, SANDBOX_MARKETPLACE, OPENNEBULA_TERRAFORM_PROVIDER, HASHICORP_TERRAFORM_BACKENDS_S3 } from "@site/src/constants/v0.5.0";
import { ANSIBLE_PLAYBOOKS, MARKETPLACE_COMMUNITY_REPO_URL, SANDBOX_MARKETPLACE, OPENNEBULA_TERRAFORM_PROVIDER, HASHICORP_TERRAFORM_BACKENDS_S3 } from "@site/src/constants/v0.5.1";

We strongly advise to start development from a copy of `.dummy_component/`, reading the insightful comments and modifying the playbook as you desire. We also suggest leaving the `.tnlcm/` files to the end, as you will discover during development if you need more or less variables from the experimenter.

Expand Down
2 changes: 1 addition & 1 deletion docs/6g-sandbox-sites/home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ draft: false
---

import Link from "@docusaurus/Link";
import { OPENNEBULA_ORGANIZATION, ONE_DEPLOY_WIKI_ARCH_SINGLE_CEPH } from "@site/src/constants/v0.5.0";
import { OPENNEBULA_ORGANIZATION, ONE_DEPLOY_WIKI_ARCH_SINGLE_CEPH } from "@site/src/constants/v0.5.1";

The 6G-SANDBOX project main goal is to develop a comprehensive and modular testbed infrastructure to support the experimentation and validation of emerging 6G technologies and advancements in 5G-Advanced.

Expand Down
2 changes: 1 addition & 1 deletion docs/6g-sandbox-sites/work-on-your-site.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ draft: false
---

import Link from "@docusaurus/Link";
import { ANSIBLE_INSTALLATION } from "@site/src/constants/v0.5.0";
import { ANSIBLE_INSTALLATION } from "@site/src/constants/v0.5.1";

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ draft: false

import CodeBlock from "@theme/CodeBlock";
import Link from "@docusaurus/Link";
import { SANDBOX_DOCS_REPO_URL, DOCUSAURUS_PLAYGROUND } from "@site/src/constants/v0.5.0";
import { SANDBOX_DOCS_REPO_URL, DOCUSAURUS_PLAYGROUND } from "@site/src/constants/v0.5.1";

## Set up your environment

Expand Down
58 changes: 47 additions & 11 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,71 @@ draft: false
---

import Link from "@docusaurus/Link";
import { SANDBOX_MARKETPLACE, TOOLKIT_INSTALLER_REPO_URL, TOOLKIT_INSTALLER_REPO_RELEASE, TOOLKIT_INSTALLER_REPO_VERSION, TNLCM_BACKEND_REPO_URL, TNLCM_BACKEND_REPO_RELEASE, TNLCM_REPO_VERSION, LIBRARY_REPO_URL, LIBRARY_REPO_RELEASE, LIBRARY_REPO_VERSION, SANDBOX_SITES_DUMMY, SANDBOX_SITES_REPO_URL } from "@site/src/constants/v0.5.0";
import { SANDBOX_MARKETPLACE, TOOLKIT_INSTALLER_REPO_URL, TNLCM_BACKEND_REPO_URL, LIBRARY_REPO_URL, SANDBOX_SITES_DUMMY, SANDBOX_SITES_REPO_URL } from "@site/src/constants/v0.5.1";

## :calendar: **2025-04-10**

### :fire: **What's New?**

#### :brain: **TNLCM backend v0.5.1**

:link: **Repository:** <Link to={TNLCM_BACKEND_REPO_URL}>6G-SANDBOX/TNLCM</Link>

:page_facing_up: **Changelog:** [TNLCM Release Notes](https://github.com/6G-SANDBOX/TNLCM/releases/tag/v0.5.1)

Upgrade TNLCM following the instructions [here](./tnlcm/upgrade.mdx).

#### :wrench: **Toolkit Installer v0.5.1**

:link: **Repository:** <Link to={TOOLKIT_INSTALLER_REPO_URL}>6G-SANDBOX/toolkit-installer</Link>

:page_facing_up: **Changelog:** [Toolkit Installer Release Notes](https://github.com/6G-SANDBOX/toolkit-installer/releases/tag/v0.5.1)

To install the new version of the toolkit installer, follow the instructions [here](./toolkit-installer/installation.mdx).

#### :books: **6G-Library v0.5.1**

:link: **Repository:** <Link to={LIBRARY_REPO_URL}>6G-SANDBOX/6G-Library</Link>

:page_facing_up: **Changelog:** [6G-Library Release Notes](https://github.com/6G-SANDBOX/6G-Library/releases/tag/v0.5.1)

#### **Appliances**

The following appliance from <Link to={SANDBOX_MARKETPLACE}>6G-SANDBOX Marketplace</Link> has been updated:

| Software | New Version |
|----------------------|----------------------------------|
| 6G-Sandbox Toolkit | v0.5.1-20250411-1309 |

You can download or upgrade the appliance using the <Link to={TOOLKIT_INSTALLER_REPO_URL}>toolkit installer</Link> or doing it manually. If you want to do it manually, remember to add the attributes to the images as explained.

## :calendar: **2025-03-31**

### :fire: **What's New?**

#### :brain: **TNLCM backend <a>v{TNLCM_REPO_VERSION}</a>**
#### :brain: **TNLCM backend v0.5.0**

:link: **Repository:** <Link to={TNLCM_BACKEND_REPO_URL}>6G-SANDBOX/TNLCM</Link>

:page_facing_up: **Changelog:** <Link to={TNLCM_BACKEND_REPO_RELEASE}>TNLCM Release Notes</Link>
:page_facing_up: **Changelog:** [TNLCM Release Notes](https://github.com/6G-SANDBOX/TNLCM/releases/tag/v0.5.0)

Upgrade TNLCM following the instructions [here](./tnlcm/upgrade.mdx).

#### :wrench: **Toolkit Installer <a>v{TOOLKIT_INSTALLER_REPO_VERSION}</a>**
#### :wrench: **Toolkit Installer v0.5.0**

:link: **Repository:** <Link to={TOOLKIT_INSTALLER_REPO_URL}>6G-SANDBOX/toolkit-installer</Link>

:page_facing_up: **Changelog:** <Link to={TOOLKIT_INSTALLER_REPO_RELEASE}>Toolkit Installer Release Notes</Link>
:page_facing_up: **Changelog:** [Toolkit Installer Release Notes](https://github.com/6G-SANDBOX/toolkit-installer/releases/tag/v0.5.0)

For the toolkit installer to work perfectly, a modification is required in the `/usr/lib/one/ruby/cli/one_helper.rb` file on the OpenNebula frontend, following the instructions from this [commit](https://github.com/OpenNebula/one/commit/73447d69021db71c2202dc78a0098d1563bf258f). This change will take effect in OpenNebula version 7.0.

To install the new version of the toolkit installer, follow the instructions [here](./toolkit-installer/installation.mdx).

#### :books: **6G-Library <a>v{LIBRARY_REPO_VERSION}</a>**
#### :books: **6G-Library v0.5.0**

:link: **Repository:** <Link to={LIBRARY_REPO_URL}>6G-SANDBOX/6G-Library</Link>

:page_facing_up: **Changelog:** <Link to={LIBRARY_REPO_RELEASE}>6G-Library Release Notes</Link>
:page_facing_up: **Changelog:** [6G-Library Release Notes](https://github.com/6G-SANDBOX/6G-Library/releases/tag/v0.5.0)

#### **Appliances**

Expand Down Expand Up @@ -182,7 +218,7 @@ Once the previous steps are completed, proceed with the update. The following ap
| UERANSIM | v3.2.6-20250206-1135 | v3.2.7-20250331-1350 |
| oneKE | v1.29 | 1.31.3-6.10.0-2-20250220-0051 |

You can download or upgrade the appliances using the <Link to={TOOLKIT_INSTALLER_REPO_RELEASE}>toolkit installer</Link> or doing it manually. If you want to do it manually, remember to add the attributes to the images as explained above and update the <Link to={SANDBOX_SITES_REPO_URL}>6G-Sandbox-Sites</Link> repository.
You can download or upgrade the appliances using the <Link to={TOOLKIT_INSTALLER_REPO_URL}>toolkit installer</Link> or doing it manually. If you want to do it manually, remember to add the attributes to the images as explained above and update the <Link to={SANDBOX_SITES_REPO_URL}>6G-Sandbox-Sites</Link> repository.

## :calendar: **2025-02-22**

Expand All @@ -194,7 +230,7 @@ New toolkit installer version is available! This update brings key improvements

:link: **Repository:** <Link to={TOOLKIT_INSTALLER_REPO_URL}>6G-SANDBOX/toolkit-installer</Link>

:page_facing_up: **Changelog:** <Link to={TOOLKIT_INSTALLER_REPO_RELEASE}>Toolkit Installer Release Notes</Link>
:page_facing_up: **Changelog:** [Toolkit Installer Release Notes](https://github.com/6G-SANDBOX/toolkit-installer/releases/tag/v0.4.0)

To install the new version of the toolkit installer, follow the instructions [here](./toolkit-installer/installation.mdx).

Expand All @@ -208,15 +244,15 @@ New versions of 6G-Library and TNLCM are here! These updates bring key improveme

:link: **Repository:** <Link to={TNLCM_BACKEND_REPO_URL}>6G-SANDBOX/TNLCM</Link>

:page_facing_up: **Changelog:** <Link to={TNLCM_BACKEND_REPO_RELEASE}>TNLCM Release Notes</Link>
:page_facing_up: **Changelog:** [TNLCM Release Notes](https://github.com/6G-SANDBOX/TNLCM/releases/tag/v0.4.5)

Upgrade TNLCM following the instructions [here](./tnlcm/upgrade.mdx)

#### :books: **6G-Library v0.4.0**

:link: **Repository:** <Link to={LIBRARY_REPO_URL}>6G-SANDBOX/6G-Library</Link>

:page_facing_up: **Changelog:** <Link to={LIBRARY_REPO_RELEASE}>6G-Library Release Notes</Link>
:page_facing_up: **Changelog:** [6G-Library Release Notes](https://github.com/6G-SANDBOX/6G-Library/releases/tag/v0.4.0)

#### **6G-Sandbox-Sites**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ draft: false
---

import Link from "@docusaurus/Link";
import { SANDBOX_MARKETPLACE } from "@site/src/constants/v0.5.0";
import { SANDBOX_MARKETPLACE } from "@site/src/constants/v0.5.1";

## Prerequisites

Expand Down
Loading