Aric Gardner [Wed, 31 May 2017 16:46:14 +0000 (16:46 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Adding docker tag"
- Adding docker tag
Adds the tag to use when running docker from the DOCKER_TAG environment
variable.
Change-Id: I8f616b5582c1724079fec11c09f4cd3fdc72803f
JIRA: STORPERF-128
Signed-off-by: mbeierl <mark.beierl@dell.com>
Jiang, Yunhong [Wed, 31 May 2017 16:29:03 +0000 (16:29 +0000)]
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'master'
- Merge "Enabling kvmfornfv daily job test cases"
- Enabling kvmfornfv daily job test cases
This patch is used to enable kvmfornfv cyclictest and packet
forwarding test cases execution as part of daily job.
Revert "Revert "Disabling kvmfornfv daily job test cases""
This reverts commit
4d13fcf59772c5dd2f577aedc1f3a1ab0c35c1d1
Change-Id: I3859f0de937b683cb1f38cc0e1c57fb7a508f440
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Cédric Ollivier [Wed, 31 May 2017 12:21:12 +0000 (14:21 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Return pylint status code for modules rated 10/10
It ensures that no pylint errors or warnings can be introduced by a
new change. The first pylint call (to report issues) will be safely
removed when all pylint errors and warnings are fixed in functest.
Change-Id: I9ff7b7d5a7738c3d6d769267a78c28828c3e4523
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Martin Klozik [Wed, 31 May 2017 13:04:31 +0000 (13:04 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "Qemu: Mechanism to pass extra qemu cpu features and pin vCPU threads"
- Qemu: Mechanism to pass extra qemu cpu features and pin vCPU threads
JIRA: VSPERF-510
This patch is used to implement the mechanism to pass extra qemu
cpu options required to achieve better results/performance. Also
used to implement a mechanism to pin the vCPU threads to another
pCPU core which helps in reducing the noise from housekeeping
thread and packet loss.
Change-Id: Ic40fd47d7c4f5556f7e240c6ca671a0535d06ece
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Yujun Zhang [Wed, 31 May 2017 08:52:09 +0000 (16:52 +0800)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Remove obsolete packages
`os` and `sys` is no longer used in sample monitor, inspector and consumer
Change-Id: I6d2a6ccf1cd68851a80e6e6cf0c50bf06c8d1cbb
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Carlos Goncalves [Wed, 31 May 2017 07:50:33 +0000 (07:50 +0000)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Merge "Adding PYTHON_ENABLE option"
- Adding PYTHON_ENABLE option
This option will be removed, once we confirmed tox/python testing code
works fine and functest trigger has changed from 'run.sh' to 'tox'.
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Change-Id: Ia4421f6e39a415bd7b6212af612249deb482e7af
Yujun Zhang [Wed, 24 May 2017 02:19:48 +0000 (10:19 +0800)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Create devstack plugin for osprofiler configuration
Change-Id: Ifd6f90ea1d39d7385f1ab099bc7b0b2ed59efac5
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
MatthewLi [Fri, 26 May 2017 06:35:03 +0000 (02:35 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- sdnvpn offline support in dovetail
JIRA: DOVETAIL-441
Change-Id: I709c62a36c65ef0b4da69c5508f7a8273e68dc2b
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
xudan [Wed, 31 May 2017 04:12:20 +0000 (00:12 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Dovetail CI job failed on lf-pod2
JIRA: DOVETAIL-443
Change Change the file path from /home/opnfv/cvp to $WORKSPACE/cvp to ensure
Jenkins has all rights about the files.
Change-Id: Ic83123956716f9e5d6467dc6e380352539027d46
Signed-off-by: xudan <xudan16@huawei.com>
Yujun Zhang [Wed, 31 May 2017 05:34:16 +0000 (05:34 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Update getting started guide"
- Update getting started guide
Change-Id: Ic40c9f30dc2d803e047a5f39aa0b20de24b6a60b
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Narinder Gupta [Tue, 30 May 2017 21:30:49 +0000 (16:30 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- another bug fix.
Change-Id: I4aacad242b1c9cef56cfe0c1999c27fdce3dcc0a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
JingLu5 [Thu, 25 May 2017 08:48:15 +0000 (08:48 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Imporve monitor_process pass criteria
JIRA: YARDSTICK-660
The monitor func()'s criteria in the monitor_process.py now is whether at least
one process of the specific controller node service is recovered. But in reality
is more resonable to use whether processes have been recoverd to it's original
amount. This patch is aiming at improving the isssue
Change-Id: I950ce2a89555801b96092735b0d670e892049927
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Yujun Zhang [Wed, 31 May 2017 02:59:05 +0000 (02:59 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Pass on all unhandled options"
- Pass on all unhandled options
Change-Id: Ic86002732c87d3b4ac5b5b3b664f116354d4bf9d
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Dan Radez [Fri, 12 May 2017 16:37:33 +0000 (12:37 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Moving to forks on gerrit.opnfv.org
Migrating off of github onto opnfv.org to host our forked
projects that are side loaded into our builds
apex-tripleo-heat-templates: Ic65cfeee4a55e993629f831c8c9d9addf6f3dff4
apex-puppet-tripleo: If498c41d706c8f14a5b0bbee64cb4d26cd78c2d0
apex-os-net-config: I5281a57640f388e984b061702362f9c82d08da78
Change-Id: Ieb5cf293ad06d90fce7a9467e32ac0f2d8731a0a
Signed-off-by: Dan Radez <dradez@redhat.com>
Signed-off-by: Feng Pan <fpan@redhat.com>
zhouya [Wed, 31 May 2017 00:30:44 +0000 (08:30 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- add the missing openrc token
Change-Id: Id9fca539f2f5a866376b12a11306a9ea97760a0d
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
zhihui wu [Wed, 31 May 2017 00:48:09 +0000 (00:48 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "bugfix memory report"
- bugfix memory report
Change-Id: I2d09dbc2946c4ddfb33e1c415329e32c5ad818fe
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
zhihui wu [Wed, 31 May 2017 00:47:59 +0000 (00:47 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "give a sample compute baseline"
- give a sample compute baseline
This baseline is collected from one blade of ZTE E9000.
For now, QTIP takes it as a initial baseline.
Change-Id: Ia60e8b1fc2bb552186136bb205779daec777541a
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Narinder Gupta [Tue, 30 May 2017 20:03:36 +0000 (15:03 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- modify openstack commands to use openstack tools.
Change-Id: I8ffebc25bc21e1c9d4c1121bbc9ea293d9d82fae
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Cédric Ollivier [Tue, 30 May 2017 17:59:57 +0000 (19:59 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix a typo in framework.md
It completes [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/35551/
Change-Id: I7b12cf48d9f47665f5d6a005d3cb8d448946409d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Tue, 30 May 2017 17:32:26 +0000 (19:32 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix a typo in docstring
Change-Id: Ie03004474658bd3317a9be8a6b00f5bda1133f2c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jose Lausuch [Tue, 30 May 2017 16:39:41 +0000 (16:39 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Fix name in setup.py"
- Fix name in setup.py
It fixes duplicated names between setup.py and modules/setup.py.
We could also have considered listing releng utils as scripts in
modules/setup.py which is mandatory if another OPNFV project needs
them (eg Functest before [1] was merged).
They could be required in case of functional or unit testing too.
[1] https://gerrit.opnfv.org/gerrit/#/c/35199/
Change-Id: Ic77f4e46d6d3396f9891b73105a0eb7aa037754f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Tue, 30 May 2017 15:02:06 +0000 (15:02 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Define create_snapshot() and clean() in TestCase"
- Define create_snapshot() and clean() in TestCase
They replace the former calls in run_tests which are not suitable for all
test cases. Now any test case can define how to clean its resources.
If the snapshot cannot be created, the test case is considered as
failed. Only a message is printed if any failure during cleaning.
It also defines a new class called OSGCTestCase useful for test cases
which don't clean their OpenStack resources.
All test cases located in opnfv_tests/openstack inherit from it to
keep the global behavior unchanged.
It also deletes exit instructions in openstack_clean and
openstack_snapshot, removes clean flags in testcases.yaml and updates
the related utils.
All Docs are modified as well.
JIRA: FUNCTEST-438
Change-Id: I8938e6255708012380389763a24059ace4ce45d8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Fatih Degirmenci [Tue, 30 May 2017 14:51:06 +0000 (14:51 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[fuel] Turn off upload action & checkout"
- [fuel] Turn off upload action & checkout
* turn off non-existent artifacts upload
* use latest commit in master since there is no iso/image
for mcp based deployments yet
Change-Id: Ib92680ef9838fc2e11d61c806dfd9728514c364e
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Narinder Gupta [Tue, 30 May 2017 14:28:58 +0000 (09:28 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- CArbon release of ODL integrated.
Change-Id: I831448dfb43f74793141794184e7a6f9700adb7d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Narinder Gupta [Tue, 30 May 2017 14:26:11 +0000 (14:26 +0000)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- Revert "modified to use latest Carbon build release."
This reverts commit
f258a7449d73f54f6bae7089d59c030cdbed780c.
Change-Id: Ia9890a11a9ffd6fb3fb5bff53868f956342eaa0f
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Umar Farooq [Tue, 30 May 2017 13:42:11 +0000 (13:42 +0000)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Fix session error with INSPECTOR_TYPE=congress
In monitor.py, the self.session value is not defined
in DoctorMonitorSample class. This commit fixes it.
JIRA: DOCTOR-111
Change-Id: Ib61caa4146d78d6fe4857299c4730f13a7ac7a27
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
Serena Feng [Tue, 30 May 2017 12:18:07 +0000 (12:18 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "vping&snaps_xxx support not_hugepage_supported pod"
- vping&snaps_xxx support not_hugepage_supported pod
if flavor_metadata is set to {'hw:mem_page_size': 'any'}, it means
hugepage must be support by pod. but actually hugepage is not supported
by all pods
Change-Id: Ib0b716ecedacf7eeba2c0d0080be2707b1a87e73
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Jose Lausuch [Tue, 30 May 2017 11:24:57 +0000 (11:24 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Pin paramiko to 2.1.2"
- Pin paramiko to 2.1.2
Change-Id: Iea6f80cd20f422bcbd02b07b16966b8f87d81d67
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
zhouya [Tue, 30 May 2017 08:48:12 +0000 (16:48 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- modify deploy script to deploy 1 lb and 4computer
Change-Id: I654a27042ff9807a502773d48df1c26d12302de7
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
Umar Farooq [Mon, 29 May 2017 15:18:42 +0000 (15:18 +0000)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Add Keystone missing params
The values of OS_USER_DOMAIN_ID and OS_PROJECT_DOMAIN_ID
are needed as auth parameters else the nova API gives
HTTP 400 error.
JIRA: DOCTOR-108
Change-Id: I58b746e5216c00d2f78b0ccf899b69fe66c15848
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
Cedric Ollivier [Tue, 30 May 2017 07:11:55 +0000 (07:11 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Chmod 755 functest/ci/download_images.sh"
- Chmod 755 functest/ci/download_images.sh
It's designed to be called via Jenkins and was fixed by the next rule:
$ find ${FUNCTEST_REPO_DIR} -name "*.sh" \
|xargs grep \#\! |cut -d\: -f 1 |xargs chmod -c 755
Change-Id: I186aa9c3227dbac4e80f9a463632efdb2512020e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Tue, 30 May 2017 07:11:41 +0000 (07:11 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Fix one email address in INFO"
- Fix one email address in INFO
Change-Id: I0ae2f2aaca547f47fa30dd2bf67f5e348c202ce7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Tue, 30 May 2017 07:11:32 +0000 (07:11 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Switch shebangs to /usr/bin/env python"
- Switch shebangs to /usr/bin/env python
It modified the shebang to /usr/bin/env which is considered as more
flexible.
Change-Id: I9c8cdb4243d41a83d524499cc91060d3700e008b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Tue, 30 May 2017 07:11:22 +0000 (07:11 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Export the Pylint results via pylint.out"
- Export the Pylint results via pylint.out
It allows integrating Pylint with Jenkins (pylint.out can be defined
as the "XML filename pattern" after installing the Violations plugin
[1]).
It's considered as fine to locally disable warnings such as docstrings
in unit tests. No pylint rcfile is defined for only two options.
Tox still prints the partial results in console to be interpreted by
users. The persistent flag is removed to conform with nosetests args.
[1] https://wiki.jenkins-ci.org/display/JENKINS/Violations
Change-Id: I21662b27c8e4b61e65c4c3f5aab968e3e7dd6d90
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
valentin boucher [Tue, 30 May 2017 07:06:29 +0000 (07:06 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Rename framework.html to index.html"
- Rename framework.html to index.html
It simplifies the url of the presentation.
Change-Id: I23c449d98d5efcbeb27802a62f607f55ec658ebf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Narinder Gupta [Tue, 30 May 2017 03:06:03 +0000 (22:06 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- modified to use latest Carbon build release.
Change-Id: I1e037c9f76032db68d516a33007d54f02a19d883
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
SerenaFeng [Mon, 29 May 2017 11:11:42 +0000 (19:11 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- bugfix: delete extra firewalls in virtual deployment
Change-Id: I179b5aab51958c0cd4653e65bbd74df5cfd7c53e
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Michael Polenchuk [Mon, 29 May 2017 11:26:43 +0000 (15:26 +0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [fuel] Disable iso build for master branch
Change-Id: Id523ea140cb8fad92126f2ecb178d3b182ff022f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Mark Beierl [Mon, 29 May 2017 20:59:25 +0000 (20:59 +0000)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Merge "Adding docker tag"
- Adding docker tag
Adds the tag to use when running docker from the DOCKER_TAG environment
variable.
Change-Id: Idde85510df01f8a809049dac62872db0c8a5bf25
JIRA: STORPERF-128
Signed-off-by: mbeierl <mark.beierl@dell.com>
vijayendra Radhakrishna [Wed, 24 May 2017 10:12:57 +0000 (10:12 +0000)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- functest_logger changes fix
- Recently there is removal of functest logger utils.
- This uses the default python logging mechanism
Change-Id: I3aba38041bbed8b1e5a3de93bc9f639253f262d8
Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
Nikolas Hermanns [Mon, 29 May 2017 16:27:49 +0000 (16:27 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Fix fail of pinging a floating IP- testcase8"
- Fix fail of pinging a floating IP- testcase8
-Raise the upper bound for ping action
JIRA: SDNVPN-154
Change-Id: Ifadf58f551f706a90cc17b0b1f8d05718e4908f9
Signed-off-by: tomsou <soth@intracom-telecom.com>
tomsou [Thu, 25 May 2017 12:58:33 +0000 (12:58 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Fix failure in router association- testcase8
Due to some latency at the creation of the instance 8-1
somitimes the router association between 'sdnvpn-8-1-router' and net 'sdnvpn-8-2'
fails.
The case could be more robust, increasing the number of ping tries from
its current value (=1)
JIRA: SDNVPN-102
Change-Id: I3b9701c40f1221cfebc540d312b61bb881389762
Signed-off-by: tomsou <soth@intracom-telecom.com>
Yujun Zhang [Mon, 29 May 2017 14:46:18 +0000 (14:46 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Add codeship badge to show pypi deployment status"
- Add codeship badge to show pypi deployment status
Change-Id: I638f66db2b54393813726c1a61a94d968068a72a
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Cedric Ollivier [Mon, 29 May 2017 14:08:33 +0000 (14:08 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Move api out of the docs directory"
- Move api out of the docs directory
The docs directory can only contain static documentation.
All generated html files should be pushed as artifacts at the end of
functest-verify-master.
Change-Id: I17aeab5687b9eb0c7aaf21cbc6b41e8f321c2e63
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Michael Polenchuk [Mon, 29 May 2017 09:36:25 +0000 (13:36 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [mcp] Mend installation scripts
* add/unify ssh options
* get base image to temporary directory
* specify os type for virt install
* fix symbolic link to reclass
* remove outdated fuel submodules
Change-Id: I6833ce78c8fff97e1b89f4e92e6e6b470e9ce99f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Cédric Ollivier [Tue, 23 May 2017 17:20:20 +0000 (19:20 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Rename logger to __logger in unit.py
This mangling ensures that all info messages printed from core packages.
Change-Id: I77ac1c80360d45ef19ed7c3fa05a894804c92216
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Tue, 23 May 2017 17:07:52 +0000 (19:07 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Protect against self.suite = None
Change-Id: Ie3370ebfdd51b9aff707e50b754ca52796e49fbf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Morgan Richomme [Mon, 29 May 2017 09:22:30 +0000 (09:22 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Re-Enable Promise testcases"
- Re-Enable Promise testcases
Change-Id: I438c8f5ad9a517a19b675205964a427e8b57ac44
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
Morgan Richomme [Mon, 29 May 2017 08:58:45 +0000 (08:58 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Fix some pylint errors in onos package"
- Fix some pylint errors in onos package
Directories affected:
- functest/opnfv_tests/sdn/onos/
JIRA: FUNCTEST-796
Change-Id: Iffbb0e9a021d31a32d940128435a9f6ed43a504f
Signed-off-by: Linda Wang <wangwulin@huawei.com>
dongwenjuan [Mon, 15 May 2017 07:31:31 +0000 (15:31 +0800)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- use password_plugin_loader for auth
Change-Id: Ifb650f52fed641a7146358eada571e5c4beaf3d6
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Tim Rozet [Sat, 27 May 2017 13:29:38 +0000 (09:29 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes blocking per node with daily, verify
apex-verify-*: we dont need blocking on this, since it can run on any
node, and blocking is handled at lower layer jobs
apex-build-{stream}: needs to block if apex-verify-iso-{stream} is
running since apex-verify-iso will use the build directory of
apex-build-stream to get the ISO from in daily
apex-verify-iso does not need to block other deploys
Change-Id: Icf69d23b7aeaf73f5ebc7103db24e309ab0e949f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Yujun Zhang [Sun, 28 May 2017 05:05:42 +0000 (05:05 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Add support for create new project from different templates"
- Add support for create new project from different templates
Change-Id: Ic260c59b12eb9882406d6172311f2e401963c64b
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Tim Rozet [Sun, 28 May 2017 02:49:11 +0000 (22:49 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Adds networking-sfc package
Until networking sfc is added by:
https://review.openstack.org/#/c/468703/
We need to include it in our build system.
Change-Id: If0332d6fb9a342d46599ca4ca556b2c1c7f01272
Signed-off-by: Tim Rozet <trozet@redhat.com>
Zhijiang Hu [Sat, 27 May 2017 13:27:32 +0000 (13:27 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Call python script directly in preparation & post-phase"
- Call python script directly in preparation & post-phase
Avoid calling python though a bash in the deployment script of python.
Change-Id: I655c7b919ea5970ff842ac03cafed11b82d03601
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Zhijiang Hu [Sat, 27 May 2017 09:56:37 +0000 (09:56 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Add network name and update gateway of ext-net of baremetal env"
- Add network name and update gateway of ext-net of baremetal env
The configurations in securedlab has already been updated.
Change-Id: I663c3c8a9bac7fe8ef1a5d16018f9c848ca5427c
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Jun Li [Sat, 27 May 2017 09:28:29 +0000 (09:28 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Bugfix: wrong results path"
- Bugfix: wrong results path
JIRA: DOVETAIL-438
Change-Id: I0fc2ec30c111ec870e5e03a008730b8e1f5c6304
Signed-off-by: xudan <xudan16@huawei.com>
Kubi [Sat, 27 May 2017 06:22:25 +0000 (06:22 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "This is the vote for yardstick new PTL"
- This is the vote for yardstick new PTL
Ross Brattain who is yardstick commtter has been nominated as
new PTL candidate before the nomination end date. As we only
have one candidate, we will use gerrit to vote instead of civs
all yardstick committers, please vote +2 or -2 before this friday
the vote will be closed at that time
Reference: https://wiki.opnfv.org/display/yardstick/Yardstick+PTL+Election
Change-Id: I561f70051ed2593581ab909f08bd8be88c5b0e77
Signed-off-by: kubi <jean.gaoliang@huawei.com>
Alex Yang [Sat, 27 May 2017 05:51:38 +0000 (05:51 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Create ceph disk in bash script"
- Create ceph disk in bash script
Change-Id: Ib80710c784d384ebc27eb0f51fcb4384017eecca
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Alex Yang [Sat, 27 May 2017 03:55:08 +0000 (03:55 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "create data disk for each node in virtual deploy"
- create data disk for each node in virtual deploy
Since the roles are assigned randomly now, data disk should be created
for every node.
Change-Id: Idd12191033844dad58676de65df0fbc99a51cfbc
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Alex Yang [Sat, 27 May 2017 01:13:31 +0000 (09:13 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Increase the timeout to avoid possible deployment failure
Multi-node virtual deployment takes longer than baremetal or all_in_one
deployment. Increase the timeout to avoid possible failure.
Change-Id: Ib6060ad34563724e9949e152fb41accb7a6528da
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Jun Li [Sat, 27 May 2017 01:35:23 +0000 (01:35 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Bugfix: Dovetail CI fail because of no env variable and wrong results path"
- Bugfix: Dovetail CI fail because of no env variable and wrong results path
JIRA: DOVETAIL-438
Change-Id: I8e5fa8cfbbcaf1828ecd7290fbbc8a6b0a80bae2
Signed-off-by: xudan <xudan16@huawei.com>
Mark Beierl [Fri, 26 May 2017 20:30:13 +0000 (20:30 +0000)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Merge "Removal of Edgar StPierre from Committer List"
- Removal of Edgar StPierre from Committer List
Change-Id: Ia79fd87e5ef15d2226457efb2bb1a21845a1fdd5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Tim Rozet [Fri, 26 May 2017 18:45:34 +0000 (14:45 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes downloading artifacts for rpms/iso
We always update the latest properties file on daily builds. We should
be pulling that to find artifacts rather than the current date properties
versions.
Change-Id: I52d3b53fdd17ecb6cbb43759309568d0c22013f8
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 26 May 2017 18:12:50 +0000 (14:12 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: variablize concurrent builds per node
only master branch supports more than 1 build per node at a time
Change-Id: I4e4b105cda5ff4f870917abd62660c64a4b535ee
Signed-off-by: Tim Rozet <trozet@redhat.com>
spisarski [Thu, 25 May 2017 14:46:40 +0000 (08:46 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Updated installation documents and fixed problems found during investigation.
The code changes are primarily required when the runtime environment is Windows.
JIRA: SNAPS-75
Change-Id: Ia2134861dd96e1d2c4b597f42fb348929e787a51
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Michael Polenchuk [Fri, 26 May 2017 08:12:15 +0000 (12:12 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [mcp] Replace reclass system models with submodule
Change-Id: Id693f7b0f3542d605b0f71601f3bd21eb882c7ba
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Tim Rozet [Fri, 26 May 2017 12:56:45 +0000 (12:56 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Update puppet-opendaylight git repo url"
- Update puppet-opendaylight git repo url
puppet-opendaylight moved from github to opendaylight.org, updating
url for git clone.
JIRA: APEX-455
Change-Id: I8e4a919d9c8b3dedb62c12135cc1b2741413bc34
Signed-off-by: Feng Pan <fpan@redhat.com>
Feng Pan [Tue, 16 May 2017 01:19:43 +0000 (21:19 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Remove qemu install
qemu-ev is now included in overcloud.
Change-Id: I0d62793d267465c99fde489b8d39c27a87a20a4c
Signed-off-by: Feng Pan <fpan@redhat.com>
yuyang [Fri, 26 May 2017 09:33:56 +0000 (17:33 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Bugfix: json format transform for report
JIRA: BOTTLENECK-158
The details part of report is not json formatted.
This patch is to fix it.
Change-Id: I089dae0c12e14935e4b7a5e7bdbe69f00e003f98
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
SerenaFeng [Fri, 26 May 2017 09:31:54 +0000 (17:31 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- add prepare and post process for baremental deployment
Change-Id: I3026c4dd83cc19246c19ab568005c4c0b37ff9d9
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
mei mei [Fri, 26 May 2017 09:25:58 +0000 (09:25 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add auto-report to MongoDB"
- Add auto-report to MongoDB
JIRA: BOTTLENECK-158
The auto-report function has been added to POSCA testsuite.
This patch is to add report into CI pipeline.
Change-Id: Ie91eb806ca3b5fd185e547f63f142cea2d7aaed0
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
zhihui wu [Fri, 26 May 2017 09:05:24 +0000 (09:05 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "improve the regex for matching "cpu""
- improve the regex for matching "cpu"
CPU brand should not include cpu speed.
Change-Id: I6938150313fda092b83df981d3622535bdf7decb
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Gerald Kunzmann [Wed, 24 May 2017 21:44:57 +0000 (21:44 +0000)]
Update git submodules
* Update docs/submodules/promise from branch 'master'
- Update to committer list
Change-Id: I6bdda2e29b5d14c976081c9efa809911b03d3c88
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
Jun Li [Fri, 26 May 2017 06:57:54 +0000 (06:57 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Bugfix: Permission denied when generate openrc file"
- Bugfix: Permission denied when generate openrc file
JIRA: DOVETAIL-438
Error log:
touch: cannot touch ‘/home/opnfv/cvp/pre_config/env_config.sh’: Permission denied
fetch_os_creds.error: Cannot create the file specified. Check that the path
is correct and run the script again.
Change-Id: I46d1edacec58226bc6b5d6a88ab7b5b6cdea17f5
Signed-off-by: xudan <xudan16@huawei.com>
Jun Li [Fri, 26 May 2017 03:16:55 +0000 (03:16 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Change the directories of results and some files to DOVETAIL_HOME"
- Change the directories of results and some files to DOVETAIL_HOME
JIRA: DOVETAIL-438
Dovetail tool has moved the results dir, pod.yaml, id_rsa and env_config.sh
from /home/opnfv/dovetail/results and /home/opnfv/dovetail/userconfig to
$DOVETAIL_HOME. See https://gerrit.opnfv.org/gerrit/#/c/35325/
Change-Id: Ib47b68bd380bfedd4c0d84429d3bb41914a9a150
Signed-off-by: xudan <xudan16@huawei.com>
xudan [Thu, 25 May 2017 08:35:18 +0000 (04:35 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Change the directories of results and some files to DOVETAIL_HOME
JIRA: DOVETAIL-438
1. Need an env variable DOVETAIL_HOME in env_config.sh
2. env_config.sh, pod.yaml and id_rsa should be put in path DOVETAIL_HOME/pre_config
3. the results will also be put in this path
4. no need to give the path of openstack credential file while running a testsuite
5. if running with the code, source the env_config.sh file before running
source $DOVETAIL_HOME/env_config.sh
dovetail run --testsuite <testsuite_name>
6. if running with Dovetail docker image
docker run -it --privileged=true -e DOVETAIL_HOME=<dovetail_home_path>
-v <dovetail_home_path>:<dovetail_home_path>
-v /var/run/docker.sock:/var/run/docker.sock
opnfv/dovetail:latest /bin/bash
Change-Id: Ia23078f27a34e293d0075e49c673930f41069cb6
Signed-off-by: xudan <xudan16@huawei.com>
Serena Feng [Fri, 26 May 2017 02:27:03 +0000 (02:27 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "define default parameters for daisy"
- define default parameters for daisy
missing default INSTALLER_IP, BRIDGE parameters for
daisy-defaults
daisy-baremetal-defaults
daisy-virtual-defaults
Change-Id: I2632e5d10c8a269c025a923c4759ff18adf311a7
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Serena Feng [Fri, 26 May 2017 02:17:44 +0000 (02:17 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "update blocked jobs"
- update blocked jobs
issues:
* verify jobs delete previous job's container
* merge-build job is abnormally blocked by parent job
requirement:
verify jobs should block merge jobs
Change-Id: I63b64a9b46bf16d01cb34c863db887cdb9607421
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Dave Urschatz [Thu, 25 May 2017 22:21:14 +0000 (18:21 -0400)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- Updated to CENGN Skywalker addressing.
Change-Id: Ic63f074f746506b26e495feb5cf82048a8cae3ef
Signed-off-by: Dave Urschatz <dave.urschatz@cengn.ca>
Tim Rozet [Thu, 25 May 2017 20:19:02 +0000 (20:19 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Apex: increase build timeout"
- Apex: increase build timeout
Builds can take a lot longer when running simultaneously and daily
builds upload many rpm and srpm artifacts which takes longer.
Change-Id: Ib8dd23e5bea1a552c10a6f5a5aa1ea158647f7d1
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Thu, 25 May 2017 20:15:50 +0000 (20:15 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Trigger cperf not functest from apex-cperf-runner"
- Trigger cperf not functest from apex-cperf-runner
Change-Id: I0f4325b8489edb18fb2e69ed987dd6ec7caeb3ea
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Tim Rozet [Tue, 23 May 2017 15:49:37 +0000 (11:49 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Fixes missing permissions on configure-vm
Also updates dpdk package location
Change-Id: I123c3d8593b623f45273845726870224ff9f7ca8
Signed-off-by: Tim Rozet <trozet@redhat.com>
narindergupta [Thu, 25 May 2017 16:12:34 +0000 (09:12 -0700)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- clean the vm which is defined as per the labconfig.yaml
Change-Id: If659da0a454f05f3ed7c1e212fd7e61230741343
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Jamo Luhrsen [Wed, 17 May 2017 21:12:06 +0000 (14:12 -0700)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Deploy 2 Computes if triggered by promote jobs
Change-Id: I5431e1c86d9f56b5192880dc9e7eb6f2f0ab61ee
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Christian Trautman [Thu, 25 May 2017 14:43:34 +0000 (10:43 -0400)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- xena_cont_bug_fix: Fix duration issue
Port duration is in microseconds. I broke this with a previous
commit.
Change-Id: Id2770149355f40107ab8ee0523482b5867e0e72a
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
Tim Rozet [Thu, 25 May 2017 14:11:25 +0000 (10:11 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: temporarily disable functest smoke on verify
Functest is having problems running and logging failures, so we need to
temporarily disable it on verify jobs until that infra is fixed.
Change-Id: Ib2c41bb0f3c99517c98cfe1167fdc94e2313fb4f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Michael Polenchuk [Wed, 24 May 2017 09:52:02 +0000 (13:52 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [mcp] Bring in deployment scripts
Change-Id: I7d2af958e447a5892f7cd1f6c6fb8616951e2ff3
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Zhijiang Hu [Thu, 25 May 2017 11:10:14 +0000 (11:10 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Use unified vm template files in python deploy script"
- Use unified vm template files in python deploy script
Change-Id: I386011a35a9be3e4f1d468744a6945360bb2adb3
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Alex Yang [Thu, 25 May 2017 07:02:43 +0000 (15:02 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Remove the incomplete file and re-download it
The kolla file downloaded on the ci node may be incomplete.
Change-Id: Id15695504bd29f31178054b5e8cc83d8612543d9
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
JingLu5 [Thu, 25 May 2017 03:58:52 +0000 (03:58 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Terminate openstack service process using kill command in HA test cases
JIRA: YARDSTICK-659
In some openstack environment, the service process cannot be killed by killall
command but can be terminate by kill command.
This patch is about to switch to use kill command in the
fault_process_kill.bash to kill processes.
Change-Id: Iec455ee56d3f31fb5c16de5994870d1acd33f41a
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Michael Polenchuk [Wed, 24 May 2017 08:44:05 +0000 (12:44 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [mcp] Bring in reclass system salt models
Change-Id: I1a865b7524f3a5242544e60e6b36b1092721c58b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
yuyang [Thu, 25 May 2017 07:46:55 +0000 (15:46 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Bugfix: dockerfile does not support basename
JIRA: BOTTLENECK-158
Remove basename commond in docker-compose file
Change-Id: If06bac1903b2b830f9e5e4133f3315fb9f424c18
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Yujun Zhang [Thu, 25 May 2017 07:44:56 +0000 (07:44 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Update documentation."
- Update documentation.
- Breifly describe architecture
- Describe launch/kill ssh-agent
Change-Id: I9e4226c3de8935894564044e0ab8a723753ed9b3
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
yuyang [Mon, 22 May 2017 11:19:56 +0000 (19:19 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Add reporting to MongoDB
JIRA: BOTTLENECK-158
Add reporting function to community MongoDB
Change-Id: Idebc191b20ad238dbdd129ce38131b79e7133e35
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Serena Feng [Thu, 25 May 2017 05:38:28 +0000 (05:38 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Fix verify job without patchset"
- Fix verify job without patchset
use git-scm-gerrit to fetch the patchset
fix the wrong job name
Change-Id: If26dbb08da95f37d65e6b21770ef7f1d7de0c5e1
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
agardner [Thu, 27 Apr 2017 09:46:29 +0000 (11:46 +0200)]
Update git submodules
* Update docs/submodules/infra from branch 'master'
- Adding all releng octopus and pharos docs.
Please argue and remove as needed in the review.
Change-Id: Ia376d8be14c56f6a2fae3cd753ea53b869e5f784
Signed-off-by: agardner <agardner@linuxfoundation.org>
Zhijiang Hu [Thu, 25 May 2017 03:46:31 +0000 (03:46 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Code optimization for list traversal"
- Code optimization for list traversal
1.replace the list to generator to simply the code.
Change-Id: Ia67cf265f3ca004eab5abb8b1d742f53b7d554ad
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
Zhijiang Hu [Thu, 25 May 2017 03:45:43 +0000 (03:45 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "enlarge the ram of all_in_one node"
- enlarge the ram of all_in_one node
No the memory is not enough to creates vms in openstack to finish
functest cases.
Change-Id: I836ba43e8cd8a26a0dec3f5831cabcb9ae04e5da
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Alex Yang [Thu, 25 May 2017 03:34:30 +0000 (11:34 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Add dependencies for ocata version into docker file
Change-Id: I3dc81449293a00b5b095ecea8a48a0cdb03cd4e8
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Alex Yang [Tue, 23 May 2017 02:25:10 +0000 (10:25 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- support ocata openstack, keep up with the upstream
The upstream openstack/daisycloud-core supports ocata openstack now.
https://review.openstack.org/#/c/465410/
Change-Id: I14825c80cdd2297e5b0df3680f30fa5c32de3cc4
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>