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>
Ross Brattain [Tue, 16 Jan 2018 01:11:56 +0000 (01:11 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Update Dockerfile.aarch64.patch"
- Update Dockerfile.aarch64.patch
The docker image was not built for aarch64 due to recent changes in the
Dockerfile. The updates to the Dockerfile.aarch64.patch are:
- update docker version to 16.04
- install dependencies for pyopenssl==17.5.0 (libssl-dev and libffi-dev)
JIRA: ARMBAND-353
Change-Id: I915172d4e7ce21b1f5de044b20301b076cb6fe20
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Ruijing Guo [Tue, 16 Jan 2018 00:48:15 +0000 (00:48 +0000)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Merge "Upgrade kubeadm_multus to k8s 1.9"
- Upgrade kubeadm_multus to k8s 1.9
Upgrade kubeadm_multus project to use k8s 1.9.
Change-Id: Idcc5c1dccc10de20632666de823052bb9ad24432
Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
Aric Gardner [Mon, 15 Jan 2018 22:03:37 +0000 (22:03 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge changes from topics 'pdf-spec-update', 'pdf-schema'
* changes:
[PDF] [SPEC] disk_interface: Add 'scsi', 'iscsi'
[PDF] [SPEC] Align interface keys for NIC names
[PDF] [SPEC] Extend disk_rotation enum with '0'
[PDF] Add schema validation
- [PDF] [SPEC] disk_interface: Add 'scsi', 'iscsi'
zte-pod3 and ericsson-pod1 define their disk interfaces as (i)SCSI.
Change-Id: I97945f7a41eec4e8a38de544af95ce4af82df200
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] [SPEC] Align interface keys for NIC names
Jumpserver and cluster nodes use different keys for defining the NIC
name ('nic' vs 'name'), switch all of them to 'name' for uniformity.
Change-Id: I2d7720f5e5349ef59cf76a0e07749cfbd0d34d0b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] [SPEC] Extend disk_rotation enum with '0'
ssd and nvme drives are static, so extend the list of accepted
disk_rotation values to accomodate this.
Use '0' so the enum can still be parsed as a numeric value.
Change-Id: Ib8ef8cceb495c7eb588c68d151690747463167f5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] Add schema validation
- create new YAML schema for PDF validation;
- add basic python script for checking a PDF against the schema;
- add bash wrapper for checking all PDFs in Pharos, to be leveraged
later via a new verify CI job;
Change-Id: I47e02642756b7a231138dec3d5258b100b4db72b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Aric Gardner [Mon, 15 Jan 2018 21:50:30 +0000 (21:50 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge changes from topic 'fix-pdf-spec-deviations'
* changes:
[PDF] zte-pod*: Fix spec deviations
[PDF] lf-pod*: Fix spec deviations
[PDF] intel-pod*: Fix spec deviations
[PDF] ericsson-pod*: Fix spec deviations
[PDF] bii-pod*: Fix spec deviations
[PDF] arm-pod*: Fix spec deviations
- [PDF] zte-pod*: Fix spec deviations
- add dummy address/mac_address for jumpserver remote_management;
- add 'name: nicN' to jumpserver & node interfaces;
- zte-pod{2,9}: Fix disk_rotation out-of-enum: s/10500/10000/;
Change-Id: I9548d48efb95226d888981e00df98db738d62d9d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] lf-pod*: Fix spec deviations
- disk_rotation: 0 for SSD drives;
- add 'name: nicN' to jumpserver & node interfaces;
Change-Id: I98253c0402bf1a4080a9e34bea547a7b8f6fa60e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] intel-pod*: Fix spec deviations
- rename interface name key from 'nic' to 'name';
- disk_rotation: 0 for SSD drives;
- details: change type to 'production' (typo?);
Change-Id: I069c0fbe774f7c92acba90d434e384733264358d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] ericsson-pod*: Fix spec deviations
- rename interface name key from 'nic' to 'name';
- remove empty 'address' from interfaces;
- ericsson-pod2: Use proper interface features separator;
Change-Id: Idde907dc1c3db2febbfb224faf8232eea42c5ad7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] bii-pod*: Fix spec deviations
- add 'name: nicN' to jumpserver & node interfaces;
- fix 'pod_owner' key name;
Change-Id: I6136fc066e615c226a2f57d566a2938b8f883f49
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] arm-pod*: Fix spec deviations
- disk_rotation: 0 for SSD drives;
- rename 'disk' to 'disks';
- add 'name: nicN' to jumpserver & node interfaces;
Change-Id: I17d8e64f9b7c5b236d2494566e24bac91f1fc914
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Aric Gardner [Mon, 15 Jan 2018 21:45:00 +0000 (21:45 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge changes from topic 'move-net_config-idf'
* changes:
[PDF] Daisy, Fuel: Drop support for PDF net_config
[PDF] zte-pod*: Move net_config to IDF
[PDF] lf-pod*: Drop 'fixed_ips'
[PDD] ericsson-pod*: Move net_config to IDF
[PDF] bii-pod*: Move net_config to IDF
[PDF] arm-pod*: Move net_config to IDF
[PDF] Daisy, Fuel: Add support for IDF net_config
- [PDF] Daisy, Fuel: Drop support for PDF net_config
Change-Id: I889db9a4663f1b2740207e6c25dc8d09645a3708
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] zte-pod*: Move net_config to IDF
Drop 'fixed_ips', which is a leftover from early net_config
implementation.
To maintain compatibility with the only 'fixed_ips' consumer (Daisy),
add 'address' on the first jumpserver interface to leverage Daisy's
fallback path for determining the gateway.
While at it, add/update copyright headers.
Change-Id: I7c4cb5997e368503ab0b30903e5c0c58e13fe408
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] lf-pod*: Drop 'fixed_ips'
Drop 'fixed_ips', which is a leftover from early net_config
implementation.
To maintain compatibility with the only 'fixed_ips' consumer (Daisy),
add 'address' on the first jumpserver interface to leverage Daisy's
fallback path for determining the gateway.
While at it, add/update copyright headers.
Fixes:
c01d68e
Change-Id: I8dc386535a20d64593eccc9abd8ee8d1ef27decf
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDD] ericsson-pod*: Move net_config to IDF
Change-Id: Ide79f18bae20e599eeefe13f4ad2dba1f4a0207d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] bii-pod*: Move net_config to IDF
Drop 'fixed_ips', which is a leftover from early net_config
implementation.
Rework the contents of 'fixed_ips' using the standard PDF spec
'address' parameter.
Change-Id: Ife2c1c4b0c97479e962a32fa7825864c94e9a80c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] arm-pod*: Move net_config to IDF
While at it, drop 'fixed_ips', which is a leftover from early
net_config implementation and is not currently used by the Fuel
installer (only Daisy seems to use 'fixed_ips', but falls back
to using 'address' of the first interface when 'fixed_ips' is not
present).
Keep 'address: 192.168.11' on jumpserver first interface for Daisy
compatibility.
Change-Id: I83455a45a2a19fde6b9fb8b7f0fa8872b1291ab0
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] Daisy, Fuel: Add support for IDF net_config
- support net_config in either of PDF or IDF files;
- later, we'll remove support for PDF net_config after all PDFs
have been handled;
Change-Id: Iea6351831f7dcd011587ae44f04f3c5973d8135a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Aric Gardner [Mon, 15 Jan 2018 21:38:39 +0000 (21:38 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "[PDF] check-jinja: cleanup, compact output"
- [PDF] check-jinja: cleanup, compact output
The Pharos git repo already has a CI verify job for `yamllint`-ing
the PDF files (check-jinja input yaml), so drop that check and keep
linting only output YAML files.
While at it, slightly rework the output log to make it easier to
read.
Change-Id: I2e47902d71514709eb48432f87d6ce68fb795d73
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Aric Gardner [Mon, 15 Jan 2018 21:37:12 +0000 (21:37 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge changes from topic 'yamllint-fix'
* changes:
[PDF] check-jinja: Replace encrypted str w/ dummy
[PDF] Fix yamllint issues in installer adapters
[PDF] check-jinja: Disable check against template
[PDF] generate_config: eyaml only encrypted PDFs
- [PDF] check-jinja: Replace encrypted str w/ dummy
During PDF validation using `check-jinja.sh`, most if not all
encrypted strings will fail to decrypt due to missing keys on the
build server. The templater will fallback to using raw plaintext,
leading to `line too long` yamllint violations.
Since we don't care about the actual value of the unencrypted
string, replace the encrypted one with a dummy (shorter) string.
Change-Id: I0f96db0e055bf84ad43a1df4a0f2bd86cc50fd22
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] Fix yamllint issues in installer adapters
Although current YAML files in Pharos are all valid according to
yamllint, the resulting YAMLs after PDF/IDF + IA interpolations
still have a lot of violations, which need to be addressed.
PDF changes:
- bii/pod1:
+ fix typo in disks_A reference;
IDF changes:
- replace empty strings with `~` keyword (will be expanded to 'None');
IA (installer adapter) changes:
- apex:
+ add missing document start;
- compass4nfv:
+ too few spaces before comment;
+ missing starting space in comment;
+ replace '\t' with spaces;
- daisy:
+ None;
- fuel:
+ check conf.idf is defined first (fix parse for PODs without IDF);
+ move document start outside conf.idf condition
- joid:
+ None;
This is not an exhaustive change, some yamllint issues are still there
but require either refactoring IAs or changing the PDF/IDF files in a
way that needs the respective maintainer's input.
Change-Id: I26743e265217e892b6a94de96a016c295ea24fb5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] check-jinja: Disable check against template
config/pdf/pod1*yaml files are not valid PDFs, but only templates.
Trying to expand said files against installer adapters would lead
to funky results, since most fields are expressed as '{val1|val2}'
in the template files.
Change-Id: Ieec4d596d0b5246aa506239183a31463951403e7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [PDF] generate_config: eyaml only encrypted PDFs
Silence misleading warnings about failed decription for PDFs
that do not use this feature.
While at it, print yamllint version used by check-jinja.sh.
Change-Id: Ica1ff90abaee8c9bb20996899c8f0a7527133618
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Michael Polenchuk [Mon, 15 Jan 2018 15:04:56 +0000 (19:04 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Setup mongodb master primarily
Initiate mongodb master at first to avoid race conditaion with
unwanted master election which causes cluster setup failure.
Change-Id: I6d2f75f3f002849cac3a5f52a7dcfb4646b7822a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
wutianwei [Wed, 27 Dec 2017 12:23:35 +0000 (20:23 +0800)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Add the huawei-pod1 PDF and IDF
it include the information about the huawei-pod1
such as, cpu, memory, disk, interface, BMC
and encrypt the ipmi user and password
Change-Id: Ie93a84bc3953f7c35514813e99334adb260efed1
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Xuan Jia [Mon, 15 Jan 2018 15:17:16 +0000 (23:17 +0800)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Upload new helm-chars for ping and virtio-user-ping
Change-Id: Ib25ea5711c4efbd07093df22c383f70ab28b62ca
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
Xuan Jia [Mon, 15 Jan 2018 14:58:21 +0000 (22:58 +0800)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Create helm-charts and nfv-pass directory
Change-Id: I4fe3ebe772d5f6af60ca86d7175de7d8ecb94f6c
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
Tim Rozet [Mon, 15 Jan 2018 15:07:07 +0000 (15:07 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Fixes including default SDN env file in deploy cmd"
- Fixes including default SDN env file in deploy cmd
The latest method to deploy opendaylight features upstream is to include
the default SDN file and then add-on the feature env file which should
override any default settings in the previous SDN env file. For
example for bgpvpn:
openstack overcloud deploy -e <tht_dir>/neutron-opendaylight.yaml -e \
<tht_dir>/neutron-bgpvpn-opendaylight.yaml
This change documents the recursive function used to find the SDN env
files and includes the default for the SDN controller.
JIRA: APEX-555
Change-Id: I4270932ca4fbc21ea54e965d9d6491424f4463e2
Signed-off-by: Tim Rozet <trozet@redhat.com>
Georg Kunz [Fri, 22 Dec 2017 13:48:10 +0000 (14:48 +0100)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Changing CVP to OVP in the documentation
Due to the name change from 'CVP' to 'OVP', the documentation has to be
updated.
Change-Id: Id934e8fc07f60802f7aa6b3d295d268c4c9b71f8
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Aaron Smith [Mon, 15 Jan 2018 14:33:40 +0000 (14:33 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "docker: ves update paths + rename dir"
- docker: ves update paths + rename dir
Update the paths in the Dockerfile to copy the bash startup script to
the correct location. Rename the ves directory to barometer-ves.
Change-Id: I13705a6c50d4487581e2ac7a4d0d2f6032db6415
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Ruan HE [Mon, 15 Jan 2018 14:04:49 +0000 (14:04 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Add exceptions and test cases"
- Add exceptions and test cases
Change-Id: Ifc4611833e22a4be6404f0c5e61dae8737d44cec
Signed-off-by: ReemMahmoud <rfawzy.ext@orange.com>
Aric Gardner [Mon, 15 Jan 2018 13:35:52 +0000 (13:35 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Revert "container4nfv: Disable jobs until the project stops changing docker version""
- Revert "container4nfv: Disable jobs until the project stops changing docker version"
The project fixed their build script to stop reinstalling docker which downgrades it so the jobs can be enabled back now.
https://gerrit.opnfv.org/gerrit/#/c/50603/
This reverts commit
c9aac428e09385a5893313a99b6af6652dafd216.
Change-Id: I529850be56e30e4fdd66929809628b89e3a2ed8f
Periyasamy Palanisamy [Mon, 20 Nov 2017 12:15:26 +0000 (13:15 +0100)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Intra-Data Center ECMP testcase
This testcase add a scenario in which one extra route can be reachable
through two VMs which are in a same network attached to a router which
is later associated to a BGPVPN instance.
This extra route ip address is different from subnet of VMs.
After the extra route is configured with VM ips as nexthops, then when
third VM is trying to reach extra route, traffic would split between two
VMs. The traffic split can happen only in heavy loaded scenario, so this
testcase would test only reachability.
JIRA: SDNVPN-23
Change-Id: I4bb4e94f5c98c0f3c22bff7a6998af2a7a919f16
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Periyasamy Palanisamy [Mon, 8 Jan 2018 08:50:08 +0000 (09:50 +0100)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Resync testcase description
JIRA: SDNVPN-200
Change-Id: Ida111d28591d99cc8d2a73ec1c14920800354a9b
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Eddie Arrage [Fri, 10 Nov 2017 05:33:04 +0000 (21:33 -0800)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Update test user guide to improve usability
- Modify hosts.yaml syntax to match patch by Serena
- Modify result file references for new timestamp patch by Georg
- Revise online/offline diagrams for OVP name change
- Add XCF GIMP source files for diagrams with layers for new elements
- New changes for cvp.0.9.0 to ovp.1.0.0
- Remove reference to bottlenecks container for now
- Modify section/heading structure
- Incorporate comments: results.json vs. result files
- Incorporate comments: online/offline install headings
- Incorporate comments: remove IP from launch_db.sh
- Incorporate comments: remove sudo for wget
- Incorporate comments: pod.yaml for SUT HW info
- Incorporate comments: test case to config file requirement
- Incorporate comments: suggested changes to env_config.sh
- Modify the sequence of the guide to reflect installation steps
- Outline all required configuration files earlier in the guide
- Highlight configuration file key entries and pitfalls
- Improve requirements for pod.yaml file for HA
- Improve online/offline install instructions
- Call out Dovetail docker run command and explain options
- Clarify when testapi and local db ports need to be changed
- Explain the dovetail run --testsuite and --testarea arguments
more clearly
- Improve --report option and default result result behavior
- Make CVP portal a separate section
- Explain CVP portal workflow to reflect current state of interface
- Update references to cvp.0.8.0 with cvp.0.9.0
Change-Id: I41857c1b07c211a95f19c99054ca414351c75c20
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Ruan HE [Mon, 15 Jan 2018 09:20:49 +0000 (09:20 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "update review correction"
- update review correction
Change-Id: I189026a4b10795dec11dc76571868c733f03d354
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>