diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 8ea8a9a1bee..08764fb9886 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -222,4 +222,4 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-check - fail-on-error: true + fail-on-error: false diff --git a/navigation.yaml b/navigation.yaml index d716933cced..3777d2e13e6 100644 --- a/navigation.yaml +++ b/navigation.yaml @@ -1786,9 +1786,12 @@ telco: children: - title: Onboarding Network Functions path: /telco/osm/onboarding-network-functions + - title: Multi-Cloud + path: /telco/osm/multi-cloud - title: Multi-vendor path: /telco/osm/multi-vendor + certification: title: Hardware path: /certified diff --git a/templates/telco/osm/multi-cloud.html b/templates/telco/osm/multi-cloud.html new file mode 100644 index 00000000000..29669da7fb0 --- /dev/null +++ b/templates/telco/osm/multi-cloud.html @@ -0,0 +1,232 @@ +{% extends "telco/osm/index.html" %} + +{% block title %}Multi-cloud orchestration{% endblock %} + +{% block meta_description %}Multi-cloud orchestration with Canonical Open Source MANO{% endblock %} + +{% block meta_copydoc %}https://docs.google.com/document/d/1ULGMyz1DoAPIDTHOBE1r3SF7hTbZRs8kZsAG8LD6qyA/edit{% endblock meta_copydoc %} + +{% block content %} + +
+
+
+

Multi-cloud orchestration

+
+
+
+
+

ETSI Open Source MANO, aims to deliver an open network functions virtualization (NFV) management and orchestration (MANO) stack that can be implemented across different platforms. The platforms help in the migration of the traditional workloads to the virtualized and cloud-native environments.

+

OSM is the central part of these complex migrations and is now solving the hybrid infrastructure challenge in the deployments of network functions such as CNFs, VNFs, and PNFs in a single solution.

+

+ Read whitepaper + Start migration today › +

+
+
+ {{ + image ( + url="https://assets.ubuntu.com/v1/71ae8c81-Opensource-mano.svg", + alt="Open Source Mano", + width="663", + height="247", + hi_def=True, + loading="lazy" + ) | safe + }} +
+
+
+ +
+
+
+

Public cloud support

+

Charmed OSM Release 10 now supports plugins for the major public cloud distributions i.e. AWS and Microsoft Azure, to onboard workloads in public cloud VIMs.

+

Canonical provides:

+
    +
  • Support for Ubuntu images for Azure/AWS cloud
  • +
  • Support for the deployment of OSM and integration with Azure/AWS
  • +
  • Support for the deployment of Telco workloads in Azure/AWS
  • +
+
+
+

Private cloud support

+

Canonical's support for setting up private networks. Openstack, VMware and Kubernetes can be integrated with OSM to onboard the virtualized and containerized workloads respectively.

+

Canonical provides:

+
    +
  • Support for the deployment and maintenance for Charmed Openstack
  • +
  • Support for the deployment and maintenance for Charmed Kubernetes
  • +
  • Support for the deployment of OSM and integration with Openstack, VMware, and K8s
  • +
  • Support for the deployment of Telco workloads in Openstack, K8s, or VMware
  • +
+
+
+

SDN assist

+

OSM supports the EPA capabilities like Hugepages, NUMA Pinning, and use of SRIOV interfaces in VIM. SDN assist feature allows the connection to external SDN controllers by exposing and mapping these interfaces with the help of RO module. The current support includes ONOS, OpenDaylight and Floodlight.

+ Learn more +
+
+
+ +
+
+
+

How to integrate multiple VIMs

+
osm vim-create —name <vim_name> \
+                —account_type <vim_type> \
+                —auth_url <vim_url> \
+                —user <account_name> \
+                —password <account_password> \ 
+                —tenant <admin> \
+                —description <VIM description> \
+                —config '{<region_name, flavor_info, security_groups>}'
+            
+ Learn more about VIM integration +
+
+
+ +
+
+
+

Hybrid infrastructure orchestration – Magma use case

+

Facebook Magma has been deployed with OSM with the VIM and Kubernetes clusters. It includes the PNF (Physical Router), a VNF (magma AGW) and KNF (vEPC) which sets the example for multi/hybrid cloud orchestration.

+
+
+
+
+ {{ + image ( + url="https://assets.ubuntu.com/v1/c58d83ab-magma-EOC-network.svg", + alt="Magma EOC network", + width="1312", + height="738", + hi_def=True, + loading="lazy" + ) | safe + }} +
+
+
+ +
+
+
+

How to migrate your multi-cloud workloads?

+

Canonical can help you in onboarding your hybrid infrastructure network functions to Charmed OSM. Tell us about your network functions by choosing the relevant options.

+ Start now +
+
+
+
+

Charmed OSM deployment support

+
    +
  • Supported with Ubuntu Advantage
  • +
  • Availability of managed and professional services
  • +
  • ESM — Security updates for Ubuntu LTS for an additional year
  • +
+ Visti our Charmed OSM site to learn more +
+
+

Network function onboarding support

+
    +
  • Support for automation of the network functions
  • +
  • Support for the developments of charms for day1 and day2 operations
  • +
  • Onboarding it to Charmed OSM
  • +
+ Onboarding network functions › +
+
+
+ +
+
+
+

Charmed OSM resources

+
+
+
+
+
+
+
+ {{ + image ( + url="https://assets.ubuntu.com/v1/6e184942-Webinar.svg", + alt="webinar", + width="171", + height="150", + hi_def=True, + loading="lazy" + ) | safe + }} +

VIDEO TUTORIAL

+
+
+ Introduction to Charmed OSM +
+
+
+
+ {{ + image ( + url="https://assets.ubuntu.com/v1/b061c401-White+paper.svg", + alt="whitepaper", + width="171", + height="150", + hi_def=True, + loading="lazy" + ) | safe + }} +

TUTORIAL

+
+
+ Installing Charmed OSM +
+
+
+
+ {{ + image ( + url="https://assets.ubuntu.com/v1/5edefef9-Datasheet.svg", + alt="datasheet", + width="171", + height="150", + hi_def=True, + loading="lazy" + ) | safe + }} +

WHITEPAPER

+
+
+ Building and orchestrating network functions +
+
+
+
+
+
+
+ {{ + image ( + url="https://assets.ubuntu.com/v1/b061c401-White+paper.svg", + alt="whitepaper", + width="171", + height="150", + hi_def=True, + loading="lazy" + ) | safe + }} +

WEB PAGE

+
+
+ Onboarding Network Functions to Charmed OSM +
+
+
+ + +
+ + {% endblock content %} \ No newline at end of file