Deepak S [Fri, 29 Jun 2018 06:53:05 +0000 (06:53 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "TempFix: vCGNAPT/vACL ipv4 perf issue"
- TempFix: vCGNAPT/vACL ipv4 perf issue
Change-Id: I924fcac7a65c0d221d5d422f419deb9c0f864172
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Deepak S [Fri, 29 Jun 2018 06:53:01 +0000 (06:53 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Temp Fix for vFW perf issue"
- Temp Fix for vFW perf issue
Change-Id: I324fcac7a65c0d221d5d422f419deb9c0f864172
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Rex Lee [Fri, 29 Jun 2018 01:47:01 +0000 (01:47 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add testsuite "os-odl-ovs-noha""
- Add testsuite "os-odl-ovs-noha"
Add testsuite yaml file for scenario
"os-odl-ovs-noha"
JIRA: YARDSTICK-1208
Change-Id: I2671df847332379afed8c6481e54eb25dcba5e48
Signed-off-by: ting wu <ting.wu@enea.com>
Trevor Bramwell [Thu, 28 Jun 2018 23:32:59 +0000 (23:32 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Fix unset RC_FILE_PATH in Scripts"
- Fix unset RC_FILE_PATH in Scripts
Even though RC_FILE_PATH is defined in Jenkins as passed in as a
parameter, bash still sees it as unset. Removing the 'nounset' option
from these scripts should allow the check to success (RC_FILE_PATH set
to blank).
Change-Id: Ibcfdcf0d2a12c8119d2fe3ec3b354be782338bd5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Trevor Bramwell [Thu, 28 Jun 2018 23:05:41 +0000 (16:05 -0700)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Fix the output of repo list to be 'repo, tag, ref'
This was changed in a previous commit and causes calls to 'git branch'
during the verification job to fail.
Change-Id: I71c248abecf030658371b810d403e1f460933946
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Alexandru Avadanii [Thu, 28 Jun 2018 23:04:59 +0000 (01:04 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump for salt-formulas testing dist
Change-Id: Ie097df92cf843a338192e9e7b114c63aadf38e6c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 28 Jun 2018 22:02:37 +0000 (00:02 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [salt-formulas] Also switch reclass to 'testing'
Previous commit only changed the dist during Salt master bootstrap,
but failed to update the DEB repo configration in reclass.
Fixes:
a8f43411
Change-Id: Ie011719cdc1c75cba363f53e51f22ce7cf138a5e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Gerard Damm [Thu, 28 Jun 2018 21:54:41 +0000 (16:54 -0500)]
Update git submodules
* Update docs/submodules/auto from branch 'master'
- cosmetic change to R6.2 Release Notes
JIRA: AUTO-41
forgot blank line before list of notable activities
(line 277); opnfvdocs rendition did not look good;
Change-Id: Ic5073e5021164c27fdcccab4b11fd8f375bfeeaf
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
Alexandru Avadanii [Thu, 28 Jun 2018 21:15:58 +0000 (23:15 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump for arm-virtual2 ip-range
Change-Id: I1f8d3dfe6a98b0a65347b1514542ed8a6845d4aa
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 28 Jun 2018 21:33:57 +0000 (23:33 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [salt-formulas] Switch to 'testing' dist
Nightly repo dist is currently broken.
Change-Id: I9235c2c95b4edebf56d20e33932237f18a8e63d5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Trevor Bramwell [Thu, 28 Jun 2018 20:45:51 +0000 (13:45 -0700)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Fix Git URL Parameter for Release Merge Job
This was incorrectly set to GIT_BASE, which includes the Project name,
and should be set to GIT_URL, which does not. GIT_URL is used instead as
each release file can contain multiple repos.
Change-Id: I82b5e80f20f8999745cb5008c8057c81c4993574
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Alexandru Avadanii [Thu, 28 Jun 2018 18:55:45 +0000 (20:55 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [submodule] Bump Pharos for arm-virtual2 ip-range
Change-Id: I77859a2670e07668913232d482853d77cfc8b149
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Trevor Bramwell [Thu, 28 Jun 2018 20:17:05 +0000 (13:17 -0700)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Fix Typo in repos release script
As the scripts are ran under Python 3, parenthesis are required around
print statements. Adding these doesn't seem to cause in error in Python
2.
Change-Id: Ic0ce623ded5f3e3f27c8117e2067566afc8d8c0b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Trevor Bramwell [Thu, 28 Jun 2018 20:01:47 +0000 (20:01 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Doctor Fraser opnfv-6.2.0"
- Doctor Fraser opnfv-6.2.0
Change-Id: I9f61914d3c07ca52e9b062110a2d0036090b3626
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
Gerard Damm [Thu, 28 Jun 2018 18:54:15 +0000 (18:54 +0000)]
Update git submodules
* Update docs/submodules/auto from branch 'master'
- Merge "R6.2 updates for Auto Release Notes and Configuration Guide"
- R6.2 updates for Auto Release Notes and Configuration Guide
JIRA: AUTO-41
Several updates in Release Notes and Configuration Guide, to capture
changes and progress since R6.1.
Included tickets 35,37,40, since they can still be done for 6.2.
Patch 2:
made updates based on comments (note: need to close by 6/28)
Patch 3:
minor edits, will merge today
Patch 4:
removed Jira tickets 35, 37, 40 from Auto release 6.2
Change-Id: I7547a9ea9b807c28513ce4e995d53a9f32223eb1
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
Gerard Damm [Thu, 28 Jun 2018 18:43:11 +0000 (18:43 +0000)]
Update git submodules
* Update docs/submodules/auto from branch 'master'
- Merge "ci: Support for pylint and yamllint"
- ci: Support for pylint and yamllint
A support for pylint and yamllint checks was introduced.
Checks can be executed manually by invocation of ./check
script (see script usage for more details). Automatic lint
checks were integrated info VERIFY and MERGE job bodies.
TODO:
Improve pylint ratings of python code. Some issues can
be fixed in python files or by relaxing pylint settings.
However dependencies on ONAP includes can't be easily fixed.
Thus pylint checks should be set as non-blocking at the beginning.
Change-Id: I82a6a266b8003ae5d70f4f2a88ecc96817b97ac0
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
Gerard Damm [Thu, 28 Jun 2018 18:41:54 +0000 (18:41 +0000)]
Update git submodules
* Update docs/submodules/auto from branch 'master'
- Merge "update of config script using new release of OpenStack SDK"
- update of config script using new release of OpenStack SDK
JIRA: AUTO-38
- Issues in OpenStack SDK 0.13 were fixed in new release 0.14
- revisited the script, made some changes (delete interfaces before
deleting router)
- Script now fully works: creates all objects, and can be used also
for deleting (in a clean-up job for example)
- resilient to re-runs: can attempt to re-create, won't crash if
objects already exist (existence tests work, thanks to SDK 0.14
fix). Likewise, can attempt to re-delete (no crash).
- next steps will be:
* update created objects based on ONAP-B requirements
(current: still from Amsterdam; should be quite similar)
* script to ensure Python3 and SDK are installed, and to
ensure files are there (clouds.yaml, .img)
* chain in CI pipeline: Fuel/MCP install, and this script
Patch 2:
made changes to address the comments
- fixed the summary (works in any execution case), tested on hpe12
- researched the URL support (use image proxy), but did not try yet
(need to merge this for 6.2)
Change-Id: Ibf647e33428c98a6fec17eda0a41e9ee11cc8085
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
Dimitrios Markou [Thu, 28 Jun 2018 09:20:03 +0000 (12:20 +0300)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Disable SFC verify job in fraser branch
We would like to disable the SFC verify job for fraser branch
because jenkins give us -1 on new patches on stable fraser branch
because of the lack of tox on that branch.
We are not going to submit any new patches on the SFC fraser branch from
now on except from one [0]. So we can disable the fraser job as an easy
fix to the -1 jenkins-ci problem in gerrit.
[0]: https://gerrit.opnfv.org/gerrit/#/c/59175/
Change-Id: Iab2cb1eea6ac14f262ca25bc3cc61e15556f21e9
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Aric Gardner [Thu, 28 Jun 2018 17:09:17 +0000 (13:09 -0400)]
Update git submodules
* Update docs/submodules/clover from branch 'master'
- Fix project LEAD in INFO.yaml
Change-Id: Iff9c7bfbae8f5ca46ef88634d4864cd27512aa8a
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Aric Gardner [Thu, 28 Jun 2018 17:00:11 +0000 (13:00 -0400)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Adding PTL to INFO.yaml
This was missed in my automated script
as jiaxuan@chinamobile.com != jason.jiaxuan@gmail.com
Change-Id: I831b88165a3a91b2c7b028b6ac16fd6cc60957fa
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Aric Gardner [Thu, 28 Jun 2018 16:51:44 +0000 (12:51 -0400)]
Update git submodules
* Update docs/submodules/auto from branch 'master'
- Fix formatting in INFO.yaml file
Soon we will have a valiadator that will not
allow errors like this to be merged.
Change-Id: I6d65f30376afe0e2b6da768f488888aed15bdb22
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
mbeierl [Thu, 28 Jun 2018 15:13:34 +0000 (11:13 -0400)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Fixes daily run
Change-Id: I8f17efe0d0866a3dc6ecbbabe07985b93ac445e6
Signed-off-by: mbeierl <mark.beierl@dell.com>
Rodolfo Alonso Hernandez [Thu, 28 Jun 2018 15:56:08 +0000 (15:56 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Cleanup process test cases"
- Cleanup process test cases
Remove logging console output during test execution.
JIRA: YARDSTICK-1234
Change-Id: I8ecab0219ffd1919f2fa97a90d5be11018b11322
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Rodolfo Alonso Hernandez [Thu, 28 Jun 2018 15:55:59 +0000 (15:55 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Cleanup OpenStack utils test cases"
- Cleanup OpenStack utils test cases
Remove logging console output during test execution.
JIRA: YARDSTICK-1230
Change-Id: I1b61f0f18bfb6e5a63c9027537cfb736261c4926
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
DanielMartinBuckley [Thu, 28 Jun 2018 13:51:09 +0000 (14:51 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Decrease Sampling interval - Invalid Port results
JIRA: YARDSTICK-1219
The computed in/fwd throughputs displayed on the L2FWD,
L3FWD and VPE dashboards. The computed value is likely
4x the expected value.
It is required to return sampling information form Generator AND VNF at
least every 1 second.
Change-Id: I4435fd05ba3116ead836843a4c2fce133b767a28
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
Alexandru Avadanii [Thu, 28 Jun 2018 14:46:36 +0000 (16:46 +0200)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- [arm-virtual2] Add ip-range to avoid IP conflicts
Change-Id: Ib7858d57d3e0cc1a428905a63c4d342be260a673
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Periyasamy Palanisamy [Thu, 28 Jun 2018 13:17:00 +0000 (13:17 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Clean up stale routers and gateway routers."
- Clean up stale routers and gateway routers.
During snaps_smoke test all floating IPs are allocated
by routers as external IP's, as a result there are no
more floating IPs left.
This patch clean up stale routers and free the assigned
IPs.
JIRA: SNAPS-318
Change-Id: Ifbf01ce38db63315e692dca9ffa5d993dbfa4337
Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
Cristina Pauna [Thu, 28 Jun 2018 12:26:40 +0000 (15:26 +0300)]
Add edgecloud submodule
The project edgcloud started working on their documentation.
Adding the project so that the documenatation can be built.
Change-Id: I82ff5bbbaf4a8a8c55b2059d2d16ee664db4400f
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Delia Popescu [Thu, 28 Jun 2018 10:40:33 +0000 (13:40 +0300)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Get aarch64 image metadata for cinder and vping testcase
Image metadata for cinder and vping tests is no longer set for ARM
Change-Id: I2ab8e6ce55c6e619b96e49ecec7afe727a902345
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Onong Tayeng [Thu, 28 Jun 2018 11:20:42 +0000 (16:50 +0530)]
Update git submodules
* Update docs/submodules/fds from branch 'master'
- Update release notes for Fraser 6.2
Change-Id: I5905ac0e35dc025f665ce33263b92242097ee5f1
Signed-off-by: Onong Tayeng <otayeng@cisco.com>
Periyasamy Palanisamy [Wed, 27 Jun 2018 09:39:25 +0000 (11:39 +0200)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- update sdnvpn release notes for fraser 6.2
Change-Id: I752fba0ba0d434ae1bc37b975479361f9d53e3b3
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Georg Kunz [Fri, 22 Jun 2018 18:36:41 +0000 (20:36 +0200)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Fixing a typo in the API validation warning of the web portal.
Change-Id: I0489d1e2fbd53bc90c24781a9d62140e2299c5a4
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Manuel Buil [Thu, 28 Jun 2018 07:51:40 +0000 (07:51 +0000)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Merge "Added unit tests for 'test_utils.py' module"
- Added unit tests for 'test_utils.py' module
Jira: SFC-123
Change-Id: Ib8e3e748f3992d9030db1308a728a2576e7957ed
Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
Manuel Buil [Wed, 27 Jun 2018 17:29:48 +0000 (19:29 +0200)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Update release notes for Fraser 6.2
Change-Id: I0d56aa4d5f494a25db92e61415a24b4257c71a04
Signed-off-by: Manuel Buil <mbuil@suse.com>
Bin Hu [Thu, 28 Jun 2018 05:33:01 +0000 (22:33 -0700)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'master'
- Updated Release Notes for Fraser Release 6.2.0
Change-Id: I5f98a65b2536cc53afe34a3184df8a1f2cc6b927
Signed-off-by: Bin Hu <bh526r@att.com>
Cedric Ollivier [Wed, 27 Jun 2018 19:17:10 +0000 (19:17 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Modify config_patch.yaml according to the new snaps config"
- Modify config_patch.yaml according to the new snaps config
It allows verifying ovs scenarios via snaps.
JIRA: FUNCTEST-984
Change-Id: I0fedadc0b9e265c424ae3221469b8d28b9a68afa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Abhijit Sinha [Wed, 27 Jun 2018 18:47:40 +0000 (18:47 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Update to Grafana Dashboard for NSB PROX NFVI"
- Update to Grafana Dashboard for NSB PROX NFVI
JIRA: YARDSTICK-1252
CPU grouping in grafana for better representation
Throughput table is difficult to read as the tests
run longer the values can overlap
Default time in dashboard should be always last 1hour in
dashboard (auto refresh can be also checked)
Add one column in table with Gbps throughput (Rx
Throughput) plus code change in yardstick
Boxes are not aligned and big and small, need to be fixed
boxes are now aligned,
Added Seperate graphe for LINE Rate
Change-Id: Ief31777c2e7a18aab4bf21fb6ccc0e93a3bb9178
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
Abhijit Sinha [Wed, 27 Jun 2018 18:47:35 +0000 (18:47 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "NSB NFVi PROX BNG losing many packets"
- NSB NFVi PROX BNG losing many packets
JIRA: YARDSTICK-1101
Problem was incorrect generator and changed the traffic profile to allow
a tolerated loss of 5%.
ARP packets are not managed (just passed thru the system) therefor the
tolerated loss must be higehr than normal.
Change-Id: I03bd62b397a66b50961e810d033c6894d0b3e9a6
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
mbeierl [Tue, 19 Jun 2018 18:21:14 +0000 (14:21 -0400)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Use MultiThreaded SNAPS
Take advantage of multiple threads in SNAPS to get info on the
stack more quickly.
Change-Id: Ifbfaec4fb6f1a4a322c327176c82200b5f69d874
JIRA: STORPERF-245
Signed-off-by: mbeierl <mark.beierl@dell.com>
Trevor Bramwell [Wed, 27 Jun 2018 18:18:34 +0000 (18:18 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Restrict RTD Verify and Merge jobs to Releng"
- Restrict RTD Verify and Merge jobs to Releng
By default the rtd jobs from global-jjb trigger against all projects.
Setting 'project-pattern' to releng will restrict it to just the releng
project.
Change-Id: I9586577e8d83c6bf189eaee9159b1e49726740a5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Tim Rozet [Tue, 26 Jun 2018 20:58:28 +0000 (16:58 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Functest: Restores ability to run with pre-defined creds
This patch is needed for the case where there are provided OS
credentials to functest, and there is no need to find the installer VM
and copy the credentials to the host. In the Apex snapshot case, there
is no installer VM on the slave, so we must provide the credentials
file.
Also includes a fix to use tempest_smoke_serial for the snapshot netvirt
verification until CSIT suite is working correctly.
Change-Id: Ic84955f527e3f84bb0d8579a377b4a1883fe3eb2
Signed-off-by: Tim Rozet <trozet@redhat.com>
Abhijit Sinha [Wed, 27 Jun 2018 16:06:17 +0000 (16:06 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Fix NSB NfVi support for 25 and 40Gbps"
- Fix NSB NfVi support for 25 and 40Gbps
When setting interface_speed option in the test case, NSB/PROX
was still considering 100% as 10 Gbps.
With this fix, when interface_speed is set to for instance 25 Gbps
then NSB/PROX will start generate at 25 Gbps.
Yardstick logging info printed on the screen will show performance result
as percentage of interface_speed (e.g. 100% will be 25 Gbps).
This is done by sending the command "speed 250" to PROX (PROX cannot
know the underlying interface speed in all cases e.g. in virtio, and
hence considers 100% as 10Gbps).
JIRA: YARDSTICK-1217
Change-Id: I4989161b04a7afa5e347935ee7ccef7dfe5a504d
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Chornyi, TarasX [Tue, 26 Jun 2018 11:39:56 +0000 (14:39 +0300)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Corrected scale-up command line arguments
Change-Id: If308fde797dcb01e58f37ad81bb116fde542366a
Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>
Tim Rozet [Mon, 25 Jun 2018 21:58:36 +0000 (17:58 -0400)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Adds support for docker based opendaylight
Previously we used ODL as a systemd service. However in newer OOO it is
ran as a docker container. For reinstalling ODL in this case we determined
that the best way is to not mess with docker and simply shut it down,
and use the systemd for the CSIT verification.
This patch stops the docker container, then copies a systemd service
file (since RPM may never have been installed), and then allows ODL
reinstall to proceed as usual.
Change-Id: Ib0996ed5494f1ef37bcc232f087f563c99db62fc
Signed-off-by: Tim Rozet <trozet@redhat.com>
Rodolfo Alonso Hernandez [Wed, 27 Jun 2018 12:29:24 +0000 (12:29 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Resolve NameError in test_utils.py"
- Resolve NameError in test_utils.py
The import of the yardstick module was removed from test_util.py, which relied
on this module location for a file name in
test_import_modules_from_package_no_mod and test_import_modules_from_package.
JIRA: YARDSTICK-1258
Change-Id: I754dbadfb8d788236f354e9a0c1a61ad6c4abf70
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
DanielMartinBuckley [Mon, 18 Jun 2018 18:27:41 +0000 (19:27 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- NSB NFVi PROX VPE losing many packets
JIRA: YARDSTICK-1105
Running a vPE test ends up with up to 25% drooped packets.
This is due to tolerated loss being incorrectly configured,
test duration was too short and test interval was too
short.
Note This is due to the fact that vPE use case have by
default a tolerated loss of 100%, Now changed to 0.001,
same as L2FWD
Also: Grafan dashboard has been updated to show all SUT
CPUS Utilization in 1 panel. And LINE rate MIN, MAX & TEST
Rate have been added
Change-Id: I7adae2199b3f656fe460705b6aeb3aa69c767d50
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
Rodolfo Alonso Hernandez [Wed, 27 Jun 2018 10:32:45 +0000 (10:32 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Define several containers per pod in a replication controller"
- Define several containers per pod in a replication controller
Add the ability to define not only one but many containers per pod in a
replication controller descriptor. This feature must be backwards
compatible; all current test cases using the "single container" server
definition must be accepted.
Example of single container pod definition:
context:
type: Kubernetes
servers:
host:
image: ...
commands: ...
volumes:
- name: volume1 # mandatory
<volume type definition> # mandatory
Example of several container pod definition:
context:
type: Kubernetes
servers:
host:
containers: # if this key is present, all container specific
parameters (image, commands, args, volumeMounts, etc.)
must be defined per container
- image: ...
commands: ...
- image: ...
commands: ...
volumes:
- name: volume1 # mandatory
<volume type definition> # mandatory
NOTE: other parameters, like "volumes" or "nodeSelector", are common to all
containers in the pod.
JIRA: YARDSTICK-1155
Change-Id: Ib95668c68e9c09e6de3f1aa41c903cc52e6809ad
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Cristina Pauna [Wed, 27 Jun 2018 08:50:38 +0000 (11:50 +0300)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Update release notes for 6.2
Change-Id: Ibd168ef31af1f8a9a2c128ce8a8e95a5c231a917
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Abhijit Sinha [Wed, 27 Jun 2018 01:53:19 +0000 (01:53 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Decrease Sampling interval"
- Decrease Sampling interval
JIRA: YARDSTICK-1219
Currently NSB for NFVI using PROX returns sampling information every 13
seconds.
This is too slow.
It is required to return sampling information form Generator AND VNF at
least every 1 second.
This change is depandant on JIRA: YARDSTICK-1212 and YARDSTICK-1220
Change-Id: Ica7ab795a2919d191d8cd846d028e15739e33fb7
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
DanielMartinBuckley [Thu, 14 Jun 2018 15:15:26 +0000 (16:15 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- NSB NFVi BNG test fails to run - stops after one step
JIRA: YARDSTICK-1244
When sending the start or stop command to PROX. We sould not send the same core.
We should not send "start 1,1" instead we should send "start 1"
Change-Id: Ie600dc3ed808fd00341e92f13bd52199e68dc51f
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
Gerard Damm [Fri, 22 Jun 2018 02:10:11 +0000 (21:10 -0500)]
Update git submodules
* Update docs/submodules/auto from branch 'master'
- checked code logic for UC2-vim001 recovery time measurement
JIRA: AUTO-38
Leveraging new OpenStack SDK release 0.14, tested existing code for
UC2/vif-001 (simulated VM failure), to verify that generic code for
recovery time measurement works.
Entered test code in placeholders for this test case: challenge start
(suspend a VM), challenge stop (resume, although this was done
outside (from Horizon), to simulate an ONAP-controlled recovery),
test code (periodic status check, stop when VM is active again).
Time was measured correctly, output files (.csv) were created
successfully.
This will allow to close Jira ticket 38.
Next steps will be to interface with ONAP, to obtain VNF info
(especially the ID of the corresponding OpenStack VMs), and perform
the same measurement, which this time will be an actual recovery
time, provided DCAE data collection, Policy and CLAMP have the
proper configuration.
Change-Id: I7320f7570c119d2b59d1ed6ca787ba975ad04a44
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
Tim Rozet [Tue, 26 Jun 2018 19:17:12 +0000 (15:17 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Fixes to allow ODL snapshot update to work
Change-Id: I2e641434051e615cf04922a7349c7a7f1891caea
Signed-off-by: Tim Rozet <trozet@redhat.com>
mbeierl [Wed, 20 Jun 2018 13:29:30 +0000 (09:29 -0400)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Adds IP Addresses to Config API
Uses the IP addresses of the VMs in the stack to populate
a new slave_addresses field in the REST API.
Change-Id: I363a4d118cf5c786f4faf8432ea884cb010c6db5
JIRA: STORPERF-239
Signed-off-by: mbeierl <mark.beierl@dell.com>
mbeierl [Mon, 25 Jun 2018 17:18:47 +0000 (13:18 -0400)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Speed up Builds
Adding a new keyserver and ulimit to help speed up
builds.
Change-Id: If79ba1e533bfe2044606d98047abe9fa342aefb4
Signed-off-by: mbeierl <mark.beierl@dell.com>
Trevor Bramwell [Tue, 26 Jun 2018 18:53:54 +0000 (18:53 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[doctor] disable un-runnable jobs"
- [doctor] disable un-runnable jobs
This patch disbles the following jobs as the labs are not working.
- daisy@x86_64
- fuel@x86_64
Change-Id: I69306ac1474afa0c8980ab4e2f1afa29abc789e0
Cedric Ollivier [Tue, 26 Jun 2018 17:58:27 +0000 (17:58 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Take shaker arm64 image into account"
- Take shaker arm64 image into account
Change-Id: Ia1da6e97027df2cfa923f5ba076731e4a2817b1f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Tue, 26 Jun 2018 17:58:05 +0000 (17:58 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Disable all new testcases for MS3.1"
- Disable all new testcases for MS3.1
It has been decided in TSC release meeting.
Change-Id: I0a62f18c5b11fe31ac72fc301c5444e8d89b6fff
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Abhijit Sinha [Tue, 26 Jun 2018 17:39:32 +0000 (17:39 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Addition of Configurable Sampling and Configurable Confirmation Retry"
- Addition of Configurable Sampling and Configurable Confirmation Retry
JIRA: YARDSTICK-1221
In order to increase accuracy of result the following are done :-
- Improve Measurement Accuracy (YARDSTICK-1212)
- Improve Sampling Interval (YARDSTICK-1219)
- Allow 4 PROX ports to be read simultaneously (YARDSTICK-1220)
This change does the following :-
- Stores LINE Rate statistics of Sample
- Requires a confirmation retry before deciding to increase or
decrease this is configurable.
- Allows the user to disable Sampling or specify a sample interval
- Added Code Coverage of ProxDurationRunner based on YARDSTICK-1199
Change-Id: I27242ac1849c9a2712866385b5fbc05977c71516
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
Abhijit Sinha [Tue, 26 Jun 2018 17:39:18 +0000 (17:39 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Bugfix: heat conext of test case yamls jinja2 bypass sriov type"
- Bugfix: heat conext of test case yamls jinja2 bypass sriov type
the "if provider" condition bypass when provider = "sriov",
related to https://gerrit.opnfv.org/gerrit/#/c/32789/
networks:
test:
cidr: '10.0.1.0/24'
{% if provider == "vlan" %}
provider: {{provider}}
physical_network: {{physical_network}}
{% if segmentation_id %}
segmentation_id: {{segmentation_id}}
{% endif %}
{% endif %}
JIRA: YARDSTICK-1242
Change-Id: I6a611e839654f401648d9bd6188589816f7b4946
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Rodolfo Alonso Hernandez [Tue, 26 Jun 2018 16:11:38 +0000 (16:11 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Extended Context class with get_physical_nodes functionality"
- Extended Context class with get_physical_nodes functionality
JIRA: YARDSTICK-1255
Change-Id: I446d715dc6cf716a4fcbc1b809c1b1d6303071e0
Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>
Alexandru Avadanii [Tue, 26 Jun 2018 11:29:31 +0000 (13:29 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for vPDF support
Change-Id: Ie0705b598d6fcd37071c05afb90cb2948a88a1f5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Tim Rozet [Tue, 26 Jun 2018 15:24:40 +0000 (11:24 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Update and fix netvirt artifact download
Change-Id: I7089603b982125f90dd5259e0720007ab3f910e5
Signed-off-by: Tim Rozet <trozet@redhat.com>
Abhijit Sinha [Tue, 26 Jun 2018 15:15:02 +0000 (15:15 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Bugfix: HA kill process recovery has a conflict"
- Bugfix: HA kill process recovery has a conflict
It happens in Nokia SUT when running in the Plugfest. The problem happens when
the start_process start to recover the killed process (like nova-api), but the
self-cured mechanism already recovered. And somehow it lead to a conflict and
has problems.
So the recover of the HA attack-recover should be improved to only recover it
when it needs to.
JIRA: YARDSTICK-1222
Change-Id: I1acb5a7d59d6fe4e0de0b0c5942fa89e051dd1ff
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Emma Foley [Tue, 26 Jun 2018 14:30:20 +0000 (14:30 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "NSB Topology fix for Prox 4 port test case"
- NSB Topology fix for Prox 4 port test case
The uplink and downlink interfaces for the 4 port
test cases were inconsistent and fixed in this commit.
This affects all the 4 port PROX test cases.
Tested on: Heat L2fwd-4 and L3fwd-4 test case.
JIRA: YARDSTICK-1185
Change-Id: Ia2ce7ed0dc395b812f84ede94e259b42dc833579
Signed-off-by:Abhijit Sinha <abhijit.sinha@intel.com>
Tim Rozet [Tue, 26 Jun 2018 13:50:06 +0000 (09:50 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Fix fluorine name and patch netvirt reinstall
Temporarily pull in specific patch to fix ODL netvirt reinstall.
Change-Id: Id3ba00592e81ee0970075b34afb72f76db02d0b4
Signed-off-by: Tim Rozet <trozet@redhat.com>
Trevor Bramwell [Tue, 26 Jun 2018 12:45:16 +0000 (12:45 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Fix release tagging noop"
- Fix release tagging noop
When the release job runs to tag the repos it should push the tags back
to Gerrit. This was originally a 'noop' for testing.
Change-Id: Ifbecbccda1ae123c7b8f0d59eefa727784d10acd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Trevor Bramwell [Tue, 26 Jun 2018 12:45:06 +0000 (12:45 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Include yamllint on build servers"
- Include yamllint on build servers
Change-Id: Ie99da1fd5ed3789a1dbf4134796b95f2ac69abce
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Fatih Degirmenci [Mon, 25 Jun 2018 19:32:00 +0000 (21:32 +0200)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Pin functest-healthcheck docker image to known sha
Functest changes have significant impact which blocks everything in XCI so this
change pins the image to a known sha to get the original set of healthcheck
testcases until the impacts are analysed and concerns are raised to Functest
and the wider OPNFV Community and addressed based on community consensus.
Pinned version of functest-healthcheck contains the test cases below.
- connection_check
- api_check
- snaps_health_check
deploy-scenario:os-nosdn-nofeature
installer-type:osa
Change-Id: Ic9222af8c27e58491b7b60a7504df9d792b5e753
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Alexandru Avadanii [Tue, 26 Jun 2018 11:21:14 +0000 (11:21 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[noha] Adopt vPDF usage"
- [noha] Adopt vPDF usage
Previously, all virtual deployments relied on lab configuration from
<./mcp/config> using 'local-virtual1' as POD name.
To keep using that default sample config, one can still pass the
appropiate arguments to <ci/deploy.sh> as in:
$ ./ci/deploy.sh -l local -p virtual1 [...]
This changed introduces support for vPOD-specific lab config, e.g.:
$ ./ci/deploy.sh -l ericsson -p virtual4
Change-Id: I6ecb8e71d7e923e4b29b4ab0693c1afa5e19b582
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Tue, 26 Jun 2018 10:33:08 +0000 (10:33 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[ha] Add fabric to maas admin subnet"
- [ha] Add fabric to maas admin subnet
Change-Id: Ida4cf736dfe60886384e7e180d3e43faf811bd58
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Michael Polenchuk [Mon, 25 Jun 2018 16:57:01 +0000 (20:57 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [ha] Pin UCA's libvirt/qemu on computes
* install libvirt/qemu packages only from UCA on computes
* shift panko/aodh db settings to telemetry nodes
Change-Id: I0f4434aa8d2139870afaed9d9831db0a9af10e51
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Rodolfo Alonso Hernandez [Tue, 26 Jun 2018 09:53:14 +0000 (09:53 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Refactor "utils.parse_ini_file" testing"
- Refactor "utils.parse_ini_file" testing
JIRA: YARDSTICK-1218
Change-Id: I5136b22110d215beb7af72998ad47a8dba27f63b
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Emma Foley [Tue, 26 Jun 2018 09:38:34 +0000 (09:38 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Refactor remote command execution in pktgen_dpdk"
- Refactor remote command execution in pktgen_dpdk
PktgenDPDKLatency.run will raise a RuntimeError if a remote command
fails. This commit makes it use the already existing exception raising
mechanism in yardstick's ssh client.
JIRA: YARDSTICK-1166
Change-Id: I3a3c7691399044b174f5d040c015c9b907b2fe5d
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
Rodolfo Alonso Hernandez [Tue, 26 Jun 2018 07:43:20 +0000 (07:43 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add unit test file for DurationRunner"
- Add unit test file for DurationRunner
JIRA: YARDSTICK-1199
Change-Id: I5526935207ae3661a4cb8b8d25e93bc26adc3ef2
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
Rex Lee [Tue, 26 Jun 2018 06:35:55 +0000 (06:35 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Refactor remote command execution in pktgen"
- Refactor remote command execution in pktgen
Some remote commands in Pktgen are executed without checking the exit
status. This patch makes all remote commands check exit value, and
removes unused variables that are captured from remote command
executions.
JIRA: YARDSTICK-1166
Change-Id: I42a667ebd22d086887d61e1671bc569b03c59d33
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
Manuel Buil [Tue, 26 Jun 2018 06:29:45 +0000 (06:29 +0000)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Merge "Move the yamllint check to tox"
- Move the yamllint check to tox
Until now we were executing the yamllint check through shell
commands contained to a builder in the releng repo [0].
This patch moves that check to the tox framework.
Additional changes should be done to the sfc jobs in the
releng repo.
[0]: https://github.com/opnfv/releng/blob/master/jjb/sfc/sfc-project-jobs.yaml#L73
Change-Id: Ie42113087a8c1494593d5510cdf367abe99a7f5b
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Fatih Degirmenci [Tue, 26 Jun 2018 06:28:41 +0000 (06:28 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add support for tox in SFC project jobs"
- Add support for tox in SFC project jobs
Depends-On: https://gerrit.opnfv.org/gerrit/#/c/58649/
Change-Id: I4b39c6fd8e70fe40c68e5b2d7043ee522583290b
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Tim Rozet [Mon, 25 Jun 2018 19:21:07 +0000 (15:21 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Deprecates the use of '--upstream' argument
We only support the use of upstream deployments from Gambia onwards.
Therefore deprecating the parameter and forcing upstream to always be
used.
Change-Id: I7926a65a2c32bca2272855ba45fdb6005f67616f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 25 Jun 2018 20:05:33 +0000 (16:05 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Ignore error if network already undefined
In clean we destroy a network, then undefine it. When running snapshot
deploy it uses manual virsh bash commands to create the networks and
other virsh resources. This leaves an admin network which our clean
eventually tries to delete. However when the libvirt api network destroy
command is used it is somehow undefining the newtork at the same time.
Therefore just catch that possible scenario and ignore the failure as
the network has already been removed.
Change-Id: Id1d861fbe2a338f0828e78721c09f110030d3a4a
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 25 Jun 2018 21:11:05 +0000 (17:11 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Update ODL master DIST
Change-Id: I5937b486777a5da50b13084969a38c5ee6cb4ba6
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 25 Jun 2018 19:27:38 +0000 (15:27 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Fix IP overcloud parsing for snapshot
Sometimes there are more than 1 IP per line in the overcloudrc. So we
make sure we only grab the first one.
Change-Id: I565fbed902f00688607683cdc69d0edcba4dc743
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 25 Jun 2018 18:41:03 +0000 (14:41 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Fixes blocking/snapshot checks
Change-Id: If6782ae3806fa9193d42bc3f640c000e3a723724
Signed-off-by: Tim Rozet <trozet@redhat.com>
Cedric Ollivier [Mon, 25 Jun 2018 18:26:33 +0000 (18:26 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Remove list_zones() which requires dns"
- Remove list_zones() which requires dns
Change-Id: I271545a654a1a508c8b47a3fa4dcf72ad314a154
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Delia Popescu [Mon, 25 Jun 2018 10:32:42 +0000 (13:32 +0300)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix role name for tenantnetwork
Role name _member_ is no longer available
The test returnes OpenstackCloudException that
role _member_ is not found
Change-Id: I37c8dfe6c4da04009ccabbc49e12c2123d92832b
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
mbeierl [Thu, 10 May 2018 20:16:25 +0000 (16:16 -0400)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Adds Stack Update
Adds function to allow stack update to
occur.
Includes higher level object calls for stack
update.
Added blocking parameter to create() and update()
Rebase screwed up some changes.
Added new test to test_suite_builder.py and updated
IntegrationTests.rst accordingly
Change-Id: I4558befb3ea8ea7982faff79d1ebb54fbb3d44a7
Signed-off-by: mbeierl <mark.beierl@dell.com>
Tim Rozet [Mon, 25 Jun 2018 13:36:45 +0000 (09:36 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: update 3rd party netvirt CI
Intel slave no longer exists. Moves the Apex netvirt snapshots to run on
Apex slaves.
Change-Id: I3d9d32455e5a24cb64070677a32c5908cc331326
Signed-off-by: Tim Rozet <trozet@redhat.com>
Alexandru Avadanii [Mon, 25 Jun 2018 12:58:29 +0000 (14:58 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for maasng boot-resources
Change-Id: I067fcde1bff66d100b1d052820217065fec2ea38
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Tue, 19 Jun 2018 14:34:20 +0000 (16:34 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [MaaS] Adopt boot-resources control from maasng
JIRA: FUEL-364
Change-Id: I891514f85cf694509003a3b0a6f3568524d0a461
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Markos Chandras [Mon, 25 Jun 2018 12:34:44 +0000 (12:34 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: vm: start-new-vm: Copy deployment image to clean VM"
- xci: vm: start-new-vm: Copy deployment image to clean VM
In order to save us some time and bandwidth we can copy the deployment
image to the clean VM in order to be used by bifrost to prepare the
virtual machines. Moreover, we also put our key there so we can ssh
as the root user.
Change-Id: Id21e19aaefde71862c21180129c664c1bf121c32
Signed-off-by: Markos Chandras <mchandras@suse.de>
Venkata Harshavardhan Reddy Allu [Mon, 25 Jun 2018 10:31:00 +0000 (16:01 +0530)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Remove side_effect method in 'test_cleanup.py' module
The side_effect method under test_delete_openstack_objects_exception
method in 'test_cleanup.py' module is not needed. In fact, it won't
be called at all. It should have been detected in [pylint] W0612.
So when we run the nosetest, side_effect from Mock instances of
mock_creator_obj_one and mock_creator_obj_two were called.
Change-Id: Ibad6c8ebe14c320ef31c2133635ecd45fd011835
Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
Delia Popescu [Mon, 25 Jun 2018 11:41:50 +0000 (14:41 +0300)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- [patch] Bump & rebase for pymysql update
Change-Id: I1cfe66962bf582a278412a648307f78fa9bc66c5
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Rodolfo Alonso Hernandez [Mon, 25 Jun 2018 11:27:25 +0000 (11:27 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Cleanup CGNAPT unit tests"
- Cleanup CGNAPT unit tests
Remove unneeded mocks, clean console output and improve the
test execution.
JIRA: YARDSTICK-1226
Change-Id: I83e91028c17208a39d3813e85b44c4df1961e01e
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Rodolfo Alonso Hernandez [Mon, 25 Jun 2018 11:19:12 +0000 (11:19 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add "volumeMounts" parameter in Kubernetes context"
- Add "volumeMounts" parameter in Kubernetes context
This new parameter, "volumeMounts", will allow the user to automatically
create new volumes mounted inside the container. Example of Kubernetes
context definition:
context:
type: Kubernetes
servers:
host:
volumeMounts:
- name: volume1 # mandatory
mountPath: /dev/hugepages # mandatory
readOnly: True # optional, default=False
JIRA: YARDSTICK-1151
Change-Id: Ic00b45e6d603a9f85e3f0e25becdf0bce14e637c
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Rodolfo Alonso Hernandez [Mon, 25 Jun 2018 11:19:04 +0000 (11:19 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add "volumes" parameter in Kubernetes context"
- Add "volumes" parameter in Kubernetes context
This new parameter, "volumes", will allow the user to automatically create
new volumes. Example of Kubernetes context definition:
context:
type: Kubernetes
servers:
host:
image: ...
commands: ...
volumes:
- name: volume1 # mandatory
<volume type definition> # mandatory
The volume type and the definition must be one of the supported ones in
Kubernetes [1].
[1] https://kubernetes.io/docs/concepts/storage/volumes/#types-of-volumes
JIRA: YARDSTICK-1152
Change-Id: I44a91c605f047de4f286407e28fb5aa2e921b00a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Ryota Mibu [Mon, 25 Jun 2018 10:14:31 +0000 (10:14 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Update the repo script to only list repos once"
- Update the repo script to only list repos once
When projects have multiple releases (ex 6.0, 6.1) the repos would be
listed multiple times when only wanting repo names. This change still
supports listing the repos when they have multiple versions.
Change-Id: I7b0c96649b5486d91b177f95cf175bebcb53815b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Rodolfo Alonso Hernandez [Mon, 25 Jun 2018 07:47:00 +0000 (08:47 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Change IxNextgen library load
Changed IxNextgen library load in IXIA RFC2544 traffic generator call.
JIRA: YARDSTICK-1116
Change-Id: Icbdc5f1255dd2676584f3a1be767287e55e71f4a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Cédric Ollivier [Mon, 25 Jun 2018 05:17:17 +0000 (07:17 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Move odl into healthcheck
It should be included in healthcheck as all basic tests.
Change-Id: I48439fe6385a9056eed8b779290f20633d59b0fd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Mon, 25 Jun 2018 04:07:26 +0000 (06:07 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Implement connection_check via shade too
SNAPS connection_check tests are merged into api_check.
It would ease debugging deployment as well [1]
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/127/console
Change-Id: I30254a46c3dc6874881d687e36903c6b7878d63d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Mon, 25 Jun 2018 03:09:05 +0000 (05:09 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Move vping_* and cinder_test into healthcheck
Change-Id: I193c6dcdf90fe8eac46884fe5a5a329b0e5a7322
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Tomi Juvonen [Mon, 25 Jun 2018 04:36:53 +0000 (07:36 +0300)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Doctor releasenotes Fraser 6.2
Change-Id: I18625dc03f050e2d424cfcd1bd10534647db5525
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>