Jose Lausuch [Mon, 2 Oct 2017 08:26:39 +0000 (10:26 +0200)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [Functest] Continue the job execution if healhcheck fails
This will allow the push-test-logs.sh script to be executed
in any case instead of exiting directly
Change-Id: I03c40e2f368485389a21313f98745217ae634eca
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Deepak S [Mon, 2 Oct 2017 09:14:03 +0000 (09:14 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "update userguide alignment"
- update userguide alignment
Change-Id: Id0eb364fdeb7e9b084c247b0875e9de7b599abfb
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Deepak S [Mon, 2 Oct 2017 09:13:00 +0000 (09:13 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "update userguide alignment"
- update userguide alignment
Change-Id: Ie938d84d31c2145167fc2b816a02bd8c0a3210ec
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
- Remove default section in the createrapid
Change-Id: Id9c22f92955b64242971ff768a64132451c8350e
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
- Splitting the script in 2 parts: createrapid.py and runrapid.py
The split of the scripts is documented in the README file. The VM also
runs now devbind.sh with the proper MAC address to bind the dataplane
interface with the DPDK poll mode driver.
Change-Id: I3e7a6235379dc80530934376c7799ac3396b5325
Luc Provoost <luc.provoost@intel.com>
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Cédric Ollivier [Mon, 2 Oct 2017 07:56:02 +0000 (09:56 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Enable promise on all fuel and joid scenarii
Change-Id: I9735788fbbe715968560570543d1dc9d55e065b7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Fatih Degirmenci [Mon, 2 Oct 2017 07:27:13 +0000 (07:27 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "Update .gitignore for documentation"
- Update .gitignore for documentation
Change-Id: I39a8b8a874345f90cd60f34ca10422b20f66e32b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Jose Lausuch [Mon, 2 Oct 2017 07:25:02 +0000 (07:25 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Keep Docker builds from thrashing on same server"
- Keep Docker builds from thrashing on same server
There is a possiblity of multiple docker builds of a docker repo being
scheduled on the same host:
1) Patch is merged
2) Docker build is triggered
3) New patch is merged before the Docker build/push finishes triggering
a second build
4) First build fails as second build starts by cleaning image from
first build
Reintroducing the check for builds in progress, but specific to the
Docker repo, should allow mulitiple Docker builds on a node to run,
while keeping multiple builds on a per-repo basis from thrashing each
other.
JIRA: RELENG-315
Change-Id: I74c01850a036c831b93a8cd5fa8522337abb9ff4
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Markos Chandras [Mon, 2 Oct 2017 06:56:53 +0000 (06:56 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "Add documentation for user guide and sandbox"
- Add documentation for user guide and sandbox
This change adds the user guide and sandbox information.
The documentation is created by using the information we
have on Wiki and README.rst.
Wiki pages and README.rst will be removed once all the
documentation is moved to docs.opnfv.org.
Parts of the README.rst such as more advanced ways to use
the sandbox will be placed in developer guide and it is
accessible by a link placed in user guide.
Change-Id: I7214a53d7ab39125d2164c5b3468b1ba18933b31
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Markos Chandras [Sun, 1 Oct 2017 19:47:39 +0000 (20:47 +0100)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- xci: file: ansible-role-requirements: Bump SHA for rabbitmq-server
The rabbitmq-server contains some fixes for SUSE so lets just bump this
role instead of switching the entire OSA pin SHA so close to the Euphrates
release.
Change-Id: Ic034ed4bd9e290cadc5336d781b0e24036d5cd46
Signed-off-by: Markos Chandras <mchandras@suse.de>
Ross Brattain [Sun, 1 Oct 2017 20:36:40 +0000 (20:36 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Fix src/dst ip update in ixia configuration"
- Fix src/dst ip update in ixia configuration
Change-Id: I03976c182e164a512a5ef48ad20928f27451c3f6
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Ross Brattain [Sun, 1 Oct 2017 20:34:44 +0000 (20:34 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Adding example testcase to enable multiport support for http"
- Adding example testcase to enable multiport support for http
Change-Id: I780aa3ea6b04df08baffb5ee5beff66bdc37f37e
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Ross Brattain [Sun, 1 Oct 2017 20:28:24 +0000 (20:28 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "NSB: cancel all queue join threads"
- NSB: cancel all queue join threads
In some cases we are blocking in base.Runner join() because the
queues are not empty
call cancel_join_thread to prevent the Queue from blocking the
Process exit
https://docs.python.org/3.3/library/multiprocessing.html#all-platforms
Joining processes that use queues
Bear in mind that a process that has put items in a queue will wait
before terminating until all the buffered items are fed by the
"feeder" thread to the underlying pipe. (The child process can call
the cancel_join_thread() method of the queue to avoid this behaviour.)
This means that whenever you use a queue you need to make sure that
all items which have been put on the queue will eventually be removed
before the process is joined. Otherwise you cannot be sure that
processes which have put items on the queue will terminate. Remember
also that non-daemonic processes will be joined automatically.
Warning
As mentioned above, if a child process has put items on a queue (and
it has not used JoinableQueue.cancel_join_thread), then that process
will not terminate until all buffered items have been flushed to the
pipe.
This means that if you try joining that process you may get a deadlock
unless you are sure that all items which have been put on the queue
have been consumed. Similarly, if the child process is non-daemonic
then the parent process may hang on exit when it tries to join all its
non-daemonic children.
cancel_join_thread()
Prevent join_thread() from blocking. In particular, this prevents the
background thread from being joined automatically when the process
exits – see join_thread().
A better name for this method might be allow_exit_without_flush(). It
is likely to cause enqueued data to lost, and you almost certainly
will not need to use it. It is really only there if you need the
current process to exit immediately without waiting to flush enqueued
data to the underlying pipe, and you don’t care about lost data.
Change-Id: I61f11a3b01109d96b7a5445c60f1e171401157fc
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Sun, 1 Oct 2017 20:27:54 +0000 (20:27 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "code inspection fixes: test_pktgen"
- code inspection fixes: test_pktgen
Change-Id: I05cb069984b7674924cfcb1ed023048c0aa0c444
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Sun, 1 Oct 2017 20:26:45 +0000 (20:26 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "duration runner: add teardown and cancel all queue join threads"
- duration runner: add teardown and cancel all queue join threads
calculate timeout once
catch exceptions in benchmark.teardown()
In some cases we are blocking in base.Runner join() because the
queues are not empty
call cancel_join_thread to prevent the Queue from blocking the
Process exit
https://docs.python.org/3.3/library/multiprocessing.html#all-platforms
Joining processes that use queues
Bear in mind that a process that has put items in a queue will wait
before terminating until all the buffered items are fed by the
"feeder" thread to the underlying pipe. (The child process can call
the cancel_join_thread() method of the queue to avoid this behaviour.)
This means that whenever you use a queue you need to make sure that
all items which have been put on the queue will eventually be removed
before the process is joined. Otherwise you cannot be sure that
processes which have put items on the queue will terminate. Remember
also that non-daemonic processes will be joined automatically.
Warning
As mentioned above, if a child process has put items on a queue (and
it has not used JoinableQueue.cancel_join_thread), then that process
will not terminate until all buffered items have been flushed to the
pipe.
This means that if you try joining that process you may get a deadlock
unless you are sure that all items which have been put on the queue
have been consumed. Similarly, if the child process is non-daemonic
then the parent process may hang on exit when it tries to join all its
non-daemonic children.
cancel_join_thread()
Prevent join_thread() from blocking. In particular, this prevents the
background thread from being joined automatically when the process
exits – see join_thread().
A better name for this method might be allow_exit_without_flush(). It
is likely to cause enqueued data to lost, and you almost certainly
will not need to use it. It is really only there if you need the
current process to exit immediately without waiting to flush enqueued
data to the underlying pipe, and you don’t care about lost data.
Change-Id: If7b904a060b9ed68b7def78c851deefca4e0de5d
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Fri, 29 Sep 2017 22:39:04 +0000 (15:39 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- cancel all queue join threads
In some cases we are blocking in base.Runner join() because the
queues are not empty
call cancel_join_thread to prevent the Queue from blocking the
Process exit
https://docs.python.org/3.3/library/multiprocessing.html#all-platforms
Joining processes that use queues
Bear in mind that a process that has put items in a queue will wait
before terminating until all the buffered items are fed by the
"feeder" thread to the underlying pipe. (The child process can call
the cancel_join_thread() method of the queue to avoid this behaviour.)
This means that whenever you use a queue you need to make sure that
all items which have been put on the queue will eventually be removed
before the process is joined. Otherwise you cannot be sure that
processes which have put items on the queue will terminate. Remember
also that non-daemonic processes will be joined automatically.
Warning
As mentioned above, if a child process has put items on a queue (and
it has not used JoinableQueue.cancel_join_thread), then that process
will not terminate until all buffered items have been flushed to the
pipe.
This means that if you try joining that process you may get a deadlock
unless you are sure that all items which have been put on the queue
have been consumed. Similarly, if the child process is non-daemonic
then the parent process may hang on exit when it tries to join all its
non-daemonic children.
cancel_join_thread()
Prevent join_thread() from blocking. In particular, this prevents the
background thread from being joined automatically when the process
exits – see join_thread().
A better name for this method might be allow_exit_without_flush(). It
is likely to cause enqueued data to lost, and you almost certainly
will not need to use it. It is really only there if you need the
current process to exit immediately without waiting to flush enqueued
data to the underlying pipe, and you don’t care about lost data.
Change-Id: I345c722a752bddf9f0824a11cdf52ae9f04669af
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Morgan Richomme [Sun, 1 Oct 2017 15:28:21 +0000 (15:28 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "remove icmp rules from secgroups"
- remove icmp rules from secgroups
Change-Id: I8f7d2170eee9777be6455d38eaff703338b155fa
Signed-off-by: Michael Pauls <michael.pauls@fokus.fraunhofer.de>
Jack Morgan [Sun, 1 Oct 2017 14:50:00 +0000 (14:50 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "PDF: generate_config: Add IDF parsing support"
- PDF: generate_config: Add IDF parsing support
For a given 'podN.yaml' file, check whether a file named
'idf-podN.yaml' exists in the same directory, and if it does,
pass its contents under the 'idf' dict key to the j2 template.
This assumes the contents of IDF yaml have a root 'idf' key.
Change-Id: I6c6f1b9f28c38989f8a6ed4a389c9a1da423d76d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Cédric Ollivier [Sat, 30 Sep 2017 12:00:37 +0000 (14:00 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Remove tempest_custom from testcases configs
Change-Id: I1237eaada5257a8c01753837a5820d840b51bff1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Ilia Abashin [Sun, 27 Aug 2017 13:37:18 +0000 (16:37 +0300)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Added "calipso" scenario to apex.yml
Change-Id: I1e4237fd9716e92eec7633006c54240284f312c6
Signed-off-by: Ilia Abashin <abashinos@gmail.com>
Bin Hu [Sat, 30 Sep 2017 15:51:26 +0000 (08:51 -0700)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'master'
- Update Release Notes for Baseline
Change-Id: Ic58171a5216de99aab9d6feb73bc436493276117
Signed-off-by: Bin Hu <bh526r@att.com>
Akhil Batra [Sat, 30 Sep 2017 15:11:41 +0000 (15:11 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Nomination of committer promotion for Akhil Batra"
- Nomination of committer promotion for Akhil Batra
Akhil is one of the active QTIP contributors in Euphrates release[1]
He has contributed a lot in qtip-api and qtip-web[2]. It would be a
great help to the project to have him as a committer.
Current committers please vote +1/-1 for this nomination[3]
[1] http://stackalytics.com/?project_type=opnfv-group&metric=commits&module=qtip&release=pike
[2] https://git.opnfv.org/cgit/qtip/log/?qt=author&q=akhil.batra@research.iiit.ac.in
[3] https://wiki.opnfv.org/display/DEV/Committer+Promotions
Change-Id: I1157d6ed2ee1694c184c8f9630a66a2b4266b038
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Feng Pan [Sat, 30 Sep 2017 15:08:38 +0000 (15:08 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Adds Calipso scenario"
- Adds Calipso scenario
Change-Id: Icc8a23e49c9ccc011481f6b97599d4f75873ebb1
Signed-off-by: Tim Rozet <trozet@redhat.com>
Linda Wang [Sat, 30 Sep 2017 02:29:30 +0000 (02:29 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix userdata issue for vping and orchestra
1. When creating VM, the type of the param userdata should be str, to
conform with that in snaps [1].
2. Remove the infinite loop for vping in userdata
3. Fix the criteria for vping_userdata and vping_ssh
[1]: https://git.opnfv.org/snaps/tree/snaps/openstack/utils/nova_utils.py#n92
Change-Id: I262a7ebb93ec90bb6f8f3acb5d564f210abcfc4b
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Lorand Jakab [Fri, 22 Sep 2017 11:29:50 +0000 (14:29 +0300)]
Update git submodules
* Update docs/submodules/fds from branch 'master'
- LISP specific DVR documentation
Change-Id: I4d8807f104c4aab923a68d0ae401bf580b663159
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
Justin chi [Sat, 30 Sep 2017 09:47:52 +0000 (09:47 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Add default value for offline deploy switch"
- Add default value for offline deploy switch
JIRA: COMPASS-563
The switch controls offline deploy missing
default value which cause passing a empty
value into ansible and lead to condition
check error
Change-Id: I0af4df0556dcbe30dacc743456728e8bdee698e8
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Yujun Zhang [Sat, 30 Sep 2017 09:28:05 +0000 (09:28 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Download ramspeed from new url"
- Download ramspeed from new url
The original one has expired
Change-Id: I0e362daf0308c5f0915bf1f652f3ab7d14373e91
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Yujun Zhang [Sat, 30 Sep 2017 09:27:57 +0000 (09:27 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Revert "Enable test result pushing in periodic job""
- Revert "Enable test result pushing in periodic job"
This reverts commit
90ff55b51817c23d5070765435c69b585bd184fd.
Change-Id: I4dccc70869956e1f852230bc867538a5365903dd
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Ross Brattain [Sat, 30 Sep 2017 08:07:20 +0000 (08:07 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "dpdk: pciutils and lspci is required for dpdk-devbind.py"
- dpdk: pciutils and lspci is required for dpdk-devbind.py
Change-Id: I8529f33d849fc659b557e1d19761c0765ebda57e
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Sat, 30 Sep 2017 08:06:59 +0000 (08:06 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "replace ansible modules"
- replace ansible modules
Change-Id: Ia7c1ce781075142910a6c618a9a23f34a710dfe9
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Sat, 30 Sep 2017 08:06:29 +0000 (08:06 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Adapt getting the image architecture to mcp"
- Adapt getting the image architecture to mcp
The part which gets the image architecture still uses the old fuel command.
Adapted the script to use the mcp command.
JIRA: ARMBAND-285
Change-Id: Iddce77c3a856ea11f9994861151db89a402e735e
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Jing Lu [Sat, 30 Sep 2017 08:02:39 +0000 (08:02 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "bugfix: tc054 default value is wrong"
- bugfix: tc054 default value is wrong
management route ip is not common in most SUTs, so it should
be removed.
also huawei pod1 ipmi info should updated so this test case
can be added into ci later
Change-Id: I3a29c59c473ee7087d4d61753ffc955b061571fb
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
hongbo tian [Sat, 30 Sep 2017 07:49:41 +0000 (07:49 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "Update user guide with the local DB operations"
- Update user guide with the local DB operations
If users want to store results or upload results to CVP web portal, they
need to build local DB adn testapi service.
Should add more introduction about the local DB and testapi in the user guide.
JIRA: DOVETAIL-504
Change-Id: I6493169b54104af8d7207d28fad93afedeae0b1b
Signed-off-by: xudan <xudan16@huawei.com>
Serena Feng [Sat, 30 Sep 2017 07:21:27 +0000 (07:21 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge changes from topic 'qtip'
* changes:
Fix status reporting page
Specify TESTAPI_URL in releng jobs
- Fix status reporting page
- use data in last 10 days instead of 1 day
- hide installers without any data
- remove redundant qtip reporting
Change-Id: If73a439572b6a1cf09c7d34f643fb14be82196ca
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
- Specify TESTAPI_URL in releng jobs
Change-Id: Ied35e58137fb8040779fe038626facd684a935dd
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Serena Feng [Sat, 30 Sep 2017 07:21:21 +0000 (07:21 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add timeout and timestamp for long duration tasks"
- Add timeout and timestamp for long duration tasks
Change-Id: Ib4b07e23a81718e759ed43ff7fa2882735804afc
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Yifei Xue [Fri, 29 Sep 2017 06:18:09 +0000 (14:18 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- SFC scenario release notes and bug fix for SFC switch
JIRA: COMPASS-562
Because of the inventory file modification, the sfc switch cannot be
enabled. Add a sperate sfc role to fix this bug.
Change-Id: If583d10ebbe78d0abe9078add24beb5f506dbda8
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Jun Li [Sat, 30 Sep 2017 03:52:37 +0000 (03:52 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[Yardstick]Enable using the CACERT file in all compass branches"
- [Yardstick]Enable using the CACERT file in all compass branches
Change-Id: Ia699a23d292ea2c18f309022352f83a22041626a
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Jing Lu [Sat, 30 Sep 2017 03:51:09 +0000 (03:51 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Remove checkno.png and checkyes.png due to license issue"
- Remove checkno.png and checkyes.png due to license issue
JIRA: YARDSTICK-817
Since checkno.png and checkyes.png is not Apache-2 license based.
so we need to remove them.
Change-Id: I40dd303fb54a3736ca969ac1c186d2cd23408436
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Yujun Zhang [Sat, 30 Sep 2017 01:46:42 +0000 (09:46 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Fix criteria data
It does not make sense to use current score as criteria. Set to
2048 for now. Although the baseline is not well calibrated, it
is better than given a floating criteria.
Change-Id: Iae972b585422cdde95f8b7027081c56cc9608643
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Serena Feng [Sat, 30 Sep 2017 01:23:48 +0000 (01:23 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Move daisy jobs of master branch to zte-pod3"
- Move daisy jobs of master branch to zte-pod3
Zte-pod2 is a little busy.
Change-Id: I7628a1a966552c5caf1706a2ac8c47952a11c095
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Serena Feng [Sat, 30 Sep 2017 01:23:32 +0000 (01:23 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Enable Daisy Euphrates merge jobs"
- Enable Daisy Euphrates merge jobs
Change-Id: Iaa278fa1d0aa3faa8735bc45159031d04d997a6f
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Serena Feng [Sat, 30 Sep 2017 01:23:18 +0000 (01:23 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Modify the timed trigger on zte-pod1"
- Modify the timed trigger on zte-pod1
- disable timed trigger for danube job
- enable timed trigger for master job
Change-Id: I89ec92b368cc0e37ba1be5c49c12feda93dec33c
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Tim Rozet [Thu, 28 Sep 2017 19:00:17 +0000 (15:00 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Fixes nova migration
Nova migration was failing in rally sanity test. Looking at the keys
nova is configured with, the newlines in the private key were being
converted to spaces in hieradata, thus making the key invalid. This
patch corrects the yaml so it is multiline data.
Also, corrects the parameter being set to the right THT parameter and
adds sshd service to the control/compute roles which is required for
migration to work.
JIRA: APEX-525
Change-Id: Ic57db5c0b27df2e1f584f3c1a379e067291d892d
Signed-off-by: Tim Rozet <trozet@redhat.com>
Yujun Zhang [Sat, 30 Sep 2017 00:22:11 +0000 (00:22 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Disable tty in CI scripts to remove color in ansible output"
- Disable tty in CI scripts to remove color in ansible output
This will make the console log more readable
Change-Id: Ia577d243d52449f580d34002e2052fa024e0f20d
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Bertrand Souville [Fri, 29 Sep 2017 23:58:40 +0000 (01:58 +0200)]
Update git submodules
* Update docs/submodules/promise from branch 'master'
- Added support for Keystone v3
JIRA: PROMISE-80
Functest test script only
Change-Id: Id5d75383586d4e79d106767b1aeb7dc5bc588724
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
Deepak S [Tue, 26 Sep 2017 09:40:56 +0000 (02:40 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Auto create ixia config based on the traffic profile
Change-Id: I031cc7f24f0c0816eb577a4d1606a714f68a5f83
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Fri, 29 Sep 2017 22:45:30 +0000 (22:45 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "NSB: ignore VNF node if there is no VNF model"
- NSB: ignore VNF node if there is no VNF model
Change-Id: I571289c744441a6114c6d45ac6cbd7cfc0dafef2
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Tim Rozet [Fri, 29 Sep 2017 19:11:13 +0000 (19:11 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Increase overcloud qcow2 size by 1500mb"
- Increase overcloud qcow2 size by 1500mb
We are seeing build failures with 1200mb qcow2 size expansion, increasing
to 1500mb.
Change-Id: Ib177525559c7905c78fe5931c172fce01846b4c3
Signed-off-by: Feng Pan <fpan@redhat.com>
Sharada Shiddibhavi [Fri, 29 Sep 2017 03:31:16 +0000 (03:31 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Changing directory in CSV testcases for Barometer
This patch contains modifications to the path for CSV
directories
Change-Id: Ia74a6aba47fc51d0d8783df34eebcfc94e3f011d
Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
Aric Gardner [Fri, 29 Sep 2017 16:34:52 +0000 (16:34 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add mcp.rsa in the yardstick container for fuel"
- Add mcp.rsa in the yardstick container for fuel
For Fuel, the mcp.rsa key is needed in the container to be able to
connect to the POD nodes. The key is set in the global installer
parameters and passed to the container. Also the SSH_KEY enviroment
variable is set with the path of the key.
Change-Id: I1888414abc9f6c2d8ac741f2d6f04f5e7a37912b
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Manuel Buil [Thu, 28 Sep 2017 10:04:02 +0000 (12:04 +0200)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Sort config.yml correctly and correct vnfd names
JIRA: SFC-116
It is confusing that our test-1 is in the second position of config.yaml
and that it uses test2-vnfd instead of test-vnfd
Change-Id: Iffd22f295630bce0ce854d4876c1478c56690cfa
Signed-off-by: Manuel Buil <mbuil@suse.com>
tomsou [Fri, 29 Sep 2017 07:04:20 +0000 (10:04 +0300)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Update zrpcd version for Carbon/ Nitrogen
JIRA: APEX-508
Compile zrpcd --with-thrift-version=4 to support carbon/nitrogen
Note that version number stands for the thrift vpnservice.thrift
model to use with ODL and not the thrift package version.
Change-Id: I3ab13d0b62f56747249bfdee1c0766cd43de935a
Signed-off-by: tomsou <soth@intracom-telecom.com>
Markos Chandras [Fri, 29 Sep 2017 14:23:30 +0000 (14:23 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "Check if /etc/ssl/certs exists before creating it"
- Check if /etc/ssl/certs exists before creating it
In CentOS and Suse, /etc/ssl/certs is a symbolic link to
/etc/ssl/pki/tls/certs. The Ansible module "file" will fail if it is asked to
create a directory which is already a symbolic link.
This patch will check if /etc/ssl/certs exists before trying to create it.
The same check is done both on the host and the opnfv guest VM.
Also, /etc/certs is only writable by root, so we need a "become: true" clause
to be able to modify it in localhost (but not in opnvf VM).
Change-Id: Iab6c3c162548f84ad6082829e4a7c2ab63d2cfa0
Signed-off-by: Tapio Tallgren <tapio.tallgren@nokia.com>
Jose Lausuch [Fri, 29 Sep 2017 14:11:12 +0000 (14:11 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[Functest] Remove former way to execute run_tests"
- [Functest] Remove former way to execute run_tests
It was used in Danube and there are no more Functest jobs
that are runnign stable/danube branch.
Change-Id: If297487767e8e8ead39aa4a10f58c6554be197b0
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Jun Li [Fri, 29 Sep 2017 14:04:19 +0000 (14:04 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Use dovetail docker image opnfv/dovetail:cvp.0.7.0"
- Use dovetail docker image opnfv/dovetail:cvp.0.7.0
Change-Id: I45c7e637182ecb8d73a51fea895a4eefc6a1a0e6
Signed-off-by: xudan <xudan16@huawei.com>
Jose Lausuch [Fri, 29 Sep 2017 11:41:31 +0000 (13:41 +0200)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [Functest] Remove former way to execute prepare_env
It was used in Danube and there are no more Functest jobs
that are runnign stable/danube branch.
Change-Id: I8e8b1f769b76ad511af6086b7a21dd9ae94404f0
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Fatih Degirmenci [Mon, 28 Aug 2017 23:34:29 +0000 (01:34 +0200)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Create the structure for the documentation
This change puts the initial structure for the documentation.
Change-Id: I4ff075874815bfcd1834049ae205a02b72bae75f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Ryota MIBU [Fri, 29 Sep 2017 13:01:03 +0000 (13:01 +0000)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- option: "update_neutron_port_dp_status"
This patch introduces new boolean option "update_neutron_port_dp_status",
which disabled by default.
Change-Id: Iaf7503d5854251fabf816b9bf3fcc1964c231a68
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Fatih Degirmenci [Fri, 29 Sep 2017 12:52:53 +0000 (14:52 +0200)]
Add references to XCI documentation
Change-Id: I6056cbba6f237b9e8aa0aeb1ba3e6badbdddd61a
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Fri, 29 Sep 2017 12:10:41 +0000 (14:10 +0200)]
Adjust infra documentation
Change-Id: I93028410a11309a5726b5b0ca47d70007dd26ac0
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Sofia Wallin [Fri, 29 Sep 2017 11:47:44 +0000 (11:47 +0000)]
Merge "Fix the version/release for latest documents on master"
Fatih Degirmenci [Fri, 29 Sep 2017 11:31:34 +0000 (13:31 +0200)]
Fix the version/release for latest documents on master
Change-Id: I28e8b3899d92fd6bc3220271ac47d5e2155df33d
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Fri, 29 Sep 2017 11:21:21 +0000 (13:21 +0200)]
Adjust the structure for infra documentation
Change-Id: Id2901b810a967ecbf8f6af84604e4839890e44e4
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Alex Yang [Fri, 29 Sep 2017 09:29:08 +0000 (17:29 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Exit deploy when exception occurred
Exception occurred in [1]. But te deployment didn't stop and
blocked for a long time.
[1] https://build.opnfv.org/ci/job/daisy-deploy-baremetal-daily-master/169/
Change-Id: I0d5639da1e0d011855df0b0651328f11168e5d01
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Sofia Wallin [Fri, 29 Sep 2017 10:02:44 +0000 (10:02 +0000)]
Merge "Put initial structure for infra documentation"
Fatih Degirmenci [Fri, 29 Sep 2017 08:38:17 +0000 (10:38 +0200)]
Put initial structure for infra documentation
Change-Id: I4d8ed269cbf0eeedaa0ee540ac2fd6bca5e429b0
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Yujun Zhang [Fri, 29 Sep 2017 09:13:38 +0000 (17:13 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Enable test result pushing in periodic job
Change-Id: I06629a3155c1a49e79f618afab29591578354b54
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Markos Chandras [Fri, 29 Sep 2017 09:12:49 +0000 (09:12 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "jjb: xci: Make SUSE a voting job"
- jjb: xci: Make SUSE a voting job
XCI CI now works for SUSE distributions so allow job to vote.
Change-Id: I2c8bf8394a2fb1c1008f470486280a0e30922e28
Signed-off-by: Markos Chandras <mchandras@suse.de>
Linda Wang [Fri, 29 Sep 2017 05:15:59 +0000 (05:15 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Force python2 when creating venv for refstack
python3 has been selected since it was installed for doctor [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/41823/
JIRA: FUNCTEST-875
Change-Id: I942122b46dc0ebe594306877f5a0350f876d7c01
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Maciej Skrocki [Fri, 29 Sep 2017 00:24:47 +0000 (17:24 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Adjusted IPs in some prox tests.
Change-Id: Iff39fa5b90d1ae5534ce1fff31dfb84c1e47340c
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
hongbo tian [Fri, 29 Sep 2017 08:33:25 +0000 (08:33 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "Tag dovetail with cvp.0.7.0"
- Tag dovetail with cvp.0.7.0
docker image used
1. opnfv/yardstick: danube.3.2
2. opnfv/functest: cvp.0.5.0
3. opnfv/bottlenecks: cvp.0.4.0
4. opnfv/testapi: cvp.0.5.0
5. opnfv/dovetail:web.cvp.0.7.0
6. opnfv/dovetail:api.cvp.0.7.0
7. opnfv/dovetail: cvp.0.7.0
main changes
1. [cvp-web]correct dockerfile
2. [cvp-web]remove useless docker-compose yaml
3. Bugfix: sdnvpn test cases failed due to wrong module name
4. Support to run mandatory or optional test cases separately
5. [cvp-web]remove workflow on homepage
6. add api&web services for cvp
7. Don't generate tar file when run without pushing results to DB
8. Make Yardstick log level can be set by CLI
9. Update the script for building local DB and testapi
10. Bugfix: tar results dir cannot be parsed by web portal
11. Replacing references to "DefCore"
12. Updating the test specification document with iterative inprovements
13. Dovetail tool replaces defcore with osinterop
14. Clearer structuring current and future test scope of CVP addendum
15. Adding a stub document for a CVP reviewer guide
16. Clarify criteria for testcase inclusion as running in Functest/CI
17. And additional clarifications.
18. add more information for the Identity testcases in the refstack
19. Doc: update user guide due to add new test cases and features
For more information, refer to https://wiki.opnfv.org/display/dovetail/Running+history+for+the+dovetail+tool
JIRA: DOVETAIL-516
Change-Id: Ic65073fd749c1bcdbd0946d081ba2d2fe9105057
Signed-off-by: xudan <xudan16@huawei.com>
Markos Chandras [Fri, 29 Sep 2017 08:27:21 +0000 (08:27 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge changes from topic 'fix-vm-on-jenkins'
* changes:
xci: xci-deploy.sh: Apply workaround for checking db cluster on SUSE
xci: playbooks: synchronize-time: Fix service name for openSUSE
xci: configure-opnfvhost: Do not run 'remove-folders'
xci: scripts: build-dib-os.sh: Pin diskimage-builder
xci: configure-opnfvhost: Do not check /etc/ssl/certs on SUSE
- xci: xci-deploy.sh: Apply workaround for checking db cluster on SUSE
The mysql socket path is wrong on SUSE which leads to problems when
trying to verify the status of the db cluster. Apply workaround until
it's fixed upstream
controller00_galera_container-
56c89184 | FAILED | rc=1 >>
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory")
Change-Id: I23192f4079526ae7820a1db023a097a651a09140
Link: https://review.openstack.org/508154
Signed-off-by: Markos Chandras <mchandras@suse.de>
- xci: playbooks: synchronize-time: Fix service name for openSUSE
In openSUSE, the chrony service is 'chronyd'.
Change-Id: Ifb946b0ba49783108a84dd5b998d9d45f5c9df51
Signed-off-by: Markos Chandras <mchandras@suse.de>
- xci: configure-opnfvhost: Do not run 'remove-folders'
The OPNFV node is brand new and it doesn't have any traces
of XCI directories so there is no point in running the
'remove-folders' role.
Change-Id: Ic9b9203cc14abda2dab406de6a5feeef6a1b7e2a
Signed-off-by: Markos Chandras <mchandras@suse.de>
- xci: scripts: build-dib-os.sh: Pin diskimage-builder
diskimage-builder does very frequent releases and sometimes things
break. There is no particular reason to always fetch the latest version
so lets do it in a controlled way after proper testing.
Change-Id: Ie9685a9a15fa7fefa1c5ecea49090ac9d92e63ff
Signed-off-by: Markos Chandras <mchandras@suse.de>
- xci: configure-opnfvhost: Do not check /etc/ssl/certs on SUSE
This is similar to Ibc188b76f47c4f7d1c5aa452a21e838420d65e6a
/etc/ssl/certs is a symlink so skip this task on SUSE.
Change-Id: Iae38640501748dc3dd802ce795acfaeefd836c97
Signed-off-by: Markos Chandras <mchandras@suse.de>
Juraj Linkeš [Fri, 29 Sep 2017 08:17:11 +0000 (08:17 +0000)]
Update git submodules
* Update docs/submodules/fds from branch 'master'
- Merge "DVR documentation updates"
- DVR documentation updates
Added detailed description
Updated picture describing basic scenario
Updated deployment instructions
Change-Id: Ie89ebc9b489a1317c6d1f4d2f78a5fc38f776e39
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
xudan [Fri, 29 Sep 2017 07:02:55 +0000 (03:02 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Disable get DB schema in Dockerfile
Dovetail provides files for init local DB.
No need to get schema from opnfv DB when building docker image.
Change-Id: I05fbf4f65f3a94bb3a36fe3c140ad7bff58a4f15
Signed-off-by: xudan <xudan16@huawei.com>
Morgan Richomme [Fri, 29 Sep 2017 07:14:59 +0000 (07:14 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Bottlenecks status page cann't be shown."
- Fix Bottlenecks status page cann't be shown.
Change-Id: Ia1ad4c0654ad2dea7fdb61b81725af9aaafc4750
Signed-off-by: liyin <liyin11@huawei.com>
Morgan Richomme [Fri, 29 Sep 2017 07:11:54 +0000 (09:11 +0200)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Change Euphrates image
minor pylint fix in functest/reporting-status
Change-Id: Ibfd4f0da1475c34c40a3d9e00530f8f15eb3c7dc
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Linda Wang [Fri, 29 Sep 2017 03:38:40 +0000 (03:38 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Compass: fetch openrc for euphrates
Change-Id: I22df519d949fb28eaecc6af99347868023a1e2a8
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Leo wang [Fri, 29 Sep 2017 06:18:32 +0000 (06:18 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "[cvp-web]correct dockerfile"
- [cvp-web]correct dockerfile
JIRA: DOVETAIL-515
correct dockerfile, git clone from dovetail
Change-Id: I1dee7f8ae5278f55bcf5928bbf88cdb079388494
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Leo wang [Fri, 29 Sep 2017 06:15:08 +0000 (06:15 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "[cvp-web]remove useless docker-compose yaml"
- [cvp-web]remove useless docker-compose yaml
JIRA: DOVETAIL-514
remove useless docker-compose yaml
Change-Id: Ic754488611571c3464515772680ad94bbe5651ea
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Tim Rozet [Fri, 29 Sep 2017 05:07:09 +0000 (05:07 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "re-enable support for fdio dvr scenario"
- re-enable support for fdio dvr scenario
- Update FDIO scenarios to use master branch images
- Update VPP/HC version to master for all fdio scenarios
apex-os-net-config: Ie6aee86eaccad5fc98820a28f10adc7475cc5e33
apex-tripleo-heat-templates: Ie8b284f64bd6491c389129d8afdaeae8a399b607
apex-puppet-tripleo: I9954240529278e74d93fdf89d2ebc2536249245a
Change-Id: I31740f97052947b5e4688cca47320bc49a902d7c
Signed-off-by: Feng Pan <fpan@redhat.com>
Leo wang [Fri, 29 Sep 2017 04:07:45 +0000 (04:07 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "Bugfix: sdnvpn test cases failed due to wrong module name"
- Bugfix: sdnvpn test cases failed due to wrong module name
SDNVPN test cases failed due to wrong module name.
The module name needs to be changed into "sdnvpn.test.functest.testcase_1"
Refer to patch https://gerrit.opnfv.org/gerrit/#/c/41385/
Currently Dovetail uses functest:cvp.0.5.0 which uses module name "testcase_1".
JIRA: DOVETAIL-510
Change-Id: I3232760d3af34125c7da71a5d2c62ca32693c82b
Signed-off-by: xudan <xudan16@huawei.com>
Leo wang [Fri, 29 Sep 2017 03:34:16 +0000 (03:34 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "Support to run mandatory or optional test cases separately"
- Support to run mandatory or optional test cases separately
1. Currently, dovetail can run a test suite or a test area in that test suite.
2. The test areas in one test suite are not divided into optional and mandatory.
3. Split them and support to run just mandatory or optional.
4. Support to run multiple test areas.
JIRA: DOVETAIL-505
Change-Id: I42cd7b4e11c3e3674c806e9bc999b782bf5c85c6
Signed-off-by: xudan <xudan16@huawei.com>
xudan [Fri, 29 Sep 2017 02:53:59 +0000 (22:53 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Add env params to Dovetail Container for BGPVPN test cases
Change-Id: I6afe338998a1550b8dd7533f29cb76c4f0d79352
Signed-off-by: xudan <xudan16@huawei.com>
grakiss [Fri, 29 Sep 2017 02:22:35 +0000 (22:22 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- [cvp-web]remove workflow on homepage
JIRA: DOVETAIL-513
remove workflow on homepage, add a link to workflow instead
Change-Id: Id8e551d4c593a2104c7cc8eb55468e9c29b5052a
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Jun Li [Fri, 29 Sep 2017 01:08:22 +0000 (01:08 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "bottlenecks: enable daily deploy job."
- bottlenecks: enable daily deploy job.
Change-Id: I84e8cf5dc9f9ae6884ff70363067b5534b6f196b
Signed-off-by: liyin <liyin11@huawei.com>
Ross Brattain [Thu, 28 Sep 2017 22:08:25 +0000 (22:08 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "add collectd ansible"
- add collectd ansible
required DPDK fixes to enable building collectd with dpdkstats
need /usr/lib/dpdk-pmd symlinks
Compiling all this code requies more space than the default ubuntu
cloud-image, so we need to resize the cloud image somehow
Change-Id: Ib39fc94ba8101ca1aebc7d2a710be88b0338f7c3
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
Maciej Skrocki [Thu, 28 Sep 2017 21:53:30 +0000 (14:53 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Switched to stable/euphrates for samplevnfs projext
Change-Id: I0305c263740c25bdfa3bb2667838ca2b75d33ba0
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
Tim Rozet [Thu, 28 Sep 2017 20:28:05 +0000 (16:28 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes naming for fdio dvr scenarios
Change-Id: I1d01d9d4a72946b4998437972ae12083675e7e79
Signed-off-by: Tim Rozet <trozet@redhat.com>
Ross Brattain [Thu, 28 Sep 2017 20:29:43 +0000 (20:29 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "vnf_generic: Fix str object has no attribute items"
- vnf_generic: Fix str object has no attribute items
When an IP range is specified in src_ip/dst_ip like:
src_ip:
- '152.16.100.180-152.16.100.181'
yardstick would return str object has no attribute items error.
This change will return the IP range as is if type is str.
Change-Id: I3b097777f0d85b0600207157bebba18987ea2275
Signed-off-by: Dino Simeon Madarang <dinox.madarang@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Maciej Skrocki [Thu, 28 Sep 2017 19:48:32 +0000 (12:48 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Added hw_vif_multiqueue_enabled metadata to the added samplevnfs image in OpenStack.
Change-Id: Iad1dce6b0d0a1c010aa62f2fdf54c5d0560ed0c7
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
Fatih Degirmenci [Sun, 17 Sep 2017 21:45:44 +0000 (23:45 +0200)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Ensure the pinned versions of components match to the pinned OSA
The versions for the OpenStack services and global requirements
need to be pinned alongside with the OSA SHA1 and the role versions
to ensure we pinned everything.
This change is required for osa-periodic jobs as well since that
job will use sources-branch-updater.sh script and the script updates
these files to ensure things are pinned correctly.
modified: ansible-role-requirements.yml
modified: global-requirement-pins.txt
modified: playbooks/defaults/repo_packages/openstack_services.yml
modified: releasenotes/notes/glance-init-config-overrides-
d1c8c3dcc50c109a.yaml
modified: releasenotes/notes/neutron-init-config-overrides-
9d1d2b3b908705ed.yaml
modified: releasenotes/notes/trove-init-config-overrides-
a78ed428a32adef8.yaml
By doing this change, we do not need to have any
magic to capture updates to those files. Just updating the files
we keep in xci/file folder will be sufficient and they get copied
over during the playbook execution.
Change-Id: Iae0db22574a0368e896132469a8587d1457ce177
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Tim Rozet [Thu, 28 Sep 2017 17:33:23 +0000 (17:33 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Adding python unittests for apex/virtual/*"
- Adding python unittests for apex/virtual/*
Change-Id: I13dd395cd6270cbf0a02855b1d29794ecca06d76
Signed-off-by: Dan Radez <dradez@redhat.com>
Feng Pan [Wed, 27 Sep 2017 03:33:08 +0000 (23:33 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Fix RT KVM scenario
Also change first-boot.yaml to handle updated kernel for rt kvm
Change-Id: I66b7159731dd286c4a97ba4f3583e229afbb73b3
Signed-off-by: Feng Pan <fpan@redhat.com>
Ross Brattain [Thu, 28 Sep 2017 17:13:34 +0000 (17:13 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Addition of Prox NSB BNG and BNG-QoS test"
- Addition of Prox NSB BNG and BNG-QoS test
JIRA: YARDSTICK-802
Added Prox BNG and BNG-QoS Test
- The tests supports BM, Openstack Heat
- Supports 4 ports
- Test added for BNG traffic profile
- Fixed the Prox heat test cases with
proper upstream and downstream links
- Grafana Dashboard for BNG & BNG-QoS added
- Increased the test Duration to 300
TODO:
- Test does not Terminate correctly
Update:
Added new helper class for run_test: Genric, MPLS
and BNG tests.
Change-Id: Ib40811bedb45a3c3030643943f32679a4044e076
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
Manuel Buil [Wed, 27 Sep 2017 10:36:21 +0000 (12:36 +0200)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Modify the list of working topologies
After testing, there are three topologies which work and three topologies which
do not work because of bugs in OVS and ODL. We remove those two from the
testing in 5.0.0
Change-Id: I576768978bfa763725027239081686c95408eef4
Signed-off-by: Manuel Buil <mbuil@suse.com>
Manuel Buil [Tue, 26 Sep 2017 09:29:08 +0000 (11:29 +0200)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Disable test 2 for 5.0.0 (Euphrates 1.0)
Test 2 is continuously failing because of tacker missing functionality
Change-Id: I785e79d78df4bfb9f48e20288e261efff741bcd4
Signed-off-by: Manuel Buil <mbuil@suse.com>
Mark Beierl [Thu, 28 Sep 2017 15:37:01 +0000 (15:37 +0000)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Merge "Fix Test Results"
- Fix Test Results
Updates the key/values that are sent to testresults db.
Fixes the PASS/FAIL to ignore _warm_up job.
Change-Id: I8af292cd764637cd12cbdb5a2a3e114fbeda5665
Signed-off-by: mbeierl <mark.beierl@dell.com>
JIRA: STORPERF-216
Manuel Buil [Thu, 28 Sep 2017 10:22:16 +0000 (12:22 +0200)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Fixing typo in test-vnfd
Change-Id: I64caba2eea3ff93d082c08915f82be7ef701a3f1
Signed-off-by: Manuel Buil <mbuil@suse.com>
Manuel Buil [Thu, 28 Sep 2017 09:15:12 +0000 (11:15 +0200)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Bug fix: Actively disable security on SF port
JIRA: SFC-114
Some cases show that it was not enough with the patch:
https://gerrit.opnfv.org/gerrit/#/c/42801/
We should explicitely disable security in the SF ports. That can be done
with a the antispoofing parameter in the vnfd
Change-Id: Ie20ab961633866f48a4abcc299a62e8c55280088
Signed-off-by: Manuel Buil <mbuil@suse.com>
Jose Lausuch [Thu, 28 Sep 2017 14:48:58 +0000 (14:48 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[Functest] Add DOCKER_TAG in Alpine images"
- [Functest] Add DOCKER_TAG in Alpine images
Change-Id: I8a8d46798ea73364cf0f2b66464d3628d6d572d3
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
tomsou [Thu, 28 Sep 2017 11:32:57 +0000 (14:32 +0300)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Fix logging
Change-Id: Ida4393322953db792a5fe469b42f3106e4b1ca5e
Signed-off-by: tomsou <soth@intracom-telecom.com>
Jun Li [Thu, 28 Sep 2017 14:42:32 +0000 (14:42 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Change scenario name"
- Change scenario name
change the scenario name nosdn-dpdk to nosdn-ovs_dpdk
Change-Id: I28ac023b19a07c6d8e9ba9d202d73773442576c5
Signed-off-by: wutianwei <wutianwei1@huawei.com>