Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit 62e097e

Browse files
authored
Merge pull request #77 from smart-edge-open/smart-edge-open-release-21.09
Smart Edge Open 21.09 release
2 parents 6ba97cd + cfd1886 commit 62e097e

File tree

184 files changed

+1260
-1246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+1260
-1246
lines changed

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-->
55

66
---
7-
layout: openness
7+
layout: smartedge-open
88
---
99
<style>
1010
.error-page{

README.md

+56-56
Large diffs are not rendered by default.

_data/navbars/applications-onboarding.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,35 @@ order: 3
77
section:
88
- title: Network Edge Applications Onboarding
99
path: /doc/applications-onboard/network-edge-applications-onboarding
10-
meta_title: OpenNESS Network Edge Application On-Boarding Process
11-
meta_description: OpenNESS application on-boarding process for the Network Edge provides instructions on how to deploy an application from the Edge Controller to Edge Nodes in the cluster.
10+
meta_title: Smart Edge Open Network Edge Application On-Boarding Process
11+
meta_description: Smart Edge Open application on-boarding process for the Network Edge provides instructions on how to deploy an application from the Edge Controller to Edge Nodes in the cluster.
1212

1313
- title: Edge DNS
14-
path: /doc/applications-onboard/openness-edgedns
15-
meta_title: OpenNESS Provides Edge DNS and Supports DNS Microservice
16-
meta_description: OpenNESS edge platform is required to provides access to DNS. The edge platform receives the application DNS rules from the controller.
14+
path: /doc/applications-onboard/smartedge-open-edgedns
15+
meta_title: Smart Edge Open Provides Edge DNS and Supports DNS Microservice
16+
meta_description: Smart Edge Open edge platform is required to provides access to DNS. The edge platform receives the application DNS rules from the controller.
1717

1818
- title: Edge Application Agent (EAA)
19-
path: /doc/applications-onboard/openness-eaa
19+
path: /doc/applications-onboard/smartedge-open-eaa
2020
meta_title: Edge Application Agent (EAA)
21-
meta_description: OpenNESS enables Edge Applications to produce, discover and consume services that are available on the OpenNESS cluster through the Edge Application Agent (EAA) APIs.
21+
meta_description: Smart Edge Open enables Edge Applications to produce, discover and consume services that are available on the Smart Edge Open cluster through the Edge Application Agent (EAA) APIs.
2222

2323
- title: Certificate Signing
24-
path: /doc/applications-onboard/openness-certsigner
24+
path: /doc/applications-onboard/smartedge-open-certsigner
2525
meta_title: Certificate Signing
2626
meta_description: Each application that needs the TLS authentication certificate should generate it using the Certificate Signer by sending a CSR via Certificate Requester
2727

2828
- title: Interface Service
29-
path: /doc/applications-onboard/openness-interface-service
30-
meta_title: OpenNESS Applications Onboard - OpenNESS Interface Service
31-
meta_description: OpenNESS Interface service is an application running in Kubernetes pod on every node of OpenNESS Kubernetes cluster and provides OVS bridge, enabling external traffic scenarios.
29+
path: /doc/applications-onboard/smartedge-open-interface-service
30+
meta_title: Smart Edge Open Applications Onboard - Smart Edge Open Interface Service
31+
meta_description: Smart Edge Open Interface service is an application running in Kubernetes pod on every node of Smart Edge Open Kubernetes cluster and provides OVS bridge, enabling external traffic scenarios.
3232

33-
- title: VM support in OpenNESS for Network Edge
34-
path: /doc/applications-onboard/openness-network-edge-vm-support
35-
meta_title: VM support in OpenNESS for Network Edge
36-
meta_description: VM support in OpenNESS for Network Edge - Setup, deployment, and management considerations.
33+
- title: VM support in Smart Edge Open for Network Edge
34+
path: /doc/applications-onboard/smartedge-open-network-edge-vm-support
35+
meta_title: VM support in Smart Edge Open for Network Edge
36+
meta_description: VM support in Smart Edge Open for Network Edge - Setup, deployment, and management considerations.
3737

3838
- title: Core Network Configuration Agent (CNCA)
39-
path: /doc/applications-onboard/using-openness-cnca
40-
meta_title: OpenNESS 4G/LTE Core Configuration Using CNCA
39+
path: /doc/applications-onboard/using-smartedge-open-cnca
40+
meta_title: Smart Edge Open 4G/LTE Core Configuration Using CNCA
4141
meta_description: CNCA provides a kubectl plugin to configure the 4G/LTE Core network. Kubernetes adopts plugins concepts to extend its functionality executes CNCA related functions.

_data/navbars/building-blocks.yml

+38-38
Original file line numberDiff line numberDiff line change
@@ -9,92 +9,92 @@ section:
99
path:
1010
section:
1111
- title: Inter-App Communication
12-
path: /doc/building-blocks/dataplane/openness-interapp
13-
meta_title: Inter-App Communication Support in OpenNESS
14-
meta_description: OpenNESS provides Inter-App Communication support for Network edge modes of OpenNESS.
12+
path: /doc/building-blocks/dataplane/smartedge-open-interapp
13+
meta_title: Inter-App Communication Support in Smart Edge Open
14+
meta_description: Smart Edge Open provides Inter-App Communication support for Network edge modes of Smart Edge Open.
1515

1616
- title: OVN/OVS
17-
path: /doc/building-blocks/dataplane/openness-ovn
18-
meta_title: OpenNESS Support for OVS as Dataplane with OVN
19-
meta_description: The primary objective of supporting OVN/OVS in OpenNESS is to demonstrate the capability of using a standard dataplane like OVS for an Edge Compute platform.
17+
path: /doc/building-blocks/dataplane/smartedge-open-ovn
18+
meta_title: Smart Edge Open Support for OVS as Dataplane with OVN
19+
meta_description: The primary objective of supporting OVN/OVS in Smart Edge Open is to demonstrate the capability of using a standard dataplane like OVS for an Edge Compute platform.
2020

2121
- title: Userspace CNI
22-
path: /doc/building-blocks/dataplane/openness-userspace-cni
23-
meta_title: OpenNESS Userspace CNI, Setup Userspace CNI
22+
path: /doc/building-blocks/dataplane/smartedge-open-userspace-cni
23+
meta_title: Smart Edge Open Userspace CNI, Setup Userspace CNI
2424
meta_description: Userspace CNI is a Container Network Interface Kubernetes plugin that was designed to simplify the process of deployment of DPDK based applications in Kubernetes pods.
2525

2626
- title: "Enhanced Platform Awareness"
2727
path:
2828
section:
2929
- title: Hugepage Support
30-
path: /doc/building-blocks/enhanced-platform-awareness/openness-hugepage
31-
meta_title: OpenNESS Enhanced Platform Awareness - Hugepage Support on OpenNESS
32-
meta_description: Huge page support openness, added to Kubernetes v1.8, enables the discovery, scheduling, and allocation of huge pages as a native first-class resource.
30+
path: /doc/building-blocks/enhanced-platform-awareness/smartedge-open-hugepage
31+
meta_title: Smart Edge Open Enhanced Platform Awareness - Hugepage Support on Smart Edge Open
32+
meta_description: Huge page support smartedge-open, added to Kubernetes v1.8, enables the discovery, scheduling, and allocation of huge pages as a native first-class resource.
3333

3434
- title: Node Feature Discovery Support
35-
path: /doc/building-blocks/enhanced-platform-awareness/openness-node-feature-discovery
36-
meta_title: Enhanced Platform Awareness - Node Feature Discovery Support in OpenNESS
37-
meta_description: OpenNESS Node Feature Discovery is one of the Intel technologies that supports targeting of intelligent configuration and capacity consumption of platform capabilities.
35+
path: /doc/building-blocks/enhanced-platform-awareness/smartedge-open-node-feature-discovery
36+
meta_title: Enhanced Platform Awareness - Node Feature Discovery Support in Smart Edge Open
37+
meta_description: Smart Edge Open Node Feature Discovery is one of the Intel technologies that supports targeting of intelligent configuration and capacity consumption of platform capabilities.
3838

3939
- title: Multiple Interface And PCIe SRIOV Support
40-
path: /doc/building-blocks/enhanced-platform-awareness/openness-sriov-multiple-interfaces
41-
meta_title: Enhanced Platform Awareness - Multiple Interface And PCIe SRIOV Support in OpenNESS
42-
meta_description: Multiple Interface and PCIe SRIOV support in OpenNESS, OpenNESS Network Edge uses the Multus container network interface is a container network interface plugin for Kubernetes.
40+
path: /doc/building-blocks/enhanced-platform-awareness/smartedge-open-sriov-multiple-interfaces
41+
meta_title: Enhanced Platform Awareness - Multiple Interface And PCIe SRIOV Support in Smart Edge Open
42+
meta_description: Multiple Interface and PCIe SRIOV support in Smart Edge Open, Smart Edge Open Network Edge uses the Multus container network interface is a container network interface plugin for Kubernetes.
4343

4444
- title: Dedicated CPU Core
45-
path: /doc/building-blocks/enhanced-platform-awareness/openness-dedicated-core
46-
meta_title: Enhanced Platform Awareness - Dedicated CPU Core for Workload Support in OpenNESS
45+
path: /doc/building-blocks/enhanced-platform-awareness/smartedge-open-dedicated-core
46+
meta_title: Enhanced Platform Awareness - Dedicated CPU Core for Workload Support in Smart Edge Open
4747
meta_description: Multi-core COTS platforms are typical in any cloud or Cloudnative deployment. Parallel processing on multiple cores helps achieve better density.
4848

4949
- title: BIOS and Firmware Configuration
50-
path: /doc/building-blocks/enhanced-platform-awareness/openness-bios
51-
meta_title: BIOS and Firmware Configuration on OpenNESS Platform
50+
path: /doc/building-blocks/enhanced-platform-awareness/smartedge-open-bios
51+
meta_title: BIOS and Firmware Configuration on Smart Edge Open Platform
5252
meta_description: BIOS and Firmware are the fundamental platform configurations of a typical Commercial off-the-shelf (COTS) platform.
5353

5454
- title: FPGA Support
55-
path: /doc/building-blocks/enhanced-platform-awareness/openness-fpga
56-
meta_title: FPGA in OpenNESS - Programming, Resource Allocation and Configuration
55+
path: /doc/building-blocks/enhanced-platform-awareness/smartedge-open-fpga
56+
meta_title: FPGA in Smart Edge Open - Programming, Resource Allocation and Configuration
5757
meta_description: The FPGA Programmable acceleration card plays a key role in accelerating certain types of workloads which in-turn increases the overall compute capacity of a COTS platform.
5858

5959
- title: Intel® vRAN Dedicated Accelerator ACC100
60-
path: /doc/building-blocks/enhanced-platform-awareness/openness-acc100
60+
path: /doc/building-blocks/enhanced-platform-awareness/smartedge-open-acc100
6161
meta_title: Intel® vRAN Dedicated Accelerator ACC100
62-
meta_description: Using ACC100 eASIC in OpenNESS, Resource Allocation, and Configuration
62+
meta_description: Using ACC100 eASIC in Smart Edge Open, Resource Allocation, and Configuration
6363

6464
- title: Intel® Movidius™ Myriad™ X HDDL Support
65-
path: /doc/building-blocks/enhanced-platform-awareness/openness_hddl
66-
meta_title: Intel® Movidius™ Myriad™ X HDDL Solution in OpenNESS
65+
path: /doc/building-blocks/enhanced-platform-awareness/smartedge-open_hddl
66+
meta_title: Intel® Movidius™ Myriad™ X HDDL Solution in Smart Edge Open
6767
meta_description: Intel® Movidius™ Myriad™ X HDDL solution integrates multiple Myriad™ X SoCs in a PCIe add-in card form factor or a module form factor to build a scalable, high capacity deep learning solution.
6868

6969
- title: Visual Compute Accelerator Card - Analytics (VCAC-A)
70-
path: /doc/building-blocks/enhanced-platform-awareness/openness-vcac-a
70+
path: /doc/building-blocks/enhanced-platform-awareness/smartedge-open-vcac-a
7171
meta_title: Visual Compute Accelerator Card - Analytics (VCAC-A)
7272
meta_description: The Visual Cloud Accelerator Card - Analytics (VCAC-A) equips Intel® Xeon® Scalable Processor based platforms and Intel Movidius™ VPU to enhance the video codec, computer vision, and inference capabilities.
7373

7474
- title: Intel® QuickAssist Adapter
75-
path: /doc/building-blocks/enhanced-platform-awareness/openness-qat
76-
meta_title: Using Intel® QuickAssist Adapter in OpenNESS - Resource Allocation, and Configuration
75+
path: /doc/building-blocks/enhanced-platform-awareness/smartedge-open-qat
76+
meta_title: Using Intel® QuickAssist Adapter in Smart Edge Open - Resource Allocation, and Configuration
7777
meta_description: Intel® QuickAssist Adapter plays a key role in accelerating cryptographic operations in 5G networking.
7878

7979
- title: Topology Manager Support
80-
path: /doc/building-blocks/enhanced-platform-awareness/openness-topology-manager
81-
meta_title: Topology Manager Support in OpenNESS, Resource Locality Awareness
80+
path: /doc/building-blocks/enhanced-platform-awareness/smartedge-open-topology-manager
81+
meta_title: Topology Manager Support in Smart Edge Open, Resource Locality Awareness
8282
meta_description: Topology Manager is a solution permitting k8s components like CPU Manager and Device Manager, to coordinate the resources allocated to a workload.
8383

8484
- title: Resource Management Daemon
85-
path: /doc/building-blocks/enhanced-platform-awareness/openness-rmd
85+
path: /doc/building-blocks/enhanced-platform-awareness/smartedge-open-rmd
8686
meta_title: Cache Allocation for Containers with Resource Management Daemon (RMD)
8787
meta_description: Intel® Resource Director Technology (Intel® RDT) provides visibility and control over how shared resources such as last-level cache (LLC) and memory bandwidth are used by applications, virtual machines (VMs), and containers.
8888

89-
- title: Telemetry support in OpenNESS
90-
path: /doc/building-blocks/enhanced-platform-awareness/openness-telemetry
91-
meta_title: Telemetry support in OpenNESS
92-
meta_description: OpenNESS supports platform and application telemetry allowing users to retrieve information about the platform, the underlying hardware, cluster and applications deployed.
89+
- title: Telemetry support in Smart Edge Open
90+
path: /doc/building-blocks/enhanced-platform-awareness/smartedge-open-telemetry
91+
meta_title: Telemetry support in Smart Edge Open
92+
meta_description: Smart Edge Open supports platform and application telemetry allowing users to retrieve information about the platform, the underlying hardware, cluster and applications deployed.
9393

9494
- title: Multi-Cluster Orchestration
9595
path:
9696
section:
9797
- title: Edge Multi-Cluster Orchestrator (EMCO)
98-
path: /doc/building-blocks/emco/openness-emco
98+
path: /doc/building-blocks/emco/smartedge-open-emco
9999
meta_title: Edge Multi-Cluster Orchestrator
100100
meta_description: Geo-Distributed multiple clusters application orchestration.

_data/navbars/cloud-adapters.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ path: /cloud-adapters/
66
order: 6
77
section:
88
- title: AWS Greengrass
9-
path: /doc/cloud-adapters/openness_awsgreengrass
10-
meta_title: OpenNESS Integration with AWS Greengrass
11-
meta_description: OpenNESS is an open source software platform that enables easy orchestration of edge services across diverse network platform and access technologies in multi-cloud environments.
9+
path: /doc/cloud-adapters/smartedge-open_awsgreengrass
10+
meta_title: Smart Edge Open Integration with AWS Greengrass
11+
meta_description: Smart Edge Open is an open source software platform that enables easy orchestration of edge services across diverse network platform and access technologies in multi-cloud environments.
1212

1313
- title: Baidu Cloud
14-
path: /doc/cloud-adapters/openness_baiducloud
15-
meta_title: OpenNESS Integration with Baidu OpenEdge
16-
meta_description: OpenNESS can integrate with Baidu Cloud Connector, OpenEdge which is Edge IoT Gateway. Baidu Edge solution is called as Baidu® IntelliEdge.
14+
path: /doc/cloud-adapters/smartedge-open_baiducloud
15+
meta_title: Smart Edge Open Integration with Baidu OpenEdge
16+
meta_description: Smart Edge Open can integrate with Baidu Cloud Connector, OpenEdge which is Edge IoT Gateway. Baidu Edge solution is called as Baidu® IntelliEdge.

_data/navbars/devkits.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Development Kits"
55
path: /devkits/
66
order: 7
77
section:
8-
- title: OpenNESS Development Kit for Microsoft Azure
9-
path: /doc/devkits/openness-azure-devkit
10-
meta_title: OpenNESS Development Kit for Microsoft Azure
11-
meta_description: This devkit supports the use of OpenNESS in cloud solutions. It leverages the Microsoft Azure Stack for OpenNESS deployment.
8+
- title: Smart Edge Open Development Kit for Microsoft Azure
9+
path: /doc/devkits/smartedge-open-azure-devkit
10+
meta_title: Smart Edge Open Development Kit for Microsoft Azure
11+
meta_description: This devkit supports the use of Smart Edge Open in cloud solutions. It leverages the Microsoft Azure Stack for Smart Edge Open deployment.

_data/navbars/edge-applications.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ path: /applications/
66
order: 5
77
section:
88
- title: Application Development & Porting Guide
9-
path: /doc/applications/openness_appguide
9+
path: /doc/applications/smartedge-open_appguide
1010
meta_title: Application Development and Porting Guide
11-
meta_description: OpenNESS is an open source software toolkit to enable easy orchestration of edge services across diverse network platform and access technologies in multi-cloud environments.
11+
meta_description: Smart Edge Open is an open source software toolkit to enable easy orchestration of edge services across diverse network platform and access technologies in multi-cloud environments.
1212

1313
- title: OVC Smart City Application
14-
path: /doc/applications/openness_ovc
15-
meta_title: Open Visual Cloud Smart City Application on OpenNESS
14+
path: /doc/applications/smartedge-open_ovc
15+
meta_title: Open Visual Cloud Smart City Application on Smart Edge Open
1616
meta_description: The Open Visual Cloud is an open source project that offers a set of pre-defined reference pipelines for various target visual cloud use cases.
1717

1818
- title: Intel OpenVINO Sample Application
19-
path: /doc/applications/openness_openvino
20-
meta_title: OpenVINO Sample Application in OpenNESS
19+
path: /doc/applications/smartedge-open_openvino
20+
meta_title: OpenVINO Sample Application in Smart Edge Open
2121
meta_description: OpenVINO toolkit, short for Open Visual Inference and Neural network Optimization toolkit, provides improved neural network performance on Intel processors.
2222

23-
- title: OpenNESS Video Analytics Services
24-
path: /doc/applications/openness_va_services
25-
meta_title: OpenNESS Video Analytics Services
26-
meta_description: The Video Analytics Services provided by OpenNESS to enable third party edge application to deploy and use hardware optimized video analytics pipelines.
23+
- title: Smart Edge Open Video Analytics Services
24+
path: /doc/applications/smartedge-open_va_services
25+
meta_title: Smart Edge Open Video Analytics Services
26+
meta_description: The Video Analytics Services provided by Smart Edge Open to enable third party edge application to deploy and use hardware optimized video analytics pipelines.
2727

28-
- title: OpenNESS Service Mesh
29-
path: /doc/applications/openness_service_mesh
30-
meta_title: OpenNESS Service Mesh
31-
meta_description: Service mesh acts as a middleware between the edge applications/services and the OpenNESS platform providing abstractions for traffic management, observability and security for the edge micro-services.
28+
- title: Smart Edge Open Service Mesh
29+
path: /doc/applications/smartedge-open_service_mesh
30+
meta_title: Smart Edge Open Service Mesh
31+
meta_description: Service mesh acts as a middleware between the edge applications/services and the Smart Edge Open platform providing abstractions for traffic management, observability and security for the edge micro-services.

0 commit comments

Comments
 (0)