summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-09Update git submodulesJustin chi1-0/+0
* Update docs/submodules/compass4nfv from branch 'master' - Merge "Create endpoint in different region" - Create endpoint in different region JIRA: - Edit keystone_endpoint module to support different region. Before this patch, endpoint will be update when you use regiontwo or some other region. Change-Id: Ib37b87892cfa485b468f7500fdabe05ad3b6be4b Signed-off-by: liyuenan <liyuenan@huawei.com>
2017-08-09Update git submodulesJun Li1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "remove useless workspace from yardstick" - remove useless workspace from yardstick There is a img file in this workspace, which consumes lots of disk space when CI collects artifacts Change-Id: Idef0624832cf2b12de2a63fc85bb65f4986ce0ca Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2017-08-09Update git submodulesJiang, Yunhong1-0/+0
* Update docs/submodules/kvmfornfv from branch 'master' - Merge "Add Livemigration testcase for KVMFORNFV" - Add Livemigration testcase for KVMFORNFV This patch includes the scripts which will create OVS dpdkvhost user ports and test live migration using qemu with ovs dpdk and provide the information of VM downtime,setuptime and totaltime once migration is completed. Signed-off-by:RajithaY<rajithax.yerrumsetty@intel.com> Change-Id: I17abf627102d88dffdb99972e5616a0ea5cb62b7
2017-08-09Update git submodulesDeepak S1-0/+0
* Update docs/submodules/yardstick from branch 'master' - NSB update Refactored main NSB VNF classes accroding to class diagram https://wiki.opnfv.org/display/yardstick/NSB+class+diagram All the SampleVNFs have been separated and placed under the SampleVNF class. Added AutoConnectSSH to automatically create SSH conneciton on demand. Added VnfdHelper class to wrap the VNFD dictionary in prepartion for class-based modeling. Extracted DpdkVnfSetupEnvHelper for DPDK based VNF setup. Extracted Stats and other client config to ResourceHelper Had to replace dict_key_flatten with deepgetitem due to Python 2.7 Jinja2 infinite recursion. Change-Id: Ia8840e9c44cdbdf39aab6b02e6d2176b31937dc9 Signed-off-by: Deepak S <deepak.s@linux.intel.com> Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com> Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2017-08-09Update git submodulesRyota Mibu1-0/+0
* Update docs/submodules/doctor from branch 'master' - Merge "refactor apex installer" - refactor apex installer JIRA: DOCTOR-100 Change-Id: I684071d35aac99ad1f5b65ae74e0a98ac726af35 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-08-09Update git submodulesZhijiang Hu1-0/+0
* Update docs/submodules/daisy from branch 'master' - Merge "Use PDF(POD descriptor file) and correct the mapping of nodes and roles" - Use PDF(POD descriptor file) and correct the mapping of nodes and roles JIRA: DAISY-42 JIRA: DAISY-56 In bare metal deployment, we can use PDF to get MAC addresses of nodes https://gerrit.opnfv.org/gerrit/#/c/38387/. Then we can use the MACs to help to distinguish the discovered nodes and assign roles to them, like virtual deployment in the link https://gerrit.opnfv.org/gerrit/#/c/38381/. Change-Id: Ib0f1a60b8935f528a828f716ccc916b767cfa6f9 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-08-09Update git submodulesgrakiss1-0/+0
* Update docs/submodules/dovetail from branch 'master' - create a tar file for logs JIRA: DOVETAIL-479 User may want to upload all logs along with the results, so others may check the running logs to make sure what' s going on during the test. Change-Id: Ia5862f99c129b8207aa91a391567ffdd5ee0829a Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2017-08-09Update git submoduleszhihui wu1-0/+0
* Update docs/submodules/qtip from branch 'master' - install setuptools's latest version in container See https://build.opnfv.org/ci/view/qtip/job/qtip-docker-build-push-master/398/console Change-Id: I4e975e77e3361cfb468cba0c10cecc21c14c2517 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-08-09Update git submodulesYang Yu1-0/+0
* Update docs/submodules/bottlenecks from branch 'master' - change Dockerfile to adapt Branches Reverse dockerfile Change-Id: I827209833ae4e34e20afba522557c83f4acaaf45 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-08-09Update git submodulesAlex Yang1-0/+0
* Update docs/submodules/daisy from branch 'master' - Fix bug in baremetal deploy with python script Change-Id: I782c4d732ee8774526b21abd3e8636e65916ce3b Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-08-09Update git submodulesahothan1-0/+0
* Update docs/submodules/nfvbench from branch 'master' - Update doc with ndr/pdr section, update config comment Change-Id: I2e0a771b21371f45fd592ff41dc8f66c0aaeb7e0 Signed-off-by: ahothan <ahothan@cisco.com>
2017-08-08Update git submodulesNavya1-0/+0
* Update docs/submodules/apex from branch 'master' - [KVMFORNFV]kvm+ovs+dpdk scenario for E-release This patch consists of implementation of the KVMFORNFV os-nosdn-kvm_ovs_dpdk-ha and os-nosdn-kvm_ovs_dpdk-ha scenarios. Format of comment to trigger gate should be as follows: start-gate-scenario: os-nosdn-kvm_ovs_dpdk-noha Change-Id: Ia320ed8ac44f6b62c3875efe5e44a1df7a0fc777 Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
2017-08-08Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/sfc from branch 'master' - Install run_sfc_tests.py in $PATH It eases how Functest runs it (see testcases.yaml [1]). The former run_tests.py is renamed to avoid duplicated binaries (see [2] and [3]). [1] https://git.opnfv.org/functest/tree/functest/ci/testcases.yaml [2] https://git.opnfv.org/sdnvpn/tree/sdnvpn/test/functest/run_tests.py [3] https://git.opnfv.org/promise/tree/promise/test/functest/run_tests.py Change-Id: I75aaf950f7b072c142fa9894cef7ef7f057adac3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-08-08Update git submodulesnarindergupta1-0/+0
* Update docs/submodules/joid from branch 'master' - modfified to support Power architecture. Change-Id: I7e35cb9743322c1cf48b79a1a89fb3a8accdc8ae Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-08-08Update git submodulesFeng Pan1-0/+0
* Update docs/submodules/releng from branch 'master' - APEX: Add nosdn-ovs_dpdk scenarios to daily Change-Id: I0670eb1e0c698e2a57698ba0f11879a17a34c2ff Signed-off-by: Feng Pan <fpan@redhat.com>
2017-08-08Update git submodulesFeng Pan1-0/+0
* Update docs/submodules/apex from branch 'master' - Merge "build: added intel_cmt_cat rpm" - build: added intel_cmt_cat rpm Added intel_cmt_cat rpm install. Updated rpm version Change-Id: I288a09b8fc3a35496b340ee93197693914696d2d Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
2017-08-08Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'master' - Merge "Improve and highlight logging to console" - Improve and highlight logging to console xtrace produces a lot of output that can be hard to read. This commit adds a function to print important information messages in bold yellow, so that they stand out in the log and make it easier for the user to understand what is currently happening. Change-Id: I78d3dbd909beca30b36723b879b13436932629f9 Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
2017-08-08Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "APEX: add ipv6 to daily job" - APEX: add ipv6 to daily job Change-Id: I9d080558ac6943f53d657cbec6c25dd2e6c10ac5 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-08-08Update git submodulesFeng Pan1-0/+0
* Update docs/submodules/apex from branch 'master' - Add support for nosdn-ovs-dpdk scenario Change-Id: I31fca214b7d16cecc261137567fa7ecf63abfe04 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-08-08Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Allow ZTE POD2 to Publish Testing Logs" - Allow ZTE POD2 to Publish Testing Logs Change-Id: I17e6c6d316a49199f3e4797d87113392cce69568 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-08-08Update git submodulesSteven Pisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Merge "Refactored neutron_utils#get_router_by_name() to get_router()" - Refactored neutron_utils#get_router_by_name() to get_router() Added a router_settings (RouterSettings) object parameter in addition to router_name for more robust query options. JIRA: SNAPS-163 Change-Id: I47672f531171d6ee0c90dabb6641640bf97c1d20 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-08-08Update git submodulesDelia Popescu1-0/+0
* Update docs/submodules/snaps from branch 'master' - Configure requirements for AAVMF(UEFI) with Cirros image on AArch64 Cirros image on AArch64 with AAVMF(UEFI) requires at least 256MB RAM. The default 128MB was changed to 256MB. Change-Id: I7414de519dcb53337f83690d1470ea672cec739b Signed-off-by: Delia Popescu <delia.popescu@enea.com> JIRA: ARMBAND-279
2017-08-08Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'master' - Switch distrib revision to testing In order to avoid bleeding edge issues with nightly version of salt formulas, switch to "safe" testing repo source. Change-Id: I9d12f337c3952711cb8843943c23315795064016 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-08-08Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "merge swagger_base_url with ui_url" - merge swagger_base_url with ui_url TestAPI used to have only one webpage, which is swagger_ui, now a new one webportal is added, and the base url is the same (http://testresults.opnfv.org/test)for them both. This patch aim to unify the urls. Change-Id: I15295975fb05f7e8c8d413e12b2b5c0784f0799a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-08-08Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'master' - adding openbaton requirement for relationship. and modify the check status logic. Change-Id: I0242005c0de8bb2d57f2db75c22c63307c4cbc91 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-08-08Update git submoduleswenjuan dong1-0/+0
* Update docs/submodules/doctor from branch 'master' - Merge "fix the bug: congress server can't be started" - fix the bug: congress server can't be started After we modify the congress.conf file, congress server can't be started. Change-Id: Icc3bd044a5fb7622620c42d6d25802739de875d0 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-08-08Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "export detailed logs for each project" - export detailed logs for each project 1. mapping .reports mapped into docker 2. export ./reports/* JIRA: RELENG-279 Change-Id: I4eef3b75589a9d8f36801931d1fd31b7e247c07a Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-08-08Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Fix anteater job failed because of quatation marks" - Fix anteater job failed because of quatation marks When quatation marks exist in 'gerrit review' comment, it will failed: just like: https://build.opnfv.org/ci/job/opnfv-security-audit-verify-master/877/console JIRA: RELENG-280 Change-Id: I3536873cb4b31290bae56fd127a00f3b27ba0b9f Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-08-08Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'master' - Merge "Check that nodes have not failed commissioning or testing" - Check that nodes have not failed commissioning or testing Both states 'Failed commissioning' and 'Failed testing' are reasons to stop the deployment process because their interface cannot be updated in the next step. Change-Id: I8e9f2b9de24c67c4e08f36b04b80e0c4a02c7604 Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
2017-08-08Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "update/improve orchestra_ims" - update/improve orchestra_ims -enable orchestra_ims testcase -update orchestra_ims according to restructed vnf base class -SNAPS integration -improve code based on pylint suggestions -add unit tests (to be completed) Change-Id: Id12f645c76096376b8a867bf36d7bbb69bac58e7 Signed-off-by: Michael Pauls <michael.pauls@fokus.fraunhofer.de>
2017-08-08Update git submodulesMaryam Tahhan1-0/+0
* Update docs/submodules/barometer from branch 'master' - info: update project committers vote: https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2017-August/017418.html TSC update: https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2017-August/017414.html Change-Id: Iac46d07f9af292d654399f0644e7d79d460a200a Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-08-08Update git submodulesManjunath Ranganathaiah1-0/+0
* Update docs/submodules/compass4nfv from branch 'master' - yardstick installation for compass4nfv JIRA: COMPASS-552 This patch adds changes to install yardstick on jump host. Change-Id: Id389d253f948a19cb682d54bd95bfbc3139ceb39 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2017-08-08Update git submodulesgrakiss1-0/+0
* Update docs/submodules/dovetail from branch 'master' - fix base_url for public url Change-Id: I171e9b0bce1891594bf7ef577809e73f05556810 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2017-08-08Update git submodulesYujun Zhang1-0/+0
* Update docs/submodules/qtip from branch 'master' - Fix bug in running storperf.sh when WORKSPACE is defined When working directory changes, the script and default configuration will not be found. Change-Id: Iab6e4f9b014c12a863498de42553b043357aa876 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-08-07Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - p/fuel: Fix eth name for enp2s0 (was enp2s2) Previous rebase introduced a regression in VM eth naming on AArch64. enp2s2 should have been enp2s0, so fix that up. Change-Id: If831dffce472750516dfa6b69cdc3a7952a3427d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-08-07Update git submodulesAakashKT1-0/+0
* Update docs/submodules/joid from branch 'master' - Update in OVN charm revision Change-Id: I8690dfb0fed0d40b75772e328b594a401d98f5c9 Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
2017-08-07Update git submodulesspisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Refactored neutron_utils#get_security_group() Added a sec_grp_settings (SecurityGroupSettings) object parameter in addition to sec_grp_name for more robust query options. JIRA: SNAPS-164 Change-Id: I8bb21ff9e5e6b1f532773ca01d37964f8b47b530 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-08-07Update git submodulesAnand B Jyoti1-0/+0
* Update docs/submodules/samplevnf from branch 'master' - vFW: Updating config and script files of vFW JIRA: SAMPLEVNF-68 Updating the vFW Config and scripts with following: 1. Remove arp/nd route tbl from cfg files 2. Adding routeadd command to script file as route_tbl is removed from cfg files 3. Remove ports_mac_list as the l2l3 stack will initialize 4. Merge IPv4 and IPv6 cfg/tc files to reduce the number files 5. Remove 1 WT cfg files to reduce too many cfg files. Change-Id: If16ee740cd464f2cf55b8d11f590471aba9c7f30 Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
2017-08-07Update git submodulesSteven Pisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Merge "Refactored neutron_utils#get_subnet_by_name() to get_subnet()" - Refactored neutron_utils#get_subnet_by_name() to get_subnet() Renamed utility function and added a subnet_settings parameter to hold a SubnetSettings object to help make the query more robust by being able to leverage values on the settings object. JIRA: SNAPS-165 Change-Id: I226a1217dc4ba7bb50f7d985ecfaf3b7bc4f610b Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-08-07Update git submodulesSteven Pisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Merge "Refactor server retrieval API calls." - Refactor server retrieval API calls. Refactored nova_utils#get_servers_by_name() to get_server() and include a VmInstSettings object in addition to the server_name parameter as well as only returning one VmInst object. JIRA: SNAPS-168 Change-Id: I30c22a36b07ce143ee8c1c76a77fd75f0062e4aa Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-08-07Update git submodulesSteven Pisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Merge "Refactored port retrieval to include PortSettigs." - Refactored port retrieval to include PortSettigs. Refactored neutron_utils#get_port_by_name to get_port while adding in a port_settings object for more robust query options. JIRA: SNAPS-162 Change-Id: I01222ad344224db94615859448ad05d8d5bc0c30 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-08-07Update git submodulesdongwenjuan1-0/+0
* Update docs/submodules/doctor from branch 'master' - install python packages Change-Id: Id68c9b1206deb58ff94fc942fbef94bffbc1e68b Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-08-07Update git submodulesSteven Pisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Merge "Delete 'default' security group associated to new projects." - Delete 'default' security group associated to new projects. OpenStack can create a security group named 'default' each time a new project/tenant has been created but is not cleaned up when the project has been deleted. This patch adds this functionality into OpenStackProject#clean() method. Also added similar routine to KeystoneUtilsTests#tearDown() method. JIRA: SNAPS-169 Change-Id: I29492ae2ddd82e7d59d09b9c4eb759be4835532a Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-08-07Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/snaps from branch 'master' - Add domain name when creating projects and users Change-Id: Id06e20e3c87072531930130db66763f554b4649c Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-08-07Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'master' - Merge "Check that nodes have not failed commissioning" - Check that nodes have not failed commissioning If any of the nodes have failed during the commissioning phase, it makes no sense to proceed with the deployment (it will fail when trying to update the interfaces of the nodes). Change-Id: Idc9f202820555d08aa2b07d8296b79b7fea0337a Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
2017-08-07Update git submodulesAakashKT1-0/+0
* Update docs/submodules/joid from branch 'master' - Scaling of worker nodes working, update OVN bundle revision to reflect same Change-Id: I090dab958047030a69350fa27f2ebac9e45bb682 Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
2017-08-07Update git submodulesJun Li1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Use dovetail cvp.0.4.0 image" - Use dovetail cvp.0.4.0 image JIRA: DOVETAIL-476 Change-Id: I0850ba96829e3a7233e80b4816424babd20175e0 Signed-off-by: xudan <xudan16@huawei.com>
2017-08-07Update git submodulesZhijiang Hu1-0/+0
* Update docs/submodules/daisy from branch 'master' - Merge "Rename jasmine to daisy4nfv-jasmine" - Rename jasmine to daisy4nfv-jasmine Rename to prevent naming confilct Change-Id: I4f2f9cbb0ccf119901c3f450b3220cd4436de4ec Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-08-06Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - p/fuel: Rebase after non-root deploys got upstream While at it, refresh "AArch64 virtio NIC names sync" to include changes for ODL-L3 scenario recently added in Fuel@OPNFV. Change-Id: Ic221b330d9968204b7d4da16a26454b2cf8b88eb Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-08-06Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "ci/deploy.sh: Allow non-root deploys" - ci/deploy.sh: Allow non-root deploys Currently, deploying Fuel@OPNFV requires the `ci/deploy.sh` to be ran as root user, for: - hypervisor access (virsh); - installing prerequisite packages; We can support non-root deploys if we relax above restriction into: - current user should have hypervisor access beforehand (new check added); - current user has passwordless sudo rights, for installing packages; Later, we should move the package installation out of the deploy script (`ci/deploy.sh`), making the whole deploy possible without sudo, only hypervisor access. After this change, the old way (sudo ci/deploy.sh) should work just like it used to before, so no regression/behavior change should be introduced with this. Change-Id: Ib2ea96aa7b6d67ba0606318407a8adeb51e6969d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>