dongwenjuan [Fri, 23 Jun 2017 07:50:05 +0000 (15:50 +0800)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- replace urllib2 with urllib.request for python3
Change-Id: I68036c295689fae55125854074e3bc4d920fec06
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Jing Lu [Fri, 30 Jun 2017 06:49:43 +0000 (06:49 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Change prepareYardstickEnv to prepare_env and add log info"
- Change prepareYardstickEnv to prepare_env and add log info
JIRA: YARDSTICK-697
Currently the action in env like prepareYardstickEnv,
createGrafanaContainer, createInfluxDBContainer, this is not python style.
So I do some change:
prepareYardstickEnv->prepare_env
createGrafanaContainer->create_grafana
createInfluxDBContainer->create_influxdb
And also add some log info in env_action.
Change-Id: Ia91576b975f3de76b96e312779fda4911e7cac24
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
chenjiankun [Thu, 29 Jun 2017 03:38:04 +0000 (03:38 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Add API to show test case documentation
JIRA: YARDSTICK-694
We need API to show test case documentation.
API: /yardstick/testcases/<testcase_name>/docs
method: GET
example:
http://192.168.131.2:8888/yardstick/testcases/opnfv_yardstick_tc002/docs
Change-Id: Ib8d591f0ff5f91c4d0a740539727ec73ddd86249
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
agardner [Thu, 29 Jun 2017 18:24:50 +0000 (14:24 -0400)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Paul has stepped down as a comitter
Change-Id: I7bb99f33c0f56226e1e804f99df96261310c7577
Signed-off-by: agardner <agardner@linuxfoundation.org>
Jing Lu [Fri, 30 Jun 2017 02:00:32 +0000 (02:00 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Bugfix: remove test.dbf file in recovery script"
- Bugfix: remove test.dbf file in recovery script
JIRA: YARDSTICK-696
Change-Id: I09b73079ff828c43040723794115bb07f74242e8
Signed-off-by: zshi <zshi@redhat.com>
Zhijiang Hu [Fri, 30 Jun 2017 01:38:19 +0000 (01:38 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Initial merge of BM Installation guide"
- Initial merge of BM Installation guide
Change-Id: I9964f0d75ae879c6b86d245f2007841236a0b931
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Zhijiang Hu [Fri, 30 Jun 2017 01:38:03 +0000 (01:38 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Jira: DAISY-36 Initial merge of release-note"
- Jira: DAISY-36 Initial merge of release-note
Also fix some index.rst
Change-Id: I6aae9fbc5821e8a1c65a02c6b8926e42a10c19cb
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
spisarski [Thu, 29 Jun 2017 21:25:06 +0000 (15:25 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Fixed tests to delete security groups.
Change-Id: I140618a310bae050bea29df665b98881c6052980
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
agardner [Wed, 31 May 2017 18:37:30 +0000 (14:37 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- this script is called by jenkins user
we need to sudo the mkdir
Change-Id: I4db726e92566917ecd384884cf1a3c60354c2065
Signed-off-by: agardner <agardner@linuxfoundation.org>
Aric Gardner [Thu, 29 Jun 2017 18:44:21 +0000 (18:44 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "bug fix: typo in bottlenecks naming (reporting page)"
- bug fix: typo in bottlenecks naming (reporting page)
Change-Id: Ifb2047e688117c7c9af33031467f2025d530f187
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Steven Pisarski [Thu, 29 Jun 2017 17:21:44 +0000 (17:21 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Changed credentials for deploying heat templates."
- Changed credentials for deploying heat templates.
The old credentials had been working on other pods but are not working
with our latest deployed by Kolla. This change does not affect any of
the functionality included in the tests. It simply takes the administrative
user credentials and changes the project to the newly created one.
Change-Id: I76c605797b68f902f2ee5c679bd5b8a50c48a501
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Jose Lausuch [Thu, 29 Jun 2017 17:17:33 +0000 (17:17 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "SNAPS tests now support offline testing."
- SNAPS tests now support offline testing.
Images by type (cirros, centos, ubuntu) can now have the download URL be
overridden, told to leverage a local file, or have custom configuration
when using the snaps.openstack.tests.openstack_tests.py image settings
helper functions.
JIRA: FUNCTEST-809
Change-Id: I790094a7a26eb5a55f53d6e875c658dc5e7ac2f9
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
jose.lausuch [Mon, 26 Jun 2017 14:23:37 +0000 (16:23 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Remove networking-bgpvpn from Functest requirements
SDNVPN team will take care of installing the module themselves
See https://gerrit.opnfv.org/gerrit/#/c/36505/
Change-Id: Ida38c8324e155906bcd18b12a418e7a62e55e3f0
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Steven Pisarski [Thu, 29 Jun 2017 14:06:51 +0000 (14:06 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Fixed test to not download images when configured with a disk file path."
- Fixed test to not download images when configured with a disk file path.
JIRA: FUNCTEST-809
Change-Id: I078578ba9881eeeb8942d22cb342e87e17f6f879
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
boucherv [Thu, 29 Jun 2017 12:39:41 +0000 (14:39 +0200)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- FIX mistake in import keypair
Change-Id: I3d0a3111efcb4200c9b867663a45c07a3b47c09d
Signed-off-by: boucherv <valentin.boucher@orange.com>
jose.lausuch [Thu, 29 Jun 2017 09:07:47 +0000 (11:07 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Remove BGPVPN utils in Functest
These util functions should be under control of the SDNVPN
project. After [1] and [2] it is safe to remove them in Functest
[1] https://gerrit.opnfv.org/gerrit/#/c/36655/
[2] https://gerrit.opnfv.org/gerrit/#/c/36505/
Change-Id: I2f6596cd60678bb0c50adb9b4bc0d59545c3fb0a
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Nikolas Hermanns [Thu, 29 Jun 2017 12:45:19 +0000 (12:45 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Adapt the floating ip handling in functest"
- Adapt the floating ip handling in functest
Comply with the new floating ip management in functest
(https://gerrit.opnfv.org/gerrit/#/c/36415)
JIRA: SDNVPN-165
Change-Id: I39e380caf07568e2370246afcf483eb8adb3def6
Signed-off-by: tomsou <soth@intracom-telecom.com>
Rex Lee [Thu, 29 Jun 2017 12:07:27 +0000 (12:07 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Call core code directly in the API of run test case"
- Call core code directly in the API of run test case
JIRA: YARDSTICK-688
We need to call core code directly in the API of runTestCase.
It would be more stable.
Change-Id: I431a85ded7cd3b20da0462f947c25d91bb99decd
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Ulrich Kleber [Thu, 29 Jun 2017 11:19:33 +0000 (11:19 +0000)]
Update git submodules
* Update docs/submodules/octopus from branch 'master'
- Merge "Fix Yamllint Violations"
- Fix Yamllint Violations
The majority of these were related to comment indenting and line length.
JIRA: OCTO-163
Change-Id: I14f1a2fb8f247cc84b45afa02bb01fa871f4aad5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
chenjiankun [Thu, 29 Jun 2017 02:42:56 +0000 (02:42 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Add API to update pod yaml file
JIRA: YARDSTICK-693
Apart from API to upload pod yaml file, we also need API to update pod
file.
API: /yardstick/env/action
method: POST
param:
{
'action': 'update_pod_file',
'args': {
'pod': { pod content }
}
}
Change-Id: I0ba168612ccc2e43c531e4b9253cf72e5c745297
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Maryam Tahhan [Thu, 29 Jun 2017 10:32:05 +0000 (10:32 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "ci: Remove variable set by jjb scripts"
- ci: Remove variable set by jjb scripts
Remove the WORKSPACE variable from this script as it is set by the jjb scripts.
Change-Id: Ia603da9bd24bb29f71e7be0d1f7ddd00260459bf
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Maryam Tahhan [Wed, 28 Jun 2017 10:05:09 +0000 (11:05 +0100)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- ci: fix nightly RPM build
Fix the RDT build to use an appropriate version and generate the correct
version RPM. Fix the collectd version to only extract collect from the start of
the version string.
Change-Id: Ifd780059adbed7669c5e259f483018c325de44e6
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Harry Huang [Thu, 29 Jun 2017 03:36:44 +0000 (11:36 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Fix python pkg issue
1 add install pyyaml in build process
2 fix python pkg version
Change-Id: Icb40bd52aa6cd22874894047561acb9211abfa22
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Manuel Buil [Thu, 29 Jun 2017 09:08:36 +0000 (09:08 +0000)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Merge "Fix wrong logging of the server-instance ip"
- Fix wrong logging of the server-instance ip
Change-Id: I9b16297804f6b4185835336668766f7f1a8313cc
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Nikolas Hermanns [Thu, 29 Jun 2017 08:50:15 +0000 (08:50 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Add networking-bgpvpn module in SDNVPN requirements"
- Add networking-bgpvpn module in SDNVPN requirements
Change-Id: I7b361f1b8275570b9257d29e04e551a81116e59f
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Ulrich Kleber [Thu, 29 Jun 2017 08:44:09 +0000 (08:44 +0000)]
Update git submodules
* Update docs/submodules/octopus from branch 'master'
- Merge "Revert "Maintain Octopus INFO File""
- Revert "Maintain Octopus INFO File"
We haven't had chance to provide feedback for this.
This reverts commit
b41f1567f781aebc5fcd9c95c050978ddc95936e.
Change-Id: Id991c9264f579c20cc5a9f9cc5f0808c005d2082
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Thu, 29 Jun 2017 08:33:50 +0000 (08:33 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "barometer: include the barometer-project-parameter"
- barometer: include the barometer-project-parameter
Change-Id: I503674dbec81c7255664818c3305311086db9ca3
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Nikolas Hermanns [Thu, 29 Jun 2017 07:57:42 +0000 (07:57 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Transfer utils functions from functest"
- Transfer utils functions from functest
Transfer functions:
- create_bgpvpn
- create_network_association
- create_router_association
- update_bgpvpn
- delete_bgpvpn
- get_bgpvpn
- get_bgpvpn_routers
- get_bgpvpn_networks
from functest/utils/openstack_utils.py to
sdnvpn/lib/utils.py
JIRA: SDNVPN-164
JIRA: FUNCTEST-840
Change-Id: Ic64d8ee85e74601b0fe51e1c452cf83fa6b0203b
Signed-off-by: panageo2 <panageo@intracom-telecom.com>
Alex Yang [Thu, 29 Jun 2017 07:11:41 +0000 (15:11 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Add an missing parameter and fix a typo in daisy_server.py
Change-Id: I339508f1c07a9bbefa389c6f6eb5e53640a79417
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Jose Lausuch [Thu, 29 Jun 2017 07:35:17 +0000 (07:35 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Fix refstack_defcore"
- Fix refstack_defcore
As refstack-client is reinstalled only by the shell setup_env, the path of
.venv and .tempest have been changed.
Change-Id: Id50d0c6384295c2448705961942104abbd799b9b
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Cédric Ollivier [Wed, 28 Jun 2017 16:52:13 +0000 (18:52 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Get install_rally.sh from git.openstack.org
Change-Id: I99a87e2399c1be79dabc9109e10665fc9ef8bee2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Wed, 28 Jun 2017 20:23:50 +0000 (22:23 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Switch to official tosca-parser and heat-translator
They replace the python packages located in parser which don't
meet OpenStack's upper constraints [1].
It completes [2] which simply keeps the wrong logic of
parser/tests/parser_install.sh.
[1] https://build.opnfv.org/ci/job/functest-docker-build-push-master/1170/console
[2] https://gerrit.opnfv.org/gerrit/#/c/36653/
Change-Id: If108b8d1fad08237b8a57d82bf5601f4d6ecf64e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Yujun Zhang [Wed, 28 Jun 2017 07:26:45 +0000 (15:26 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Fix bug in aggregation
Change-Id: Ic6613a9ab585894984e1cdab6ead3a84d1c4af9c
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Yujun Zhang [Wed, 28 Jun 2017 05:59:25 +0000 (13:59 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Fix bug in QPI calculation
compute spec was amended in 45111c but the calculation is not
updated
Change-Id: Ibf0139b2278f617a52335e8839f51c97d5ded8b7
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Trevor Bramwell [Thu, 1 Jun 2017 00:08:41 +0000 (17:08 -0700)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Remove invalid Timed trigger from Bifrost Jobs
A disabled trigger is set to the empty string, not prefixed with a
comment character.
Change-Id: I0b29857f0907f33bb0fb8156bb6db84113f1479d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Jose Lausuch [Wed, 28 Jun 2017 17:48:29 +0000 (17:48 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "refactor list operation"
- refactor list operation
all operations mix together make it very difficult to read
Change-Id: I7e4a12fd13a7aa0dc0c8fc09b69c7e43a2ab18ac
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Miguel Lavalle [Wed, 31 May 2017 19:58:39 +0000 (14:58 -0500)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Fix typos and other errors in documentation
While reading the documentation, I found typos and other errors. This
patchset fixes them.
Change-Id: I2bf83a26da58845337dd77e56a8c77aa63084f2f
Signed-off-by: Miguel Lavalle <malavall@us.ibm.com>
Cédric Ollivier [Wed, 28 Jun 2017 12:36:56 +0000 (14:36 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Leverage on parser python packages in Dockerfile
It also stops calling parser_install.sh.
This file is replaced by the 2 new requirements in
docker/thirdparty-requirements.txt:
- tosca-parser
- heat-translator
Change-Id: Ic9dcdd81df9800fc8e559a07f9c100a20bea2290
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Morgan Richomme [Wed, 28 Jun 2017 15:33:05 +0000 (15:33 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "bugfix: Exception when the results is empty"
- bugfix: Exception when the results is empty
list operation crash when limit is not provided, error message:
OperationFailure: the limit must be positive
JIRA: RELENG-265
Change-Id: Id8db93b594010d054a71d301d9c42eed113c12e1
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Markos Chandras [Wed, 28 Jun 2017 14:41:53 +0000 (14:41 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "prototypes: xci: scripts: Add update-osa-version-files.sh script"
- prototypes: xci: scripts: Add update-osa-version-files.sh script
Add new prototypes/xci/scripts/update-osa-version-files.sh which can be
used to update the XCI ansible-role-requirements.yml file as well as the
OSA pinned SHA string. This file is using the upstream
'sources-branch-updater-lib.sh' library from the openstack-ansible
repository.
Change-Id: I51b88c50cb2bffe0cf1b7aa054a5b237103fd92f
Signed-off-by: Markos Chandras <mchandras@suse.de>
Michael Polenchuk [Wed, 28 Jun 2017 12:33:27 +0000 (16:33 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Set salt bootstrap distrib revision
Change-Id: Id278afd05fd8793f573fce0d4ca1ff7420fc9127
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
dongwenjuan [Wed, 3 May 2017 06:27:18 +0000 (14:27 +0800)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- add test user, project and role
JIRA: DOCTOR-93
Change-Id: I85bfb21b7c07c40dfd1bfa6049130ad82fa3996a
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Michael Polenchuk [Wed, 28 Jun 2017 10:47:29 +0000 (14:47 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Get latest salt-formulas code
Change-Id: I6284589343bfcdc4f35734d5c291ad0a2bf02d74
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Cédric Ollivier [Wed, 28 Jun 2017 09:46:46 +0000 (11:46 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update paths in functest/ci/testcases.yaml
It follows the changes switching to python packages.
It shall be noted that several cmds could be enhanced.
Change-Id: I8cf3595d1e8044b650deb4ec733bf973c0bf1b3f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Zhijiang Hu [Wed, 28 Jun 2017 09:27:19 +0000 (09:27 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Add scenario arg check"
- Add scenario arg check
Add the scenario argument valid check in deploy.sh.
Change-Id: Ifeeed3882b22ba379975c2356d761e0536c5c2c9
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
hongbo tian [Wed, 28 Jun 2017 09:09:14 +0000 (09:09 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "https enabled checking"
- https enabled checking
JIRA: DOVETAIL-456
before to check OS_CACERT and OS_INSECURE when using
https + credential or + no credential,
there's a need to check if https enabled.
error log
https://build.opnfv.org/ci/view/dovetail/job/dovetail-fuel-baremetal-proposed_tests-danube/37/console
Change-Id: Icdf17541fe6cf64b2f000d424c8d4dcc28cfd371
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Guo Ruijing [Thu, 22 Jun 2017 15:45:04 +0000 (08:45 -0700)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- cleanup: remove fuel plugin since fuel@opnfv uses mcp
Change-Id: I1c745106c1db5e69ba698d9076ae6c707dbc37b7
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Jose Lausuch [Wed, 28 Jun 2017 07:58:57 +0000 (07:58 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Remove Rally requests scenario"
- Remove Rally requests scenario
HttpRequests scenario is not directly related to OpenStack and not
supported by Rally in https environment.
Change-Id: I2e91d129d82dfaba62eca25e3e4890ff54f52ac6
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Jun Li [Wed, 28 Jun 2017 06:47:33 +0000 (06:47 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "dovetail run against different scenarios of compass"
- dovetail run against different scenarios of compass
JIRA: DOVETAIL-454
1, scenarios to run
https://wiki.opnfv.org/display/dovetail/Running+history+for+the+dovetail+tool
scenarios installer
os-nosdn-nofeature-ha Apex
os-nosdn-kvm-ha Apex
os-odl_l3-fdio-ha Apex
os-odl_l2-nofeature-ha Compass
os-nosdn-nofeature-ha Compass
os-onos-nofeature-ha Compass
os-odl_l3-nofeature-ha Compass
os-nosdn-ovs-ha Fuel
os-odl_l2-bgpvpn-ha Fuel
os-odl_l3-nofeature-ha Fuel
os-nosdn-nofeature-ha Fuel
os-nosdn-kvm_ovs_dpdk-ha Fuel
2, time map(in order to reduce resource in CI)
MON, WED, FRI, SUN ----> latest
TUE, THU, SAT ---> cvp.0.1.0
Change-Id: If9c3fc514e4260530fc4f73299eedd9c1b022692
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Alex Yang [Wed, 28 Jun 2017 01:41:51 +0000 (09:41 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Enlarge the RAM of the nodes in virtual deployment
Now the RAM of controller node in virtual deploymeny is only 4GB.
[root@host-10-20-11-6 ~]# free -h
total used free shared buff/cache available
Mem: 3.7G 3.2G 145M 1.7M 408M 191M
Swap: 4.0G 4.0G 2.3M
Since the RAM on the deploy server is at least 64GB (see installation
guide), we can enlarge every node's RAM to improve the performance.
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Change-Id: Ie4e1297697e349a6b3edf0fa0c54eeeb94255ca8
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
zhihui wu [Wed, 28 Jun 2017 00:49:40 +0000 (00:49 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Refactor output format"
- Refactor output format
- Merge scores and results in qpi.json
- metrics: {} will be completely removed as a consequence
- Make baseline the same format as spec
Change-Id: Id0cc487002a38c51736de07f3759fd78d42a0b9c
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
juraj.linkes [Tue, 27 Jun 2017 14:54:08 +0000 (16:54 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Updated fds testcase criteria
Initially, we only executed fds testcase on odl_l2 fdio scenarios.
Now we're extending this to all odl fdio scenarios.
Change-Id: Ieb2454f02847361fdf3274b11f20a996a916ad90
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
Trevor Bramwell [Tue, 27 Jun 2017 19:00:48 +0000 (19:00 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Pass fully qualified anteater path to Docker run"
- Pass fully qualified anteater path to Docker run
With moving anteater into a virtualenv inside the container, it is no
longer installed to a location accessible by the default PATH. Using the
absolute path to the anteater binary should allow this to run.
Change-Id: I978e96d6de1b6c7bb63ff877b5bc77e1b6ee44df
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
spisarski [Tue, 27 Jun 2017 18:19:30 +0000 (12:19 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Added offline test support to NovaUtilsInstanceTests missed initially.
JIRA: FUNCTEST-809
Change-Id: I3a54af6fc64f93a72059d0ff205024fa765ceb52
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
juraj.linkes [Tue, 27 Jun 2017 14:39:39 +0000 (16:39 +0200)]
Update git submodules
* Update docs/submodules/fds from branch 'master'
- Updated robot scripts for v3 credentials
The fds security group robot script is now compatible with both v2
and v3 credentials. Also introduced other minor fixes.
Change-Id: I987a3963fea425fcc31afe4681575ca985f162bb
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
Linda Wang [Sat, 24 Jun 2017 07:42:20 +0000 (07:42 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Enable snaps work using public endpoint
When functest is not run on jumpserver but on other external host without
admin network, snaps failed to connect the admin endpoint. So running
snaps tests using public endpoint should be allowed.
JIRA: SNAPS-110
Change-Id: I8ca8d8c48330b5f427568d3d5fe942f6f2ca9ea9
Signed-off-by: Linda Wang <wangwulin@huawei.com>
mbeierl [Wed, 21 Jun 2017 20:02:57 +0000 (16:02 -0400)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Allow User to Specify Flavor
Adds flavor as parameter to ReST /configurations API and passes
it through to the heat template creation.
Change-Id: Id3632fb571da9da51b4d75db58c7a7c0a91e0ccf
JIRA: STORPERF-92
Signed-off-by: mbeierl <mark.beierl@dell.com>
Jose Lausuch [Tue, 27 Jun 2017 13:37:47 +0000 (13:37 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Increase timeout of Open Baton installation"
- Increase timeout of Open Baton installation
Change-Id: Ifdc24a3fc9e2c315b41f9e68bccb88df36252b0c
JIRA: ORCHESTRA-14
Signed-off-by: Michael Pauls <michael.pauls@fokus.fraunhofer.de>
Jose Lausuch [Tue, 27 Jun 2017 13:37:17 +0000 (13:37 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "bugfix: pagination crash due to memory limitation"
- bugfix: pagination crash due to memory limitation
MongoDB sorts the results in memory, and the default mem limitation is
32M, if the sort operation consumes more than that it will return an
error:
OperationFailure: Executor error during find command: OperationFailed
Sort operation used more than the maximum
33554432 bytes of RAM. Add an
index, or specify a smaller limit.
To solve this problem, here we leverage aggregate() and
allowDiskUse=True, it is said will not be limited by memory
Change-Id: Id698ad1d02912e8b350a33a926fcccc390814fcc
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Jose Lausuch [Tue, 27 Jun 2017 13:34:01 +0000 (13:34 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Add sfc in thirdparty-requirements.txt"
- Add sfc in thirdparty-requirements.txt
Now it can be installed via python package [1] and then be listed in
thirdparty-requirements.txt.
[1] https://gerrit.opnfv.org/gerrit/#/c/36445/
Change-Id: Iae7482865917e51a96a180b0a987ab0ff26a0190
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jose Lausuch [Tue, 27 Jun 2017 13:31:22 +0000 (13:31 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Add securityscanning in thirdparty-requirements.txt"
- Add securityscanning in thirdparty-requirements.txt
Now it can be installed via python package [1] and then be listed in
thirdparty-requirements.txt.
[1] https://gerrit.opnfv.org/gerrit/#/c/36437/
Change-Id: Ib9489de1f46993fa9fe35485fa95baf003d44974
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jose Lausuch [Tue, 27 Jun 2017 13:31:15 +0000 (13:31 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Remove obsolete repos in functest/ci/config_functest.yaml"
- Remove obsolete repos in functest/ci/config_functest.yaml
It completes "Use directly OpenStack project packages" [1].
kingbird becomes a dependency.
[1] https://gerrit.opnfv.org/gerrit/#/c/36125/
Change-Id: I2cb9e3a2146a2b2bbae89dde9917c5ace70048a6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jose.lausuch [Tue, 27 Jun 2017 09:54:41 +0000 (11:54 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Remove Tempest repo and use the one created by Refstack
Refstack clones the repo in /home/opnfv/.tempest. Rally can use
that repo which is checked out to the REFSTACK_TAG=15.0.0
This way, we avoid having twice the same files.
Change-Id: I9b05d29b1c9bdf3d10539b771d0d20abb2b7cc37
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
hongbo tian [Tue, 27 Jun 2017 11:42:56 +0000 (11:42 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "Use official Docker images to build local DB"
- Use official Docker images to build local DB
JIRA: DOVETAIL-422
1. Use official Docker images, mongo:3.2.1 and opnfv/testapi:cvp.0.1.0,
to build local database and testapi service.
2. Use the stable Docker tag in offline config file.
Change-Id: I446a4248effc95f6f5aa6a6d90c0d31ef2f60b39
Signed-off-by: xudan <xudan16@huawei.com>
hongbo tian [Tue, 27 Jun 2017 11:40:58 +0000 (11:40 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "delete old ipv6 files"
- delete old ipv6 files
JIRA: DOVETAIL-452
since https://gerrit.opnfv.org/gerrit/#/c/34577/ merged
new ipv6 C&C documents are there, delete the old ones.
Change-Id: Ic16cf03b3febd7cca158555e11ecd817ffc61139
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
MatthewLi [Mon, 26 Jun 2017 02:36:01 +0000 (22:36 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- delete unused dashboard backend packages
JIRA: DOVETAIL-452
since testapi/mongoDB/openstack 3rd paty dahsboard packages
are used for dovetail now in releng repo. the out-dated mysql-based
dashboard backend packages are deleted
Change-Id: I304c6c40b47e2fac513dd2de873644b749c3275d
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Manuel Buil [Tue, 27 Jun 2017 10:08:33 +0000 (10:08 +0000)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Merge "Add requirements in sfc"
- Add requirements in sfc
It now leverages on pbr to scan requirements.txt and inject them into
the install_requires.
Change-Id: If51827f6f8839af930c862d846b76b85a778c860
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Alex Yang [Tue, 27 Jun 2017 10:02:36 +0000 (10:02 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Adapt the scenario arg add in tempset.py"
- Adapt the scenario arg add in tempset.py
1.adapt the scenario argument add in tempset.py, detail please
refer to
https://gerrit.opnfv.org/gerrit/#/c/36229/5/deploy/tempest.py.
2.bugfix to update the self.deploy_file with the constructed final
deploy file in deoploy.py.
Change-Id: Ia46720649a2361f0b84749925d2c0dede78ccdb5
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
Morgan Richomme [Tue, 27 Jun 2017 09:34:50 +0000 (09:34 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "enable doctor-notification test case"
- enable doctor-notification test case
Change-Id: If2b6b46f3f192f58636c55f3ddc9e80b9e22be3c
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Sofia Wallin [Tue, 27 Jun 2017 09:32:16 +0000 (09:32 +0000)]
Merge "Initiate Developer guide (Testing group)"
Jose Lausuch [Tue, 27 Jun 2017 09:31:17 +0000 (09:31 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Added unit tests for api_check, health_check, and smoke tests."
- Added unit tests for api_check, health_check, and smoke tests.
In addition to the creation of the unit tests, this patch simplifies
the mocks for connection check as there was an unused annotation.
This patch also refactors the building of the test suite from the
constructor to the run() method.
JIRA: FUNCTEST-813
Change-Id: I7ff5d0389db36141a33ee3a8f76e04b922f8a95f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Jose Lausuch [Tue, 27 Jun 2017 09:28:06 +0000 (09:28 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Don't display functest report for single test cases"
- Don't display functest report for single test cases
When executing a single test case, it is not neccessary
to show duplicated information about the result of the test
case. The functest report only makes sense when running
multiple tests.
e.g. functest testcase run vping_ssh
The report is still showed when doing:
functest testcase run all
Change-Id: I92d97d6111ecd9484a14c72cf4bb0c2bbe3ae6bf
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Ulrich Kleber [Tue, 27 Jun 2017 08:43:53 +0000 (08:43 +0000)]
Update git submodules
* Update docs/submodules/octopus from branch 'master'
- Merge "Scenario Lifecycle Document - add draft for workflow chapter"
- Scenario Lifecycle Document - add draft for workflow chapter
1.step: summary and first workflow for scenario owner
Patchset 2: fix comment
Jira OCTO-162
Signed-off-by: ulik <ulrich.kleber@huawei.com>
Change-Id: I46e21c93fccc8c6f8fe08fe5ced98ca211aeea75
juraj.linkes [Tue, 27 Jun 2017 07:19:43 +0000 (09:19 +0200)]
Update git submodules
* Update docs/submodules/fds from branch 'master'
- Increased odl restart timeout to 120
Change-Id: I2cc7154684fadc141412eb575b5f104ba19235e9
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
Rex Lee [Tue, 27 Jun 2017 07:20:33 +0000 (07:20 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add API to update hosts info about SUT"
- Add API to update hosts info about SUT
JIRA: YARDSTICK-674
For some SUT which use domain name as endpoint and AUTH_URL, yardstick
restAPI should support to add "ip domain_name" info into /etc/hosts so
that it can use the ip_address to access the SUT.
api: /yardstick/env/action
description: update hosts info for domain name
method: POST
parameters:
{
"action": "update_hosts",
"args": {"opnfv.org": "1.1.1.1",
"openstack.org": "2.2.2.2"
}
}
Change-Id: Iaca9c846f02b1d53e2408d6a21f9201b599717d4
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
wutianwei [Wed, 21 Jun 2017 03:02:26 +0000 (11:02 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Support Centos7
1. install the yum packages
2. add the ifcfg scripts to adapt Centos7
3. change MaxSession to 100
4. if setup-host failed, retry to run the failed container
Change-Id: I57589d38f6af1677cb889875c85d6b8bac5c80d0
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Morgan Richomme [Tue, 27 Jun 2017 06:54:08 +0000 (06:54 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "bug fix: consider pagination when retrieveing results for reporting"
- bug fix: consider pagination when retrieveing results for reporting
Due to pagination feature introduced in test API, reporting pages
only considered the first page of results retrieved by the API
the number of pages is now detected to aggregate the results
JIRA: RELENG-259
Change-Id: I0ac90b125baf8c16341c8db22f5602fedd4cdf1b
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
jose.lausuch [Mon, 26 Jun 2017 15:44:47 +0000 (17:44 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix floating ips issue in openstack_clean
floatingips is a list of dictionaries where the attributes
are a bit different than in the previous implementation.
Change-Id: I8e8429b1819bba35a4a829f274c60b77ab2eea7e
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Zhijiang Hu [Mon, 26 Jun 2017 09:46:09 +0000 (05:46 -0400)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Update VM intallation network setup for ODL scenario
Change-Id: Ie26ca7d81b8d293fbcdc73d5bfa6f2bdbe21e215
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
chigang [Mon, 26 Jun 2017 14:17:21 +0000 (22:17 +0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Enable onos-sfc baremetal daily job
JIRA:-
Because Baremetal resource is limit, it will take more than 3 hours
in each circle. so diable ocl and enable onos-sfc.
Change-Id: I6a9cfd20324bc5dfa79e6cfc4b5ee3b4e84a3085
Signed-off-by: chigang <chigang@huawei.com>
Yujun Zhang [Thu, 22 Jun 2017 07:09:53 +0000 (15:09 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Initial draft for storage QPI
JIRA: QTIP-255
Change-Id: I987de78941d1e3a200e5c326348af344ea8d9559
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Tim Irnich [Mon, 26 Jun 2017 15:41:46 +0000 (15:41 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Uplifting docs to D-3"
- Uplifting docs to D-3
Change-Id: Iff2f924886bae8e4bf84f4325cde3d7f8546b487
Signed-off-by: tomsou <soth@intracom-telecom.com>
Tim Irnich [Mon, 26 Jun 2017 15:24:23 +0000 (15:24 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Restore peering within testcase3 for Apex"
- Restore peering within testcase3 for Apex
Change-Id: I7f3a4892e6ef73fb13512e427fab3e42ff1b69d9
Signed-off-by: tomsou <soth@intracom-telecom.com>
Jose Lausuch [Mon, 26 Jun 2017 14:41:07 +0000 (14:41 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Make rally support https insecure deployment"
- Make rally support https insecure deployment
When running in https environment, rally should support insecure
deployment if no cacert file is provided.
JIRA: FUNCTEST-828
Change-Id: I29b0fc8c2e1b74a1ce08293706cd9f11f975b6d5
Signed-off-by: Linda Wang <wangwulin@huawei.com>
spisarski [Mon, 26 Jun 2017 14:10:49 +0000 (08:10 -0600)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fixed problem to vping userdata introducted by SNAPS-OO patch.
Changed get_vm_inst() to return a domain object forgot to change the call
in vping_userdata.py.
JIRA: SNAPS-92
Change-Id: I7585dcde483c39fa850e5184686f42bbf2e8f3c5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Manuel Buil [Mon, 26 Jun 2017 14:16:19 +0000 (14:16 +0000)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Merge "Conform SFC test to Functest framework"
- Conform SFC test to Functest framework
- Inherit from OSGCTestCase which takes care of pushing
the result to the DB automatiically.
- Functest will just need to import this module
in testcases.yaml and the framework will launch it
- It is still possible to call this script from python
command line directly as it has a main function.
Change-Id: If02c13b6b6c2500f4eed7646a2b9eb284df0c5ae
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Jose Lausuch [Mon, 26 Jun 2017 10:06:41 +0000 (10:06 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Use glance to list images"
- Use glance to list images
1. Images list is not supported by novaclient 8.0.0
2. It moves images list out of nova and into glance
Change-Id: I2a2d40a2ca3a0cf1ebfb55697b3c58af8748a805
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Jose Lausuch [Mon, 26 Jun 2017 10:06:30 +0000 (10:06 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Change floating ips management from nova to neutron"
- Change floating ips management from nova to neutron
Nova does not longer support floating ip creation/deletion.
This patch moves that logic to neutron client.
Change-Id: I2c4146149fe5be534d9c50d78d831b5af1957ad7
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Cédric Ollivier [Mon, 26 Jun 2017 04:51:55 +0000 (06:51 +0200)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Add requirements in sdnvpn
It now leverages on pbr to scan requirements.txt and inject them into
the install_requires.
Change-Id: Iae1517ae0bfd3575e9d16de4a2ca42e114d956fb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jose Lausuch [Mon, 26 Jun 2017 09:20:59 +0000 (09:20 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Enable vping offline"
- Enable vping offline
Images used are changed to leverage local file.
Change-Id: I42a89c8c33054a23e226d22358fe268770986a76
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Jose Lausuch [Mon, 26 Jun 2017 09:15:40 +0000 (09:15 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Take OpenStack's constraints into account"
- Take OpenStack's constraints into account
upper-constraints.txt contains a pinned list of the entire set of
transitive requirements for OpenStack [1].
We will add OPNFV's constraints as well for OPNFV projects and
their requirements when they are ready.
[1] https://specs.openstack.org/openstack/openstack-specs/specs/requirements-management.html
Change-Id: I2e23584f957e4de191341800d24c8b2776ef9143
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jose Lausuch [Mon, 26 Jun 2017 09:14:35 +0000 (09:14 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Define logger as Feature instance attribute"
- Define logger as Feature instance attribute
It allows any Feature subclass to print warning messages in console
and debug messages in a dedicated file.
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ic5b1b1184c16cf50f0baadc3904075d0acdf3c6d
Signed-off-by: Jose Lausuch <jose.lausuch@ericsson.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jose Lausuch [Mon, 26 Jun 2017 09:14:31 +0000 (09:14 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Install opera via python package"
- Install opera via python package
It should be noted that the other OPNFV projects cannot currently be
installed via python packages for many reasons (e.g. binaries not
included, no setup.py...).
Change-Id: Iaf1c960471b2dd8916eb1a49cb46f50b7dfb9b88
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jose Lausuch [Mon, 26 Jun 2017 09:14:28 +0000 (09:14 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Install OPNFV sdnvpn via python package"
- Install OPNFV sdnvpn via python package
Change-Id: Ibcaef4eb8658bfe7d1900a8cd6a7b48740524526
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Jose Lausuch [Mon, 26 Jun 2017 09:14:25 +0000 (09:14 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Stop personalizing the common Dockerfile"
- Stop personalizing the common Dockerfile
Any personal config can be applied to another Dockerfile which
inherits from this one.
Change-Id: Ifb77c0d5821c2b40f2f3e1d6adee6f83d0cd0b29
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jun Li [Mon, 26 Jun 2017 09:03:26 +0000 (09:03 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add licenses to Dovetail scripts"
- Add licenses to Dovetail scripts
JIRA: DOVETAIL-453
Change-Id: I40110eae6eac86953f482f83e0b082149c3d0377
Signed-off-by: xudan <xudan16@huawei.com>
Ross Brattain [Mon, 26 Jun 2017 08:53:27 +0000 (08:53 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "increase line length to 99"
- increase line length to 99
When line length is 79 I have to spend too much
time manually wrapping my code into unreadable junk
I can't use expressive tuple unpacking and I start
shortening variables and other bad tricks to decrease
the line length.
We have too many levels of indent to manage with 79
class:
def:
if:
for:
etc.
Change-Id: Ib2ce9cf887f9880c46815822c8d0e1a7806e53ca
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Michael Polenchuk [Fri, 23 Jun 2017 13:44:33 +0000 (17:44 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Remove redundant services from noha scenario
Change-Id: I445f6ac802fbf1b382b18bcb4306eb5538cb1867
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Morgan Richomme [Tue, 23 May 2017 06:49:09 +0000 (08:49 +0200)]
Initiate Developer guide (Testing group)
We started building several xProjects enablers
The goal of this document will be to help developers
- to know/use the different tools
- to take into account the recommendations
- to get the links for support
Change-Id: I49af8525514437d07390b5d098abebe75a80c0b1
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Harry Huang [Mon, 26 Jun 2017 02:21:17 +0000 (10:21 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Fix config-compute handler
The network restart handler comes at the end
of all tasks which cause pkg install task be
executed when network is not ready. Flush this
handler right after configure network tasks.
Change-Id: I98b9f6f0f2ec0b79632188a481673529a1b522bb
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>