Commit 0736a44a authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

Merge branch 'release-1.7.0' into develop

parents eba3e7fb 99179462
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: 1.6.10
version: 1.7.0
repo:
  name: AdvantEDGE

+27 −15
Original line number Diff line number Diff line
@@ -2,15 +2,24 @@

------

> **_NEW!_**  --  Reaching out to the team is now easier than ever:  -- just initiate a [discussion](https://github.com/InterDigitalInc/AdvantEDGE/discussions)
**_What's New!_** 

:zap: **v1.7.0 cool features :sunglasses: :point_right: [**process lifecycle API**](https://github.com/InterDigitalInc/AdvantEDGE/wiki/overview-features#process-lifecyle) and [**cellular connectivity API**](https://github.com/InterDigitalInc/AdvantEDGE/wiki/overview-features#cellular-connectivity-control) - open-up new edge experiments**

:zap:  **Wiki refresh was overdue :shamrock: Hope the :sparkles: new structure & [**Sitemap**](https://github.com/InterDigitalInc/AdvantEDGE/wiki/project-sitemap) :sparkles: make it easier to navigate**

:zap: **"_Old New_" :wink: you can still easily reach out to the team by initiating [:octocat: **Discussion**](https://github.com/InterDigitalInc/AdvantEDGE/discussions)**

------

## What is AdvantEDGE?

AdvantEDGE is a Mobile Edge Emulation Platform (MEEP) that runs on Docker & Kubernetes.

AdvantEDGE provides an emulation environment, enabling experimentation with Edge Computing Technologies, Applications, and Services.  The platform facilitates exploring edge / fog deployment models and their impact on applications and services in short and agile iterations.

## Motivation

#### Motivation

- [x] **Accelerate Mobile Edge Computing adoption**
- [x] **Help Discover new edge application use cases & services**
@@ -19,27 +28,30 @@ AdvantEDGE provides an emulation environment, enabling experimentation with Edge
  - How do network characteristics (such as latency, jitter, and packet loss) impact my application or service?
  - How will my application behave when the user moves within and across access networks?

## Getting Started
#### Intended Users

Complete AdvantEDGE documentation is available in the [AdvantEDGE Wiki](https://github.com/InterDigitalInc/AdvantEDGE/wiki)
- [x] **Edge Application Developers**
- [x] **Edge Network and Service Designers**
- [x] **Edge Researchers**
- [x] **Technologists that are simply interested learning how the Edge works**

To get started using AdvantEDGE, the following steps are needed:
- Set up runtime environment (Ubuntu/Dockers/Kubernetes/Helm)
- Clone AdvantEDGE repo
- Install & Configure meepctl tool
- Deploy AdvantEDGE micro-services
## Getting started

Step-by-step details are available in the [Wiki](https://github.com/InterDigitalInc/AdvantEDGE/wiki#getting-started)
[:one: :heavy_minus_sign: **Familiarize with Architecture and Features**](https://github.com/InterDigitalInc/AdvantEDGE/wiki/overview-architecture)

## How to Contribute
As of June 2020, we can accept contributions to the project.
[:two: :heavy_minus_sign: **Setup environment**](https://github.com/InterDigitalInc/AdvantEDGE/wiki/env-hw)

[:three: :heavy_minus_sign: **Deploy platform**](https://github.com/InterDigitalInc/AdvantEDGE/wiki/mgmt-workflow)

If you like this project and would like to participate in its evolution, you can find information on contributing [here](https://github.com/InterDigitalInc/AdvantEDGE/blob/master/CONTRIBUTING.md)
[:four: :heavy_minus_sign: **Start using AdvantEDGE**](https://github.com/InterDigitalInc/AdvantEDGE/wiki/usage-workflow)

## How to Contribute
If you like this project and would like to participate in its evolution, you can find information on contributing [**here**](https://github.com/InterDigitalInc/AdvantEDGE/blob/master/CONTRIBUTING.md)

We still welcome feedback and improvement suggestions via Git issue in the repo for bugs or request enhancements.
We welcome questions, feedback and improvement suggestions via [:octocat:**Discussion**](https://github.com/InterDigitalInc/AdvantEDGE/discussions) and bugs reporting via [:octocat: **Issues**](https://github.com/InterDigitalInc/AdvantEDGE/issues)

Hope to hear from you...

## Licensing

AdvantEDGE is licensed under under the [Apache License, Version 2.0](https://github.com/InterDigitalInc/AdvantEDGE/blob/master/LICENSE)
AdvantEDGE is licensed under under the [**Apache License, Version 2.0**](https://github.com/InterDigitalInc/AdvantEDGE/blob/master/LICENSE)
+91 −18
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
        "datasource": "$datasource",
        "enable": true,
        "hide": false,
        "iconColor": "rgba(0, 211, 255, 1)",
        "iconColor": "#3274D9",
        "limit": 100,
        "name": "Mobility Events",
        "query": "SELECT type,description from $database.autogen.events WHERE type='MOBILITY' AND $timeFilter ORDER BY time ASC LIMIT 100",
@@ -16,21 +16,50 @@
        "type": "dashboard"
      },
      {
        "builtIn": 1,
        "datasource": "$datasource",
        "enable": true,
        "hide": false,
        "iconColor": "#FF9830",
        "iconColor": "#FF780A",
        "name": "Net Char Events",
        "query": "SELECT type,description from $database.autogen.events WHERE type='NETWORK-CHARACTERISTICS-UPDATE' AND $timeFilter ORDER BY time ASC LIMIT 100",
        "showIn": 0,
        "tagsColumn": "type"
        "tagsColumn": "type",
        "textColumn": "",
        "type": "dashboard"
      },
      {
        "builtIn": 1,
        "datasource": "$datasource",
        "enable": true,
        "hide": false,
        "iconColor": "#A352CC",
        "name": "PDU Session Events",
        "query": "SELECT type,description from $database.autogen.events WHERE type='PDU-SESSION' AND $timeFilter ORDER BY time ASC LIMIT 100",
        "showIn": 0,
        "tagsColumn": "type",
        "textColumn": "",
        "type": "dashboard"
      },
      {
        "builtIn": 1,
        "datasource": "$datasource",
        "enable": true,
        "hide": false,
        "iconColor": "#E02F44",
        "name": "Scenario Update Events",
        "query": "SELECT type,description from $database.autogen.events WHERE type='SCENARIO-UPDATE' AND $timeFilter ORDER BY time ASC LIMIT 100",
        "showIn": 0,
        "tagsColumn": "type",
        "textColumn": "",
        "type": "dashboard"
      }
    ]
  },
  "editable": true,
  "gnetId": null,
  "graphTooltip": 0,
  "iteration": 1582319088471,
  "iteration": 1619633087561,
  "links": [],
  "panels": [
    {
@@ -55,6 +84,13 @@
      "dashes": false,
      "datasource": "$datasource",
      "description": "Shows latency & Throughput between source & destination applications",
      "fieldConfig": {
        "defaults": {
          "custom": {},
          "links": []
        },
        "overrides": []
      },
      "fill": 0,
      "fillGradient": 1,
      "gridPos": {
@@ -80,10 +116,10 @@
      "links": [],
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
        "alertThreshold": true
      },
      "percentage": false,
      "pluginVersion": "6.4.2",
      "pluginVersion": "7.3.5",
      "pointradius": 2,
      "points": false,
      "renderer": "flot",
@@ -208,6 +244,13 @@
      "dashes": false,
      "datasource": "$datasource",
      "description": "Shows Up-Link Throughput from selected source",
      "fieldConfig": {
        "defaults": {
          "custom": {},
          "links": []
        },
        "overrides": []
      },
      "fill": 0,
      "fillGradient": 4,
      "gridPos": {
@@ -233,10 +276,10 @@
      "links": [],
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
        "alertThreshold": true
      },
      "percentage": false,
      "pluginVersion": "6.4.2",
      "pluginVersion": "7.3.5",
      "pointradius": 2,
      "points": false,
      "renderer": "flot",
@@ -348,6 +391,13 @@
      "dashes": false,
      "datasource": "$datasource",
      "description": "Shows Down-Link Throughput to selected source",
      "fieldConfig": {
        "defaults": {
          "custom": {},
          "links": []
        },
        "overrides": []
      },
      "fill": 0,
      "fillGradient": 4,
      "gridPos": {
@@ -373,10 +423,10 @@
      "links": [],
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
        "alertThreshold": true
      },
      "percentage": false,
      "pluginVersion": "6.4.2",
      "pluginVersion": "7.3.5",
      "pointradius": 2,
      "points": false,
      "renderer": "flot",
@@ -498,6 +548,12 @@
      "cacheTimeout": null,
      "columns": [],
      "datasource": "$datasource",
      "fieldConfig": {
        "defaults": {
          "custom": {}
        },
        "overrides": []
      },
      "fontSize": "100%",
      "gridPos": {
        "h": 6,
@@ -507,7 +563,6 @@
      },
      "id": 4,
      "links": [],
      "options": {},
      "pageSize": null,
      "pluginVersion": "6.4.2",
      "showHeader": true,
@@ -518,12 +573,14 @@
      "styles": [
        {
          "alias": "Time",
          "align": "auto",
          "dateFormat": "YYYY-MM-DD HH:mm:ss",
          "pattern": "Time",
          "type": "date"
        },
        {
          "alias": "Type",
          "align": "auto",
          "colorMode": null,
          "colors": [
            "#C4162A",
@@ -545,11 +602,20 @@
            {
              "text": "Mobility",
              "value": "MOBILITY"
            },
            {
              "text": "PDU Session",
              "value": "PDU-SESSION"
            },
            {
              "text": "Scenario",
              "value": "SCENARIO-UPDATE"
            }
          ]
        },
        {
          "alias": "Description",
          "align": "auto",
          "colorMode": null,
          "colors": [
            "rgba(245, 54, 54, 0.9)",
@@ -593,20 +659,22 @@
      "timeShift": null,
      "title": "Events",
      "transform": "timeseries_to_columns",
      "type": "table"
      "type": "table-old"
    }
  ],
  "refresh": "1s",
  "schemaVersion": 21,
  "schemaVersion": 26,
  "style": "dark",
  "tags": [],
  "templating": {
    "list": [
      {
        "current": {
          "selected": false,
          "text": "meep-influxdb",
          "value": "meep-influxdb"
        },
        "error": null,
        "hide": 0,
        "includeAll": false,
        "label": "",
@@ -622,11 +690,13 @@
      {
        "allValue": null,
        "current": {
          "text": "demo1",
          "value": "demo1"
          "selected": false,
          "text": "_internal",
          "value": "_internal"
        },
        "datasource": "$datasource",
        "definition": "show databases",
        "error": null,
        "hide": 0,
        "includeAll": false,
        "label": null,
@@ -647,11 +717,14 @@
      {
        "allValue": null,
        "current": {
          "text": "ue1-iperf",
          "value": "ue1-iperf"
          "isNone": true,
          "selected": false,
          "text": "None",
          "value": ""
        },
        "datasource": "$datasource",
        "definition": "show tag values on $database from network with key = \"src\"",
        "error": null,
        "hide": 0,
        "includeAll": false,
        "label": "",
+1 −1
Original line number Diff line number Diff line
@@ -28,4 +28,4 @@ Find more information [here](https://github.com/InterDigitalInc/AdvantEDGE/blob/
* [meepctl test](meepctl_test.md)	 - Generate code coverage report
* [meepctl version](meepctl_version.md)	 - Display version information

###### Auto generated by spf13/cobra on 11-Dec-2020
###### Auto generated by spf13/cobra on 28-Apr-2021
+2 −1
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ meepctl build <targets> [flags]

Valid Targets:
  * all
  * meep-auth-svc
  * meep-frontend
  * meep-gis-engine
  * meep-loc-serv
@@ -60,4 +61,4 @@ Valid Targets:

* [meepctl](meepctl.md)	 - meepctl - CLI application to control the AdvantEDGE platform

###### Auto generated by spf13/cobra on 11-Dec-2020
###### Auto generated by spf13/cobra on 28-Apr-2021
Loading