Brady Johnson [Thu, 25 Jan 2018 14:53:28 +0000 (14:53 +0000)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Merge "Create vnffgd templates with the new syntax"
- Create vnffgd templates with the new syntax
For Queens, tacker uses a different template syntax for the vnffgds
Change-Id: I3c3bd497f09fcf6af2adc0eaf0f046dad88d88f2
Signed-off-by: Manuel Buil <mbuil@suse.com>
Deepak S [Thu, 25 Jan 2018 14:50:52 +0000 (14:50 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Fix dumping receive packets"
- Fix dumping receive packets
There were two issues identified in dump receive packets
- when the receive packets was going to be dropped (and not transmitted),
it was also printed as TX[255].
- a potential crash when using the dump function with modes like
lat which can receive more than MAX_RING_BURST.
Those issues have been fixed.
Change-Id: Ia2297539d64961a211389d68e3c9c6280472243c
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Deepak S [Thu, 25 Jan 2018 14:50:45 +0000 (14:50 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Integrate irq mode into PROX (support display and command line)"
- Integrate irq mode into PROX (support display and command line)
irq mode can be used to show how a core is interrupted by other tasks.
This mode does not handle packets. It only loops reading tsc.
When the difference between two consecutive calls to rdtsc() is high
then it means the core was interrupted.
This task implementes the display, so that we can see a histogram of
interrupts as well as the maximum, per core.
Command line is also supported, through "show irq buckets" (too show
the intervals of each buckets, in micrcoseconds), and the stats
command line (showing the number of items in each buckets and the max)..
Change-Id: I153cc3deaa7b86ae2776ea44e46ef9ecfd116992
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Xavier Simonart [Mon, 8 Jan 2018 10:21:44 +0000 (11:21 +0100)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Fix extrapolation used in latency measurements
When doing latency measurements PROX takes into account the
generation or reception of a bulk of packets. For instance, if
PROX receives at time T 4 packets, it knows that the first
packet was received by te NIC before T (the time to receive the other
3 packets, as they were received at maximum link speed).
So the latency data is decreased by the minimum time to receive those
3 packets.
For this PROX was using a default link speed of 10Gbps. This is wrong
for 1Gbps and 40Gbps networks, and was causing for instance issues
on 40 Gbps networks as extrapolating too much, resulting in either
too low latencies or negative numbers (visible as very high latencies).
Change-Id: I4e0f02e8383dd8d168ac50ecae37a05510ad08bc
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Periyasamy Palanisamy [Thu, 7 Dec 2017 17:05:04 +0000 (18:05 +0100)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- os-odl-bgpvpn scenario for xci deployment
This includes scenario os-odl-bgpvpn scenario specific configuration
files to make XCI to install Openstack (master and stable/pike) with
OpenDaylight configured as a BGP speaker.
XCI would automatically checkout sdnvpn repo and use scenarios
directory for the configuration during its execution time.
Change-Id: Ic86fcb171c8e97f7d3c3fb649ab0fb00368e6c6d
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Aaron Smith [Thu, 25 Jan 2018 12:13:55 +0000 (12:13 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "ci: build 5.8.0 packages for Apex"
- ci: build 5.8.0 packages for Apex
Change-Id: Iee1ed3e9a1d7b744a0fb94a8d031588db2b2dea2
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
trevortao [Thu, 25 Jan 2018 06:22:12 +0000 (14:22 +0800)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Add Kubernetes deployment scenario for arm server
1. README.rst: installation guide
2. Scenario1: Kubernetes_basic, a basic Kubernetes cluster
with 2 nodes and Flannel CNI plugin, including the
deployment scripts, and an example use case
We may add more Kubernetes scenarios in the future
Change-Id: I3a0189533fdf99f0a80fd76c9e6cf96ff4a7e9f0
Signed-off-by: trevortao <trevor.tao@arm.com>
Ryota Mibu [Thu, 25 Jan 2018 11:05:40 +0000 (11:05 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[doctor] fix node-label setting"
- [doctor] fix node-label setting
Current doctor verify jobs need to be run on relevant pods which are
specified by slave-label. But, after multijob introduced, the parameter
is not passed to children jobs. Also, 'phase' of project is misleading,
as it isn't multijob's phase.
This patch makes sure each doctor job run on correct pod by updating
node label rule for doctor pod to 'doctor-{installer}-{arch}'.
This patch also merges doctor slave parameter definitions into one,
and deletes unnecessary setting where default are set.
Change-Id: Ic9bf218ae7fb4f9866b510efd1e0ccd19277b78e
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Fatih Degirmenci [Thu, 25 Jan 2018 10:46:07 +0000 (11:46 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- xci: Run functest as part of xci-merge jobs
This is yet another messy work to get functest run for xci
as part of merge jobs.
The script is removed from xci-verify jobs in order not to
block patches by -1ing them.
Change-Id: I57254bcfbada7a51da89aba0e7a88f907eb9a525
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Eddie Arrage [Thu, 25 Jan 2018 04:40:17 +0000 (20:40 -0800)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Fix rendering issues with release notes
- Fix test case listing and another bullet
Change-Id: I46b0cff945176f464322f06737dc5c10f977598e
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Ruan HE [Thu, 25 Jan 2018 09:40:44 +0000 (09:40 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "fix syntax error"
- fix syntax error
Change-Id: If6fb264c7da16700e80f0b6222a045ec8689c1bd
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
Ruan HE [Thu, 25 Jan 2018 09:35:59 +0000 (09:35 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Functional tests development"
- Functional tests development
Change-Id: I641522d813f171a4eed0e6b39b2f25cc470c76d1
Ruan HE [Thu, 25 Jan 2018 09:29:49 +0000 (09:29 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Update documentation with the load and unload of wrapper components"
- Update documentation with the load and unload of wrapper components
Change-Id: I339c335c6ff34421b38181a7fa1d2b56b702b5c4
Ruan HE [Thu, 25 Jan 2018 09:28:40 +0000 (09:28 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Update version of the GUI."
- Update version of the GUI.
Change-Id: I617d9a7038786d4ff4338c44aa6184241b1e7424
Fatih Degirmenci [Wed, 24 Jan 2018 15:08:57 +0000 (16:08 +0100)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- xci: Integrate functest
This change integrates functest in most easiest and messy way to
get it up and running to bring functest into CI. The reason for
this is that there are strange failures during functest healthcheck
and it is important to look into those rather than beautifying how
functest is integrated at this phase.
Change-Id: I42e993be4aa15da022fa1e0069338447780f177e
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
zhihui wu [Thu, 25 Jan 2018 03:37:25 +0000 (03:37 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Convert ipynb to rst file"
- Convert ipynb to rst file
Change-Id: I24e52254670524ff94c26154e8f930e20105ddc9
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Narinder Gupta [Wed, 24 Jan 2018 21:52:00 +0000 (15:52 -0600)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- modified to satified the lab issues it seems sudo was required in
his environment.
Change-Id: If406bbeb4577369a5b7c7f76a9e0255eef2afbcf
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Bryan Sullivan [Wed, 24 Jan 2018 19:41:41 +0000 (11:41 -0800)]
Update git submodules
* Update docs/submodules/ves from branch 'master'
- Split setup and clean scripts. Fix daemonset for barometer.
JIRA: VES-2
Change-Id: Ied6f84500284b75976df2acb6d341e30fff35e6e
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
agardner [Wed, 24 Jan 2018 17:12:15 +0000 (12:12 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Add schema valiadator to jinja checker
Alex has extended the jinja checker to valiate the schema
uses jsonschema
Next step is to enable voting on this job.
Change-Id: I3c61eb3addbb3d41093ada486bf9d8b191fb2028
Signed-off-by: agardner <agardner@linuxfoundation.org>
Ross Brattain [Wed, 24 Jan 2018 17:52:24 +0000 (17:52 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "'libvirt' guest console in Standalone model"
- 'libvirt' guest console in Standalone model
Add support for 'libvirt' guest console in Standalone model.
Change-Id: I660e641339658d8abe4f040bec96e9d0041402c6
Signed-off-by: Jan Malanik <janx.malanik@intel.com>
Aric Gardner [Wed, 24 Jan 2018 16:36:42 +0000 (16:36 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "[IDF] Add IDF schema validation based on version"
- [IDF] Add IDF schema validation based on version
- add basic structure for IDF schema validation;
- fill in Fuel section;
- add stub for Daisy section;
- add stub for Compass section;
- add stub for net_config;
- enable IDF schema validation via `check-schema.sh`;
- prepare for new IDF versions with different schemas,
while allowing subsection schema reuse from IDF v0.1;
- extend validate_schema.py for IDF;
Change-Id: I59b1c9d857e9dee9e6ff9956e81b2ae6dc27a767
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Eddie Arrage [Fri, 5 Jan 2018 05:08:25 +0000 (21:08 -0800)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Add release notes for OVP 2018.01 / Dovetail 1.0.0
- Second pass
- Incorporated most comments
- Added missing links for participation form, governance guidelines,
terms & conditions
- Added links for test collection framework and testscope
- Initial draft of release notes
Change-Id: Ib805513011d917e4ecd0096e51f2d63c898d7142
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Alexandru Avadanii [Wed, 24 Jan 2018 16:26:05 +0000 (16:26 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "[fuel] Get public pool parameters from idf.fuel"
- [fuel] Get public pool parameters from idf.fuel
Reads parameters from idf.fuel.config.public_pool
start_ip and end_ip
JIRA: FUEL-315
Change-Id: I4456b22bc21b20906f18953d80a57483fd6700bc
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
Ross Brattain [Wed, 24 Jan 2018 16:12:18 +0000 (16:12 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Check RS for virtualized OpenStack/Yardstick"
- Check RS for virtualized OpenStack/Yardstick
Draft for env requirements reading and validation
Script can be run from tools/virt_ci_rampup.sh. First requirement file is
parsed/stored. This file must be created in ahead and named as
'infra_deploy.yaml'. Then separate ansible role is used to validate
resources. Ansible-role fails if there is not enough resources on the host
for cpu, ram, disk space.
JIRA: YARDSTICK-945
Change-Id: I86cd4bdc963de3aa51392fc73a239cbd426bc64a
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
Aric Gardner [Wed, 24 Jan 2018 16:11:35 +0000 (16:11 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "update user/passwd"
- update user/passwd
Change-Id: I9675e419bdda676cb2d4fa6ae49d0c4198006d33
Eddie Arrage [Tue, 23 Jan 2018 01:16:52 +0000 (17:16 -0800)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Modify title and references in guidelines addendum doc
- Add 2018.01 to title to match reviewer guide, release notes, etc. as
this document may change per release
- Modify link for Governance Guidelines to reflect ratified doc on
opnfv.org domain
Change-Id: Ifdaa287b2919c44d408aa0ddd0b164b8ca4f406d
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Eddie Arrage [Mon, 15 Jan 2018 15:05:24 +0000 (16:05 +0100)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Remove a sub test case under dovetail.tempest.tc004
- Fixed vping, ha, sdnvpn test case names to match test specs
- Removed aliases from VIM operations and matched test case
name changes in patch https://gerrit.opnfv.org/gerrit/#/c/47691/4
- CVP to OVP name change
- A test case was removed from tempest tc004 because of the Tempest
version from 15 to 14. A reference to it was still in this doc.
Change-Id: If2e07e15b48ae6bca5ac0e262aead784cd67cd0f
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Rodolfo Alonso Hernandez [Wed, 24 Jan 2018 15:52:32 +0000 (15:52 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Cleanup of redundant files from Prox directory"
- Cleanup of redundant files from Prox directory
JIRA: YARDSTICK-965
Removed the redundant files and directory from
Prox test folder.
Change-Id: I6167f0a4ccdd581153dad3ec9f5eaaf2619aacbd
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
Alexandru Avadanii [Wed, 24 Jan 2018 15:49:32 +0000 (15:49 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "deploy.sh: Retire simplest scenario fallback"
- deploy.sh: Retire simplest scenario fallback
Previously, when a requested scenario was missing, we used to default
to the simplest scenario.
Now that we have a critical mass of scenario definitions, retire
this fallback mechanism.
Change-Id: I3ba6b04290806ff78b3ec22b90fa054d45602869
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Wed, 24 Jan 2018 15:24:08 +0000 (15:24 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "nokia-pod1: Add PDF version"
- nokia-pod1: Add PDF version
Fix PDF schema validation by adding mandatory version param.
Change-Id: Ic86d182ce8e4a290e9bd3a0ae3dc1823ab27c8e8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Narinder Gupta [Wed, 24 Jan 2018 15:01:01 +0000 (09:01 -0600)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- space issue fix.
Change-Id: I1a1a74160078b04897e71bc75ee39c2be233cdcf
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Cédric Ollivier [Tue, 23 Jan 2018 10:19:41 +0000 (11:19 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix pylint warnings/errors in cli
cli_testcase and cli_tier have been refactored to avoid duplicating
code. Then functest/cli and funtest/unit/cli can be added to the list
of modules rated 10/10.
Change-Id: Iec90e806397248a10f39080ec554e3f0a6eda7c1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Wed, 24 Jan 2018 12:49:55 +0000 (13:49 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Delete functest_vacation.py
Change-Id: Id0e2769a1989e6778ae41f67ed634e2e5002a83d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Wed, 24 Jan 2018 12:33:20 +0000 (13:33 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge RegexMatch into test_cli_env.py
It also deletes SubstrMatch which is not called (then uncovered).
Change-Id: Ifde1e2491ab5e0e75652eb4b25b359e859c2aa95
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Alexandru Avadanii [Tue, 23 Jan 2018 21:05:02 +0000 (22:05 +0100)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- intel-pod18: Fix typo in MAC address
While at it, add dummy user/pass IPMI credentials, so we can pass
schema validation.
Change-Id: I3538f5aee21731e46fe0d831d164961c33118e2e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Ryota Mibu [Wed, 24 Jan 2018 09:51:48 +0000 (09:51 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add GERRIT_REFSPEC to 'project-parameter' Macro"
- Add GERRIT_REFSPEC to 'project-parameter' Macro
GERRIT_REFSPEC is always passed by the gerrit-trigger plugin when a job
is triggered by Gerrit. Because it is not explicily defined, there is no
way to manually trigger jobs, as the git clone looks up the list of refs
by GERRIT_REFSPEC.
Being able to manually trigger jobs (with node parameters so they can be
restricted) is very helpful in debugging CI issues.
Change-Id: I8a1d9ea380902fc95f30482e5acb616347709ab1
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Yifei Xue [Wed, 24 Jan 2018 09:47:07 +0000 (09:47 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Fix subnet create fail when disable ext-net"
- Fix subnet create fail when disable ext-net
JIRA: COMPASS-575
Add missing condition check for subnet create
task.
Change-Id: Ibd25a7e7e4edd40be6b0f14bb8bffb828a65f648
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Yifei Xue [Wed, 24 Jan 2018 09:30:34 +0000 (09:30 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "docker-compose: support aarch64"
- docker-compose: support aarch64
Change-Id: I4b1bce45f8412af7076dca90bbb4c1193057d110
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
Yifei Xue [Wed, 24 Jan 2018 09:28:04 +0000 (09:28 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "deploy/cobbler: drop tcp_tw_recycle in sysctl.conf"
- deploy/cobbler: drop tcp_tw_recycle in sysctl.conf
Currently, tcp_tw_recycle is set explicitly in sysctl.conf when
installing OS by cobbler. This option is removed in kernel4.12,
current sysctl.conf breaks sysctl function and K8s deployment.
Actually, tcp_tw_recycle is considered broken and not recommended to
use. We may simply drop this option to be compatible with different
kernel versions.
References:
- https://vincent.bernat.im/en/blog/2014-tcp-time-wait-state-linux
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=
4396e46187ca5070219b81773c4e65088dac50cc
Change-Id: I2cd89db3d423c811ba58eb5960f3cc718475be5f
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
Michael Polenchuk [Tue, 23 Jan 2018 09:47:20 +0000 (13:47 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Rectify ODL repository apt key
Change-Id: Iaa917be9f8f86c328ce4d503923a0d7cca680434
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Zhijiang Hu [Wed, 24 Jan 2018 07:38:02 +0000 (07:38 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Update image to include patch for ODL NETVIRT-896"
- Update image to include patch for ODL NETVIRT-896
Change-Id: I12a29ef9641c75265f7888c630e9e86eb056accd
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Alex Yang [Wed, 24 Jan 2018 01:17:34 +0000 (09:17 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Break dead loop in discover_host()
Change-Id: I5e0186db88c9db16a8212b1c52e03fb9d6cf6adc
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
chenjiankun [Mon, 22 Jan 2018 03:16:01 +0000 (03:16 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- [ovp-web] Modify OVP home page left-side navigation links
JIRA: DOVETAIL-579
Under the 'Governance & Workflow' left-side navigation category:
Modify 'Overview' link href from:
https://www.opnfv.org/compliance-verification-program-cvp
to:
https://www.opnfv.org/verified
Modify link text for 'Application Form' to 'Participation Form'
Modify link href for above from:
http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/certificationworkflow/ApplicationForm.html
to:
https://na3.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=
e03e78d7-c32e-47d3-8292-
350b747a0105
Add another link right below the 'Governance' link named 'Terms & Conditions'. The href for this links is:
https://www.opnfv.org/wp-content/uploads/sites/12/2018/01/OVP-Terms-and-Conditions-011918.pdf
Under the 'Training Resources' left-side navigation category:
Modify link text for 'Dovetail Test Tool User Guide' to 'OVP / Dovetail User Guide'
Modify link href for above from:
http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/userguide/testing_guide.html
to:
http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/testing/user/userguide/testing_guide.html
Modify 'Test Specifications' link href from:
http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/testspecification/
to:
http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/testing/user/testspecification/
Modify 'Dovetail CLI' link href from:
http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/userguide/cli_reference.html
to:
http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/testing/user/userguide/cli_reference.html
Modify 'OVP Guidelines Addendum' link href from:
http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/cvpaddendum/index.html
to:
http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/testing/user/ovpaddendum/index.html
Under the 'Release Information' left-side navigation category:
For the '2018.01 Release Notes' link, specify the href as
http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/release/release-notes/index.html
Change-Id: Ia4d2cc9f4c3c9874b3c328658bb4bce643aa4c6c
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Serena Feng [Wed, 24 Jan 2018 06:22:12 +0000 (06:22 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[daisy] Skip signing kolla images"
- [daisy] Skip signing kolla images
No key avaliable at gs://opnfv-signing-keys/zte-virtual-subkey,
so this PS skip signing key for kolla images.
Change-Id: I1b934f01faeec0657a0019cd35ed209a511cdcdd
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
chenjiankun [Mon, 22 Jan 2018 02:11:31 +0000 (02:11 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Don't allow user change SUT version to None after submitting
We don't allow SUT version to be None when submitting test.
So we also not allow user to change it to Nonw after submitting.
In this patch, I also make the result table self-adaption.
Change-Id: I5c391592dcbdbd9eb8697e44d7bb5dda41431bd6
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
chenjiankun [Mon, 22 Jan 2018 02:54:05 +0000 (02:54 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Update OVP home page text
JIRA: DOVETAIL-582
We received new text from OPNFV marketing for the home page of the OVP web portal. Text title and body are pasted below.
OPNFV is offering an OPNFV Verified Program (OVP) that verifies products and services with the "OPNFV Verified" mark.
The OPNFV Verified program demonstrates the readiness and availability of commercial products based on OPNFV. Verified products and services submitted by vendors and service providers become compliant by implementing explicitly defined interfaces, behaviors and key features while retaining distinct and value-added innovations across features and capabilities.
Navigate through the links in the left-hand menu to learn more and get started. You'll find step-step-instructions as well as a participation form. Use this portal to upload your test results when ready. Please send any questions to verified@opnfv.org.
Change-Id: I5f6dd67fc187d7557a0b4cce6dd7391479e66b2b
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
mbeierl [Wed, 17 Jan 2018 16:55:56 +0000 (11:55 -0500)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Removes Configuration DB
Removes the configuration DB from storperf_master and replaces
it with direct calls to Heat. Allows for container to
discover an existing stack if it already exists.
Change-Id: I32e767d5173dbfd58aa1d2127a478a1d36392592
JIRA: STORPERF-236
Signed-off-by: mbeierl <mark.beierl@dell.com>
Yichen Wang [Wed, 24 Jan 2018 00:02:29 +0000 (16:02 -0800)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- [NFVBENCH-63] Make sure CLI overrides the default configs
Change-Id: I5e94f130758d3c1dbf6aaeeda276463576b97394
Signed-off-by: Yichen Wang <yicwang@cisco.com>
Ryota Mibu [Wed, 24 Jan 2018 02:15:58 +0000 (02:15 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add lf-pod4 and lf-pod5 to slave params"
- Add lf-pod4 and lf-pod5 to slave params
Change-Id: I3ca61f015c07cbf3bd67acd7972d9a1e0011f21d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Bertrand Souville [Mon, 22 Jan 2018 11:36:09 +0000 (12:36 +0100)]
Update git submodules
* Update docs/submodules/promise from branch 'master'
- Proposal to remove deprecated shim-layer implementation
Change-Id: I8ef21e0c349c0b3b62f3598bab4d90edfa801e7b
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
Trevor Bramwell [Tue, 23 Jan 2018 21:57:03 +0000 (13:57 -0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Output version before Docker builds
Its helpful to know which version of docker is being used to build a
project when debugging build failures.
Change-Id: I2bb9c5386d1d69e61c4477913f5f0162acd0c47d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Rodolfo Alonso Hernandez [Tue, 23 Jan 2018 21:16:12 +0000 (21:16 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Use assertIn(x, y) instead of other variations"
- Use assertIn(x, y) instead of other variations
unittest.assertIn(x,y) should be used instead of:
* unittest.assertTrue(x in y)
* unittest.assertEqual(x in y, True)
Also fixes pep8 violations existing in the file.
Change-Id: I705c1bd4af74757b5c928995894aede436d66817
JIRA: YARDSTICK-901
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Trevor Bramwell [Tue, 23 Jan 2018 18:23:13 +0000 (18:23 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Disable Interactivity for and enable Pharos Backup"
- Disable Interactivity for and enable Pharos Backup
When running docker commands from an interactive shell the '-it' flags
are needed. Since the backup isn't running any interactive command,
these flags aren't needed and failing the job due to a tty not being
allocated to the Jenkins user.
Change-Id: I9bd81faaf548b3247ee1992f6db9c0258ebfc1fb
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Aric Gardner [Tue, 23 Jan 2018 16:29:38 +0000 (16:29 +0000)]
Merge "Remove infra submodule dir, dir was not removed."
agardner [Tue, 23 Jan 2018 16:26:38 +0000 (11:26 -0500)]
Remove infra submodule dir, dir was not removed.
Dir must be removed when submodule is de-inited
Change-Id: Ied3aa418394108955fc3217f480fc3f2fdc76da6
Signed-off-by: agardner <agardner@linuxfoundation.org>
spisarski [Tue, 23 Jan 2018 16:26:17 +0000 (09:26 -0700)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Nova 10 breaks the lib
Change-Id: Iadb5e44836258e5d9a89090c4b0302d2689a40c5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Gordon Kelly [Tue, 23 Jan 2018 14:54:09 +0000 (14:54 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- docs: update docker userguide for running docker compose files
Change-Id: Ib41d6d475506ff3920bb914aeebf9dca4070fa8c
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
Steven Pisarski [Tue, 23 Jan 2018 16:18:51 +0000 (16:18 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Added password support for SSH and Ansible Additional protections when initializing network resources Enhanced playbook runner variable support"
- Added password support for SSH and Ansible
Additional protections when initializing network resources
Enhanced playbook runner variable support
Change-Id: Id897c4ece1de706afbc52d0a034ca3bfb68fdce3
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
julien zhang [Tue, 23 Jan 2018 16:03:37 +0000 (16:03 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "[PDF] [SPEC] Add 'version: 1.0'"
- [PDF] [SPEC] Add 'version: 1.0'
- add 'version: 1.0' to PDF spec;
- add 'version: 1.0' to all existing lab PDFs;
- extend schema with new property;
- add workaround for value-based decision-making in schema version
selection via `validate-template.py`;
- add support for multiple schema versions;
- add versions for all schema blocks defined so far;
- fix PDF schema pattern for disk size decimals (e.g. '1.8T');
Change-Id: Ie8f768803ec19f1f9a7982fe5ca59df80764fc4a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Gordon Kelly [Sun, 14 Jan 2018 20:26:13 +0000 (20:26 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- docker: add docker-compose files for running barometer-images
Change-Id: Ia02aa8d64ecb0306e0611d2dc76594bee86b0f43
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
Ross Brattain [Tue, 23 Jan 2018 15:43:03 +0000 (15:43 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Enable iommu support in grub"
- Enable iommu support in grub
JIRA: YARDSTICK-895
It's required for sriov standalone yardstick tests.
This part of commit message will be deleted:
This code will be enabled when https://gerrit.opnfv.org/gerrit/#/c/47957/ will be merged,
because it requires host reboot.
Change-Id: I0ec9cbf90a9d83d54e545fcf421b8baf206601a4
Signed-off-by: Jan Malanik <janx.malanik@intel.com>
Signed-off-by: Malanik Jan <janx.malanik@intel.com>
Emma Foley [Tue, 21 Nov 2017 16:56:42 +0000 (16:56 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Rename ResourceProfile.check_if_sa_running()
* Update log message and rename method to make debugging easier
* Fix pep8 violations in touched files
JIRA: YARDSTICK-859
Change-Id: Id138d72cd8557ffacd5dcc81d06feeb484e13625
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Ryota MIBU [Tue, 23 Jan 2018 12:22:25 +0000 (21:22 +0900)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- resignation of Carlos Goncalves
https://lists.opnfv.org/pipermail/opnfv-tsc/2018-January/004069.html
Change-Id: I9567ee5cfe43df3d1012ed5b1560b9bf9090c5c5
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Gordon Kelly [Fri, 19 Jan 2018 16:13:45 +0000 (16:13 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- docker: update ves image to load yaml and config files
Update ves image to load yaml and config files from /opt/ves/ directory
and rename host yaml file.
Change-Id: I3caf51150d10db08b8ef1c20a53c320b27a6acb8
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
Maryam Tahhan [Tue, 23 Jan 2018 11:36:41 +0000 (11:36 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "docker: barometer-collectd openstack plugin deps"
- docker: barometer-collectd openstack plugin deps
Update the the barometer-collectd container to install the python dependencies
for the openstack plugins.
Change-Id: If8ba14066aff5f0257a400ece642a8d478600c77
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
dongwenjuan [Tue, 23 Jan 2018 08:25:24 +0000 (16:25 +0800)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- create flavor for Apex installer
As doctor functest CI runs failed in Apex installer, it indicates
that flavor is None. See http://artifacts.opnfv.org/logs/functest/lf-pod1/2018-01-21_05-30-00/doctor-notification.log
Change-Id: Ia7a7111a7c6b94864f2e12f30969fe6e411058af
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Markos Chandras [Tue, 23 Jan 2018 10:32:08 +0000 (10:32 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: scripts: vm: Retry when timer expires"
- xci: scripts: vm: Retry when timer expires
We should look again for active package managers when the timer expires
to avoid locking issues.
Change-Id: I88f0299a87befce17d11ba7581f0330979a25345
Signed-off-by: Markos Chandras <mchandras@suse.de>
Fatih Degirmenci [Tue, 23 Jan 2018 10:21:41 +0000 (10:21 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "docker: update name and dockerfile location for barometer collectd image. change build directory to fix build's copy errors "
- docker: update name and dockerfile location for barometer collectd image.
change build directory to fix build's copy errors
Change-Id: I3bc4f929156c7c04cc93822d28b0a64991f18595
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
Gordon Kelly [Sun, 14 Jan 2018 15:15:55 +0000 (15:15 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- docker: updated grafana image to continue to send API request to grafana
Updated grafana image to continue to send API request to grafana server
at 1 sec intervals at start time until grafana server is up and listening
on port. Dashboards folder has been moved to /opt/grafana/dashboards.
Documentation updated accordingly for all changes
Change-Id: I748b05372f0aa0890d3befa5645834fb217db784
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
Fatih Degirmenci [Tue, 23 Jan 2018 09:10:52 +0000 (10:10 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- xci: Skip jobs if the scenario is not supported on a distro
Change-Id: I22d2327558ee1d19d04775da6abf1b3eed5b357a
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Zhijiang Hu [Tue, 23 Jan 2018 01:37:09 +0000 (01:37 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Mount xfs image with -o nouuid"
- Mount xfs image with -o nouuid
In [1], an error occured:
"XFS (dm-6): Filesystem has duplicate UUID ... - can't mount".
[1]: https://build.opnfv.org/ci/job/daisy-deploy-zte-pod9-daily-master/11/console
Change-Id: I84052f481662e370ef8d41d62d356ad9a5e6e3c2
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Narinder Gupta [Tue, 23 Jan 2018 00:37:41 +0000 (00:37 +0000)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- Merge "modified to enable the DVR on the deployment by default."
- modified to enable the DVR on the deployment by default.
Change-Id: Iea20b4071a6d8f67db4c190e509ef71f0a70358a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
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>