Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/armband from branch 'stable/danube'
- nailgun-agent: AArch64: Allow platform bus storage
While at it, transform all Armband patche for fuel-nailgun-agent
into Debian patches.
Change-Id: I3147ea151244158d2a4bef875008ef2fa0e49377
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Updates vpp and honeycomb version
The patches in vpp address acl configuration
issues. A matching honeycomb is needed for
opendaylight scenarios.
Change-Id: Ib32dd976170d22fc4dcf4f651433b646461000b6
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
|
|
* Update docs/submodules/bottlenecks from branch 'stable/danube'
- Add test name check function and cleanup
JIRA: BOTTLENECK-158
Add test case/story name check and cleanup environment option.
Change-Id: I07609c089ca78b0d2760c09c0312d7d1106c815a
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
(cherry picked from commit 95748aca5de2e906b0f555e7dbf3829e397d6415)
|
|
* Update docs/submodules/compass4nfv from branch 'stable/danube'
- onos sfc for danbue
JIRA: COMPASS-483
Install ovs-common and ovs-dkms.
Upgrade the ONOS SFC driver and update the sfc related comfigurations.
Change-Id: I47c7fe5cd2cb83517da18c36820dba05522c3835
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
|
|
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "fix bug: multi monitor" into stable/danube
- fix bug: multi monitor
JIRA: YARDSTICK-657
Change-Id: I77223cc43d529828cf3f763529019590c35b2fcb
Signed-off-by: HuanLi <lihuansse@tongji.edu.cn>
(cherry picked from commit 67b56f734f1d2bb77601c2e75e29fd351f70498e)
|
|
* Update docs/submodules/yardstick from branch 'stable/danube'
- Imporve monitor_process pass criteria
JIRA: YARDSTICK-660
The monitor func()'s criteria in the monitor_process.py now is whether at least
one process of the specific controller node service is recovered. But in reality
is more resonable to use whether processes have been recoverd to it's original
amount. This patch is aiming at improving the isssue
Change-Id: I950ce2a89555801b96092735b0d670e892049927
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit 37921fcd232cd2fbba9f45ef9fa5d8c912f54af6)
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Updating Linux kernel licensing info to GPL v2 with a new link
Change-Id: I463a26299c9b76123b3c6d3374cd2ed391fcdc99
Signed-off-by: Ray Paik <rpaik@linuxfoundation.org>
(cherry picked from commit 6aac03ac5f3985b0f03220451bf71028e63dbe07)
|
|
* Update docs/submodules/storperf from branch 'stable/danube'
- Fixing typo
Change-Id: I40a2367de22afe4db46c7da7d774f0e646cb8a23
Signed-off-by: mbeierl <mark.beierl@dell.com>
(cherry picked from commit 73ae1dae45a61926588ad16866721a0cf03f0ff7)
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Updates ODL source for netvirt+vpp
Change-Id: I7ffb445ba44bfc904240658b0c3a137b44af28e8
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit f88bfbcb62c2a8b3de12a325482146d1118b39f7)
|
|
* Update docs/submodules/storperf from branch 'stable/danube'
- Daily Job Parameter Support
Adds environment variables so that the daily jobs can be parameterized
from Jenkins.
Change-Id: I77518b90595460ca932f1e71f57b2b02ab3dd1f5
JIRA: STORPERF-138
Signed-off-by: mbeierl <mark.beierl@dell.com>
(cherry picked from commit e827181f80d6ffb2e90b1f8dd53061a2d92be7ba)
|
|
* Update docs/submodules/yardstick from branch 'stable/danube'
- fix multi-monitor unitest hang
need to mock SSH.from_node().execute.return_value
because we switch most SSH calls to use from_node()
factory function
Change-Id: Ibea525c2fcc243d41de8ccbcd40bc98532d69006
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit 5271e612d427b29c2da84f8417f4192427ae3977)
|
|
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "increase monitor number in cases." into stable/danube
- increase monitor number in cases.
change cases to multi-monitor mode and improve monitor accuracy.
JIRA: YARDSTICK-397
Change-Id: I6840423dd83899b769df76fbee808f9bf5dc4cfd
Signed-off-by: HuanLi <lihuansse@tongji.edu.cn>
(cherry picked from commit ab7292a8e3060bf6feaa830b156089fa70854664)
|
|
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "Add a new monitor type: MultiMonitor that can run any number of other monitors at the same time." into stable/danube
- Add a new monitor type: MultiMonitor that can run any number of other monitors at the same time.
JIRA: YARDSTICK-397
Change-Id: Ic5cb79f0820029e306373abead1ea43fac9abee2
Signed-off-by: LiHuan <lihuanwk@126.com>
(cherry picked from commit 747a3260fef52fb5f7da337bc149ec202a05be6e)
|
|
* Update docs/submodules/yardstick from branch 'stable/danube'
- Bugfix: change monitor command in tc019
JIRA: YARDSTICK-655
The original openstack command used for monitoring high availability openstack
nova-api service in tc019 is "nova image-list", the "openstack image list" command
used in tc019 now may not correctly show the nova-api service status.
This is patch swtich the monitor command to "openstack server list".
Change-Id: I8810f28b4328ceb4d911a3041a24774ae9cae8f0
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit a5e13df9381c531716b1e41e7a9dedb130fc6e35)
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Update instack_undercloud yum update remove patch
Change-Id: I0b812661c6217328c8b4efac4c69cb99d13418a8
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
* Update docs/submodules/storperf from branch 'stable/danube'
- Merge "Adding domain to authentication" into stable/danube
- Adding domain to authentication
Adds domain if present in environment variables to user and project
Change-Id: I05fca2fbdeef4fa985bfb505f9158ce31da5ab9c
JIRA: STORPERF-127
Signed-off-by: mbeierl <mark.beierl@dell.com>
(cherry picked from commit 99171196e616d0c24568246b4c8d4b1a76f92660)
|
|
* Update docs/submodules/storperf from branch 'stable/danube'
- Adding docker tag
Adds the tag to use when running docker from the DOCKER_TAG environment
variable.
Change-Id: Idde85510df01f8a809049dac62872db0c8a5bf25
JIRA: STORPERF-128
Signed-off-by: mbeierl <mark.beierl@dell.com>
(cherry picked from commit d96edc28f85b78f9323d407191d60e0d9c8749e2)
|
|
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- Fix fail of pinging a floating IP- testcase8
-Raise the upper bound for ping action
JIRA: SDNVPN-154
Change-Id: Ifadf58f551f706a90cc17b0b1f8d05718e4908f9
Signed-off-by: tomsou <soth@intracom-telecom.com>
(cherry picked from commit 4d3ffb74c7c896f9a7784fe2e8f0c934d3dabe95)
|
|
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- Fix failure in router association- testcase8
Due to some latency at the creation of the instance 8-1
somitimes the router association between 'sdnvpn-8-1-router' and net 'sdnvpn-8-2'
fails.
The case could be more robust, increasing the number of ping tries from
its current value (=1)
JIRA: SDNVPN-102
Change-Id: I3b9701c40f1221cfebc540d312b61bb881389762
Signed-off-by: tomsou <soth@intracom-telecom.com>
(cherry picked from commit 5d93773cd66119ac49d9feb171b5fc9108e53fca)
|
|
* Update docs/submodules/armband from branch 'stable/danube'
- Append offloading modes and MTU to interfaces
Select information regarding offloading modes
and MTU and append it to the interface properties key,
for each defined interface.
Revert previous related commit, due to incompatibility
with dea parsing and interpreting methods.
JIRA: https://jira.opnfv.org/browse/ARMBAND-199
JIRA: https://jira.opnfv.org/browse/ARMBAND-251
JIRA: https://jira.opnfv.org/browse/ARMBAND-253
Change-Id: I6227ba6b5fed07b417b13d3b7a4e07f63a7a2383
Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Change openstack-tripleo download location for iso build
Change-Id: I56352ff23d8e09f6579f4b5a1d3218b19e2315b4
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Adds networking-sfc package
Until networking sfc is added by:
https://review.openstack.org/#/c/468703/
We need to include it in our build system.
Change-Id: If0332d6fb9a342d46599ca4ca556b2c1c7f01272
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit a622216b83fd46d3ad1fd763a367cc26323a8864)
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Merge "Fix dependencies errors in iso verify" into stable/danube
- Fix dependencies errors in iso verify
Change-Id: I6f169d6d89a0468c6c9208ba448c4da0a6f776ee
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Merge "Fix tacker not starting correctly" into stable/danube
- Fix tacker not starting correctly
JIRA: APEX-446
Change-Id: I69fecfa8dae111cc53d83e701ce913de80de94ef
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Merge "Update puppet-opendaylight git repo url" into stable/danube
- Update puppet-opendaylight git repo url
puppet-opendaylight moved from github to opendaylight.org, updating
url for git clone.
JIRA: APEX-455
Change-Id: I8e4a919d9c8b3dedb62c12135cc1b2741413bc34
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Updates the real time kvm kernel
Reduce the real time kvm kernel by stripping debug info.
Change-Id: I33335b8a9bd241ee83bc6f30bb2e819403bad491
Signed-off-by: davidjchou <david.j.chou@intel.com>
(cherry picked from commit 557e2db49051721e1b70adc4a561a2c162b0c511)
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Add type_drivers config to networking-vpp agent
JIRA: APEX-459
opnfv-puppet-tripleo-pr: 26
Change-Id: I1b43acb3eb048a017720e33db50876c4e688b2e7
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Build and deployment fixes for danube
- Remove puppet-neutron-add-odl-settings.patch file, this patch is now
included in overcloud images.
- Add retry for pacemaker::stonith resource to avoid resource creation
failure during deployment
opnfv-puppet-tripleo-pr: 27
Change-Id: I8440e7ddc290d04135e8cd82b2136cc245dc980a
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
* Update docs/submodules/joid from branch 'stable/danube'
- clean the vm which is defined as per the labconfig.yaml
Change-Id: If659da0a454f05f3ed7c1e212fd7e61230741343
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
Change-Id: I1bd76a334c4487ca876aba146e08f7d6ddfb7d31
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
* Update docs/submodules/qtip from branch 'stable/danube'
- keep consistent with the ci script of branch master
Change-Id: I5bf19ebc8b5161655029245d498a5fa46e5792e0
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
|
|
* Update docs/submodules/compass4nfv from branch 'stable/danube'
- Remove ovs-dpdk package
JIRA: COMPASS-483
"openvswitch-switch-dpdk" is not useful for current scenarios
and it will be incompatible with SFC scenarios. So we remove
it in this patch for the preparation of SFC online.
Change-Id: If48f63266101f0bc91faaab4ff330eac20e893c8
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
|
|
* Update docs/submodules/bottlenecks from branch 'stable/danube'
- Delete testcase of rubbos and vstf.
JIRA:BOTTLENECK-167
This patch will delete vstf and rubbos testcase code.
Include some testcase config file,
if there will be someone who want to use this testcase
maybe B or C version code will contain those testcase.
if you use the D version code to run this two testcase
we will info you that:
Rubbos testsuite is not updating anymore.
This entrance for running Rubbos within Bottlenecks is no longer supported.
Change-Id: I04e4042ff3998b3696df2ed47a9ffab6f1620ec3
Signed-off-by: liyin <liyin11@huawei.com>
(cherry picked from commit 6a8257127b3dce1f18a650afe6921a34b6c6f5b8)
|
|
* Update docs/submodules/joid from branch 'stable/danube'
- fix the k8 core bundle and deployment failed.
Change-Id: I65cf597bbc4c68bd80d26ed0d8729127a4e30863
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
(cherry picked from commit c7580ac7da94f6db7c16cd869d07da8be136e39e)
|
|
* Update docs/submodules/compass4nfv from branch 'stable/danube'
- Update moon role for moonv4
JIRA: -
To deploy moon(master/slave) scenario configure moon role in DHA file like:
- name: host4
roles:
- moon
To deploy moon master, export MOON_CFG env like below compass deploy:
export MOON_CFG="master:flag=Disable,slave:flag=Enable,slave:name=slave1,slave:master_ip=master_ip"
To deploy moon slave, export MOON_CFG env like below compass deploy:
export MOON_CFG="master:flag=Enable,slave:flag=Disable,slave:name=slave1,slave:master_ip=master_ip"
Change-Id: Ie300a85979af31634ab0660ccee1ee8b094110b5
Signed-off-by: QiLiang <liangqi1@huawei.com>
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Install missing packages on undercloud image
Currently, tripleo images are not synchronized to CentOS CDN, where
we download our images. The bug is tracked at:
https://bugs.centos.org/view.php?id=12994
This causes our undercloud image to be out of date and missing
packages which are required during undercloud install. This causes
puppet to perform yum install of those packages during undercloud
deployment, which will fail in cases where internet is not accessible
during deployment.
While we wait for resolution of CentOS CDN issue, to work around
this issue, we need to add those packages in undercloud image.
Change-Id: Ic5a2cfddda544c2d7b6b5bcb145ade8276fd411b
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
* Update docs/submodules/functest from branch 'stable/danube'
- Merge "Remove the former results in DB url" into stable/danube
- Remove the former results in DB url
It conforms generate_report.py with the previous change [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/33511/
Conflicts:
functest/tests/unit/ci/test_generate_report.py
Change-Id: I677ebd416f462a591439fc7b637c02d7964e6173
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit a212763c3e9f4cf6d52200aa614e42a911c5dbf7)
|
|
* Update docs/submodules/functest from branch 'stable/danube'
- Logger must be a singleton
It avoids creating a python object for every message printed.
Change-Id: Ia42b59db9f7ce4eadc7e91da4d193db646b54d85
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 0acb8eb018afd993c363c05da8a45091abc59fd9)
|
|
* Update docs/submodules/functest from branch 'stable/danube'
- rename tempest.conf to refstack_tempest.conf
since for tempest smoke/full, etc, will also use a file named
tempest.conf this wil cover the refstack tempest.conf,
rename it to refstack_tempest.conf, then easily for users to
debug to check if the configure file is correct or not.
Change-Id: Ic2f93fb05effb1a61276cb6ba755076a0404caad
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
(cherry picked from commit 8bbfda2df0a3a10d069a41c0f074b0de69737767)
|
|
* Update docs/submodules/functest from branch 'stable/danube'
- Stop hardcoding results suffix in push_to_db
Adding results in url is useless as it is defined in results
section in config_functest.yaml.
It allows defining the full name in case of dumping to file (see
decorator.py). The commented local file is the value required by
dovetail.
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I35ba9b34d99e138292f099934e28585ee8b85604
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 7e15dbb5136b1b298d86a82c03199bf1f7a6fe46)
|
|
* Update docs/submodules/functest from branch 'stable/danube'
- refstack client: improvement and fix of TestCase usage
JIRA: FUNCTEST-772
1, RefstackClientParser should not be a subclass of TestCase
2, tempest_conf.py used for generating reference tempest.conf file
not related to functest cmd, use logger is enough
Conflicts:
functest/opnfv_tests/openstack/refstack_client/refstack_client.py
Change-Id: If9c37331a5a7687e5704e546efcdea8175b1529c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
(cherry picked from commit 2f0b1281308cb494d83240eaa5137ca0524718b7)
|
|
* Update docs/submodules/functest from branch 'stable/danube'
- refstack: bugfix of name TestCase
JIRA: FUNCTEST-758
Change-Id: I1b90597c9745faa67afa58e5653f72411a95aa3d
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
(cherry picked from commit d2b8732ef3670586e28c40f5cec4e1ff42e22d37)
|
|
* Update docs/submodules/functest from branch 'stable/danube'
- refstack client: manually running improvement
JIRA: FUNCTEST-758
1.python tempest_conf.py can generate a reference tempest.conf under /hom/opnfv/.../refstack_client
this is based on "rally verify configure-verifier"
surely, user can define his/her own tempest.conf by not using this
2.python refstack_client.py -c <tempest_conf_path> --testlist <testlist_file_path>
if not given, will use default path, if file not exists, will have error
Change-Id: I1ceecbe8fe86fbe0d53b736a0f3b9a9ae01f262f
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
(cherry picked from commit 678d5f956b1af373f61f97187ff3e66fdb315654)
|
|
* Update docs/submodules/functest from branch 'stable/danube'
- Rename testcase_base to testcase
It simply removes the useless suffix.
Change-Id: Ib9a682b57d8f33518359d817a593bb3786577390
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 69e51470d8e9f51e02d5f0bd6e957c4e24c603c6)
|
|
* Update docs/submodules/functest from branch 'stable/danube'
- Switch TestcaseBase to TestCase
It partially reverts "Rename TestCasesBase into TestcaseBase" [1] and
removes the useless suffix too.
[1] https://gerrit.opnfv.org/gerrit/#/c/25391/
Change-Id: Iddf2ec8d6c1dafe6e4c6713c2e69969613317471
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 407d27585f109e3381bb49041abc49a14b7b5bfe)
|
|
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- Fix the zrpcd running check within testcase3
Check specifically the "running" state of the zrpcd service
JIRA: SDNVPN-150
Change-Id: I1b63f25dfab5fd4507cc219fb1c21291064a8bab
Signed-off-by: tomsou <soth@intracom-telecom.com>
(cherry picked from commit dc24635f0e1cb103c333f8b614a4801341b4f877)
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- Do not enable bgpd during deployment
Do not enable bgpd in order to resolve the race condition between
bgpd daemon (enabled within apex deployment) and the bgpd
started by 6wind zrpcd in the frame of testcase 3 of sdnvpn.
JIRA: APEX-448
Change-Id: I3dfd41280e86e8a85b2269518abd8a504391de61
Signed-off-by: tomsou <soth@intracom-telecom.com>
(cherry picked from commit b63857ee231134fe9af6c5667d40a8f4f2b8555d)
|
|
* Update docs/submodules/joid from branch 'stable/danube'
- modified to accomodate new naming convention for data api.
Change-Id: I236ad119218773ac380522c7c90097dc3455ef34
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/joid from branch 'stable/danube'
- fix kubernetes bundle.
Change-Id: Id7d2b9fc6013c548f31024d41eb2c3f4e5ad1d31
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/joid from branch 'stable/danube'
- correct kube-control relationship
Change-Id: I8acd555fb138b3a00f9014bbcacf226d003c0056
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|