Trevor Bramwell [Wed, 8 Nov 2017 00:07:29 +0000 (00:07 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Update Yamllint Version"
- Update Yamllint Version
1.6.0 is quite a bit out of date; Updating Yamllint to 1.8.2 will enable
some nicer feature of yamllint (like single line rule disables).
Change-Id: I88d1c14539516ccef4f5e2e7e95b0017503dd98f
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Narinder Gupta [Fri, 3 Nov 2017 18:56:55 +0000 (13:56 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- few more fixed for ARM bare metal deployment.
Change-Id: I9cec17471e962bbf161e9fe331b61d5cb10171c8
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Zhijiang Hu [Mon, 6 Nov 2017 07:51:22 +0000 (02:51 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [daisy] Kolla docker image build needs root privilege
Change-Id: I8b206f8aaa965b90eb13d5f859c5d9d7b530e0e9
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Thomas Duval [Tue, 7 Nov 2017 14:57:13 +0000 (15:57 +0100)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Add policy.json examples
Change-Id: I862ea10f8e83a0d577f60687835703078b6b4bc9
Ross Brattain [Fri, 3 Nov 2017 01:12:33 +0000 (18:12 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- test_sample_vnf: mock time
Change-Id: Id8aa734fee431d90cbdc1e0eb2173784ada822fe
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Periyasamy Palanisamy [Thu, 19 Oct 2017 12:34:19 +0000 (14:34 +0200)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- use openstack api's instead of CLIs
add two apis update_instance_quota_class and
update_nw_subnet_port_quota and make run_sdnvpn_tests.py to use these
APIs for setting quotas
JIRA:SDNVPN-188
Change-Id: I764bb6897e6c4c5abad4d252c1f3b4ccc742d52e
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Alexandru Avadanii [Tue, 7 Nov 2017 15:35:45 +0000 (15:35 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "docs: Add network layout example diagrams"
- docs: Add network layout example diagrams
JIRA: FUEL-295
Change-Id: I3d7958951f1b37fe34dfaa28710a7f286a7a549a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Tue, 7 Nov 2017 15:31:25 +0000 (15:31 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[maas] Conform regex to machines status output"
- [maas] Conform regex to machines status output
Change-Id: Icc30d27951abb1e231c9269c6293782a39e08fb6
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Michael Polenchuk [Tue, 7 Nov 2017 07:57:22 +0000 (07:57 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Revert "Freeze the galera formula to avoid update"
This reverts commit
f49340e1aac3f5e8bb009a9d0d35aa6fedba7384.
Version has been set back to 5.6 in upstream.
Change-Id: I06d6865e59cfbc5055322eb31cbb237075ebdcb1
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Ruan HE [Tue, 7 Nov 2017 10:50:20 +0000 (10:50 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Connect the Moon subjects with the Keystone users."
- Connect the Moon subjects with the Keystone users.
Change-Id: I67a8956e86cda0853f352743ab0886169bdc2902
Thomas Duval [Tue, 7 Nov 2017 10:20:15 +0000 (11:20 +0100)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Add additional files for the GUI component.
Change-Id: I3753740b42501fa5f370e57c9e0284230438c13d
Martin Klozik [Tue, 7 Nov 2017 09:10:43 +0000 (09:10 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "load_gen: Supporting loading of load_gen via loader."
- load_gen: Supporting loading of load_gen via loader.
Currently all tools are loaded via loader utility, except load_gen.
Load_gens were loaded directly through component_factory.
This patch adds support to load load_gens through loader utility.
The changes are as follows:
1. Configuration changes:The common.conf include configuration of
directory. testcases.conf includes changes to load configuration,
where tool is no more part of the load-configuration. The
custom.conf has configuration of LOADGEN to be used - this configuration
replaces the earlier 'tool' configuration parameter.
2. loader_utility_changes: In loader.py, loadgen_loader is
defined, which is used in new get_loadgen function.
3. component_factory changes: in create_loadgen, similar
to other tools, the function just retuns the object of loadgen_class.
4. Renaming of Dummy load_gen: Loader fails to load properly a dummy
loadgen due to name-clash with dummy in pkt_gen. To avoid this name clash
dummy is renamed to dummyloadgen.
5. testcase changes: create_loadgen is now called with output of
loader's get_loadgen_class.
6. Fixed Pylint Errors and extra-space at the end.
7. Included CLI options support for --loadgen and --list-loadgens.
Thanks to Martin K.
8. Added the missing loadgen parameter in testcases.conf.
9. Fixed the missing comma error.
10. Added CI change in build-vsperf.sh
11. Fixed configuration reading in stress/stress.py
JIRA: VSPERF-533
Change-Id: I3fbb259618825a12fef55320a748a4f02509190b
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Martin Klozik [Fri, 3 Nov 2017 13:50:00 +0000 (13:50 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- vpp: Multiqueue support for VPP
VPP class was updated to configure RX queues of VPP interfaces
based on VSWITCH_DPDK_MULTI_QUEUES value.
Change-Id: I855dbaef86cf935b2639976e8b1757eb1af4e9ac
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
Cedric Ollivier [Tue, 7 Nov 2017 08:23:56 +0000 (08:23 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Fix the format of getting upper-constraints"
- Fix the format of getting upper-constraints
Change-Id: I8a769ec161b1a718ef259ae6b6615aec01e337ec
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Linda Wang [Thu, 26 Oct 2017 01:37:37 +0000 (01:37 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Move fds to features tier
Change-Id: I7aa9d73c7ffbfdad7d5a929968fb640d9a8de62e
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Thomas Duval [Tue, 7 Nov 2017 08:16:52 +0000 (09:16 +0100)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Update GUI code to the latest available.
Change-Id: Iccb0c4b94215cce1ea0697a16d271fd186c17284
Deepak S [Tue, 7 Nov 2017 04:57:21 +0000 (04:57 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Rework handle_esp.c (proto, DPDK<17.08, cleanup)"
- Rework handle_esp.c (proto, DPDK<17.08, cleanup)
- Adjust handle functions to PROX-v035+ prototype, returning 0 when all
packets have been handled.
- Because cryptodev API was modified in DPDK 17.08, many changes would
be necessary to support it. For the moment, just exclude handle_esp.c
from PROX build when using DPDK 17.08+, which will be supported later.
- Cleanup:
- consistent use of PROX_PANIC to cleanly fail on errors
- consistent use of OUT_DISCARD to drop unhandled packets
- remove "__attribute__((unused))" when parameter is actually used
- remove unused defines, fields and variables
Change-Id: I10d84fa184a866b4a5f87272875612aace5dd5b1
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
Deepak S [Tue, 7 Nov 2017 04:56:51 +0000 (04:56 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "lw_AFTR: IP Checksum required on generated packet."
- lw_AFTR: IP Checksum required on generated packet.
In lwAFTR (ipv6 de-encapsulate) the generated ipv4 packet requires an IP
checksum, otherwise this packet is dropped in Openstack. (Openstack is
much stricter than baremetal) Some fields in the header need to be
initialized.
Add flag in Makefile which when enabled will build to include the generate
the IP checksum in the build. FLAG = GEN_DECAP_IPV6_TO_IPV4_CKSUM=y
Not include in default build.
Change-Id: If94e7cff64b03c66362021f05e48fb9265fc8210
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
Patrice Buriez [Wed, 25 Oct 2017 18:30:34 +0000 (20:30 +0200)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge changes from PROX-v041
Change-Id: Ie6d4e7ce22c27967117a446626f5923643397812
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
Alex Yang [Tue, 7 Nov 2017 02:22:06 +0000 (10:22 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Switch master branch to openstack pike
According to the patch in upstream [1].
[1] https://review.openstack.org/#/c/514548/
Change-Id: Ie8edee057aa46ffe0c3f4d96f0c9afb4f1635920
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
spisarski [Fri, 3 Nov 2017 16:39:24 +0000 (10:39 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Added method to OpenStackHeatStack to return OpenStackSecurityGroup objects.
Continuation of the story SNAPS-153 for adding creator/state machine
instances for OpenStack objects deployed via Heat.
JIRA: SNAPS-207
Change-Id: Id479b69c2b166ab38724c3886096d8483998f819
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Aaron Smith [Mon, 6 Nov 2017 15:29:04 +0000 (15:29 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "ubuntu_14.04: Cleanup for Ubuntu 14.04"
- ubuntu_14.04: Cleanup for Ubuntu 14.04
Change-Id: I8367a7f151901c8fa6f1da5c442c9372d8b3cd88
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
Steven Pisarski [Mon, 6 Nov 2017 15:04:22 +0000 (15:04 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Added logging when a heat stack fails."
- Added logging when a heat stack fails.
Added the stack resource reason to the error logs for each
resource who's status is 'CREATE_FAILED'. All resons will be
output to debug.
JIRA: SNAPS-190
Change-Id: Ieb1cdb2089eb6e1c1a7c96c143b82af1b7a9efb7
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Ruan HE [Mon, 6 Nov 2017 14:56:49 +0000 (14:56 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Fix the bug on the connection between interface and authz."
- Fix the bug on the connection between interface and authz.
Change-Id: Iea2f763fb2cfb90250be76d91cb2fe0e9b481716
Thomas Duval [Mon, 6 Nov 2017 12:58:13 +0000 (13:58 +0100)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Move conf file to comply with the startup script.
Change-Id: I04100328879f552fdd8e18802be20180dd6412ec
Steven Pisarski [Mon, 6 Nov 2017 14:43:50 +0000 (14:43 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Added method to OpenStackHeatStack to return OpenStackRouter objects."
- Added method to OpenStackHeatStack to return OpenStackRouter objects.
Continuation of the story SNAPS-153 for adding creator/state machine
instances for OpenStack objects deployed via Heat.
JIRA: SNAPS-173
Change-Id: Iac9138ef7827c10db1637447d3a909e714a0301b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Cedric Ollivier [Mon, 6 Nov 2017 14:02:57 +0000 (14:02 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Define thirdparty-requirements.txt for functest-parser"
- Define thirdparty-requirements.txt for functest-parser
As Parser python packages has been renamed, they can be defined in
upper-constraints.txt. No conflict can occur between them and the
official OpenStack packages.
The Parser testcase still requires a dedicated container to avoid
conflicts in namespaces.
Change-Id: Ic8d18140f26e72d1e3d04b73d301d3fd870b171a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Mon, 6 Nov 2017 14:02:46 +0000 (14:02 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Allow building containers from a gerrit change"
- Allow building containers from a gerrit change
It leverages on git command instead of pip git support [1].
Otherwise it forces pip master which raises side effects in rally [2]
It is mandatory for implementing Functional testing gating [3]
[1] https://pip.pypa.io/en/stable/reference/pip_install/#git
[2] https://gerrit.opnfv.org/gerrit/#/c/40909/
[3] https://wiki.opnfv.org/display/functest/Functional+testing+gating
Change-Id: Ia18fee3e60fc08da9b96730ce85d5b7c866144aa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Morgan Richomme [Mon, 6 Nov 2017 13:58:55 +0000 (13:58 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Update Functest to OpenStack stable/pike"
- Update Functest to OpenStack stable/pike
It updates setup.py, (test-)requirement.txt and upper-constraints.txt
according to OpenStack requirements [1].
It disables all Features testcases as they are not synchronized with
OpenStack stable/pike yet [2].
The docker functest-parser is simplified as it can be based on
functest-core as both Functest and Parser leverage on OpenStack
stable/pike.
ODL_TAG and REFSTACK_TAG variables are set to master again.
[1] http://git.openstack.org/cgit/openstack/requirements/log/?h=stable/pike
[2] https://wiki.opnfv.org/display/functest/Requirements+management
Change-Id: I23fa84f35244c1f4026abd89414b99576f042ee4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Mon, 6 Nov 2017 09:51:27 +0000 (10:51 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Protect vs exceptions when ext_nets is empty
Otherwise several exceptions are raised in TestCase constructors
(those defined in heathcheck).
Change-Id: I4cb054f7092ea9db02cb8c4469e99848533c556b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Taseer Ahmed [Mon, 6 Nov 2017 10:53:51 +0000 (10:53 +0000)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Merge "Prevent user from starting a second job while one is already running."
- Prevent user from starting a second job while one is already running.
JIRA: STORPERF-214
Change-Id: I1fe7c0bc61dfa7899d39cee1d13f99b2435115cd
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Tim Rozet [Tue, 12 Sep 2017 21:32:56 +0000 (17:32 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Adds ability to deploy from upstream openstack
To deploy with upstream openstack branch, use new deploy setting 'os_version'.
A default scenario file for nosdn with pike has been included in this patch.
If 'os_version' is a version other than the default version for this OPNFV
release, then upstream is used.
In order to use upstream with the current OS version use '--upstream'
argument to the deploy command, to force an upstream deployment.
Also include '-e upstream-environment.yaml' to use default upstream
deployment settings.
Supports nosdn and odl-nofeature deployments.
Change-Id: Ic07e308827b449637b4e86cdd086434e4de2fb69
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 6 Nov 2017 04:32:06 +0000 (15:32 +1100)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Fixes missing openstack-nova-compute on undercloud
openstack-nova-compute was missing on the undercloud image and it is
also missing in the delorean repo from which we froze artifacts for
OPNFV release. This is likely due to the age of the repo and to fix it
we need to update the delorean repo on undercloud and install the
missing package during build time.
JIRA: APEX-538
Change-Id: I0f7cd26d5c8e4ad538b3ba3725ab5e7684a50b6a
Signed-off-by: Tim Rozet <trozet@redhat.com>
Taseer Ahmed [Mon, 6 Nov 2017 07:39:03 +0000 (07:39 +0000)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Merge "User Interface for homepage"
- User Interface for homepage
Experimental changes.
* Used Bootstrap to create a minimalistic UI
Change-Id: I0f2ac253b695510b54ba18ab942958df8a174e85
JIRA: STORPERF-212
Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
Guo Ruijing [Sun, 5 Nov 2017 18:01:07 +0000 (10:01 -0800)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Add more deploy in container4nfv daily jobs
Change-Id: Ie42f991d6c3690fe4970bcc737777a36d76eeb90
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
xudan [Thu, 2 Nov 2017 06:17:10 +0000 (02:17 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Bugfix: Failed to build local DB on Centos
1. The scripts for building local DB and testapi service just work on Ubuntu.
2. For Centos, they fails to do that.
3. This is mainly because of that Centos can't use the IP of the JumpHost
to connect the DB and testapi. It needs to use the internal IPs of the
DB container and the testapi container.
4. Change the IPs in the scripts to be the containers' internal IPs.
JIRA: DOVETAIL-548
Change-Id: I71aed82cb620b58bcd43ace61497db65c5bd7ecc
Signed-off-by: xudan <xudan16@huawei.com>
Alexandru Avadanii [Sun, 5 Nov 2017 20:20:02 +0000 (21:20 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- p/fuel: bm: linux-image-generic-hwe-16.04-edge
The Salt way to pin the kernel version is via its reclass model, by
defining system.kernel.version. However, this only works with
explicit kernel package names and not with meta package names
(e.g. linux-image-4.13.0-9916-generic is expected instead of
linux-image-generic-hwe-16.04-edge, which would break the
`linux_kernel_old_absent` state).
For now, let's explicitly call `pkg.install` for the kernel and
headers packages, using the meta package name to ensure automatic
fallback to Ubuntu packages if Armband repos are missing,
respectively to automatically pick up new kernel package names
in case of meta + kernel packages bump later.
JIRA: ARMBAND-280
Change-Id: I5448df1de1b3c211583708402b5c7497df92fc16
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Cedric Ollivier [Sun, 5 Nov 2017 13:34:11 +0000 (13:34 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Add new cinder scenarios for rally sanity/full"
- Add new cinder scenarios for rally sanity/full
Included several CinderQos and CinderVolumeTypes scenarios introduced
by the recent Rally version.
Change-Id: Ibd2affa2e0d24ec79d3b4518456ca0f0457ace9f
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Juha Kosonen [Sat, 4 Nov 2017 16:24:55 +0000 (18:24 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix rally cinder scenarios
Remove network and servers context and set image and flavor as a
scenario parameters.
Change-Id: I5181ccce61c4f58af3737619d1b7d259cf539937
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Mytnyk, Volodymyr [Wed, 25 Oct 2017 13:07:58 +0000 (14:07 +0100)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- ves: update VES app user guide
- Updated VES application user guide according to latest changes
of VES application.
- Fixed sphinx user guide warnings
Change-Id: I6e402f2ab5f05ace47d779f87fe650e305973128
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
ahothan [Sat, 4 Nov 2017 10:13:13 +0000 (21:13 +1100)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- Update hw requirements
Change-Id: I7e403ec5a550804b43c685bdbfd70c8bff7a2d70
Signed-off-by: ahothan <ahothan@cisco.com>
Ruan HE [Sat, 4 Nov 2017 06:46:52 +0000 (06:46 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Update the TODO"
- Update the TODO
Change-Id: I2053c0ae1295359889e4aff5fb76889b7f8a6e57
Thomas Duval [Fri, 3 Nov 2017 15:12:24 +0000 (16:12 +0100)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Don't force the script to map the "admin" tenant to a PDP
Change-Id: I8b4cddd018b1869181304986f731b5529c3fd01a
- Fix the Moon platform startup and fix some bugs in startup.
Change-Id: I9014071c755ec5ef0c9eb0d575af29d5f3ad3533
- Fix a bug in categories
Change-Id: I914f33c054dffc103cbe8c7e9165526b728a82ea
- Use Apache as web server and create configuration for host and port
Change-Id: Ibbf50f069d8013900884c17a86b1105fc1eb7ae7
Zhijiang Hu [Thu, 2 Nov 2017 12:17:46 +0000 (08:17 -0400)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Increase retries and decrease threads to make build more stable
Change-Id: Idb8d4f64a1799cfdf80401e4dc5b3f24caa7a04b
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Trevor Bramwell [Fri, 3 Nov 2017 20:45:21 +0000 (20:45 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[Daisy] Add docker image tarball builder"
- [Daisy] Add docker image tarball builder
This PS do:
1. Add docker image tarball builder as a Daisy project job.
Name is daisy-kolla-build-.*
2. Upload image to artifact storage after building.
3. Fix new job runs on daisy-virtual.
4. Block jobs with each other which may run Daisy VM because
VM has the same name.
Change-Id: I148473ca33f1e10490684b7608354a4ba548714f
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Alexandru Avadanii [Fri, 3 Nov 2017 17:20:17 +0000 (18:20 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for debian_ip lowercase fix
While at it, revert commit adding "opnfv" user to "libvirt" group,
as it would break with the current event flow (opnfv user being
created prior to libvirt group).
Change-Id: I6f5d578153c33dcddac76bc7bc6b428fe6796b1a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Aric Gardner [Fri, 3 Nov 2017 19:57:16 +0000 (19:57 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "multiarch: Modify doctor x86_64, aarch64 verify jobs"
- multiarch: Modify doctor x86_64, aarch64 verify jobs
Modify doctor verify jobs to run for each architecture.
JIRA: https://jira.opnfv.org/browse/ARMBAND-305
Change-Id: Ia25c3751ac18233290c9e98e74bc21d9dc35f27c
Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Georg Kunz [Fri, 3 Nov 2017 18:43:22 +0000 (19:43 +0100)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Minor docs change to test docs integration
This is minor patch which updates the documentation in the dovetail
repo in order to test the toolchain integration in opnfvdocs.
Change-Id: Id91c57d1a38cf02d8ed4653bc9eddb7081f025e7
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
spisarski [Fri, 3 Nov 2017 18:26:02 +0000 (12:26 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Quick fix around static IPs and ports in launch.py application.
Change-Id: I81b74fb37aee37644f3092251ae5163d57392fdc
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Charalampos Kominos [Fri, 3 Nov 2017 15:53:02 +0000 (16:53 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- p/fuel: Add opnfv user to libvirt group
Change-Id: Ia075a790fce0aeb0d21b20b2775e2cc079311b88
Alexandru Avadanii [Fri, 3 Nov 2017 17:16:14 +0000 (17:16 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "Enable glance v1 api for orchestra tests"
- Enable glance v1 api for orchestra tests
Change-Id: Ia896c3f9fcd96dd498eef6d1f83d46e29df0cd6b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Alexandru Avadanii [Thu, 2 Nov 2017 18:36:23 +0000 (19:36 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- salt modules: debian_ip: Accept uppercase ifaces
Since VMs are not affected by this limitation, only apply the fixup
to baremetal nodes.
JIRA: FUEL-299
Change-Id: Ib94c481627538d900295df03b8c8fdc7b61cd718
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Linda Wang [Fri, 3 Nov 2017 08:54:06 +0000 (08:54 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Remove the constraint of INSTALLER_TYPE
Revert the patch: https://gerrit.opnfv.org/gerrit/#/c/45167
When run on non-opnfv deployment, there is no such concept of INSTALLER_TYPE.
Change-Id: I3d420334c9329f7565cf22a0c314a4ffdb410d36
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Guo Ruijing [Thu, 2 Nov 2017 19:43:19 +0000 (15:43 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- fix deploy.sh not runing issue
deploy.sh is not called as jenkins log
+ cd /home/jenkins/opnfv/slave_root/workspace/container4nfv-daily-master/ci ./deploy.sh
No emails were triggered.
Change-Id: Ie590a53d05ef3d92f78cce0608c165cd2c98c582
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Sofia Wallin [Fri, 3 Nov 2017 08:53:58 +0000 (08:53 +0000)]
Merge "Fix typo on samplevnf release notes ref"
Markos Chandras [Fri, 3 Nov 2017 05:40:06 +0000 (05:40 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "Bump OpenStack Ansible SHAs"
- Bump OpenStack Ansible SHAs
We also need to allow root logins when the ansible-hardening role
is applied which are disabled by default.
Change-Id: I71f881305bafdd884d541cd34796a6fed8eee157
Signed-off-by: Markos Chandras <mchandras@suse.de>
Alexandru Avadanii [Thu, 2 Nov 2017 21:57:18 +0000 (22:57 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- Makefile: patches-export: Remove existing patches
In case patch filenames changed, clear the old patches from the
destination directory prior to exporting new patches.
Change-Id: I65e56ae042dca1c769a0f68a449b3b0e7d7d25dc
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Xuan Jia [Fri, 3 Nov 2017 03:36:32 +0000 (03:36 +0000)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Merge "Add Arm work description for Container4NFV project"
- Add Arm work description for Container4NFV project
As we know, Arm is an active partipants of the Container4NFV project.
Arm has done a lot of work to improve container more widely used for NFV
, which includes various projects of OPNFV focused on container based NFV.
Arm highly recognized the meaning of Container4NFV project, and all Arm's
work would align with the direction of Container4NFV project at the most
extent now and in the future.
The document gives out Arm's existed work for Container4NFV and other
containerized VNF related project. The possible roadmap for Arm's future work
on Container4NFV is also given.
The document contains the following sections:
1. Architecture
2. Container Networking
3. Related Projects
4. the Current Status and Future Plan
5. Contacts
In addition to the format revising, other modifications:
1. Add an index.rst to generate the doc tree
2. Rename the file to container4nfv_on_arm.rst
3. Remove trailing whitespace again
4. Modified the image declartion in the rst
Change-Id: I5f6486ec08c96feb504a50951adab444f035bd53
Signed-off-by: Trevor Tao <trevor.tao@arm.com>
Guo Ruijing [Thu, 2 Nov 2017 18:38:38 +0000 (11:38 -0700)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- add container4nfv in daily jenkins
Change-Id: Icfa4fed9d8a671befb32581b06ac617b6410d3a7
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Serena Feng [Fri, 3 Nov 2017 01:06:59 +0000 (01:06 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "add simple e2e tests for PodsCotroller"
- add simple e2e tests for PodsCotroller
Change-Id: I9baa04ff062f36569c1e143014239931de64cf32
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
Trevor Bramwell [Thu, 2 Nov 2017 22:46:46 +0000 (22:46 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Switch yamllint job to only run against new files"
- Switch yamllint job to only run against new files
Intead of yamllint all files at once yamllint will only run against new
or modified yaml files.
Change-Id: I10b951427966409e15fb773b959adbd780497bad
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Trevor Bramwell [Thu, 2 Nov 2017 22:40:18 +0000 (22:40 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "functest: Build Docker images with jjb"
- functest: Build Docker images with jjb
docker-build: Dependency & manifest support
Except for images that have dependencies (as functest-components,
functest-helthcheck, functest-restapi, functest-features,
functest-smoke, functest-vnf), all docker images
are built SEQUENTIALLY in a multijob Phase called 'build-base-img'.
The images with dependencies are built in PARALLEL in the second
Phase, called 'build-child-img', only if the first Phase result is
SUCCESFULL.
The manifest images are created in a third Phase,
'create-img-manifest', through opnfv-manifest.sh script, only if
Phase 'build-child-img' result is SUCCESFULL.
To create manifest images, a mandatory step is to preinstall
manifest-tool on the build image dedicated VM (arm and/or amd)
JIRA: ARMBAND-310
Change-Id: Iaa6640568ed18a3b087db56449173841dd2757ff
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Ross Brattain [Fri, 27 Oct 2017 20:43:28 +0000 (13:43 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- NSB: remove validate_cpu_cfg and all app cpu methods
We don't really know what core we are going to use for the
VNF before we generate the MultiPortConfig, so these
methods are incorrect.
We may need some more advanced method to validate
the vCPU topology, but that will probably happen
in the MultiPortConfig
Change-Id: Ifee7ae4589ce0fce67771fb8d8b8dce0a0f06409
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Eddie Arrage [Fri, 20 Oct 2017 16:43:42 +0000 (09:43 -0700)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Modify reference to online mode
Changed reference to online mode to refer to installation rather than
uploading results from Test Host to CVP portal directly, as current
text is misleading.
Change-Id: I9439d340beabb76f04b7782243c050064753a8ec
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Eddie Arrage [Tue, 24 Oct 2017 16:59:50 +0000 (09:59 -0700)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Update the user guide environment diagrams
Updated the test user guide diagrams with the correct CVP portal
web link and removed direct connection between the Test host and
the CVP server. Online and offline mode refer to installation of
Dovetail docker and dependent images.
Change-Id: If2fb62d105557a41b156b90a3d9c956185be0b7c
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
agardner [Thu, 2 Nov 2017 19:00:49 +0000 (15:00 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Change git base for merge as well
Change-Id: I23b15eacbd7d207dfe1d8e29784a7c623cb0efb9
Signed-off-by: agardner <agardner@linuxfoundation.org>
Aric Gardner [Thu, 2 Nov 2017 18:30:11 +0000 (18:30 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Testing new docs verfiy job"
- Testing new docs verfiy job
These docs changes are also legit.
Looks like the reverify trigger is not working as well
Change-Id: I8d16abf3ce0fcae88aec4e8b81b24deb3a991b34
Signed-off-by: agardner <agardner@linuxfoundation.org>
agardner [Thu, 2 Nov 2017 18:19:57 +0000 (14:19 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Change GIT_BASE to https
Change-Id: Ib589aed7f509d003eef35cf93825eb0950e5ae47
Signed-off-by: agardner <agardner@linuxfoundation.org>
Taseer Ahmed [Tue, 31 Oct 2017 15:16:48 +0000 (20:16 +0500)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- docs: Update installation methods
JIRA: SNAPS-193
Change-Id: Ibd42667023311ee2d61142063f4d301bad4ac5d7
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
agardner [Thu, 2 Nov 2017 15:44:01 +0000 (11:44 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Need to change directory check for new docs verify
old dir is no longer generated
grab dir created by tox -e docs
Change-Id: If52e931f6abdc8dcb39fbe7aac3c6b3342ce81c8
Signed-off-by: agardner <agardner@linuxfoundation.org>
Juha Kosonen [Thu, 2 Nov 2017 14:25:00 +0000 (16:25 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Add new neutron scenarios for rally sanity/full
Included several new NeutronNetworks and NeutronSecurityGroup
scenarios introduced by the recent Rally version.
Change-Id: I87ad0947ab6b4e1faf8fcad9006dbe34251c313b
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Aric Gardner [Thu, 2 Nov 2017 15:00:39 +0000 (15:00 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Move all doc verfication to docs-verify-rtd-*"
- Move all doc verfication to docs-verify-rtd-*
Ready for review (tested locally)
1) remove opnfvdocs-daily-{stream}:
We don't need a timed docs build. and it did not build anything usefull
2) remove opnfv-docs-verify-{stream}:
This uses depreciated and unmaintained opnfvdocs/scripts/docs-build.sh
It does not clone submodules and gives no usefull feedback
but it does post to artifacts and give a gerrit comment
move that functionality to docs-*-rtd-*
3) remove opnfv-docs-merge-{stream}:
does not upload anything meaningful
4) remove macro upload-generated-docs-to-opnfv-artifacts:
is no longer needed since we use read the docs
5) improve docs-verify-rtd-{stream}:
generate single page html and post to artifacts
send gerrit commment with location of single page html,
errors (like malformed table) are embedded nicely in the single
page output and give devs a single source of feedback on their work
6) improve docs-merge-rtd-{stream}:
this job now needs to remove review documenation created by
docs-verify-rtd-{stream}
TODO, after this is merged:
remove now unused opnfvdocs/scripts/docs-build.sh
Change-Id: I802eb11712d42555d34f986d061bf0dfc623c1e9
Signed-off-by: agardner <agardner@linuxfoundation.org>
Narinder Gupta [Wed, 1 Nov 2017 21:57:34 +0000 (16:57 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- New lab added for arm64 bit.
modified as per comment from Alex for experimental basis.
Change-Id: Icb28ffb60589d55952c387a8aeb946700ad36b85
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Zhijiang Hu [Thu, 2 Nov 2017 10:42:53 +0000 (10:42 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Support build OVS+DPDK images"
- Support build OVS+DPDK images
Change-Id: Ife79062ff702ba281777f3741a56ac188e98ebec
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
xudan [Wed, 1 Nov 2017 03:53:18 +0000 (23:53 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Get SUT's endpoint info
Get the admin endpoints of all service.
JIRA: DOVETAIL-546
Change-Id: Ie0ac3bc5b4eb0885046e207b73217994a4f0e358
Signed-off-by: xudan <xudan16@huawei.com>
xudan [Mon, 30 Oct 2017 08:44:26 +0000 (04:44 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Get hardware info of SUT
Hardware info:
Use ansible to get all hardware info from all nodes.
JIRA: DOVETAIL-540
Change-Id: I6a2dde1b2ebae2af8f702008c23110ebe63cc06f
Signed-off-by: xudan <xudan16@huawei.com>
grakiss [Thu, 2 Nov 2017 07:53:50 +0000 (07:53 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Bugfix: remove redundancy line
There is a redundancy line in result page when auto merge.
We need to remove it.
Change-Id: I31a754d881584be5a715ddcf6f1f32b25158dfca
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Cedric Ollivier [Thu, 2 Nov 2017 07:57:43 +0000 (07:57 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Update INFO file"
- Update INFO file
Change-Id: Ib55a58f24a0a363929b58bfaa8e3c38e74396e11
Signed-off-by: valentin boucher <valentin.boucher@kontron.com>
Linda Wang [Thu, 2 Nov 2017 02:17:37 +0000 (02:17 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Adopt new config schema for rally 0.10
The new config schema is used by Rally 0.10:
https://raw.githubusercontent.com/openstack/rally/master/samples/deployments/existing-keystone-v3.json
JIRA: FUNCTEST-883
Change-Id: I67c0081e23d7a763934ef2f8ce09f122c33af902
Signed-off-by: Linda Wang <wangwulin@huawei.com>
grakiss [Wed, 1 Nov 2017 08:00:40 +0000 (08:00 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Remove approve / no approve options for reviewers
Distinguish results shared or submitted from a tester
JIRA: DOVETAIL-544
JIRA: DOVETAIL-545
[cvp-web]There is consensus within C&C committee to move towards a
simpler means of voting by reviewers. We will use email voting (+1) on
the [cvp@opnfv.org|mailto:cvp@opnfv.org] email alias. For now, can we
disable the approve / not approve options in the drop-down in the
'Operation' column of the results? We can revisit this feature in the
future after some experience with the manual method.
[cvp-web]When a user shares or submits results, the recipient of
those results (share target or reviewer) do not know where the results
originated from. To remedy this issue, we will add a column labeled
'Owner' to the 'My Results' table that shows the email address or the
sending party?
Change-Id: I586b01ad113d898fe3d5824025df9877118fa622
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Juha Kosonen [Wed, 1 Nov 2017 18:11:36 +0000 (20:11 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Add new nova scenarios for rally sanity/full
Several new NovaServers and NovaServerGroups scenarios available along
with the recent Rally update.
Change-Id: Iee27174923da5a1a25991d8ab5e18f1d404b09ef
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Martin Klozik [Wed, 1 Nov 2017 11:35:47 +0000 (11:35 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- vswitchpef: avoid build at ericsson-build3
VSPERF's VERIFY & MERGE jobs are having issues at ericsson-build3
since September. The problem is, that after a few successful runs,
machine starts to be very slow and thus it is not possible to execute
neither OVS nor VPP anymore. Debugging together with responsible
admins didn't help to find a root cause (probably a race condition
during execution of vsperf & other projects). As a temporary measure,
I want to tight vsperf jobs to ericsson-build4 only, where they work
without issues.
Change-Id: I62e482f57234f90fc127b6e6d9454488e17657fc
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Alexandru Avadanii [Wed, 1 Nov 2017 11:15:57 +0000 (12:15 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for galera formula pinning
JIRA: ARMBAND-328
Change-Id: I5f284be5e75dc5ea740e632efc6f6c2e46de3973
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Fatih Degirmenci [Wed, 1 Nov 2017 09:59:25 +0000 (09:59 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "KVMFORNFV: Disabling daily job"
- KVMFORNFV: Disabling daily job
This patch is used to temporarily disable kvmfornfv daily job from
triggering as Intel-pod10 is currently not available for executing
daily test cases.
Note: Will enable the kvmfornfv daily job once Intel-pod10
is available for executing test cases.
Change-Id: I834d50c68f15acb9d8a4377d8351cd29569a9e80
Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
Fatih Degirmenci [Wed, 1 Nov 2017 09:58:36 +0000 (09:58 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Sync requirements with OpenStack Pike"
- Sync requirements with OpenStack Pike
OPNFV F-release is built on top of OpenStack Pike.
Functest depends on releng/modules and requires this update.
It conforms with the requirement management cleant for E-release [1].
[1] https://wiki.opnfv.org/display/functest/Requirements+management
Change-Id: If3c3a607c8d2d5515ada78b03104067937fb4b37
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Fatih Degirmenci [Wed, 1 Nov 2017 09:57:49 +0000 (09:57 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Fix the misspelling"
- Fix the misspelling
There is a mistake spelling about slave name,
the job cannot assign to correct slave.
Change-Id: I001ec82a30c6f33dd42795cbe990bfb5c2da9740
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Fatih Degirmenci [Wed, 1 Nov 2017 09:57:34 +0000 (09:57 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add Gerrit Trigger on Tag Creation"
- Add Gerrit Trigger on Tag Creation
We should be able to capture a tag creation event by triggering on
'ref-updated' but looking specifically at the 'refs/tags/' branch
prefix.
Though this will trigger a build against a specific tag, scripts will
still need to examine the GERRIT_REFSPEC to determine the tag name.
Change-Id: Ic18a3e11530fb71735431240f93d2074dacf4e1c
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Fatih Degirmenci [Wed, 1 Nov 2017 09:53:45 +0000 (09:53 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Rename zte-pod4 to zte-virtual5"
- Rename zte-pod4 to zte-virtual5
JIRA: QTIP-280
Change-Id: Ie588c3e38af82fe9b2de8bb01549a1c9249d54ff
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Trevor Bramwell [Fri, 22 Sep 2017 18:58:02 +0000 (11:58 -0700)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Add basic job for verifying pharos-tools repo
Change-Id: I5c5ecddc87e99f2b9e27e53381434d9f55d5e639
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Fatih Degirmenci [Wed, 1 Nov 2017 09:45:07 +0000 (09:45 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Re-enabling docs jobs for Danube"
- Re-enabling docs jobs for Danube
The danube jobs are still needed for ongoing Dovetail documentation
efforts.
Change-Id: Ibf7174a63693d7c141cf110f6fbcfac4437102c9
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Linda Wang [Wed, 1 Nov 2017 09:06:28 +0000 (09:06 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Add new glance scenarios for rally 0.10"
- Add new glance scenarios for rally 0.10
Some new glance scenarios have been added in Rally stable/0.10 [1].
[1]: https://github.com/openstack/rally/releases/tag/0.10.0
Co-Authored-By: Juha Kosonen <juha.kosonen@nokia.com>
Change-Id: I91ffe31b8cc5c94991c9bdd6e33b756c447d82ce
Signed-off-by: Linda Wang <wangwulin@huawei.com>
grakiss [Mon, 30 Oct 2017 07:26:37 +0000 (07:26 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- [cvp-web] Show some SUT hardware info in 'My Results'
[cvp-web] Show SUT endpoint in web page
JIRA: DOVETAIL-541
JIRA: DOVETAIL-547
Show some SUT hardware info that dovetail concern in 'My Results' web page.
Show the info of all endpoints get from Dovetail tool in the web page.
Change-Id: Ibc465396e17b7c22678e3948fa2f659cbff6f323
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
grakiss [Sat, 28 Oct 2017 01:53:51 +0000 (21:53 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- [web-cvp] Trigger an email when admin submit an application form
JIRA: DOVETAIL-542
Trigger an email to cvp@opnfv.org when admin submit an application form.
Change-Id: Ie73d5a6380b5f5d1b0507564dc1f067047284f99
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Michael Polenchuk [Tue, 31 Oct 2017 13:29:48 +0000 (17:29 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Freeze the galera formula to avoid update
Change-Id: Ibf03a7dc2ed58a749476ae0bdc6cad2bba8783fb
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
root [Mon, 30 Oct 2017 13:01:12 +0000 (21:01 +0800)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- email update
since company changed. would like to continue to contribute
as much as possible since some work related with the current
job.
Change-Id: I113f37121da79d7acb884f77c46dac4ebc8f0261
Signed-off-by: root <lijun_1203@126.com>
xudan [Wed, 25 Oct 2017 03:36:16 +0000 (23:36 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Add test case name into tempest testspecification docs
1. All test cases' testspecification docs have no info about test case names.
2. User don't know which test case to run when they just want to run
one special test case.
3. Add the info into testspecification docs.
JIRA: DOVETAIL-530
Change-Id: I0ebe1b3b98be5609503814ea2a0cf71aefd06d35
Signed-off-by: xudan <xudan16@huawei.com>
Yu Yang (Gabriel) [Wed, 1 Nov 2017 03:53:39 +0000 (03:53 +0000)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "Datasource and Dashboard automation script"
- Datasource and Dashboard automation script
JIRA: BOTTLENECK-180
Automated creation of Prometheus datasource and
dashboard for Grafana
Change-Id: Id1e0323f74a0587b0fe3c80ba7a39843893f00ec
Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
Narinder Gupta [Tue, 31 Oct 2017 15:53:52 +0000 (10:53 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- adding ceph support for Kubernetes.
Change-Id: If7cf0add214da153daf39967fac15ba027cc3885
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Ross Brattain [Tue, 31 Oct 2017 22:37:43 +0000 (22:37 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "resource: remove cores args"
- resource: remove cores args
We used to try to probe all the cores that the VNF was using
and only dump CPU stats for those cores.
We can't really detect those core accurately and we would rather
dump all the core information and let influxdb and grafana filter
the information.
We do end up with excessive KPI output, especially on systems with 88
cores, but this is manageable.
The core logic was partially removed, this finishes the removal.
Change-Id: I5cbb694fd982519e2df54db49a21ed5948e13537
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Eddie Arrage [Wed, 25 Oct 2017 23:06:14 +0000 (16:06 -0700)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Remove obsolete developer documents
Some developer documents are now old and suggested to be removed.
Change-Id: Ifa26a1535d57a560a0525eafa300ae087feb3191
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>