Cédric Ollivier [Sun, 19 Aug 2018 11:37:31 +0000 (13:37 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Publish Functest daily and gate jobs
As opposed to the Releng ones, they are designed to be easily
executed by endusers as well. They can be considered as a first step
towards a full Functest CI/CD toolchain deployed via docker-compose.
All components testcases are enabled here.
They hugely leverage on templates to load the right yamls per branch
and multijobs to run testcases in parallel. Many steps are proposed
allowing running part of the chain.
Executors have to be increased to allow running them (it was tested
vs 10 and more).
At first, all docker images are downloaded to avoid different
versions between testcases.
They will be improved in a second change to ensure that only one node
is selected and to take all Functest env vars into account.
Change-Id: I99c7b8ee5d0ddbb00102b3147739b5e8b5c65c23
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Add vgpu in global testcases.yaml
It completes the patch introducing vgpu [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/60713/
Change-Id: Ib2a22dd656d365e87a37a239f0a0ee747c95b117
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Typos (ressources)
Change-Id: Ifcf1d4bd48b64bc9175c3b0d594f897f4f3f5e7d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Update Xtesting to 0.58.0
It returns the right status if exception in constructor.
Change-Id: I163c0cbb2e1f07b2ada4a5ba28e217906946fa2c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
xudan [Wed, 15 Aug 2018 02:02:53 +0000 (22:02 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Rename ovp.next to be ovp.2018.08
Change-Id: I32aaee370512c3d7c8d6e1fbb6ef25aebc5d483f
Signed-off-by: xudan <xudan16@huawei.com>
Stephen Wong [Sun, 19 Aug 2018 07:18:24 +0000 (07:18 +0000)]
Update git submodules
* Update docs/submodules/clover from branch 'master'
- Merge "Implement initial clover-controller service"
- Implement initial clover-controller service
- First pass of clover-controller which resides within the k8s
cluster and provides interfaces to all Clover services
- Only service that should need to be exposed outside of
cluster
- Docker build of container that uses stack of nginx, gunicorn
and flask to provide REST interface
- REST interface is intended to serve cloverctl CLI and
dashboard browser UI
- Implements GRPC messaging to clover-collector and snort
- GRPC interfaces files for snort/nginx are added to
container from repo. Collector GRPC files will be removed
from controller/control/api once patch below is merged
https://gerrit.opnfv.org/gerrit/#/c/57245/ and added
similarly
- Provides first pass callback for file upload from
clover-server.
- Some REST messages implement JSON for passing params
to internal services
- Redis interface added to obtain data from services.
Currently, a simple interface to retrieve snort event
information
- YAML manifest renderer to add to k8s. Uses NodePort
service currently, defaulting to port 32044.
- Removed collector gRPC interface files with merge of collector
- Expose tracing and monitoring host/port parameters, as these vary
depending on Istio version and Jaeger version
- Add logging to flask blueprints
- Added jmeter blueprint interface with REST for
testplan generation, start test and result retrieval
- Added flask Response to REST reply messages
- Retrieve some basic stats from collector in json
response
Change-Id: I59eaeb860445ade4b45bba22747a61fb0cf0bbd4
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Stephen Wong [Sun, 19 Aug 2018 07:18:00 +0000 (07:18 +0000)]
Update git submodules
* Update docs/submodules/clover from branch 'master'
- Merge "Implement initial cloverctl CLI tool"
- Implement initial cloverctl CLI tool
- Uses client-go package to interface to k8s API and implement
functions as cloverkube package.
- Identifies GKE LB IP for clover-controller for user
- Identifies NodePort port number for clover-controller for user
if environment is local k8s (assumes flannel CNI currently)
- Deploys and deletes clover-collector and clover-controller with
native client-go constructs (currently images are defined with
local registry). Future work will implement other clover services
and Istio components. Uses the clover-system namespace.
- Uses Cobra go package to implement CLI (used in kubectl and
istioctl) using cloverctl <verb> <noun> convention.
- Interfaces to clover-controller to configure clover services
(visibility, IDS ...) within the cluster via REST messaging
- Start visibility (collector) engine using input yaml file or
defaults
- Init, stop and clear (truncate Cassandra tables) visibility
engine or get basic stats.
- Add custom rules to IDS from input yaml file and start/stop
IDS
- Generate jmeter testplan on jmeter-master using input yaml
file. Start tests and output log/results from CLI.
- Specify number of jmeter slaves to initiate tests on from
CLI. Automatically find IP addresses of jmeter slaves within
the k8s cluster.
- Sample yaml files for adding IDS rules, starting visibility
engine and generating jmeter test plans.
- Build script to install go and get dependent packages.
- Implement a custom Istio inject package for manual sidecar
injection (cloverinject). Currently, unused as it is built from
Istio 0.8.0/1.0.0 code base.
Change-Id: Ibb8d08cb98267bdffb8905c221473f177d51bbb3
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Stephen Wong [Sun, 19 Aug 2018 07:17:28 +0000 (07:17 +0000)]
Update git submodules
* Update docs/submodules/clover from branch 'master'
- Merge "Implement initial Jmeter master/slave containers"
- Implement initial Jmeter master/slave containers
- Jmeter can be used for L4-7 functional and performance testing
- Jmeter master has gRPC server for management
- Generates Jmeter test plans from minimal yaml params file
(sample to be added with cloverctl) using template
- Optionally span tests across slave containers to allow greater
loads to be generated
- Specify loop/thread/slave count and URL list, which
dictates target and number of connections that will be attempted
- clover-controller will interface to gRPC interface on Jmeter
master
- Start tests on master and retrieve log/result files
- Render master and slave k8s manifests files
Change-Id: Id144c8f551b7d375ff252c8de0611f895b50387c
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Cédric Ollivier [Sat, 18 Aug 2018 16:02:54 +0000 (18:02 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Split modules in apidoc
Change-Id: Iff2bd9377efb4e8abde35ef3fc38aca120feccaf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sat, 18 Aug 2018 11:30:37 +0000 (13:30 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix rtd requirement order
Change-Id: Ie2fbd978ed0bb9772d66eb367f1bdad32c5afd61
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sat, 18 Aug 2018 09:25:03 +0000 (11:25 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Add rtd-requirements
It's required by rtd which doesn't leverage on PBR.
Change-Id: Ia7ac5ecbb626d5c8b4c9095a1238db55e20790b0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sat, 18 Aug 2018 06:56:58 +0000 (08:56 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Generate API doc rst files
It also fixes few docstrings
Change-Id: I10bae7b7fab40edd931dd55ab8859946e3b38a71
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Publish Functest doc online
It reverts Sphinx theme to the default one as it's hugely better for
API docs.
Change-Id: Ic489e9b65d67d71fadb8ef78176a04cc382a3f5d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Harry Huang [Sat, 18 Aug 2018 05:29:52 +0000 (05:29 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Download OpenStack git repo from local server for CI"
- Download OpenStack git repo from local server for CI
JIRA: COMPASS-614
Online git clone is heavily affected by the network
condition of huawei lab. Download OpenStack git repo
from local server to regain stability
Change-Id: I92886b9c65068294f303d27de1b3b0261442af34
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Alexandru Avadanii [Wed, 1 Aug 2018 21:04:59 +0000 (23:04 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- p/fuel: Drop obsolete bootstrap-salt.sh workarounds
JIRA: ARMBAND-399
[1] https://github.com/saltstack/salt-bootstrap/pull/1251
Change-Id: Id3dccf6ae85e105f5e03eae69028da772954318c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Fri, 17 Aug 2018 23:30:10 +0000 (23:30 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[AArch64] VCP VMs: Switch back to 4.4.x LTS kernel"
- [AArch64] VCP VMs: Switch back to 4.4.x LTS kernel
JIRA: ARMBAND-398
Change-Id: I329346755348525f00602d7f89af295c141a20d5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Wed, 1 Aug 2018 20:56:13 +0000 (22:56 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [scripts] Leverage upstream arm64 bootstrap supp
bootstrap-salt.sh now has arm64 support [1], so drop our obsoleted
workaround.
JIRA: ARMBAND-399
[1] https://github.com/saltstack/salt-bootstrap/pull/1251
Change-Id: I8b06520b2c41564ed2eda338e7633ce1637bb866
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Feng Pan [Thu, 16 Aug 2018 15:36:58 +0000 (11:36 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Fix ipv6 deployment failures
- fix ipv6 enable command on bridge interfaces
- fix external subnet creation command
- enable NAT when admin is ipv4
- fix network settings file for ipv6 for br-ex interface type
Change-Id: Ibd2dbe1d0c8e8df72ad1b0b3713a19f8bbc56eef
Signed-off-by: Feng Pan <fpan@redhat.com>
Trevor Bramwell [Fri, 17 Aug 2018 20:19:06 +0000 (20:19 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Build arm images and publish manifests"
- Build arm images and publish manifests
It mainly follows the Functest docker jjb.
Change-Id: Ia86082cfd5d2f19496e7801441e005ffc88595a3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Alexandru Avadanii [Fri, 17 Aug 2018 15:48:51 +0000 (15:48 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[reclass] Set banner_company_name: OPNFV"
- [reclass] Set banner_company_name: OPNFV
Change-Id: I493fd49cb2b4bcd976873cd9297de3f90a74acf1
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Fri, 17 Aug 2018 15:23:47 +0000 (17:23 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- p/fuel: Switch VCP VMs back to 4.4-based LTS krn
JIRA: ARMBAND-398
Change-Id: I1b006734675c9cc0d30d5b50cf7c36f53e890370
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Tim Rozet [Fri, 17 Aug 2018 15:20:26 +0000 (11:20 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- CPERF: Update master CSIT ODL to neon
Change-Id: I3e13635f2753c47cda567516b6194ad1b821d14b
Signed-off-by: Tim Rozet <trozet@redhat.com>
Alexandru Avadanii [Fri, 17 Aug 2018 15:31:32 +0000 (15:31 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "Add mask to the oob networks"
- Add mask to the oob networks
It is not needed but it helps a lot to the xci parser
Change-Id: I6943b21cd2aca2036783430cde03fb8d3b567f3b
Signed-off-by: Manuel Buil <mbuil@suse.com>
Manuel Buil [Fri, 10 Aug 2018 12:15:29 +0000 (14:15 +0200)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Update the pdf/idf for ericsson pod2
Change-Id: I9b5db404cde0414f34621cf12819fd3edfcf0414
Signed-off-by: Manuel Buil <mbuil@suse.com>
Tim Rozet [Fri, 17 Aug 2018 14:54:23 +0000 (10:54 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: update ODL master to be neon
This is for downloading the ODL artifact
from an ODL gerrit.
Change-Id: I8138f2d84fb85ed7c8cc74e956ed277dfdb5fc1f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 17 Aug 2018 14:31:00 +0000 (10:31 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Wildcard gerrit trigger for CSIT
This will allow us to trigger OPNFV CSIT on non-netvirt projects.
Change-Id: I95991e3f574ffa4f4e63ca22697089c7ba2ab7ca
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 17 Aug 2018 14:13:48 +0000 (10:13 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Update snapshot detection
Detection now allows for allinone types.
Change-Id: I61d0e22bd3c940c509917db820281dab1a5fc66f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 17 Aug 2018 13:50:37 +0000 (09:50 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Allow CSIT for any ODL project
Instead of just netvirt, enable other ODL projects to trigger OPNFV
CSIT.
Change-Id: Ia394ed084108c44d68317b7e38cfb43d090ca784
Signed-off-by: Tim Rozet <trozet@redhat.com>
Manuel Buil [Mon, 13 Aug 2018 17:29:31 +0000 (19:29 +0200)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Complete osa and add kubespray to the idf schema
Modify idf of lf pod4 to aoid -1 from Jenkins
Change-Id: I4fbac6ed2859e79aeef61b070498833b182f2b5d
Signed-off-by: Manuel Buil <mbuil@suse.com>
Shrenik [Thu, 16 Aug 2018 18:58:40 +0000 (00:28 +0530)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Fix 3rd_party link in reporting
Updates links to 3rd party resources in
reporting module. This fixes graphs not
being generated.
Change-Id: I8bdb37f3b6948bc2fd09a8cf3d0b0f1588cafaf0
JIRA: STORPERF-258
Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
Alexandru Avadanii [Fri, 17 Aug 2018 12:51:05 +0000 (12:51 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[noha] Parameterize network configuration"
- [noha] Parameterize network configuration
- odl01: Use a bridge for br-ctl to allow tagged mgmt;
- ctl01: Use bridges for br-ctl, br-ext;
- ctl01: Use mtu 1500 since jumbo frames seems to break nova cell
discovery;
JIRA: FUEL-382
Change-Id: I9bf48711930cac77a089e4d7b7ba98924dd161ee
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Linda Wang [Tue, 17 Apr 2018 03:54:26 +0000 (03:54 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update refstack test version to 2018.02
To conform with Openstack Queens
Change-Id: I7d65a1d7fe7c9a30e2c00a8a0eac2ab3fe1b9428
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Cédric Ollivier [Fri, 17 Aug 2018 09:22:14 +0000 (11:22 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Clean /etc/rally.conf
Else rally_sanity may print logs in tempest_smoke res dir.
Change-Id: Iae97d533e9b99dcf8da70229b0675228472bfe52
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Update restack defcore sync
It stops depending on refstack_client which cannot work till
OpenStack Queens.
JIRA: FUNCTEST-977
Change-Id: I2340643de82ab10d8fb83fb3a7fbfd1f412b2d7b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Rodolfo Alonso Hernandez [Fri, 17 Aug 2018 08:48:22 +0000 (08:48 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Improve IXIA TG Rx/TX throughput calculation"
- Improve IXIA TG Rx/TX throughput calculation
Use float instead of integer to convert TG throughtput
IXIA statistic.
JIRA: YARDSTICK-1378
Change-Id: I39bd143adc4b10035c6f0986a06d407a18aa0887
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Rodolfo Alonso Hernandez [Fri, 17 Aug 2018 07:36:53 +0000 (08:36 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Add RFC2544 IXIA latency information
JIRA: YARDSTICK-1385
Change-Id: Icecceaabc0389279a3a7154884c50259f794eb76
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Alec Hothan [Fri, 17 Aug 2018 05:51:10 +0000 (05:51 +0000)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- Merge "Auto Generated INFO.yaml file"
- Auto Generated INFO.yaml file
INFO.yaml meant to be machine readable.
This file was auto generated from an ldap lookup
and your projects INFO file.
Meeting times are not currently filled out.
please ammend this patchset to complete
Going forward comitter promotions should be done
against this file.
PTLs:
Must be merged for you to gain delete access on
testresults.opnfv.org
If project_lead: is missing (my script could not parse)
please amend with same from commiters section eg:
project_lead: &opnfv_dovetail_ptl
name: 'Lead Name'
email: 'lead email'
id: 'lead lfid'
company: 'lead company'
Change-Id: I0c3d6335addcc0d40ee09e9d34880f698f41b5c5
Signed-off-by: agardner <agardner@linuxfoundation.org>
xiaodong shang [Fri, 17 Aug 2018 03:37:02 +0000 (03:37 +0000)]
Update git submodules
* Update docs/submodules/parser from branch 'master'
- Merge "Add CLI in verigraph."
- Add CLI in verigraph.
JIRA: PARSER-180
Add CLI to select one of the available interfaces (i.e. REST or gRPC), one of the supported service descriptor formats (i.e. TOSCA/XML, TOSCA/YAML, JSON),
and the operations to perform (i.e. read, create, update, delete graphs and run verifications).
Change-Id: I02f4d86e221baf0ac583d0ffd0ebe028aa6209be
Signed-off-by: serena.spinoso <serena.spinoso@polito.it>
Tim Rozet [Thu, 16 Aug 2018 18:43:10 +0000 (14:43 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- CPERF: Add clean up to CSIT
Now that we promote Apex artifacts after running CSIT, the snapshots
will be tainted with the flavor and image used during the CSIT test. We
should remove those after running CSIT as it may conflict with other
test suites or user interaction with the snapshots later.
Change-Id: I874ef145f9df20a9d1471e38698549cbe58dea43
Signed-off-by: Tim Rozet <trozet@redhat.com>
mbeierl [Thu, 16 Aug 2018 17:15:47 +0000 (13:15 -0400)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Fixing series data.
Changes the min and max series to also contain the
index to make plotting easier.
Change-Id: Ifbb43658338d6389705e7f146fa1ca6e13c202ce
Signed-off-by: mbeierl <mark.beierl@dell.com>
Alexandru Avadanii [Thu, 16 Aug 2018 15:38:54 +0000 (17:38 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for barbican compute fix
Change-Id: Ia06dad8fe1511448750a37543f99841a02cf1c1d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 16 Aug 2018 15:37:06 +0000 (15:37 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "Fix barbican integration on compute nodes"
- Fix barbican integration on compute nodes
Locally overwriting barbican_integration_enable
on compute nodes does not work.
Set barbican_integration_enable to true by default.
Disable barbican_integration at openstack_control side.
While at it, enable barbican on ha scenarios too.
JIRA: FUNCTEST-981
Change-Id: I3c8df5d4078f73f32f3605dec5a7a365fa386019
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Tim Rozet [Thu, 16 Aug 2018 15:01:41 +0000 (11:01 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- CPERF: CSIT hardcode OPENSTACK_TOPO
CSIT has static topologies that it supports, so even if we
have more nodes we need to conform to the CSIT input.
Change-Id: Id8647afaccbbf145dbf938b097ac49b92ce876f8
Signed-off-by: Tim Rozet <trozet@redhat.com>
Emma Foley [Thu, 16 Aug 2018 15:27:23 +0000 (15:27 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "IXIA traffic stops running after first iteration"
- IXIA traffic stops running after first iteration
IXIA traffic stops running after first iteration when
traffic profile duration is set to 60 sec.
JIRA: YARDSTICK-1374
Change-Id: I216b98d43b66aabc72ed88e895b89e28572b264f
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Signed-off-by: Myron Sosyak <myronx.sosyak@intel.com>
mbeierl [Thu, 16 Aug 2018 02:29:15 +0000 (22:29 -0400)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Fixing Suprious Exception
When the results are too small to calculate
the slope, an exception is reported in the
logs. This change avoids triggering the
exception criteria.
Change-Id: Iae886cde6244e9077ff94812bd830c48adaef365
Signed-off-by: mbeierl <mark.beierl@dell.com>
Alexandru Avadanii [Thu, 16 Aug 2018 14:18:13 +0000 (16:18 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for default apache ports
Change-Id: I9a1ab245a50242d2b3eecfa82fd9c272953aa6d8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Rex Lee [Thu, 16 Aug 2018 13:32:43 +0000 (13:32 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Disk Initialization and Custom Workload"
- Disk Initialization and Custom Workload
Removes the deprecated nowarm and nosdd parameters from the
call to StorPerf.
Adds a call to initialize the disk right after the stack
creation is complete so that the results from the
performance run are valid and not skewed by a disk that
is not operating at a consistent level of performance.
Adds the jobs API v2.0 when the custom parameter 'workloads'
is used instead of workload.
Improves documentation and adds more info about the
workload and workloads parameters.
Co-Authored-By: Ameed Ashour <Ameed.Ashour.Ext@nokia.com>
Change-Id: I17e96028f6a82e2c800c8f73c7be866e1cab6ad8
JIRA: YARDSTICK-1322
Signed-off-by: mbeierl <mark.beierl@dell.com>
Michael Polenchuk [Wed, 15 Aug 2018 10:07:32 +0000 (14:07 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Turn off default apache ports
Change-Id: I0377615ff19e39aca74b90d2ff7e7b2cd5cd6ccb
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Yibo Cai [Thu, 16 Aug 2018 05:05:29 +0000 (05:05 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Change the dashboard and heapster images in k8s to arm64 when running on arm platform"
- Change the dashboard and heapster images in k8s to arm64 when running on arm platform
Change the dashboard image in k8s from amd64 to arm64 on arm platform.
In extra-vars-aarch64.yml, add the dashboard image tag for supporting the
arm64 arch.
For heapster images, add a "sed" command in main.yml for replacing
the cpu architecture from amd64 to arm64.
And it will be invoked only when deploying the arm platform.
Change-Id: I584485f0356dcb925814f63cbc45ecbd459715bb
Signed-off-by: Jingzhao Ni <jingzhao.ni@arm.com>
leonwang [Thu, 16 Aug 2018 01:27:32 +0000 (09:27 +0800)]
Update git submodules
* Update docs/submodules/stor4nfv from branch 'master'
- Fix some bugs about ansible deployment
According to the feedback from Compass4NFV team,
the goal of this patch is for:
1. Add notario package install step
2. Ignore the error of checking ceph osd and mon service
3. Move nbp-installer role to the last one to install
Change-Id: Id6555cd9cd2877dc21ee5a92774c514b7c3fca34
Signed-off-by: leonwang <wanghui71@huawei.com>
Tim Rozet [Wed, 15 Aug 2018 21:08:49 +0000 (17:08 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Cperf: Fix all-in-one compute robot args
CSIT requires that OS_COMPUTE_1_IP and OS_COMPUTE_2_IP are still passed
with empty values.
Change-Id: I694f237bdae1f2a4804d79ff6cde13b99eba7ddc
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 15 Aug 2018 18:53:28 +0000 (14:53 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Add allinone snapshot job
Job will allow us to promote all-in-one snapshots.
Change-Id: I0d0bec8e7598219e17df32bb05a4e8d6efbc52dd
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 15 Aug 2018 01:17:33 +0000 (21:17 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Modify common patches schema to per branch
The common patch design doesn't really work across branches very well.
This patch makes it so the common patches are specified in the same
file, but on a per branch basis. Making it easier to manage common
patches per branch.
Also, includes a fix and adds test coverage to the prep_image method
where we were referencing 'undercloud_admin_ip' before assignment in a
case where we were not using ODL and had patches to overcloud.
Change-Id: I7672947afd826fdc0042361a0139e22d6d5dd864
Signed-off-by: Tim Rozet <trozet@redhat.com>
xiaodong shang [Wed, 15 Aug 2018 16:05:39 +0000 (16:05 +0000)]
Update git submodules
* Update docs/submodules/parser from branch 'master'
- Merge "parameter -nrpv not fuctioning in toscaparser"
- parameter -nrpv not fuctioning in toscaparser
In opnfv-toscaparer ver 1.0.1, when passing -nrpv to prohibit the input
parameter validation, i.e.
toscaparser --template-file <file> -nrpv
The exceptions of type MissingRequiredParameterError are still got
raised. Seems that -nrpv parameter is not working.
JIRA: PARSER-181
Change-Id: If44eefcc2b7bdb360eae023ed2c2cd67789c2128
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Abhijit Sinha [Wed, 15 Aug 2018 13:07:51 +0000 (13:07 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "[docs] Remove the VTC chapter in the userguide"
- [docs] Remove the VTC chapter in the userguide
Other references to VTC have also been removed.
Change-Id: Ia5592e29ddca1bf05cefa5b1364e0757ac78bc79
JIRA: YARDSTICK-1335
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Abhijit Sinha [Wed, 15 Aug 2018 12:48:39 +0000 (12:48 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Fix KPI data reported by ProxBinSearchProfile"
- Fix KPI data reported by ProxBinSearchProfile
List of changes made in ProxBinSearchProfile:
- Removed reporting of redundant records with zero values
- Fixed issue with results data from one step reported in the next step
- Added 'Step_Id' field to reflect to which search step current record belongs
- Added 'Confirmation_Retry' field to reflect retry number of current test.
This value depends on 'confirmation' configuration option of a runner.
JIRA: YARDSTICK-1379
Change-Id: Idc3f7e26ece41ac0dfbfee659daf310a2879e024
Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
Cedric Ollivier [Wed, 15 Aug 2018 09:17:07 +0000 (09:17 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Allow overriding rally-tag if OpenStack master"
- Allow overriding rally-tag if OpenStack master
It allows setting a newer rally-openstack tag in ollivier containers
to include "Fix the gates about cinder" [1].
TypeError: create() got an unexpected keyword argument 'source_replica'
[1] https://github.com/openstack/rally-openstack/commit/
67882d55ca453d6aa863d279ec4cfc2b52c80f0a
[2] https://bugs.launchpad.net/rally/+bug/
1785519
Change-Id: I5ed1002f345b0a9c51783850d09d0f336d0ed3d9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Wed, 15 Aug 2018 09:16:59 +0000 (09:16 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Create new project/user for rally test"
- Create new project/user for rally test
FUNCTEST-1002
Change-Id: Id19b9aa70aeded6d99978084b3de4a63e31a81ad
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Yang (Gabriel) Yu [Sat, 11 Aug 2018 03:14:43 +0000 (11:14 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- add k8s util functions for compatibility of upstream changes
JIRA: BOTTLENECK-243
Change-Id: Idcbe75a4bcd8fedde4e4b95ae999eebbaaa01645
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Tim Rozet [Mon, 13 Aug 2018 18:51:09 +0000 (14:51 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Allow common patches file
This patch adds allowing for common patches that should be applied to
every scenario to be included. It by default pulls in a file in the
deploy directory 'common-patches.yaml', but can optionally be
overridden.
This patch also includes a patch upstream to fix OSCLI not working
anymore due to breakage with the Cinder version in the overcloudrc.
Change-Id: I97b9efb937deff07e085b9ef75b9799fb65bfc57
Signed-off-by: Tim Rozet <trozet@redhat.com>
Wenjing Chu [Tue, 14 Aug 2018 23:23:37 +0000 (23:23 +0000)]
Update git submodules
* Update docs/submodules/clover from branch 'master'
- Merge "Add ansible scripts for raspberry pi based kubernetes edge cluster"
- Add ansible scripts for raspberry pi based kubernetes edge cluster
JIRA: CLOVER-71
This issue falls under the "Edge Cloud-Native Cluster" intern project and is a part of both Clover and Edge cloud projects. The detailed description of the project and the instructions for using the scripts are documented in the README.
Change-Id: I4fdb98f17ae0c53f918376ad6fb90be8ff0b0a71
Signed-off-by: adarsh1001 <adarshpalsingh1996@gmail.com>
shangxdy [Tue, 14 Aug 2018 14:03:34 +0000 (22:03 +0800)]
Update git submodules
* Update docs/submodules/parser from branch 'master'
- Bug fixe version info print
If parser Tosca error happens, it may not exist version info;
So it needs a process before print it.
JIRA: PARSER-183
Change-Id: I283d1d794b0db19f83a9abc0eee3962e94e21572
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Cédric Ollivier [Tue, 14 Aug 2018 16:29:36 +0000 (18:29 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update to Xtesting 0.57
It protects vs unset POD_ARCH (It completes "Disable Vmtp if POD_ARCH
= aarch64" [1])
[1] https://gerrit.opnfv.org/gerrit/#/c/60927/
Change-Id: I343c7a9047fe09aad7b9a39d0d045ac709f07a7a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Remove all lxd refs
All Joid runs are stopped, then these scenarios can't be maintained.
Change-Id: Ida7c8c86cbd377024047d4abbbc1806ad65afc8a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
mbeierl [Thu, 2 Aug 2018 20:25:28 +0000 (16:25 -0400)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Calculate Data Series
Adds the min, max and actual slope values to the
final report metrics so that end users do not
have to calculate these values.
Change-Id: Ic98ec5cbfcdf7447d2bffc46e9bd05e087c72965
JIRA: STORPERF-257
Signed-off-by: mbeierl <mark.beierl@dell.com>
Rodolfo Alonso Hernandez [Tue, 14 Aug 2018 13:50:27 +0000 (14:50 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Fix TRex RFC2544 traffic profile tolerance definition
In TRex RFC2544 traffic profile, the tolerance limit is not set correctly.
The parameters "tol_high" and "tol_low" in "get_drop_percentage" are
incorrect.
The tolerance limit should be reduced to 0.01.
JIRA: YARDSTICK-1382
Change-Id: If5fc1f3aec86effabd7903e0924724fe7eeb42ab
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Sofia Wallin [Tue, 14 Aug 2018 14:10:14 +0000 (14:10 +0000)]
Merge "Add edgecloud project to featureproject"
Cédric Ollivier [Tue, 14 Aug 2018 11:09:00 +0000 (13:09 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Set rally-openstack tag
It also updates rally to the latest tag.
Then it will allow updating pip if required (to clone refs).
Change-Id: I6edb172954672780f627370b0dd0acf0754da635
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Tue, 14 Aug 2018 10:57:44 +0000 (12:57 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Conforms Vmtp with create_server_timeout
https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-master/387/console
Change-Id: I3ef130bf5ad4b46f26776feeaa434ca528965f36
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Tue, 14 Aug 2018 10:56:15 +0000 (12:56 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Disable Vmtp if POD_ARCH = aarch64
Vmtp package delivers amd64 binaries in both architectures.
JIRA: ARMBAND-396
Change-Id: I4c6e010e47c8aa9adfafb373c261262d23ef382a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Alexandru Avadanii [Tue, 14 Aug 2018 11:30:43 +0000 (11:30 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[states] virtual control plane: dist_upgrade=True"
- [states] virtual control plane: dist_upgrade=True
Change-Id: I9c5c6cf564245d497d5916cc7f902ac277105bc6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Tue, 14 Aug 2018 11:29:31 +0000 (11:29 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[jump] Enable jumbo frames for vnet devices"
- [jump] Enable jumbo frames for vnet devices
By default, vnet devices have a MTU of 1500 on the host side, causing
issue with larger packets traversing the bridges between guest VMs
when guest VMs have jumbo frames enabled.
JIRA: FUEL-336
JIRA: FUEL-367
JIRA: FUEL-382
[1] http://linuxaleph.blogspot.com/2013/01/
how-to-network-jumbo-frames-to-kvm-guest.html
[2] https://packetpushers.net/udev/
Change-Id: I941ac9cf764e3b3fa2d6463be5363b5459775f29
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Cristina Pauna [Tue, 14 Aug 2018 08:12:05 +0000 (11:12 +0300)]
Add edgecloud project to featureproject
The new project edgecloud needs to have links to its documentation in the
opnfv docs feature projects page.
Also fix the submodules to take the latest changes
Change-Id: If4476f1dbe70d5eeb9cad86cff7c2fba9e952be8
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
dimitris.tsiolakis [Tue, 7 Aug 2018 11:59:06 +0000 (14:59 +0300)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Test case descriptions for Tempest smoke tests
Adding a high-level description of the Tempest smoke tests.
As agreed on the last Dovetail call, we are aiming for a relatively low
level of detail and instead point to available documentation. As the
tests themselves are quite simple of read, this is the best,
most concise, and up-to-date version of documentation we can find.
JIRA: DOVETAIL-599
Change-Id: I985592c55fd415e254e70db6c6480c7bf3670a29
Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
Harry Huang [Tue, 14 Aug 2018 09:23:10 +0000 (09:23 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Get VIRT_NUMBER from DHA file"
- Get VIRT_NUMBER from DHA file
JIRA: COMPASS-611
Change-Id: I498ea9517ff4f29c0369b8339b5e625c4131bd00
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
xudan [Mon, 13 Aug 2018 03:48:11 +0000 (23:48 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Update cli reference guide
JIRA: DOVETAIL-713
Change-Id: Ie740c8bf24c297c2537b23e1d35e0b4d40cd3e35
Signed-off-by: xudan <xudan16@huawei.com>
Venkata Harshavardhan Reddy Allu [Thu, 19 Jul 2018 10:20:58 +0000 (15:50 +0530)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Added unit tests for 'openstack_utils.py' module
JIRA: SFC-123
Change-Id: Ia41ec596d1c2247b2c86d88672a07e50021b3bc0
Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
Alexandru Avadanii [Mon, 13 Aug 2018 14:08:38 +0000 (16:08 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [reclass] noifupdown for cluster nodes PXE/admin
Instead of applying PXE/admin static IPs via Salt right away,
delay the transition from DHCP until after node reboot to avoid
duplicate IPs and networking issues during deployment.
Change-Id: I8a12d78a6b42edc9bcf9eb9ebc9590e2af5ec52c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Cédric Ollivier [Mon, 13 Aug 2018 19:59:22 +0000 (21:59 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Allow setting two image extra properties per testcase
It conforms with the flavor extra specs model [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/60713/
Change-Id: I1555a313aaf56ae47f9ad2a4529eb8b94e636c00
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Rex Lee [Tue, 14 Aug 2018 01:44:00 +0000 (01:44 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Bugfix: pylint fix for yardstick/orchestrator/heat.py (no-value-for-parameter)"
- Bugfix: pylint fix for yardstick/orchestrator/heat.py (no-value-for-parameter)
Problem
op_utils.get_volume_id takes 2 arguments and only pass 1. This would
cause tc006 fail!
volume_id = op_utils.get_volume_id(volume_name)
it will cause:
Running pylint...
You can speed this up by running it on 'HEAD~[0-9]' (e.g. HEAD~0, this
change only)...
Using config file /home/opnfv/repos/yardstick/.pylintrc
************* Module yardstick.orchestrator.heat
E:235,20: No value for argument 'volume_name' in function call
(no-value-for-parameter)
To Do
It doesn't need to call get_volume_id here, just use heat get_resource
would be enough. This fix should work with tc006 test case.
JIRA: YARDSTICK-1371
Change-Id: I913ffd085f742ae4464dbcc4269719e2c50e37b5
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
serena.spinoso [Thu, 26 Apr 2018 12:19:16 +0000 (14:19 +0200)]
Update git submodules
* Update docs/submodules/parser from branch 'master'
- Support TOSCA in verigraph (gRPC service)
JIRA: PARSER-179
Add TOSCA service description in gRPC server.
Add a TOSCA-based client to use the new functionality.
Add a JUnit class for testing gRPC service with TOSCA descriptor
Change-Id: Id3217a674f076714cd48e3b7e4236e7445d89cd2
Signed-off-by: serena.spinoso <serena.spinoso@polito.it>
xudan [Wed, 8 Aug 2018 07:08:03 +0000 (03:08 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Remove one sub test cases from neutron trunk
There is one sub test case that can't work correctly on Mitaka,
neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_create_update_trunk_with_description
It will get a 'Bad request' error.
Details: {u'message': u"Unrecognized attribute(s) 'description'",
u'type': u'HTTPBadRequest', u'detail': u''}.
That's mainly because of that,
For Mitaka, there's only several extension resources that support
attribute 'description', which is 'security_group_rules', 'security_groups',
'ports', 'subnets', 'networks', 'routers', 'floatingips' and 'subnetpools'.
All other extension resources including trunk port can't create with description.
See https://github.com/openstack/neutron/blob/mitaka-eol/neutron/extensions/standardattrdescription.py#L22
For Newton, all subclasses of class 'HasStandardAttributes' support
the attribute 'description' including class Trunk.
See https://github.com/openstack/neutron/blob/newton-eol/neutron/extensions/standardattrdescription.py#L49,
https://github.com/openstack/neutron/blob/newton-eol/neutron/db/standard_attr.py#L158
and
https://github.com/openstack/neutron/blob/newton-eol/neutron/services/trunk/models.py#L26
JIRA: DOVETAIL-723
Change-Id: Ifdfea7c54a1888d933c8ddd78a6feea1db93368c
Signed-off-by: xudan <xudan16@huawei.com>
xudan [Fri, 10 Aug 2018 07:26:18 +0000 (03:26 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Update user guide
JIRA: DOVETAIL-710
Change-Id: If6150e75202851e80b3b945743eca3362dba69c7
Signed-off-by: xudan <xudan16@huawei.com>
xudan [Wed, 1 Aug 2018 03:36:37 +0000 (23:36 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Remove 2 sub test cases from neutron_trunk check list
1. neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_create_update_trunk
This test case will get the value of key 'revision_number' [1],
While this is a new extension for Newton and not support by Mitaka.
Please refer to the history of neutron github and the differences between
mitaka tag [3] (which has no file revisions.py) and newton [4].
2. neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_show_trunk_has_project_id
This test case requires extension 'project-id' [5], while this is also a new
extension for Newton. Please refer to the history of neutron [6] and the difference
between mitaka tag [3] (which has no file project_id.py) and newton [7].
Also it is a little unreasonable to check both tenant_id and project_id.
For some products, they may only have either tenant_id or project_id (not both).
Has sent an email to the neutron_trunk team but get no feedback until now.
[1] https://github.com/openstack/neutron/blob/stable%2Fpike/neutron/tests/tempest/api/test_trunk.py#L123
[2] https://github.com/openstack/neutron/commits/newton-eol/neutron/extensions/revisions.py
[3] https://github.com/openstack/neutron/tree/mitaka-eol/neutron/extensions
[4] https://github.com/openstack/neutron/blob/newton-eol/neutron/extensions/revisions.py
[5] https://github.com/openstack/neutron/blob/stable%2Fpike/neutron/tests/tempest/api/test_trunk.py#L110
[6] https://github.com/openstack/neutron/commits/newton-eol/neutron/extensions/project_id.py
[7] https://github.com/openstack/neutron/blob/master/neutron/extensions/project_id.py
JIRA: DOVETAIL-723
Change-Id: Idb4a56d47148b14ae4674549f98b1be65e9b8f15
Signed-off-by: xudan <xudan16@huawei.com>
Cédric Ollivier [Mon, 13 Aug 2018 11:31:38 +0000 (13:31 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update all patch configs
It takes all new testcases into account.
It allows running vnfs vs dpdk scenarios too.
Change-Id: I789f6bb1c3df891b1a94f2a674c15085f81f2f23
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Deepak S [Thu, 9 Aug 2018 05:00:51 +0000 (10:30 +0530)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- update from src port in the pvt/pub handler
Change-Id: Iccd72f6ab3db68bc093c42d60d225fe86f8fbda7
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
- Enable the local cache mac address
Change-Id: If7d72f6ab3db68bc093c42d60d125fe86f8fbda7
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Alexandru Avadanii [Sun, 5 Aug 2018 04:37:12 +0000 (06:37 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [noha] Add mas01 reclass inheritance
While at it, move openstack_version param to the common include dir.
JIRA: FUEL-382
Change-Id: I5e7ebb18a95672f066126d3afd28f13395a3149f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
xudan [Fri, 10 Aug 2018 02:58:26 +0000 (22:58 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Clean results directory to reduce the size of the package uploaded
JIRA: DOVETAIL-726
Change-Id: I57cb14cd5fe03a51e1691d7b48359bdd9b472ae4
Signed-off-by: xudan <xudan16@huawei.com>
xudan [Tue, 7 Aug 2018 08:02:37 +0000 (04:02 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Create a test case descriptions for Patrole RBAC tests
JIRA: DOVETAIL-682
Change-Id: I37bb5ea2ba5b68407541e3e9d90d760e1720d3e7
Signed-off-by: xudan <xudan16@huawei.com>
Mika Rautakumpu [Thu, 2 Aug 2018 13:39:30 +0000 (16:39 +0300)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Test case description for Yardstick HA case
This is test case description for HA
test neutron-l3-agent. Yardstick TC058.
JIRA: DOVETAIL-637
Change-Id: I90e0225e6f086982da9f6ea686fbc8c179f45984
Signed-off-by: Mika Rautakumpu <mika.rautakumpu@nokia.com>
dimitris.tsiolakis [Mon, 30 Jul 2018 12:02:07 +0000 (15:02 +0300)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Test case descriptions for SNAPS smoke tests
Adding a high-level description of the SNAPS smoke tests.
As agreed on the last Dovetail call, we are aiming for a relatively low
level of detail and instead point to available documentation. As the
tests themselves are quite simple of read, this is the best,
most concise, and up-to-date version of documentation we can find.
JIRA: DOVETAIL-630
Change-Id: I38b072e29ec4cfe50baf0ac3350ea1a1d3e8d67a
Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
Alex Yang [Wed, 8 Aug 2018 09:24:11 +0000 (17:24 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Correct the img location in kolla build job
Change-Id: Id1e2d7d3ddfbc330b623a8ee7cfc8400ceb0e4ca
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Cédric Ollivier [Sun, 12 Aug 2018 10:35:37 +0000 (12:35 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update to Xtesting 0.56
Change-Id: Ia7eb5f6c7448bcd760ebb19e2ad66ba183242e83
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
ahothan [Sat, 11 Aug 2018 16:51:49 +0000 (09:51 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- Remove hardcoded tag from Dockerfile and pick latest
Change-Id: Ib101e76d588c3576e76039a2fd90917216b0e646
Signed-off-by: ahothan <ahothan@cisco.com>
Yichen Wang [Sat, 11 Aug 2018 03:01:20 +0000 (20:01 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- [NFVBENCH-101] Hyperviosr affinity needs to be kept with NFVbench VMs
Change-Id: I312e38251115769b8f21ec54c1bd3fe647e57c76
Signed-off-by: Yichen Wang <yicwang@cisco.com>
Cedric Ollivier [Sat, 11 Aug 2018 08:53:15 +0000 (08:53 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Test OpenStack vGPU feature"
- Test OpenStack vGPU feature
XCI will be able to deploy this feature
on top of pharos lab with GPU so we have test it
This test can be improved in the future with OpenCL tests etc
| DEPLOY_SCENARIO | os-nosdn-vgpu-ha |
+-------------------+-------------------+------------------+----------------+
| TEST CASE | PROJECT | DURATION | RESULT |
+-------------------+-------------------+------------------+----------------+
| vgpu | functest | 01:00 | PASS |
+-------------------+-------------------+------------------+----------------+
Change-Id: I50618f47097a0257b1834b3966054d20458715df
Signed-off-by: Valentin Boucher <valentin.boucher@kontron.com>
Cédric Ollivier [Sat, 11 Aug 2018 08:32:16 +0000 (10:32 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix rally args when serial (tempest_scenario)
Change-Id: I04c2389310d1377452a171da9bf50fde67e94e7c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Tim Rozet [Wed, 8 Aug 2018 21:43:55 +0000 (17:43 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Allow all in one deployments
This patch adds the ability to deploy all in one single nodes (Control
+ Compute). To enable this functionality do the following for each
deployment type:
- Baremetal: do not tag any nodes as compute in the inventory file
- Virtual: use argument '--virtual-computes 0'
JIRA: APEX-548
Change-Id: I22525c9eb21d331129c819449316c26a6fcf522d
Signed-off-by: Tim Rozet <trozet@redhat.com>
Yu Yang (Gabriel) [Sat, 11 Aug 2018 02:34:47 +0000 (02:34 +0000)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "add k8s test configs preparation"
- add k8s test configs preparation
JIRA: BOTTLENECK-243
Change-Id: I994c71f03c4c2429d62618920cfc92fc1ed16abe
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Tim Rozet [Sat, 11 Aug 2018 00:36:48 +0000 (20:36 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Fix enable-condition on verify gate
Change-Id: Id2ac2945af9a419303f21f74cca8eb513f90ce80
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 10 Aug 2018 19:34:39 +0000 (15:34 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Allow deploying csit env in verify
This patch allows us to run a gate job against csit environment, by
doing something like:
start-gate-scenario: os-nosdn-nofeature-noha-csit
Change-Id: I3041404cdfdffe159cff33ecd72be93fe9383e10
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 10 Aug 2018 18:01:35 +0000 (14:01 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Allow gating on allinone deployment
This allows us to run a verify job on an all-in-one (control+compute)
type of deployment.
Change-Id: Ia4174c8eb5d55aaa05e63ddce59301e62b3a8a04
Signed-off-by: Tim Rozet <trozet@redhat.com>
Cedric Ollivier [Fri, 10 Aug 2018 16:50:17 +0000 (16:50 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Publish rally logs to ease debugging."
- Publish rally logs to ease debugging.
It also redirect stderr to stdout as tempest mainly prints in stderr.
JIRA: FUNCTEST-999
Change-Id: I64bfa31b01aa2ce5444b6e0f0ac46f8cde8dbaa3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Tim Rozet [Fri, 10 Aug 2018 16:13:12 +0000 (12:13 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- CPERF: CSIT updates
Changes-Include:
- OPENSTACK_TOPO is now decided dynamically
- Make the containerized start/stop commands more simple
- Include CSIT logging in CSIT promotion
Change-Id: I4b178cfd95cf45b808ab9e82b317b729e5f3028f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Cedric Ollivier [Fri, 10 Aug 2018 16:22:52 +0000 (16:22 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Remove explicit Rally task validation"
- Remove explicit Rally task validation
Utilize the output of Rally task execution since it internally
validates the task.
Use Popen.communicate to get the output from the running Rally task.
Change-Id: I9b1299bc26129ff4f89adccec611c78195a3ab02
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Markos Chandras [Fri, 10 Aug 2018 13:37:22 +0000 (16:37 +0300)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- xci: Restrict virtualbmc to version 1.3
Version 1.4 brings in additional dependencies and it's currently
not used in OpenStack anyway. So lets stick to 1.3 for now.
Change-Id: I2489168cae12f7fa3271c2de7d4fcf37bdb97810
Signed-off-by: Markos Chandras <mchandras@suse.de>