{ "__inputs": [ { "name": "DS_YARDSTICK", "label": "yardstick", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "4.4.3" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "text", "name": "Text", "version": "" } ], "annotations": { "list": [] }, "editable": true, "gnetId": null, "graphTooltip": 0, "hideControls": false, "id": null, "links": [], "refresh": false, "rows": [ { "collapse": false, "height": "100px", "panels": [ { "content": "
The application will take packets in from one port, update src and dst MACs and forward them to another port.\nThe KPI is the number of packets per second for a specified packet size with an accepted minimal packet loss
\nFrom: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Date: Sat, 19 Nov 2016 20:39:35 +0100
Subject: [PATCH] f_odlpluginbuild: Armband prereq in packages.yaml
We need to explicitily add our Armband leveldb patching prereq to
the ODL plugin's packages.yaml, so they are included in the
offline Ubuntu/MOS mirrors.
After ARMBAND-114 was implemented, the dependency list is only:
- armband-odl-leveldb-fix (for patching leveldbjni);
- libasound2 (openjdk-8-jre amos version additional dep);
Note: armband-odl-leveldb-fix MUST be also added to MOS mirror
package list, since it's not present in Ubuntu repos.
JIRA: ARMBAND-167
JIRA: ARMBAND-114
FIXME: These are only required for arm64, so maybe later we could
filter out other archs by extending the packages.yaml with an <arch>
field.
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
---
build/f_isoroot/f_odlpluginbuild/packages.yaml | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 build/f_isoroot/f_odlpluginbuild/packages.yaml
diff --git a/build/f_isoroot/f_odlpluginbuild/packages.yaml b/build/f_isoroot/f_odlpluginbuild/packages.yaml
new file mode 100644
index 0000000..b1bf086
--- /dev/null
+++ b/build/f_isoroot/f_odlpluginbuild/packages.yaml
@@ -0,0 +1,5 @@
+# Armband: openjdk-8-jre depends on libasound2
+# Armband: leveldb patching requires armband-odl-leveldb-fix
+packages:
+ - armband-odl-leveldb-fix
+ - libasound2