Bryan Sullivan [Mon, 22 Jan 2018 23:25:53 +0000 (15:25 -0800)]
Update git submodules
* Update docs/submodules/ves from branch 'master'
- Implement component deployment via cloudify
JIRA: VES-2
Change-Id: Ic696f13d2a32e10663f50cd4e26b9a060525ff92
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
Ross Brattain [Mon, 22 Jan 2018 21:50:37 +0000 (21:50 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Clean unit tests in "benchmark.scenarios.lib.test_create_volume.py"
- Clean unit tests in "benchmark.scenarios.lib.test_create_volume.py
* Use mock_object.assert_called_with instead of
self.assertTrue(mock_object.called)
* Remove an unneeded if clause in CreateVolume
* Add individual tests for each method in CreateVolume
Change-Id: I54cc56434d316f059b3822879145e6a299866fcb
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Ross Brattain [Mon, 22 Jan 2018 21:47:07 +0000 (21:47 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Move tests: unit/dispatcher"
- Move tests: unit/dispatcher
* Fix pylint errors
* Add TODOs
Some errors are ignored locally, as they were a symptom of other problems.
These issues have been flagged with a TODO, and should be fixed later.
JIRA: YARDSTICK-837
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Change-Id: I1f8a6041424c4c69f46ef30bd5c66d2d51d24347
Ross Brattain [Mon, 22 Jan 2018 21:46:43 +0000 (21:46 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Move tests: unit/orchestrator/"
- Move tests: unit/orchestrator/
* Fix pylint errors
* Add notes where additional action is needed.
Some errors are ignored locally, as they were a symptom of other problems.
These issues have been flagged for follow-up, and should be fixed later.
JIRA: YARDSTICK-837
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Change-Id: Idbf56d0cd3b29b70691acd6af4d5ac3c400d2ccc
Ross Brattain [Mon, 22 Jan 2018 21:44:51 +0000 (21:44 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Replace "oslo_utils.importutils" with standard library "importlib""
- Replace "oslo_utils.importutils" with standard library "importlib"
The current implementation of dynamic library importation is prone
to failure [1]:
- "sys.modules" is modified manually, which is something not
recommended [2].
- When a module is imported is added to "sys.modules"; that means
there is no need to manually create an entry in this object.
- "importlib" library is part of the standard library and is now
available in PY3 and PY2 (backported). This library contains a
function called "import_module" to import a module in runtime.
[1]https://github.com/opnfv/yardstick/blob/
d2c7cc4e9768ed003257a95c92cdb278d516761b/yardstick/common/utils.py#L72-L93
[2]http://justus.science/blog/2015/04/19/sys.modules-is-dangerous.html
JIRA: YARDSTICK-949
Change-Id: Ide3b74f98858d06fa275fb6c9b78ceeaa64feed5
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Alexandru Avadanii [Mon, 22 Jan 2018 18:35:07 +0000 (19:35 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for lab proxy support
While at it, fix MaaS hwe_kernel for AArch64 by switching back to
4.13.
Change-Id: Idb123eab370ef453b60ddb1dff40c2d8d7fd42c4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 22 Jan 2018 18:39:42 +0000 (19:39 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [baremetal] Fix ocata reference
Previous cherry-pick failed to rename 'ocata' to 'pike'.
JIRA: FUEL-317
Change-Id: Ic1a1145e0652f2a7d15980399232631cf3fc5080
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 22 Jan 2018 17:41:02 +0000 (18:41 +0100)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- [fuel] Fix missing EOL after yaml doc start
Fixes:
4cef6b2
Change-Id: I628ce8da7e0959ff916082c1fc30934dca0d93dc
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Sat, 20 Jan 2018 18:56:47 +0000 (19:56 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [baremetal] Add upstream (lab) proxy support
If upstream proxy is defined in IDF, propagate it to pillar data:
- linux:system:proxy:keyserver:http(s) for cfg01, mas01;
- maas:region:upstream_proxy for mas01;
Sample IDF config:
idf:
fuel:
network:
upstream_proxy:
address: 10.0.2.2
port: 3128
JIRA: FUEL-317
Change-Id: I12be815e1b4564227fb09c20ce06cd71e7d433b6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 22 Jan 2018 16:50:10 +0000 (16:50 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "[PDF] check-jinja: Filter-out incompatible PDF/IA"
- [PDF] check-jinja: Filter-out incompatible PDF/IA
While checking all PDFs against all installers, some mandatory
requirements are sometimes not met:
- minimum cluster nodes (e.g. Apex requires 5 nodes, 1 PDF has 3);
- minimum interface count (e.g. Compass requires min 3 NICs, some
PDFs only have two interfaces or less);
The added filter is far from ideal:
- node requirements are based on the latest (not highest) index
used by the installer adapter to accomodate special handling of
3-node cluster in Daisy templates;
- interface req is based on the average interfaces/node, with
quite some margin - this is a very loose mechanism;
With this in, `check-jinja` has a return code of 0 (note that
yamllint failures of output files are not affecting the return code).
Change-Id: I43ade3567bf3026069ff93eca17abc212fab211c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 22 Jan 2018 16:49:57 +0000 (16:49 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "[fuel] Add support to use public net netmask from IDF"
- [fuel] Add support to use public net netmask from IDF
- New reclass params for public network and public network mask
- Network mask is converted from prefix format to reclass compatible IP format
- New reclass params to set public pool ip range
JIRA: FUEL-315
Change-Id: I30c5332b958796af5a10cd39c56ed5cf5800e029
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
Alexandru Avadanii [Mon, 22 Jan 2018 16:49:34 +0000 (16:49 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "generate_config: Add netmask jinja filter"
- generate_config: Add netmask jinja filter
- Add custom filter to convert integer prefix network
mask to IP format network mask string
Change-Id: I13d6a2725b93132f858b64d7f93de3a4e0dc5961
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
Alexandru Avadanii [Mon, 22 Jan 2018 16:49:07 +0000 (16:49 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "update BII pod1 PDF for Euphrates install"
- update BII pod1 PDF for Euphrates install
- add licenses in all PDF file
- add jumphost bridge in idf-pod1.yaml
- add network info in idf-pod1.yaml
- use eyaml decrypt IPMI user/passwd
- update node network&node name in pod1.yaml
Change-Id: Ia239d5d1ac261cc8b6e35dee6af8292b60884f0b
Signed-off-by: louie.long <longyu805@163.com>
Aric Gardner [Mon, 22 Jan 2018 16:47:14 +0000 (16:47 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "[apex] Use node remote_management params"
- [apex] Use node remote_management params
Previously, we relied on jumpserver IPMI user/pass/type to be the
same for all nodes (including jumpserver).
Instead, read node-specific params and stop relying on
'remote_params' optional YAML anchor.
Change-Id: Id64a0c4350481a6c81212a4559115bb9b1a0155e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 22 Jan 2018 16:32:40 +0000 (16:32 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "check-jinja: Add optional filtering of test matrix"
- check-jinja: Add optional filtering of test matrix
When adding new PDFs, it is sometimes useful to check only the newly
added PDF (or all the PDFs for a specific lab) against all or only
some installer templates.
Change-Id: I1d02943527597df1e1908a3ff4398bc398c887e7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 22 Jan 2018 16:28:38 +0000 (16:28 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "Nokia public lab Pod Descriptor File"
- Nokia public lab Pod Descriptor File
Comment lines removed, typos fixed and missing fields added.
Change-Id: Ic027544b2e7e70fb7c02452945fb2a1252417ce3
Signed-off-by: Mika Rautakumpu <mika.rautakumpu@nokia.com>
Aric Gardner [Mon, 22 Jan 2018 16:13:11 +0000 (16:13 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "[PDF] config: Add/update license headers"
- [PDF] config: Add/update license headers
This only covers the `config` subdir.
Change-Id: I1fb9470e216cc2de9a4ac91de44d99e7044e708e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 22 Jan 2018 16:10:29 +0000 (16:10 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "arm-pod7: add new PDF and IDF files"
- arm-pod7: add new PDF and IDF files
- net_config is moved to IDF file;
- rename 'disk' to 'disks';
- add 'name: nicN' to interface;
- add 'disk_rotation: 0' for ssd drivers;
Change-Id: I1ea91a65abeb9db4f2f73f25ce51cd059b4b4753
Signed-off-by: ting wu <ting.wu@enea.com>
Fatih Degirmenci [Mon, 22 Jan 2018 14:15:55 +0000 (15:15 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- xci: Do not clone and checkout scenario repo if it is releng-xci
Change-Id: I48cdbfbd5b7746e75565d318616e9c580b5ba156
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Alexandru Avadanii [Sat, 20 Jan 2018 20:52:56 +0000 (21:52 +0100)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- [fuel] Add proxy node management network VIP
Change-Id: I5fd74163cab8f6ee5f575ed72edfcc6919e60161
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [fuel] Update MaaS PXE config
- reduce DHCP range to silence a dummy MaaS warning about address exhaustion;
- define PXE/admin address for Salt Master node;
- drop obsolete opnfv_infra_maas_pxe_address;
JIRA: FUEL-316
Change-Id: Ic946960aac3c09dbcfce005098a5fc97396da01e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Fatih Degirmenci [Mon, 22 Jan 2018 14:00:25 +0000 (15:00 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- xci: Clone releng-xci repo for phase jobs as well
Forgotten to fix phase jobs.
Change-Id: I50c525089d6d3b4f28650ad78b8810817aaf150e
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Fatih Degirmenci [Mon, 22 Jan 2018 13:36:47 +0000 (14:36 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- xci: Clone the repo and checkout the patch for testing
Change-Id: Ie1c2f76b6043133c3821272040b1a2a38de29035
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
- xci: Always clone releng-xci into WORKSPACE for merge jobs
The cloning of the correct version of the repo which the scenario
resides in will be handled by get-opnfv-scenario-requirements.yml
for all the scenarios.
The change proposed for merge jobs will be reflected to verify jobs
as well once it is verified with this.
Change-Id: Icaa99a8b9e981c839969ce556e5af6a9ef6d9da8
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Martin Klozik [Mon, 22 Jan 2018 11:23:41 +0000 (11:23 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- bugfix: Define _EXECUTED_PIDS in config file
Add definition of internal _EXECUTED_PIDS list into generic
configuration file.
JIRA: VSPERF-556
Change-Id: I6c237cb563c0a37bf806561d1f841587796399b8
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Markos Chandras [Mon, 22 Jan 2018 12:17:09 +0000 (12:17 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: xci-deploy.sh: Drop warning for CentOS"
- xci: xci-deploy.sh: Drop warning for CentOS
The basic support for CentOS has been merged and it passes the CI
so drop the warning.
Change-Id: I70e6ba0fcd851d2eb9bfcb24d185276ed68c1005
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Mon, 22 Jan 2018 12:17:04 +0000 (12:17 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: get-opnfv-scenario-requirements.yml: Check if facts are set"
- xci: get-opnfv-scenario-requirements.yml: Check if facts are set
When the user selects an invalid combination then some facts may not be
set so the deployment may fail in a crypt way like in the following case
fatal: [localhost]: FAILED! => {"failed": true, "msg": "The conditional
check 'deploy_scenario_installer' failed. The error was: error while
evaluating conditional (deploy_scenario_installer):
'deploy_scenario_installer' is undefined\n\nThe error appears to have been in
'/home/opnfv/releng-xci/xci/playbooks/get-opnfv-scenario-requirements.yml':
line 114, column 11, but may\nbe elsewhere in the file depending on the
exact syntax problem.\n\nThe offending line appears to be:\n\n
when: item.installer == XCI_INSTALLER\n - set_fact:\n
^
here\n"}
Change-Id: I931376d99bb178b15c4a9a71d47b48b01b858e4e
Signed-off-by: Markos Chandras <mchandras@suse.de>
Fatih Degirmenci [Mon, 22 Jan 2018 09:27:40 +0000 (10:27 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- xci sfc: Enable post merge deployment
This change enables the deployment upon merge of a change.
Followup patches will incorporate functest smoke and promotion
which the promotion will most likely be the first one as functest
parts are a bit tricky due to failures while running testing
in VMs.
Apart from the enablement of the deployments, job concurrency is
disabled as well since we should only test one change at a time
and attempt promotion for any scenario in order to ensure we keep
the promotion consistent.
Change-Id: Ib4b5754b6b88f42eab83c656e03773c83068016f
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
- xci: Convert execute shell scripts to external scripts
The scripts used by verify jobs to create VMs, start deployments,
run functest, and do cleanup for CI can be reused by other jobs as
well so they are moved out of the yaml file.
Apart from that, if we decide to change the way we run CI (not
using VMs for performance reasons), we don't have to make big changes
to yaml either.
Change-Id: I2df1f2d60f999bcd7d53a5cd879112a5b2b0ca05
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Michael Polenchuk [Mon, 22 Jan 2018 09:22:02 +0000 (09:22 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "reclass: apt_mk_version: stable"
- reclass: apt_mk_version: stable
Although previous commit
d1b6119 changed the first reference of
apt-mk repos to 'stable' from 'nightly', it missed the cluster model.
This fixes redeploys with `-f`, which fail due to conflicts between
already installed 'stable' packages and 'nightly' ones.
Fixes:
d1b6119
Change-Id: I854bac86feaaa61da0b68d158e270eec1ee0ccb7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Michael Polenchuk [Mon, 22 Jan 2018 09:19:01 +0000 (09:19 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[baremetal] Fix cmp proto dhcp on PXE/admin"
- [baremetal] Fix cmp proto dhcp on PXE/admin
Although we properly filter the PXE/admin interface in the common
openstack_compute_pdf.yml.j2 template and use DHCP instead of manual
setup, we failed to do the same in scenario-specific overrides
(ODL, OVS), so we end up with 'proto: manual' on PXE/admin on cmp
nodes.
The fix is trivial and reuses the mechanism in the common class in
scenario-specific templates (if interface is PXE/admin, use 'DHCP'
instead of 'manual').
This solves the issue of broken connectivity to Salt master after
cmp reboot.
Change-Id: I1953d03343190acb2efcab4412a3d37e130b0ea9
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 22 Jan 2018 01:10:03 +0000 (02:10 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [patch] system.repo: Add keyserver proxy support
Instead of defining a http proxy for all salt-minion traffic, which
also includes some Openstack API accesses we can't filter (no_proxy
is not yet supported), add & leverage support for proxy configuration
during APT keyserver access / key download.
JIRA: FUEL-331
Change-Id: I9470807633596c610cfafb141b139ddda2ff096b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Sofia Wallin [Mon, 22 Jan 2018 08:58:19 +0000 (08:58 +0000)]
Merge "Remove infra repo from submodules"
Yifei Xue [Mon, 22 Jan 2018 08:06:29 +0000 (08:06 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Support multi-cluster deploy"
- Support multi-cluster deploy
JIRA: COMPASS-566
1. set DEPLOY_HOST to "true "no longer refresh
compass-core
2. patch depends on merged compass-tasks
3. support assign cluster name in scenario file
Change-Id: I28d201c201cff5baefee9993d195be16ef1e830b
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Harry Huang [Thu, 18 Jan 2018 12:11:55 +0000 (20:11 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Using simplejson instead of json
JIRA: COMPASS-574
As Ansible upgrade patch will bring in json
module issue. Using simplejson module to
avoid module confusion.
Change-Id: I752b126e37753187fd74daa4fc6fe202f71eec24
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Cédric Ollivier [Sun, 21 Jan 2018 20:20:25 +0000 (21:20 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Disable all missing-docstring warnings in unit tests
Change-Id: I22b7bbdab5f000b4ade6c2ba3a4029c146887cbd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sun, 21 Jan 2018 20:11:48 +0000 (21:11 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Partially rewrite test_run_tests.py
It mainly fixes pylint issues and leverages on decorators.
It should be noted that run_tests.py is not fully covered (see
xtesting requirements).
Change-Id: I114b67c3c5bfe61d72d004829af513e2014ad8b8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Fully test and cover functest/ci/tier_*
It also fixes check_deployment.py and ci unit tests which were wrong
when testing exceptions.
Now ci modules are rated 10/10 and fully covered.
Change-Id: I30dca491b44cc54aa1abc0d0433c00b4dcabfdc4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sat, 20 Jan 2018 13:41:32 +0000 (14:41 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Move push_results_to_db to TestCase
It removes the link between TestCase and Functest utils (xtesting).
It should be noted that testresults url can only be set by env var.
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ie072c675890d0ae2e63619c599d2684a8c7d762d
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
zhihui wu [Wed, 17 Jan 2018 05:34:16 +0000 (13:34 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- change the test suite for experimental job
The experimental job is executed on zte-virtual6.
And zte-virtual6 is deployed by mcp(fuel), storage
test doesn't support mcp, so I change the test suite
from "storage" to "compute".
Change-Id: Id11dcc3344a0d06fdb3be2f058a519d1407736ac
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Guo Ruijing [Sun, 21 Jan 2018 17:09:36 +0000 (12:09 -0500)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- remove trailing space
Change-Id: I36903535289c51346deea49791fd4a0d6e223a18
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Yapeng Wu [Thu, 18 Jan 2018 20:10:06 +0000 (20:10 +0000)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Add istio 0.4 installation on top of k8s 1.9
Based on k8s 1.9 (kubeadm_basic) installation, adding
the istio 0.4 installation and simple validation.
Change-Id: Iee2c71974fb2b33df0f9342e0bfd9e96e4dab8f5
Signed-off-by: Yapeng Wu <yapengwu@gmail.com>
Alexandru Avadanii [Sat, 20 Jan 2018 16:54:33 +0000 (17:54 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for mongodb & cinder fixes
While at it, refresh Armband GPG public key embedded in maas config.
Change-Id: Id1f167d3b8a1bc69a798557fb1b72f93e04cdb0b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Linda Wang [Thu, 18 Jan 2018 03:38:46 +0000 (03:38 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Configure password for the user in vnf
For some SUTs, the password for creating user is not allowed to
be the same as user name, and some even is required to contain
at least 8 characters and three types of characters for security.
It also turns yamllint warnings into errors and fixes the remaining
warnings.
Change-Id: Icf25a7b9ff1c8cee55899198f1e519c9209877ff
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Ross Brattain [Sat, 20 Jan 2018 00:06:36 +0000 (00:06 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "update docs for procedure after host reboot"
- update docs for procedure after host reboot
Added instructions to restart nginx and uwsgi after the host is rebooted.
Added instructions to start yardstick container if the host is rebooted.
Removed section on virtual python environment as it is not needed.
JIRA: YARDSTICK-919
Change-Id: I6e8bd1d52954c2aa138ce7879211b91b3644ecb2
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
Tim Rozet [Thu, 18 Jan 2018 20:45:10 +0000 (15:45 -0500)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Enables trunk ports with bgpvpn scenario
This is enabled in regular ODL deployments but is missing from the
bgpvpn scenario. Trunk ports are requested by SDNVPN team for testing
with bgpvpn.
apex-tripleo-heat-templates: I1b4d3eea61e29e1ede0e06d78fde842ef13b7b8e
Change-Id: I00a36b56045fa1114d8407fe5005128c46ecefb4
Signed-off-by: Tim Rozet <trozet@redhat.com>
Ross Brattain [Fri, 19 Jan 2018 19:06:09 +0000 (19:06 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Vincenzo stepping down as Yardstick committer"
- Vincenzo stepping down as Yardstick committer
From: opnfv-tech-discuss-bounces@lists.opnfv.org [mailto:opnfv-tech-discuss-bounces@lists.opnfv.org] On Behalf Of Riccobene, Vincenzo M
Sent: Thursday, January 18, 2018 2:35 AM
To: opnfv-tech-discuss@lists.opnfv.org
Subject: [opnfv-tech-discuss] Stepping down as Yardstick committer
Hello,
I am currently a committer for the OPNFV Yardstick project, but as I see unfortunately in the last months I have been absent from the project since other commitments took higher priorities and all my time, resulting in no major contributions to Yardstick, and I consequently decided to step down from the positon of committer.
It has been a great pleasure to contribute to the community and I hope I will be able to contribute again in the future.
Thank you very much all!
Best Regards.
Vince
Change-Id: I809021b4081caddb60549204a742b93134190a87
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Michael Polenchuk [Fri, 19 Jan 2018 12:27:06 +0000 (16:27 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Get back to the GA kernel
- openvswitch 2.8 officially supports kernel versions from 3.10 to 4.12
- ODL baremetal scenario is acting up with floating/public SNAT
flow under hwe edge kernel 4.13
Change-Id: I099d528b3b1c2ea34f8f856cd60f809f90defea6
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
John O Loughlin [Fri, 19 Jan 2018 10:49:53 +0000 (10:49 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Change ansible version to 2.4.2
Modified requirements.txt to update ansible version to 2.4.2
For the ansible virt module [1] XML templates are required.
To edit, the XML templates the XML module is required.
This is new in ansible 2.4 [2]
There is no max version restriction for ansible in OpenStack [3].
[1] http://docs.ansible.com/ansible/latest/virt_module.html
[2] https://docs.ansible.com/ansible/2.4/xml_module.html
[3] https://github.com/openstack/kolla-ansible/blob/stable/pike/doc/source/user/quickstart.rst
JIRA: YARDSTICK-948
Change-Id: I19b178f695f7381a3ecfbdb74f953a1276250958
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
Steven Pisarski [Fri, 19 Jan 2018 14:38:30 +0000 (14:38 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Fix Malformed Table in Integration Tests doc"
- Fix Malformed Table in Integration Tests doc
Change-Id: Idd2efdb04d7ee1972f1189576c3a2cb9bf834aef
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Martin Klozik [Fri, 19 Jan 2018 14:19:56 +0000 (14:19 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "documentation: Traffic Capture methods"
- documentation: Traffic Capture methods
Created new chapter on Traffic Capture and added short descriptions and explanation for each of the three methods currently supported by VSPERF. Subchapters include Traffic Capture in the VM, Traffic for testing NICs with Hardware acceleration and Traffic Capture on the Trraffic Generator.
JIRA: VSPERF-556
Change-Id: I280c54aa73961e0bbb61b40e8fe476bd3e92ff7d
Signed-off-by: Richard Elias <richardx.elias@intel.com>
Reviewed-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>
Ruan HE [Fri, 19 Jan 2018 13:08:11 +0000 (13:08 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Fix a bug in slave API."
- Fix a bug in slave API.
Change-Id: I50a424c0aaba32a35d94966bee051ca673f1fe25
Thomas Duval [Fri, 19 Jan 2018 12:54:41 +0000 (13:54 +0100)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Add moon_get_slaves, moon_set_slave, moon_delete_slave commands.
Change-Id: I224df38ffffcad7b4e8ee4da92087fa352cc6fc7
Martin Klozik [Fri, 19 Jan 2018 10:06:14 +0000 (10:06 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "trex: Improve error handling"
- trex: Improve error handling
Print an error message in case, that vsperf is not able
to connect to the T-Rex server. User is instructed
to check if T-Rex server is up and running.
Change-Id: I70c6d27fa8331921d43e25c5eaa3638ded6c015b
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Jose Lausuch <jalausuch@suse.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>
Fatih Degirmenci [Fri, 19 Jan 2018 10:03:40 +0000 (11:03 +0100)]
Remove infra repo from submodules
Having infra in submodules result in generation of duplicated
documentation such as for Pharos. As discussed, it is probably
logical to keep source of the project documentation in corresponding
project repos so they can be developed alongside the actual software
so they can be reviewed and approved by the project committers.
Change-Id: Ifda50d25d9a1b1e9bcf373713dc759f140fb046a
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Martin Klozik [Thu, 18 Jan 2018 15:22:42 +0000 (15:22 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- ixia: Add support of LISTs in TRAFFIC
The control script for Ixia (i.e. Ixia and IxNet classes)
is written in TCL and thus VSPERF must translate TRAFFIC
dictionary into TCL notation. The method for data type
conversion was updated to correctly process new 'capture'
settings, which uses python lists for tx and rx capture
ports definition.
JIRA: VSPERF-556
Change-Id: I639942b11ea11ce1b443a2a2e99c3da6619ba569
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>
Reviewed-by: Richard Elias <richardx.elias@intel.com>
Fatih Degirmenci [Fri, 19 Jan 2018 08:26:52 +0000 (08:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "RFC: Set the basic structure for post merge jobs"
- RFC: Set the basic structure for post merge jobs
This change proposes structure for post-merge jobs for the
scenarios that are onboarded to XCI.
The idea with these jobs is to verify the sanity of impacted
scenario to find out if the version that is tested should be
promoted to the next level in XCI; daily on baremetal.
If it succeeds, the metadata regarding the scenario needs to
be stored somewhere (artifact repo, etc.) so daily jobs can
poll that location to see if there is any scenario that is
worth testing on baremetal.
If it fails, the scenario could be demoted instead which still
requires further discussion and thinking. We might perhaps leave
the metadata of the version of the scenario with previous sha
as the candidate for testing instead of demoting it since we
need to have working version of the scenarios at all times.
Change-Id: I85d7176b16d0d6da45cd2462b0cdb990485b6b0d
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Zhijiang Hu [Fri, 19 Jan 2018 07:11:56 +0000 (07:11 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Add extra parameter to integrate with doctor"
- Add extra parameter to integrate with doctor
Need to change some parameter of ceilometer
to run doctor. In order not to influence
other scenario, add an extra '-d' argument
for doctor test only to change event_pipelint.yaml
template file in kolla-ansible code.
Change-Id: Ia5536658b2a2698bc1384e255328d4d719cc566c
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
Zhijiang Hu [Fri, 19 Jan 2018 07:11:36 +0000 (07:11 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "support dpdk"
- support dpdk
Change-Id: I30970093bab418d679d3a3396d16aaff257272f4
Signed-off-by: 00184532 <lu.yao135@zte.com.cn>
Alexandru Avadanii [Thu, 18 Jan 2018 17:00:13 +0000 (18:00 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- INFO: Add Guillermo as Fuel committer
Change-Id: Ibdd21a1fd07ee8e05d3dffb89048f7430543da97
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Aric Gardner [Thu, 18 Jan 2018 16:39:26 +0000 (16:39 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Disable the triggers for euphrates in armband"
- Disable the triggers for euphrates in armband
Change-Id: I738b4eb712bc85ee3327a9be55f4990000ff28c8
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Alex Yang [Thu, 18 Jan 2018 06:13:00 +0000 (14:13 +0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [daisy] delete tmp dir with sudo
Permission denied occured in [1].
[1]: https://build.opnfv.org/ci/job/daisy-deploy-zte-pod9-daily-master/7/console
Change-Id: Ic7e67eed8a121cae0ea2c05ab4cc9005358fcda5
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Eddie Arrage [Sun, 12 Nov 2017 21:38:11 +0000 (13:38 -0800)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Transfer Danube reviewer guidelines from wiki
The reviewer guidelines will be created per release, where the
CVP/Dovetail releases are aligned to OPNFV releases. The guidelines
outlined in this initial document are for the Danube release.
Updated reviewer guidelines
- Updated to account for issue where mandatory total always shows 215
in current version of web portal; removed one diagram and amended another
- First section title change and wording for test area results
- Removed white space
- Added SUT info section and diagrams
- Modified reference to cvp.opnfv.org with verified.opnfv.org
- Modified reference to cvp@opnfv.org with verified@opnfv.org
- Modified diagram filenames to reflect program name change
- Changed CVP references to OVP and Danube to 2018.01
- Remove TODO for granting marks and escalation - this info is in other docs
Change-Id: I01fc568ce6713d3c60daf339a2630e56e8dbcfcb
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Aaron Smith [Thu, 18 Jan 2018 16:16:14 +0000 (16:16 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "ves: move yaml and configuration files in to folders within the ves_app folder"
- ves: move yaml and configuration files in to folders within the ves_app folder
Change-Id: Ia8a51163890538fee774b2733d27dc2e997906cd
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
spisarski [Thu, 18 Jan 2018 15:09:59 +0000 (08:09 -0700)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Change exception message.
Change-Id: I120faaa8695db5f83e39b521aaa6c1ab68e7fcc1
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
tomsou [Thu, 18 Jan 2018 10:42:57 +0000 (12:42 +0200)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Set unlimited router quotas
Update router quotas to fix bgpvpn scenario in CIq
JIRA:SDNVPN-208
Change-Id: I25353229d119459c8e961b0f3f6264f715533d13
Signed-off-by: tomsou <soth@intracom-telecom.com>
ting wu [Thu, 18 Jan 2018 09:33:28 +0000 (10:33 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- docs: armband: master: Jumpserver min libvirt version
This is a copy of installation.instruction.rst
from fuel to armband repo on master branch
JIRA: ARMBAND-337
Change-Id: Ib5d942c0d2d159037ab563c79a926220c726a5a9
Signed-off-by: ting wu <ting.wu@enea.com>
Alex Yang [Thu, 18 Jan 2018 03:18:41 +0000 (03:18 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "no need to separate dpdk from network.yaml.j2"
- no need to separate dpdk from network.yaml.j2
Change-Id: I1e2f89f0c6ad1d292a2788910755df17802b3683
Signed-off-by: 00184532 <lu.yao135@zte.com.cn>
Michael Pedersen [Wed, 20 Dec 2017 21:38:22 +0000 (14:38 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- [NFVBENCH-58] Add option to specify dest MAC with EXT CHAIN when ARP is
disabled
Change-Id: Ia605d7314d8047e84c5e17088ed5ce588a50e256
Signed-off-by: Michael Pedersen <michael.soelvkaer@gmail.com>
Narinder Gupta [Wed, 17 Jan 2018 22:59:56 +0000 (22:59 +0000)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- Merge "Fix malformed table Release Notes"
- Fix malformed table Release Notes
Sphinx is thowing a error due to a malformed table in the k8-ovn-lb-noha
release notes. Minor whitespace changes will fix this.
Change-Id: I2032bb0a7ca96897a0b5be4742de226f5f995d95
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Ross Brattain [Wed, 17 Jan 2018 22:17:52 +0000 (22:17 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Fix Cirros image name in CI script"
- Fix Cirros image name in CI script
Fixed the name of Cirros image used in OpenStack. The image name
is written in lowercase letters.
JIRA: YARDSTICK-842
Change-Id: Iff0b494125be61a055da753eaf57903b64f18509
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Trevor Bramwell [Wed, 17 Jan 2018 22:00:49 +0000 (22:00 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Create job to deploy Pharos Dashboard"
- Create job to deploy Pharos Dashboard
Runs docker-compose build & up to recreate containers when code changes,
and redeploys the dashboard.
JIRA: PHAROS-316
Change-Id: Ie83ae775c55aa9e18069b9988bfd771b5655c14b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Tapio Tallgren [Mon, 8 Jan 2018 06:48:35 +0000 (08:48 +0200)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Enable running on CentOS/RedHat family
Changes that make it possible to run XCI on CentOS:
- Remove the check on xci-deploy.sh script that exists on RedHat family
(including CentOS) and making the error into a warning.
- Add centos to a distro in opnfv-scenario-requirements
Change-Id: Ief6f1e50d8c7c9d8787641827e57682a6e0549e4
Signed-off-by: Tapio Tallgren <tapio.tallgren@nokia.com>
- Create CentOS networking configuration
Change-Id: If8c0de44c313fdc22b1c7443b12d42769035c5b0
Signed-off-by: Tapio Tallgren <tapio.tallgren@nokia.com>
- Rename centos.yml to redhat.yml in configure-nfs/vars
'redhat' as a ansible_os_family covers both the RedHat distros and
CentOS.
Change-Id: I2ab56024d2c0f1f40a014a236cfd94ef38daad04
Signed-off-by: Tapio Tallgren <tapio.tallgren@nokia.com>
- Bump OSA-galera_server SHA to fix a CentOS issue
Galera installation in CentOS fails because the mysqld.sock file is in a
different location, despite what the my.cnf configuration tells. This
has been worked around in upstream OSA-galera_server:
https://git.openstack.org/cgit/openstack/openstack-ansible-galera_server/
commit/?id=
f2bfbd38513ac8d61ba4e02a4d5ef6cbbca259cc
Change-Id: Ied11571189eff8cbab0f1990a7599b51cad9ea2b
Signed-off-by: Tapio Tallgren <tapio.tallgren@nokia.com>
Martin Klozik [Thu, 4 Jan 2018 10:32:48 +0000 (10:32 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- trex: Add support for traffic capture
A support of traffic capture was added into T-Rex.
It allows to write a functional tests, which will
verify proper vSwitch functionality by inspection
of packets received by T-Rex.
A testcase example was added into integration
testcases.
JIRA: VSPERF-556
Change-Id: I5ad28479ca2ec29760b68f24510af1a6d74866ae
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>
Reviewed-by: Richard Elias <richardx.elias@intel.com>
Ruan HE [Wed, 17 Jan 2018 13:36:33 +0000 (13:36 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "jenkins conf"
- jenkins conf
Change-Id: Ide859a78b8b4f05008106d9aca8f84eaeb0f538b
Signed-off-by: RHE <rebirthmonkey@gmail.com>
Ryota Mibu [Wed, 17 Jan 2018 12:05:40 +0000 (12:05 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "bugfix: pass functest parameters to builders"
- bugfix: pass functest parameters to builders
As doctor CI failed: https://build.opnfv.org/ci/job/doctor-verify-apex-sample-build-x86_64-master/24/console
Functest parameters can not passed to 'functest-suite-builder' to build the job
Change-Id: I34039025bb77e78ce43c21ef7ec67da7583b6e39
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Alex Yang [Tue, 16 Jan 2018 10:15:53 +0000 (18:15 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Create pod's dir if it didn't exist
Change-Id: I0c284ef830caa2eb0f52efbee0b23d9a70449efe
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Zhijiang Hu [Wed, 17 Jan 2018 03:01:40 +0000 (22:01 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [daisy] Add '|' for more than one predefined-parameters
This tries to solve Job name error [1] which cause functest
failure.
[1] https://build.opnfv.org/ci/job/functest-daisy-baremetal-daily-master/257/console
Change-Id: I89c9a00bcaf0ccb274a18339533bdd99b1134be3
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Ross Brattain [Mon, 15 Jan 2018 08:20:07 +0000 (00:20 -0800)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Proposing Emma Foley as a committer in Yardstick
Emma has contributed to Yardstick in many ways
Achievement/Contributions include:
- Provided high-quality code review comments.
- Tox improvements
- Refactored unittest to OpenStack conventions
- Improved unittest code coverage
- Improved code quality by fixing warnings and errors
- Documentation review and update
- Split out test-requirements.txt
- Attending OPNFV Euphrates Plugfest Portland
- Starting Traffic-Generator-as-a-service initiative with NFVBench and VSPerf
- Contributions:
https://gerrit.opnfv.org/gerrit/#/q/owner:emma.l.foley%2540intel.com
Change-Id: I639fa27a7271bf9996b2ee0e19a689644af54afe
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Rodolfo Alonso Hernandez [Fri, 12 Jan 2018 10:22:44 +0000 (10:22 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Proposing Rodolfo Alonso Hernandez as a committer in Yardstick
Rodolfo has contributed to Yardstick in many ways
Achievement/Contributions include:
- Userguide review and update
- Provided high-quality code review comments.
- Improved unittest code coverage
- Improved code quality by fixing warnings and errors
- Jenkins gate check improvements
- Pip requirements checking and updating
- Migration to Shade removing OpenStack project clients.
- Regularly attending Yardstick meetings
- JIRA personal dashboard:
https://jira.opnfv.org/secure/Dashboard.jspa?selectPageId=11400
- Contributions:
https://gerrit.opnfv.org/gerrit/#/q/owner:rodolfo.alonso.hernandez%2540intel.com
Change-Id: I3e5f14a3f99fffcd4bd4973aedc44ce4beeb22be
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Wed, 17 Jan 2018 02:33:35 +0000 (02:33 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Proposing Jack Chan as a committer in Yardstick"
- Proposing Jack Chan as a committer in Yardstick
Jack Chan has contributed to the Yardstick project in many ways
Achievements/Contributions include:
- Kubernetes context
- GUI
- Yardstick API
- Reporting fixes
- Attending OPNFV Summit Beijing
- Regularly attending Yardstick meetings
Change-Id: Ie46a99619365893f3b877822f82f626cf7a36deb
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Linda Wang [Wed, 17 Jan 2018 01:12:45 +0000 (01:12 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Fix Rally output retrieval"
- Fix Rally output retrieval
Read stdout until nothing left instead of stopping once the child
process is terminated.
Change-Id: I46a2eb93fd614e2e7ff676727eb9dc132c29d03f
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Jack Morgan [Tue, 16 Jan 2018 23:43:36 +0000 (23:43 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "Committers standing down"
- Committers standing down
I am removing the following committers who are standing down..
Jose Lausuch
Morgan Richomme
Wenjing Chu
Change-Id: I1cc451cc9a4c4598262ce913a1b34a2a656b9d61
Ross Brattain [Tue, 16 Jan 2018 23:14:09 +0000 (23:14 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "bugfix: Fix duplicate 'address' in standlone SRIOV"
- bugfix: Fix duplicate 'address' in standlone SRIOV
* Add unit test per Rodolfo's comment
Creating a VM using generted xml file /tmp/vm_sriov_0.xml returns
an XML error: missing source address type.
This fix modifies generted xml from:
<source>
<address>
<address bus="0x1a" domain="0x0000" function="0x0" slot="0x10" type="pci" />
</address>
</source>
to:
<source>
<address bus="0x1a" domain="0x0000" function="0x0" slot="0x10" type="pci" />
</source>
Change-Id: I694153e7468986bacb19ba3e09e761993aad7184
Signed-off-by: Dino Simeon Madarang <dinox.madarang@intel.com>
Reviewed-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Reviewed-by: Ross Brattain <ross.b.brattain@intel.com>
Reviewed-by: Alain Jebara <alain.jebara@intel.com>
Reviewed-by: Emma Foley <emma.l.foley@intel.com>
ahothan [Tue, 16 Jan 2018 20:46:21 +0000 (12:46 -0800)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- [NFVBENCH-62] Add support for non-openstack environments
Add Unit test to validate non-openstack with dummy traffic gen
Change-Id: I359ddb7d43169f706d8262842af975d5b4675a3a
Signed-off-by: ahothan <ahothan@cisco.com>
Trevor Bramwell [Tue, 16 Jan 2018 18:57:52 +0000 (18:57 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Docker Builds from Git Tag"
- Docker Builds from Git Tag
Facilitates the creation of docker images from tags pushed to Gerrit,
which should remove the need to manually trigger 'tagged' builds.
Fixes a typo in the 'gerrit-trigger-tag-created' macro,
replaces 'RELEASE_VERSION' with 'GERRIT_REFNAME', and adds the
tag-trigger to docker builds.
Change-Id: I6d8f8f34b1c51d74bb98211dfae21c37cf9356fa
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Samuel Bartel [Tue, 16 Jan 2018 09:12:16 +0000 (10:12 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update set of region identity attribut
Use OS_REGION_NAME environment variable if defined
Change-Id: Ifcdfc468fa4931ab62ac0f3ead103e15af7c0de6
Signed-off-by: Samuel Bartel <samuel.bartel@orange.com>
Thomas Duval [Tue, 16 Jan 2018 10:35:59 +0000 (11:35 +0100)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Update versions of moon_manager and moon_orchestrator
Change-Id: I93e0b0f353a53be1633aefd07a15da0fe99ec069
Alex Yang [Tue, 16 Jan 2018 10:03:59 +0000 (18:03 +0800)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Fix daisy gateway generated by PDF
Fixed_ips were removed from the PDF. So we need get gateway address
from the 'interfaces'.
Change-Id: Ie6adbf4ef3cbde05bb2fb114a58395dda8ae50fb
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
spisarski [Tue, 16 Jan 2018 14:46:29 +0000 (07:46 -0700)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Added post processing task after application of an Ansible playbook.
The only task currently supported is reboot.
Change-Id: I9089c593af30db071508a47667381238fe91e44e
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Deepak S [Tue, 16 Jan 2018 12:51:27 +0000 (12:51 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Add support for DPDK 17.11"
- Add support for DPDK 17.11
Change-Id: I5611ead4b61b23d6c1c983852e8c75619e08ecf9
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Deepak S [Tue, 16 Jan 2018 12:51:25 +0000 (12:51 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Add config option to use port mac as src mac in l2fwd and swap"
- Add config option to use port mac as src mac in l2fwd and swap
L2fwd and swap has many options to set src mac. swap was supposed
to support the ability to use port mac, but config file parsing was
wrong. L2fwd was using port mac if a port was available and if
src mac=packet or if there was no src mac in the config.
Now l2fwd supports the following options
- "src mac=xx:xx:xx:xx:xx:xx" => this mac address is used as src mac.
- "src mac=packet" => the src mac is taken from the dst mac of the
received packet.
- "src mac=hw" => the src mac is taken from the mac address of the port,
if there is a physical port. Error otherwise.
- "src mac=no" => src mac kept untouched
- No "src mac" => same as "src mac=hw" if there is a physical port
and same as "src mac=packet" otherwise.
Default is (no "src mac") hence the mac is taken from the tx port if there
is one tx port and from the packet otherwise.
swap support is similar, except that it does not support "src mac=no".
Change-Id: I70fe49a61c2e85772288b769ede14a7a6205d122
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Deepak S [Tue, 16 Jan 2018 12:51:22 +0000 (12:51 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Fix using signature in latency measurements"
- Fix using signature in latency measurements
When doing latency measurements the generator can add a
32 bits signature in the packet at a specific location,
so that the receiver only uses the packets generated by the
generator and ignores packets generated for instance by a switch
The is particuly important for latency measurements as we use
data in the packets as timestamps, and packets generated elsewhere
would result in random latency for those packets.
Change-Id: I8352b35aff76ec8d1344a1e492b9dcc20a53f1ce
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Deepak S [Tue, 16 Jan 2018 12:51:20 +0000 (12:51 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Fix stacking of rx receive functions"
- Fix stacking of rx receive functions
PROX can stack different RX functions, so that they are executed
after each other.
This feature is for instance used to dump packets or to print
distribution of receive packets, without influencing the performance
of the rx functions when no dump or print is needed.
The previous implementation was wrong and causing some of the stacked
functions not to be executed. This was causing for instance issues
in latency measurement after enabling dumping packets.
Change-Id: I766b8ee8e8852fa17cdaf60ee6e1fec0dc98c719
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Deepak S [Tue, 16 Jan 2018 12:51:17 +0000 (12:51 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Fix potential crash when issuing "tx distr stop" command."
- Fix potential crash when issuing "tx distr stop" command.
Change-Id: I9ef89020d203674f6c3301653ab2ff9d623665b6
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Ruan HE [Tue, 16 Jan 2018 09:56:39 +0000 (09:56 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "add test_rules unittests for moon_manager"
- add test_rules unittests for moon_manager
Change-Id: I5fd3e2e983c1ecba578ad43728b5f5b94ca17e48
Signed-off-by: MohamedAssem <mmagraby.ext@orange.com>
Ruan HE [Tue, 16 Jan 2018 09:56:24 +0000 (09:56 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "add test_assignment unittest for moon_manager"
- add test_assignment unittest for moon_manager
Change-Id: I07ac4e1c8e52567e02177931906805107f3a2efa
Signed-off-by: MohamedAssem <mmagraby.ext@orange.com>
Thomas Duval [Mon, 15 Jan 2018 20:12:32 +0000 (21:12 +0100)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Add th ability to (un)load wrapper components through API
Change-Id: I58a25dbc0479e416d471115885dab7ccfb27e18a
Manuel Buil [Mon, 15 Jan 2018 11:58:59 +0000 (12:58 +0100)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Adapt to the new ODL neutron port
Change-Id: I65a2fa8074d56b53ee400c604d08103ea9abf390
Signed-off-by: Manuel Buil <mbuil@suse.com>
Ryota MIBU [Mon, 15 Jan 2018 06:48:45 +0000 (15:48 +0900)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- change test_case option
This patch changes the way to specify target test case to be run,
'test_fault_management' --> 'fault_management'.
Also, the default is set to 'fault_management'. The reason to this
is not to block any other on-going activities for Fraser release.
Change-Id: I92305477a84ffa0e703c36d309fbdf97435782aa
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota Mibu [Tue, 16 Jan 2018 08:14:28 +0000 (08:14 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "The '{is-skip-vote}' is always 'true' for the jobs"
- The '{is-skip-vote}' is always 'true' for the jobs
fix it temporarily, will ask jjb team for this issue.
Change-Id: I470f7114f74123f0419d2605837742208867753e
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Serena Feng [Tue, 16 Jan 2018 03:19:16 +0000 (03:19 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add macro for reporting the provision result"
- Add macro for reporting the provision result
1. add macro for report the provision result of installers
and try it in daisy
2. update according to TestAPI interface
Change-Id: Ic041744c917c37fcd84a12a92e927e39106cf18f
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Jing Lu [Tue, 16 Jan 2018 02:28:43 +0000 (02:28 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "bugfix:Incorrect title for testcase 081"
- bugfix:Incorrect title for testcase 081
JIRA: YARDSTICK-915
fix the wrongly numbered testcase title
Change-Id: I61f94b66e3f9dac655b5c71646524b19bae7307c
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Bryan Sullivan [Tue, 16 Jan 2018 01:34:18 +0000 (17:34 -0800)]
Update git submodules
* Update docs/submodules/ves from branch 'master'
- Cloudify management of ves_agent container
JIRA: VES-2
Change-Id: I5f2e2af1ca4141bc134ab87a9605c875255c2c62
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>