summaryrefslogtreecommitdiffstats
path: root/docs/submodules
AgeCommit message (Collapse)AuthorFilesLines
2017-05-25Update git submodulesnarindergupta1-0/+0
* 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>
2017-05-24Second attempt to remove dovetail submodule from danube branchagardner1-0/+0
Change-Id: I1bd76a334c4487ca876aba146e08f7d6ddfb7d31 Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-05-23Update git submoduleszhihui wu1-0/+0
* 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>
2017-05-20Update git submodulesYifei Xue1-0/+0
* 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>
2017-05-19Update git submodulesliyin1-0/+0
* 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)
2017-05-18Update git submodulesNarinder Gupta1-0/+0
* 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)
2017-05-18Update git submodulesQiLiang1-0/+0
* 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>
2017-05-17Update git submodulesFeng Pan1-0/+0
* 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>
2017-05-16Update git submodulesJose Lausuch1-0/+0
* 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)
2017-05-16Update git submodulesCédric Ollivier1-0/+0
* 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)
2017-05-16Update git submodulesMatthewLi1-0/+0
* 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)
2017-05-16Update git submodulesMatthewLi1-0/+0
* 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)
2017-05-16Update git submodulesMatthewLi1-0/+0
* 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)
2017-05-16Update git submodulesMatthewLi1-0/+0
* 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)
2017-05-16Update git submodulesMatthewLi1-0/+0
* 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)
2017-05-16Update git submodulesCédric Ollivier1-0/+0
* 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)
2017-05-16Update git submodulesCédric Ollivier1-0/+0
* 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)
2017-05-15Update git submodulestomsou1-0/+0
* 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)
2017-05-13Update git submodulestomsou1-0/+0
* 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)
2017-05-13Update git submodulesNarinder Gupta1-0/+0
* 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>
2017-05-12Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'stable/danube' - fix kubernetes bundle. Change-Id: Id7d2b9fc6013c548f31024d41eb2c3f4e5ad1d31 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-12Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'stable/danube' - correct kube-control relationship Change-Id: I8acd555fb138b3a00f9014bbcacf226d003c0056 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-10Update git submodulesYifei Xue1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/danube' - Change the default packages url from compass http server to opnfv artifacts JIRA: COMPASS-544 Currently compass4nfv uses compass http server to store those packages used in building ISO. This is not propriate in OPNFV community. So we push all the packages into opnfv artifacts repo and change the package url used in compass to opnfv artifacts repo url. Change-Id: I9661f2d893767e18c037ba9de5f54933f48ce466 Signed-off-by: Yifei Xue <xueyifei@huawei.com> (cherry picked from commit 5cee19684b16e80b131cc3b5441781a3c6a7f971)
2017-05-09Update git submodulesAlexandru Nemes1-0/+0
* Update docs/submodules/armband from branch 'stable/danube' - Fuel-OSTF: Arch dependent Cirros ssh password For arm64 "gocubsgo" will be used For x86 it will use "cubswin:)" JIRA: ARMBAND-250 Change-Id: Id580168cee1dd7c52876f2781b7cbbf733169ef3 Signed-off-by: Alexandru Nemes <alexandru.nemes@enea.com> (cherry picked from commit ff1b400a69aad4cce484690b22dfc408615217f3)
2017-05-08Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'stable/danube' - Moves RDO images URI to working server CBS has been broken and the overcloud and undercloud artifacts are not getting updated there. The new URI is a workaround because it is a single file server acting as a backup until the CBS repo is fixed. JIRA: APEX-458 Change-Id: I743747015d69b17d75aa7b231bc07c935788ea20 Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit ef3dc1ce0323fa0881e416cd4b9028fb4250b719)
2017-05-08Update git submodulesbobzhou1-0/+0
* Update docs/submodules/apex from branch 'stable/danube' - add onos deployment steps opnfv-tht-pr: 128 opnfv-puppet-tripleo-pr: 23 Change-Id: Ib99f7e3968ed03bd86ca0de9c6c37c9871921486 Signed-off-by: bobzhou <bob.zh@huawei.com> (cherry picked from commit 266e9a5336defeff5f10331ab8316d69e7b20cc1)
2017-05-06Update git submodulesJingLu51-0/+0
* Update docs/submodules/yardstick from branch 'stable/danube' - Bugfix: Support HA test cases in TripleO Change-Id: Ib1f6f45677e66ca88fb546ea0662f52588e9d336 Signed-off-by: JingLu5 <lvjing5@huawei.com> (cherry picked from commit 67da8f2ddb5cbf14bbf0df48b10240ba6ebadbe9)
2017-05-05Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'stable/danube' - Fixes relative path for 'ip' command Change-Id: I63606f7cc200ddbe35c6df2cbb56fa442c2bfb9b Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit e0eda9d2ce02eb0afddd66f328f8794b073a7958)
2017-05-05Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/functest from branch 'stable/danube' - Add Danube 2.0 reporting status Change-Id: Icc09b824a4e7906dfab031b679ba3d0aa86ab0cd Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit 94807a8c352cf49df156f7f50f2a21df7ba34115)
2017-05-05Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'stable/danube' - Merge "Select the fastest mirror of repos" into stable/danube - Select the fastest mirror of repos https://bugs.launchpad.net/fuel/+bug/1669751 has been resolved. JIRA: FUEL-261 Change-Id: I009cf6cba8aaa7ff2ae625c5067aa4d1570e4793 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit b6ba4fbf280da3a9c03ddfc58e47b52a9c266310)
2017-05-05Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'stable/danube' - Merge "Release notes for Danube 2.0" into stable/danube - Release notes for Danube 2.0 Change-Id: Ibe121dad771f0df36ffa15ec13d637b835cf09a8 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-05-05Update git submodulesdanube.2.0Frank Brockners1-0/+0
* Update docs/submodules/fds from branch 'stable/danube' - Minor fixes to scenario documentation Refer to FDS release notes (instead of APEX release notes). Change-Id: I2208dffef4d14f54221455fa3b3f6d53905bfe00 Signed-off-by: Frank Brockners <fbrockne@cisco.com>
2017-05-05Update git submodulesJustin chi1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/danube' - Merge "Fix memcached doesn't start issue" into stable/danube - Fix memcached doesn't start issue JIRA: - Sometimes memcached does not start after installation finished, which will cause issues like openstack dashboard open instance console failure. This patch add memcached restart notify during package installation and add memcached to cron service-status-check task's config file: /opt/service Change-Id: I625899348fb447875fcca7beedb619b5490ce567 Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit 5dfa77861d3d5d561dfa19edcc71363a2b91e96b)
2017-05-05Update git submoduleswutianwei1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/danube' - change the package url We moved the master package repository from <http://205.177.226.237:9999> to <http://205.177.226.237:9999/master>. When we build the master ISO, we need download the package from new URL. Add md5 checksum after downloading package. Change-Id: Ia6d8a217569e6e8dc676b1290e583348a7b9c347 Signed-off-by: wutianwei <wutianwei1@huawei.com> (cherry picked from commit 8bc2146293461a619b5c5516a09d2915effbc19f)
2017-05-04Update git submodulesmbeierl1-0/+0
* Update docs/submodules/storperf from branch 'stable/danube' - Adding Release Notes Change-Id: I904e995fa8fb8088053a556ddaf0d243a378098f JIRA: STORPERF-111 Signed-off-by: mbeierl <mark.beierl@dell.com> (cherry picked from commit a214a59f9ca7e9b7503a4042b496417e76d8510c)
2017-05-04Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'stable/danube' - Updates docs for D2.0 Change-Id: I9bdd3d6437b3a8b8c356beea4de1214de6f649b0 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-04Update git submodulesFeng Pan1-0/+0
* Update docs/submodules/apex from branch 'stable/danube' - Add support for interface role mapping for odl_l3-fdio scenarios JIRA: APEX-445 opnfv-puppet-tripleo-pr: 24 Change-Id: Idbb855badae2f2b91202961c12931ba54be1beaa Signed-off-by: Feng Pan <fpan@redhat.com>
2017-05-04Update git submodulesFeng Pan1-0/+0
* Update docs/submodules/apex from branch 'stable/danube' - Enable OpenDaylight clustering mode for FDIO scenarios JIRA: APEX-450 Change-Id: I6d570c19ff5286b1307e38eee439116839b1d612 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-05-04Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'stable/danube' - docs: Refresh reference for Danube 2.0 Change-Id: If786099581cf8bf685cc2076c21d4c3041610bf7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 09c1ca15f2b01393d808453c9c2aeef1ec5895f5)
2017-05-04Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'stable/danube' - docs: Update reference for Danube 2.0 Change-Id: Id958da0d8b951b240812bdf794ecf0be79091af6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 3f534bd6415c6daee6af707f9d134d3fe738c77c)
2017-05-04Update git submodulesNikolas Hermanns1-0/+0
* Update docs/submodules/sdnvpn from branch 'stable/danube' - add lable for both scenarios Change-Id: I9b4cd79a40a6c0c0b057f5eb3cb2a4197f3264e7 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com> (cherry picked from commit 352fe7c1a6206478f53b053e9f06ae57d6635c16)
2017-05-04Update git submodulesNikolas Hermanns1-0/+0
* Update docs/submodules/sdnvpn from branch 'stable/danube' - removing multiple labels Change-Id: I28fe4db7598c20ca7be90bc7cd57bf0d9770847b Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com> (cherry picked from commit 036dc38f8ffc4353c15d6b42658a2236b41702f7)
2017-05-04Update git submodulesNikolas Hermanns1-0/+0
* Update docs/submodules/sdnvpn from branch 'stable/danube' - Removing peering testcase for Apex Change-Id: Ifad3f84fcb0c5dfa07aca43d74a027e3522abb87 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com> (cherry picked from commit c0080201984842b64b91ea3cb0fc96ca03fe303c)
2017-05-04Fix git submodule for openretrieverGuo Ruijing2-0/+0
Change-Id: Iedc1bc40a57838225923c71a9097c814a2f9bbf9 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> (cherry picked from commit c19df6b5624d06d1e3d2d3994412bcfae3c687ce)
2017-05-04Adding the submdules directory for openretrieverMatthewLi1-0/+0
see verify failure in https://gerrit.opnfv.org/gerrit/#/c/33199/ this patch aims to fix the rtd failure Change-Id: I7beed908835ff9ef2b9a07335757cccf0dc9b58b Signed-off-by: MatthewLi <matthew.lijun@huawei.com> (cherry picked from commit b11e635f9ec57fc6f3e4451b790a4c7d8b1bd3b8)
2017-05-04Update git submodulestjuyinkanglin1-0/+0
* Update docs/submodules/yardstick from branch 'stable/danube' - Bugfix: Local Openstack Operation in HA test frameworks JIRA: YARDSTICK-635 Change-Id: Ic27517714db9325e7a3b1ef623c49af61c36b2b5 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn> (cherry picked from commit 2fb95fbb9380ea7ce92dcb32cd2f0789b9f91bdc)
2017-05-04Update git submodulesJing Lu1-0/+0
* Update docs/submodules/yardstick from branch 'stable/danube' - Merge "standardize ssh auth" into stable/danube - standardize ssh auth we need to be following defautl paramiko rules, first use pkey, then key_filenames (autodetecting ~/.ssh/ keys), then password We have too much boilerplate redudant code everywhere, we need to standardize on a factory function that takes a node dict. Using Python3 ChainMap we can layer overrides and defaults. VNF descriptors have to default key_filename, password to Python None. The only way to do this is to omit key values if the variable is not defined, this way the dict will not have the value and it will default to Python None Add python2 chainmap backport Updated unittest mocking to use ssh.SSH.from_node Change-Id: I80b0cb606e593b33e317c9e5e8ed0b74da591514 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com> (cherry picked from commit 99abbb424007da2e01762f3c040a39c0157cbe1f)
2017-05-04Update git submodulesJingLu51-0/+0
* Update docs/submodules/yardstick from branch 'stable/danube' - Update release note for Danube.2.0 Change-Id: I573c156e86ce92eb82179a81d8106752e6421183 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2017-05-04Update git submodulesJing Zhang1-0/+0
* Update docs/submodules/yardstick from branch 'stable/danube' - Store packetsize in influxdb This allows calculating throughput in Gbps. Add: test_pktgen.py Change-Id: I7e2132ec71985c14570ef18b952b2264ebf7abbc JIRA: YARKSTICK-611 Signed-off-by: Jing Zhang <jing.c.zhang@nokia.com> (cherry picked from commit 639450d91ab409f70b6f119291197da40b1d5f0b)
2017-05-04Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/danube' - cyclictest: use raw strings to escape \[8 Change-Id: I36d93eacab2470f90af5653104ad5c07853411bf Signed-off-by: Ross Brattain <ross.b.brattain@intel.com> (cherry picked from commit 4a16c5c592f48953d0b6678376f540b54135d51c)