summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-11-07Update git submodulesearrage1-0/+0
* Update docs/submodules/clover from branch 'stable/gambia' - Modify container tag to opnfv in spark-submit - Change tag from local repo to opnfv for clover-spark container, which spark-submit references - Move update of configured visibility services into loop Change-Id: I9d09a851977c6006ea2cbba45d7a28be6a4660b9 Signed-off-by: earrage <eddie.arrage@huawei.com>
2018-11-06Set branch to Gambia for intersphinx linkingTrevor Bramwell1-3/+3
This configures the intersphinx links on the stable branch to link against individual projects stable branch documents. Change-Id: Ibe25bec37cd5cde9ade8b17a90a751b84eb95325 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-11-06Create 'branch' variable in conf.py for linkingTrevor Bramwell1-6/+12
This will be used for linking against the correct version of the documentation on other projects when this project branches. Change-Id: I86391eb8ad1428b70f537288048c2c1b4597e928 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org> (cherry picked from commit 4933715504cc28b043fc8a042bc3799d08c48069)
2018-11-06Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'stable/gambia' - Fix Undercloud URL path Modify the URL path for undercloud disk image to opnfv artifacts. The undercloud image was removed from upstream TripleO, so we need to use the latest known good version for Gambia release, stored in OPNFV artifacts. In the future we will remove downloading undercloud image and just use the overcloud image for undercloud. Change-Id: I17a3bbaf67d55de05c195712d7fee6e89676bc16 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-11-06Update git submodulesAbhijit Sinha1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Merge "Update Multi Port Stats reading for PROX" into stable/gambia - Update Multi Port Stats reading for PROX JIRA: YARDSTICK-1458 Removed excessive jitter by removing extra sleeps in start/stop/reset ssh Removed extra retries when bad data returned Added a slep at end of test to give runner a chance to empty the queue on shutdown Added a timeout on port retry attempts Change-Id: Ica60b11c7af242817a83c154157827581f60d16a Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com> (cherry picked from commit b2fd601c33e3322ccc9e675242f091dba2eeb644)
2018-11-06Update git submodulesAbhijit Sinha1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Merge "Test case override of traffic profile settings." into stable/gambia - Test case override of traffic profile settings. JIRA: YARDSTICK-1298 Allow the test case file e.g. "tc_prox_baremetal_l2fwd-4.yaml" settings to override the values in the traffic_profile file e.g. "prox_binsearch.yaml" This is done by adding the "traffic_config" section to the "options" section in the "test case file". See below :- options: interface_speed_gbps: 10 traffic_config: tolerated_loss: 0.001 test_precision: 0.1 packet_sizes: [64] duration: 30 lower_bound: 0.0 upper_bound: 100.0 vnf__0: prox_path: /opt/nsb_bin/prox prox_config: "configs/handle_l2fwd-4.cfg" prox_args: "-t": "" tg__0: prox_path: /opt/nsb_bin/prox prox_config: "configs/gen_l2fwd-4.cfg" prox_args: "-e": "" "-t": "" Precedence of the traffic settings. 1. Values provided in the "traffic_config" section, inside the "options" section, of the test case file 2. values provided in the "traffic_profile" section of the traffic_profile file Change-Id: I6b4e123e865c9dab548f9ad28647f95b53410e8f Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com> (cherry picked from commit 383c438cda94a1004bc9552a5993fe3ff3e6da8f)
2018-11-06Update git submodulesAbhijit Sinha1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Merge "Add Testcase for Prox Standalone OvS-DPDK." into stable/gambia - Add Testcase for Prox Standalone OvS-DPDK. No sample testcase for prox OvS-DPDK standalone. JIRA: YARDSTICK-1475 Change-Id: Ide65444d08d6c90e7e98d59b7d1f4cba8ca7397f Signed-off-by: Carey, Alan <alan.carey@intel.com> (cherry picked from commit b0e92a357658f4ece21e356653e8eb52d7ab8d98)
2018-11-06Update git submodulesAbhijit Sinha1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Merge "[docs] Add vEPC test case preparation steps" into stable/gambia - [docs] Add vEPC test case preparation steps Add documentation to review the changes to original vEPC infrastructure files to configure NSB test run in a specific test setup. Add initial steps to prepare NSB to use Spirent Landslide for vEPC tests. JIRA: YARDSTICK-1459 Change-Id: I3b937b1a21d6ec6851a92946e46c679385fdff9c Signed-off-by: Orest Voznyy <orestx.voznyy@intel.com> (cherry picked from commit dc55a775f7aa62be7ed17cc33aa1b0bac54c081f)
2018-11-06Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'stable/gambia' - Update Snaps commit id It updates Snaps commit id to allow testing OVN [1] It should be noted Snaps doesn't create any stable branch. Then this patch can be cherry-picked asis in all branches. It takes the package renaming into account. [1] https://gerrit.opnfv.org/gerrit/#/c/64515/ Change-Id: I1dbfe9a68c8448d117b7b074cf2b4ac64b65e139 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 1c2663063db356cebd1d156abf89d47a15b4eb1e)
2018-11-06Update git submodulesStamatis Katsaounis1-0/+0
* Update docs/submodules/sdnvpn from branch 'stable/gambia' - Add suport for fuel installer JIRA: SDNVPN-238 JIRA: FUEL-393 This patch adds support for fuel installer by modifying relevant pieces of code. Change-Id: I5245e84022dd258c96648b0985660e093ca98b52 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com> (cherry picked from commit b17b3d80849b9c9989fb4deeb6001a6ff78261c1)
2018-11-06Update git submodulesStamatis Katsaounis1-0/+0
* Update docs/submodules/sdnvpn from branch 'stable/gambia' - Fix false message instance is down JIRA: SDNVPN-238 JIRA: SDNVPN-232 This patch fixes the false message instance is down. The message occurs because a wrong method was used to check if instance is alive. This instance does not proceed to login so the previous method cound not find "login" regex inside its console output. Change-Id: I35733f634595a9d2eeb9148c2476444afab710a6 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com> (cherry picked from commit eea8b6c296f7c9540de7f46bc9daaee9e1e14ae5)
2018-11-06Update git submodulesdimitris.tsiolakis1-0/+0
* Update docs/submodules/sdnvpn from branch 'stable/gambia' - Find the ODL owner of the BGP entity in the cluster in TC 3 After new Apex release Opendaylight run in container. This fix finds the ODL owner of the BGP entity in the cluster for containerised installations. JIRA: SDNVPN-238 JIRA: SDNVPN-234 Change-Id: Iec1abfe3e0be899ab51fe52057b394a4fa15cc49 Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com> (cherry picked from commit 9d550e5108399bc1f85186956dabc6cbe3a3ec85)
2018-11-06Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'stable/gambia' - Merge changes If9b61064,I0490eade into stable/gambia * changes: Increase Vmtp timeouts Run vnfs in all scenarios - Increase Vmtp timeouts It now conforms with other testcases booting ubuntu images. Change-Id: If9b610646ee5dcb2eb002d74dff8e1a797a4f232 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 023a4c7d0cb85d3b624ee946097e721880169371) - Run vnfs in all scenarios It allows fair comparisons between scenarios (e.g. ovs dpdk). os-nosdn-calipso-noha could be verified VNFs as well [1]. [1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-gambia/32/console Change-Id: I0490eade81c531e38ce7156a61446a9fccaffb17 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 61b708cc0987bf48d07df9d46ed25e4b42c15efc)
2018-11-06Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/sfc from branch 'stable/gambia' - Avoid race conditions Sometimes the port pair group gets created before port pair was committed in openstack. Before creating the port pair group, we check that the port pair is already listed by openstack Change-Id: Icfd23521859fc5d4e6bb6745be80f79bf9e31a0c Signed-off-by: Manuel Buil <mbuil@suse.com> (cherry picked from commit 52e86db6e0a3343852c9aabba49dffe3d699d1a0)
2018-11-06Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/sfc from branch 'stable/gambia' - Update documentation Change-Id: Ic7af81de3d93462f8ee626576cd4f007d5b95f83 Signed-off-by: Manuel Buil <mbuil@suse.com> (cherry picked from commit 0eb8ab44ae9192f08026f659bc40cddb48703afb)
2018-11-06Update git submodulesnikoskarandreas1-0/+0
* Update docs/submodules/sdnvpn from branch 'stable/gambia' - Using heat orchestrator for sdnvpn - test case 1 Heat orchestrator and the use of Heat Orchestrator Templates is introduced in sdnvpn test cases. The deployment of the nodes and networks under test is performed as a stack with the use of the heat api and the use of the other apis is kept to as little as possible. The scenarios that are executed are the same as in the orginal test cases. This is the implementation of sdnvpn test case 1: VPN provides connectivity between subnets and also base functions for heat api access and some utilities. JIRA: SDNVPN-237 JIRA: SDNVPN-219 Change-Id: Ic284722e600652c9058da96d349dff9398bcacf1 Signed-off-by: nikoskarandreas <nick@intracom-telecom.com> (cherry picked from commit cfcb04c938abdcddd76bcdd2375b4a81ea28fa51)
2018-11-06Update git submodulesStamatis Katsaounis1-0/+0
* Update docs/submodules/sdnvpn from branch 'stable/gambia' - Fix error on querying neutron quota JIRA: SDNVPN-237 JIRA: SDNVPN-233 This patch fixes the bug which exists when trying to query neutron quota with openstacksdk. Change-Id: Iead824ca44f381ba314f38933cf48fe7932f74f3 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com> (cherry picked from commit edd6cfe15ecd4e2bf608c23c6ca4612334df044b) - Replace neutron client calls with openstack sdk JIRA: SDNVPN-237 JIRA: SDNVPN-220 This patch replaces almost all calls of neutron client with openstack sdk. The calls regarding bgpvpn are not replaced due to lack of support from openstack sdk at the moment. Change-Id: Idf52b8c57b895f87ba6320e350bf170faa24d0a7 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com> (cherry picked from commit ebf6885a907379083b360ae729f69151c1dd8115) - Updated from global requirements Change-Id: Ie87ea1677d0657a24ede0273f81313e33dab7df6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-06Update git submodulesHarry Huang1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/gambia' - Increase vif_plugging_timeout to 30 JIAR: - Change-Id: Icef7132b3f74a5614bfb54bdf38a8aa6fd779a72 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-11-06Update git submodulesTomi Juvonen1-0/+0
* Update docs/submodules/doctor from branch 'stable/gambia' - Gambia release note update Latest changes and DOCTOR-130 Change-Id: I224ba7f0ac4d0a853a72d6667c8e464ad4d8ccf7 Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com> (cherry picked from commit de6365200848d3c7862f7dba5680f923bc6994c6)
2018-11-06Update git submodulesRex Lee1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Merge "[docs] Test case documentation for vEPC testing" into stable/gambia - [docs] Test case documentation for vEPC testing JIRA: YARDSTICK-1349 The test case document will cover the following: - test purpose - test configuration - pre-test conditions - test sequence - test verdict Change-Id: I2841a7ff3d248bb3e4739579fad722dc02b5504f Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com> (cherry picked from commit c8bde3b59031b352bf09302ae7644436860602d7)
2018-11-06Update git submodulesRex Lee1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Merge changes I526c328f,I7bb14112,Idfe77900 into stable/gambia * changes: [docs] Update on Yardstick installation [docs] Add conventions for writing unit tests. [docs] Add developer guidelines for contribution - [docs] Update on Yardstick installation Added details how to install Yardstick using install.yaml. Updated: - 04-installation.rst - 13-nsb-installation.rst JIRA: YARDSTICK-1335 Change-Id: I526c328f1b197833a2cf496cfef15ba89c11fab1 Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com> - [docs] Add conventions for writing unit tests. Added details of conventions used when writing unit tests. JIRA: YARDSTICK-1335 Change-Id: I7bb141126968c88c8a2d7e0dce4f33ed6f79cee4 Signed-off-by: Emma Foley <emma.l.foley@intel.com> - [docs] Add developer guidelines for contribution A new section was added to the devguide, stating expectations for code contributions. * What to include in a change * Code style guidelines * How to run tests JIRA: YARDSTICK-1335 Change-Id: Idfe7790042a3a3fe6cd8763374b10f2268bd63cd Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2018-11-05Update git submodulesHarry Huang1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/gambia' - Add delay in nova when spinning VM JIRA: - Change-Id: I3c2e291fe41135b3653a78473e8851703184847f Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-11-03Update git submodulesHarry Huang1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/gambia' - Merge "Update docs for Gambia" into stable/gambia - Update docs for Gambia JIRA: - Change-Id: I5c2c404f74b91c12cccd6b085e75415a6f38eb62 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-11-03Update git submodulesHarry Huang1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/gambia' - Add delay in Nova to solve dhcp issue JIRA: - VM starts before the openflow is created in br-int which cause first round dhcp request can't be sent to controller. Change-Id: Ie2de5a70890f3d0e9f383c9ccb0aa1126f25b2c8 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-11-02Update git submodulesearrage1-0/+0
* Update docs/submodules/clover from branch 'stable/gambia' - Add minor enhancements to jmeter configuration - Add user-agent field to jmeter config yaml and jmeter jmx template that can be configured per URL in testplan - Add duration time that can be used in combination with ramp time. Duration is the total time of the test while ramp time governs how much time is allotted to establish all configured requests/connections - Explicitly define clover-jmeter-master service name with default namespace for clover-controller in clover-system namespace to reach - Add missing request_counts.html file Change-Id: I5e2d388db0b73ea6c28482c94c33cc2a01f1b52e Signed-off-by: earrage <eddie.arrage@huawei.com>
2018-11-02Update git submodulesDeepak S1-0/+0
* Update docs/submodules/samplevnf from branch 'stable/gambia' - Updating release notes for Gambia... Change-Id: Ide712ee94254b506a0ad88c95a7e01b789f00e48 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2018-11-01Update git submodulesStephen Wong1-0/+0
* Update docs/submodules/clover from branch 'stable/gambia' - Merge "CLOVER-43: Initial commit for Clovisor" into stable/gambia - CLOVER-43: Initial commit for Clovisor Part of Clover's initial task (during project proposal) is to explore cloud native network tracing tools. Clover the project proposes Clovisor as a way for Clover to use the IOvisor (https://www.iovisor.org/) to perform network tracing. This is the first commit of this module Please note that the BPF code used in this commit were only tested with Linux kernel 4.14+ --- hence, if ubuntu is used, and one prefers LTS, the requirement is 18.04+ A different patch will track the redis and k8s API server watcher code Also, a design doc will be added in the future (TBD) Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com> Change-Id: I30d9f9d474b8703097c470d39628e86bc788f9b6
2018-11-01Update git submodulesStephen Wong1-0/+0
* Update docs/submodules/clover from branch 'stable/gambia' - Merge "Initial UI dashboard added for visibility" into stable/gambia - Initial UI dashboard added for visibility - Add foundation, jquery and jquery-ui open source js/css packages for skin, layout and AJAX - Add plotly and candela js open source graphing packages - Build core visibility view and provide toplevel templates, headers, menu navigation, etc. - Update collector/visibility APIs to align to latest Spark analytics and UI requirements - Refresh page elements at 5 second interval. - Visibility controls to stop continual page refresh and clear visibility. - Multi-select and update service set to analyze. - System count updates for tracing, spans, metrics schemas. - Min/max/avg response times per service (aggregate) table. - Graphs for: per service request counts, user-agent percentages, per service/URL counts, per URL/status code counts, per URL counts - Tabs for distinct URLs, status codes, user-agents, upstream cluster, operation names, nodeids (service names) - Table for metrics counters specified in visibility configuration. - Metrics over time scatter plots for tracked metrics. Change-Id: Ie3ea12fd32e0274ac52f78becc4a56c4c4134660 Signed-off-by: earrage <eddie.arrage@huawei.com>
2018-11-01Update git submodulesStephen Wong1-0/+0
* Update docs/submodules/clover from branch 'stable/gambia' - Merge "Update modsecurity image docker registry" into stable/gambia - Update modsecurity image docker registry The clover-ns-modsecurity-crs docker image is now built by Jenkins and uploaded to the OPNFV docker hub. This patch updates the modsecurity deployment kubernetes manifest to pull image from OPNFV docker hub. Change-Id: I7e8afd27f726600de9247fc98fe3f5d491000f1c Signed-off-by: JingLu5 <lvjing5@huawei.com>
2018-11-01Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'stable/gambia' - Adds SDN Port variables to overcloudrc Functest needs these values to be set in overcloudrc to know which ports to query ODL on. JIRA: APEX-621 Change-Id: I41e34efccedc26edd98c6dd3f45e553ea76db195 Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 63792906e8681bef2f0e03ee12ea422af53d9c12)
2018-11-01Update git submodulesMytnyk, Volodymyr1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Make OvS to listen on TCP by default JIRA: YARDSTICK-1492 Change-Id: I81c682d473ffe3d70ecbb42cce40c2d16e608b41 Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
2018-11-01Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'stable/gambia' - Override tempest_conf.yaml in ci jobs It also removes STORAGE_PROTOCOL (env var) which was removed. Change-Id: Ib0f388f20c52ebf2409d2aca0bcba5c641287b40 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit e715a8309122c3fa3b4983cfa53c82519dd6ead7)
2018-11-01Update git submodulesEmma Foley1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Merge changes Ia8783de8,I61421095 into stable/gambia * changes: Update: Trex KPI not collected no rabbitmq user Trex KPI are not collected due to rabbitmq user - Update: Trex KPI not collected no rabbitmq user Update of review #63707: missed yardstick password hash. This must be set on top of changes on review. JIRA: YARDSTICK-1479 Change-Id: Ia8783de81ad91ea7421c6bbff87a30c59db2d44c Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com> - Trex KPI are not collected due to rabbitmq user Changed the way rabbitmq-server user is created. Fix is needed to collect KPIs from Trex. JIRA: YARDSTICK-1479 Change-Id: I6142109563fcdb27e0ec554dd08567a1a43237e7 (cherry picked from commit d06e6da19db545dfcc6fdfdc706b9cccdb75c498) formerly: I54369535fdb7af6af76de30f758227736f83db78 Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
2018-11-01Update git submodulesAbhijit Sinha1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Merge "Fix default IPv4 mask for IxNetwork traffic config" into stable/gambia - Fix default IPv4 mask for IxNetwork traffic config IP mask is set depending on the IP range provided by the user in the traffic profile. In case of single IP in range, IPV4LENGTH value is used as mask should cover all address bits. JIRA: YARDSTICK-1478 Change-Id: I5ad40d1f3def52ebcda4400b708b71faf11e12ab Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
2018-11-01Update git submodulesStephen Wong1-0/+0
* Update docs/submodules/clover from branch 'stable/gambia' - Merge "Initial commit for Spark to analyze visibility data" into stable/gambia - Initial commit for Spark to analyze visibility data - Add Apache Spark 2.3 with native Kubernetes support. - Runs self contained within K8s cluster in clover-system namespace. One container (clover-spark) includes Clover Spark JAR artifact. This container interacts with the K8s API to spawn a spark-driver pod. This pod in turn spawns executor pods to execute Spark jobs. - Currently JAR is included in source for convenience and must be built with sbt (install sbt and execute sbt package) - Includes JAR from DataStax to provide Cassandra connector to analyze Cassandra schemas as RDDs (Resilient Distributed Dataset). - Includes Redis interface JAR to write analyzed data back to visibility (UI, CLI or API). - Second container (clover-spark-submit) submits Spark jobs continuously to allow Spark to be operated entirely within the cluster. - Two Spark jobs (CloverSlow, CloverFast) allows some analytics to be provided in real-time and other analytics to be provided over longer horizons. - Each Spark job spawns two executor pods. - Includes yaml manifest to deploy clover-spark-submit with the necessary RBAC permissions to interact with the K8s API. - Data analyzed includes tracing and metrics schemas obtained by clover-collector and written to Cassandra. - Docker builds of clover-spark and clover-spark-submit are provided and will be pushed as OPNFV DockerHub images in a separate patch. Change-Id: I2e92c41fd75d4ebba948c0f8cb60face57005e50 Signed-off-by: earrage <eddie.arrage@huawei.com>
2018-11-01Update git submodulesStephen Wong1-0/+0
* Update docs/submodules/clover from branch 'stable/gambia' - Merge "Add initial Istio validation testcase for CI" into stable/gambia - Add initial Istio validation testcase for CI This work adds testcase for validating Istio installation Change-Id: Ie895b27eb4b3fbec23cf9519699f5fe37236153c Signed-off-by: JingLu5 <lvjing5@huawei.com>
2018-10-31Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'stable/gambia' - Remove fds from Functest jjbs Fds doesn't participate to Gambia. Change-Id: I8bf4da40caee572442a23d67036755a8746dcae5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-31Update git submodulesDeepak S1-0/+0
* Update docs/submodules/samplevnf from branch 'stable/gambia' - Add Gambia release notes Change-Id: Ide712ee94254b506a0ad88c95a7e01b789f99d49 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2018-10-31Update git submodulesAbhijit Sinha1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Merge "Adding Grafana dashboard for visualizing the vEPC default bearer metrics." into stable/gambia - Adding Grafana dashboard for visualizing the vEPC default bearer metrics. The dashboard will highlight the Network metrics captured from Spirent landslide traffic generator. JIRA: YARDSTICK-1350 Change-Id: I47920446181355a97e875fd82afd633b336c8da6 Signed-off-by: Carey, Alan <alan.carey@intel.com> (cherry picked from commit 5bf76a7a2ead6e8c3a0d8bc05c7ec89d9faaa5a5)
2018-10-31Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'stable/gambia' - Change OPNFV Artifacts URL This change allows downloading of files larger than 20GB. Change-Id: I881ea35316e67980d4144e46bfbd41501e80f497 Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 498356c9efb765a5714845ce8303dc8a264eb300)
2018-10-31Update git submodulesXavier Simonart1-0/+0
* Update docs/submodules/samplevnf from branch 'stable/gambia' - Support for DPDK 18.05 and DPDK 18.08 Improve DPDK 18.05 support introduced by 3e532aca. Support for DPDK 18.08. Change-Id: Ide712ee94254b506a0ad88c95a7e01b789f99d48 Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
2018-10-31Update git submodulesXavier Simonart1-0/+0
* Update docs/submodules/samplevnf from branch 'stable/gambia' - Fix potential crash when shuffling mbufs Change-Id: I70de6345afc6a696906f006c1b0f44540ae4ecec Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
2018-10-31Update git submodulesXavier Simonart1-0/+0
* Update docs/submodules/samplevnf from branch 'stable/gambia' - Add support for counting non dataplane related packets When performing some zero packet loss performance testing on dataplane, it is important (not) to count non dataplane packets. For instance, one might receive uexpected packets from a switch, or ARP packets. Or one might need to transmit ARP packets. Such packets should not be counted as dataplane packets as for thse packets there is no 1:1 mapping between transmitted packets and received packets. To support this, the counters reporting numbers of transmitted and received packets remain unchanged but two new counters have been added to PROX, counting respectively number of received and number of transmitted non-dataplane packets. On RX side, packets are counsidered as non-dataplane if being ARP or if they do not countain the proper signature On TX side, ARP packets are not considered as dataplane packets. This feature requires configuration of signature. "dp core stats" command has been added Change-Id: I98e113cd02f36d540383d343a433592867ad86a9 Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
2018-10-31Update git submodulesLuc Provoost1-0/+0
* Update docs/submodules/samplevnf from branch 'stable/gambia' - Test improvements and fixes for image creation Updated and corrected the creation of an image containing the PROX tool with packer. Test will now only be declared successful when average and maximum latency are below a certain threshold. The start speed is now also a parameter of the *.test files. Change-Id: I1112555c87e7a857e1c699921ae08f61281642e1 Signed-off-by: Luc Provoost <luc.provoost@intel.com>
2018-10-31Update git submodulesAbhijit Sinha1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Merge "Revert "Trex KPI are not collected due to rabbitmq user"" into stable/gambia - Revert "Trex KPI are not collected due to rabbitmq user" This causes the docker-build jobs to fail in the CI. This reverts commit ce809669d3051524508edf5a3d69e83dde8a9080. Change-Id: Iea66bc92eaee39c5b7427ea55c190f8c0dbf5ad4 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2018-10-31Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'stable/gambia' - Downgrade ceph-ansible package Ceph Ansible is failing deployments with: https://bugzilla.redhat.com/show_bug.cgi?id=1644713 Change-Id: I4e1cad9330f77472e52b5d790b008e9d238cc48e Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-31Update git submodulesEmma Foley1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Merge "[docs] Update the glossary" into stable/gambia - [docs] Update the glossary Add some new terms (OpenStack, Docker, PROX). JIRA: YARDSTICK-1335 Change-Id: I948957cf7b1540f7a027ab9da2d829e5e05c87c8 Signed-off-by: Emma Foley <emma.l.foley@intel.com> (cherry picked from commit 78b5a19e3071cbc080eeae0bdf22f5ab80c03180)
2018-10-31Removing promise user guide and adding release notesSofia Wallin2-1/+2
Change-Id: I64dbbdf094146611ae72480539a3fae21f216e3f Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com> (cherry picked from commit f7f76fb240b49def2f3c48b20be6420d4f0b2eec)
2018-10-31Update git submodulesRex Lee1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Merge "Adds option parameters to TC074" into stable/gambia - Adds option parameters to TC074 Add option parameters to TC074 to allow the user to specify volume type, volume count, availability zone, stack name, and subnet cidr. JIRA:YARDSTICK-1294 Change-Id: I161f44b5f2c7e70fcfb80a3b916efc34bd06824c Signed-off-by: Ameed Ashour <Ameed.Ashour.Ext@nokia.com> (cherry picked from commit 43c28852a9c9abfe7fc66fca0dcc703b468db0cf)
2018-10-31Update git submodulesEmma Foley1-0/+0
* Update docs/submodules/yardstick from branch 'stable/gambia' - Merge "Dashboard with Network and Platform NFVi metrics" into stable/gambia - Dashboard with Network and Platform NFVi metrics Added the PROX L3FWD Grafana dashboard with NFVi metrics collected from barometer collectd container. The dashboard has template field for HOST/SUT name to get the collectd metrics from that SUT. JIRA: YARDSTICK-1412 Update: - Added table and graphs for TG NFVi metrics - Added TG and SUT templates as IP address - Added IPC(instruction per cycles) metric Change-Id: I1f8971f551df27ad6a16241693527285610fc82d Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com> (cherry picked from commit e63084495f47a9f5b5b61b23529792d6898841bb)