summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-11-07Update git submodulesMartin Klozik1-0/+0
* Update docs/submodules/vswitchperf from branch 'master' - vpp: Multiqueue support for VPP VPP class was updated to configure RX queues of VPP interfaces based on VSWITCH_DPDK_MULTI_QUEUES value. Change-Id: I855dbaef86cf935b2639976e8b1757eb1af4e9ac Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Al Morton <acmorton@att.com> Reviewed-by: Christian Trautman <ctrautma@redhat.com> Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com> Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
2017-11-07Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Fix the format of getting upper-constraints" - Fix the format of getting upper-constraints Change-Id: I8a769ec161b1a718ef259ae6b6615aec01e337ec Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-11-07Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/functest from branch 'master' - Move fds to features tier Change-Id: I7aa9d73c7ffbfdad7d5a929968fb640d9a8de62e Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-11-07Update git submodulesThomas Duval1-0/+0
* Update docs/submodules/moon from branch 'master' - Update GUI code to the latest available. Change-Id: Iccb0c4b94215cce1ea0697a16d271fd186c17284
2017-11-07Update git submodulesDeepak S1-0/+0
* Update docs/submodules/samplevnf from branch 'master' - Merge "Rework handle_esp.c (proto, DPDK<17.08, cleanup)" - Rework handle_esp.c (proto, DPDK<17.08, cleanup) - Adjust handle functions to PROX-v035+ prototype, returning 0 when all packets have been handled. - Because cryptodev API was modified in DPDK 17.08, many changes would be necessary to support it. For the moment, just exclude handle_esp.c from PROX build when using DPDK 17.08+, which will be supported later. - Cleanup: - consistent use of PROX_PANIC to cleanly fail on errors - consistent use of OUT_DISCARD to drop unhandled packets - remove "__attribute__((unused))" when parameter is actually used - remove unused defines, fields and variables Change-Id: I10d84fa184a866b4a5f87272875612aace5dd5b1 Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
2017-11-07Update git submodulesDeepak S1-0/+0
* Update docs/submodules/samplevnf from branch 'master' - Merge "lw_AFTR: IP Checksum required on generated packet." - lw_AFTR: IP Checksum required on generated packet. In lwAFTR (ipv6 de-encapsulate) the generated ipv4 packet requires an IP checksum, otherwise this packet is dropped in Openstack. (Openstack is much stricter than baremetal) Some fields in the header need to be initialized. Add flag in Makefile which when enabled will build to include the generate the IP checksum in the build. FLAG = GEN_DECAP_IPV6_TO_IPV4_CKSUM=y Not include in default build. Change-Id: If94e7cff64b03c66362021f05e48fb9265fc8210 Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
2017-11-07Update git submodulesPatrice Buriez1-0/+0
* Update docs/submodules/samplevnf from branch 'master' - Merge changes from PROX-v041 Change-Id: Ie6d4e7ce22c27967117a446626f5923643397812 Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
2017-11-07Update git submodulesAlex Yang1-0/+0
* Update docs/submodules/daisy from branch 'master' - Switch master branch to openstack pike According to the patch in upstream [1]. [1] https://review.openstack.org/#/c/514548/ Change-Id: Ie8edee057aa46ffe0c3f4d96f0c9afb4f1635920 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-11-06Update git submodulesspisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Added method to OpenStackHeatStack to return OpenStackSecurityGroup objects. Continuation of the story SNAPS-153 for adding creator/state machine instances for OpenStack objects deployed via Heat. JIRA: SNAPS-207 Change-Id: Id479b69c2b166ab38724c3886096d8483998f819 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-11-06Update git submodulesAaron Smith1-0/+0
* Update docs/submodules/barometer from branch 'master' - Merge "ubuntu_14.04: Cleanup for Ubuntu 14.04" - ubuntu_14.04: Cleanup for Ubuntu 14.04 Change-Id: I8367a7f151901c8fa6f1da5c442c9372d8b3cd88 Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
2017-11-06Update git submodulesSteven Pisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Merge "Added logging when a heat stack fails." - Added logging when a heat stack fails. Added the stack resource reason to the error logs for each resource who's status is 'CREATE_FAILED'. All resons will be output to debug. JIRA: SNAPS-190 Change-Id: Ieb1cdb2089eb6e1c1a7c96c143b82af1b7a9efb7 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-11-06Update git submodulesRuan HE1-0/+0
* Update docs/submodules/moon from branch 'master' - Merge "Fix the bug on the connection between interface and authz." - Fix the bug on the connection between interface and authz. Change-Id: Iea2f763fb2cfb90250be76d91cb2fe0e9b481716
2017-11-06Update git submodulesThomas Duval1-0/+0
* Update docs/submodules/moon from branch 'master' - Move conf file to comply with the startup script. Change-Id: I04100328879f552fdd8e18802be20180dd6412ec
2017-11-06Update git submodulesSteven Pisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Merge "Added method to OpenStackHeatStack to return OpenStackRouter objects." - Added method to OpenStackHeatStack to return OpenStackRouter objects. Continuation of the story SNAPS-153 for adding creator/state machine instances for OpenStack objects deployed via Heat. JIRA: SNAPS-173 Change-Id: Iac9138ef7827c10db1637447d3a909e714a0301b Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-11-06Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Define thirdparty-requirements.txt for functest-parser" - Define thirdparty-requirements.txt for functest-parser As Parser python packages has been renamed, they can be defined in upper-constraints.txt. No conflict can occur between them and the official OpenStack packages. The Parser testcase still requires a dedicated container to avoid conflicts in namespaces. Change-Id: Ic8d18140f26e72d1e3d04b73d301d3fd870b171a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-11-06Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Allow building containers from a gerrit change" - Allow building containers from a gerrit change It leverages on git command instead of pip git support [1]. Otherwise it forces pip master which raises side effects in rally [2] It is mandatory for implementing Functional testing gating [3] [1] https://pip.pypa.io/en/stable/reference/pip_install/#git [2] https://gerrit.opnfv.org/gerrit/#/c/40909/ [3] https://wiki.opnfv.org/display/functest/Functional+testing+gating Change-Id: Ia18fee3e60fc08da9b96730ce85d5b7c866144aa Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-11-06Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Update Functest to OpenStack stable/pike" - Update Functest to OpenStack stable/pike It updates setup.py, (test-)requirement.txt and upper-constraints.txt according to OpenStack requirements [1]. It disables all Features testcases as they are not synchronized with OpenStack stable/pike yet [2]. The docker functest-parser is simplified as it can be based on functest-core as both Functest and Parser leverage on OpenStack stable/pike. ODL_TAG and REFSTACK_TAG variables are set to master again. [1] http://git.openstack.org/cgit/openstack/requirements/log/?h=stable/pike [2] https://wiki.opnfv.org/display/functest/Requirements+management Change-Id: I23fa84f35244c1f4026abd89414b99576f042ee4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-11-06Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Protect vs exceptions when ext_nets is empty Otherwise several exceptions are raised in TestCase constructors (those defined in heathcheck). Change-Id: I4cb054f7092ea9db02cb8c4469e99848533c556b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-11-06Update git submodulesTaseer Ahmed1-0/+0
* Update docs/submodules/storperf from branch 'master' - Merge "Prevent user from starting a second job while one is already running." - Prevent user from starting a second job while one is already running. JIRA: STORPERF-214 Change-Id: I1fe7c0bc61dfa7899d39cee1d13f99b2435115cd Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-11-06Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Adds ability to deploy from upstream openstack To deploy with upstream openstack branch, use new deploy setting 'os_version'. A default scenario file for nosdn with pike has been included in this patch. If 'os_version' is a version other than the default version for this OPNFV release, then upstream is used. In order to use upstream with the current OS version use '--upstream' argument to the deploy command, to force an upstream deployment. Also include '-e upstream-environment.yaml' to use default upstream deployment settings. Supports nosdn and odl-nofeature deployments. Change-Id: Ic07e308827b449637b4e86cdd086434e4de2fb69 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-11-06Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Fixes missing openstack-nova-compute on undercloud openstack-nova-compute was missing on the undercloud image and it is also missing in the delorean repo from which we froze artifacts for OPNFV release. This is likely due to the age of the repo and to fix it we need to update the delorean repo on undercloud and install the missing package during build time. JIRA: APEX-538 Change-Id: I0f7cd26d5c8e4ad538b3ba3725ab5e7684a50b6a Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-11-06Update git submodulesTaseer Ahmed1-0/+0
* Update docs/submodules/storperf from branch 'master' - Merge "User Interface for homepage" - User Interface for homepage Experimental changes. * Used Bootstrap to create a minimalistic UI Change-Id: I0f2ac253b695510b54ba18ab942958df8a174e85 JIRA: STORPERF-212 Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
2017-11-06Update git submodulesGuo Ruijing1-0/+0
* Update docs/submodules/container4nfv from branch 'master' - Add more deploy in container4nfv daily jobs Change-Id: Ie42f991d6c3690fe4970bcc737777a36d76eeb90 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-11-06Update git submodulesxudan1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Bugfix: Failed to build local DB on Centos 1. The scripts for building local DB and testapi service just work on Ubuntu. 2. For Centos, they fails to do that. 3. This is mainly because of that Centos can't use the IP of the JumpHost to connect the DB and testapi. It needs to use the internal IPs of the DB container and the testapi container. 4. Change the IPs in the scripts to be the containers' internal IPs. JIRA: DOVETAIL-548 Change-Id: I71aed82cb620b58bcd43ace61497db65c5bd7ecc Signed-off-by: xudan <xudan16@huawei.com>
2017-11-06Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - p/fuel: bm: linux-image-generic-hwe-16.04-edge The Salt way to pin the kernel version is via its reclass model, by defining system.kernel.version. However, this only works with explicit kernel package names and not with meta package names (e.g. linux-image-4.13.0-9916-generic is expected instead of linux-image-generic-hwe-16.04-edge, which would break the `linux_kernel_old_absent` state). For now, let's explicitly call `pkg.install` for the kernel and headers packages, using the meta package name to ensure automatic fallback to Ubuntu packages if Armband repos are missing, respectively to automatically pick up new kernel package names in case of meta + kernel packages bump later. JIRA: ARMBAND-280 Change-Id: I5448df1de1b3c211583708402b5c7497df92fc16 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-11-05Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Add new cinder scenarios for rally sanity/full" - Add new cinder scenarios for rally sanity/full Included several CinderQos and CinderVolumeTypes scenarios introduced by the recent Rally version. Change-Id: Ibd2affa2e0d24ec79d3b4518456ca0f0457ace9f Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
2017-11-05Update git submodulesJuha Kosonen1-0/+0
* Update docs/submodules/functest from branch 'master' - Fix rally cinder scenarios Remove network and servers context and set image and flavor as a scenario parameters. Change-Id: I5181ccce61c4f58af3737619d1b7d259cf539937 Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
2017-11-04Update git submodulesMytnyk, Volodymyr1-0/+0
* Update docs/submodules/barometer from branch 'master' - ves: update VES app user guide - Updated VES application user guide according to latest changes of VES application. - Fixed sphinx user guide warnings Change-Id: I6e402f2ab5f05ace47d779f87fe650e305973128 Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
2017-11-04Update git submodulesahothan1-0/+0
* Update docs/submodules/nfvbench from branch 'master' - Update hw requirements Change-Id: I7e403ec5a550804b43c685bdbfd70c8bff7a2d70 Signed-off-by: ahothan <ahothan@cisco.com>
2017-11-04Update git submodulesRuan HE1-0/+0
* Update docs/submodules/moon from branch 'master' - Merge "Update the TODO" - Update the TODO Change-Id: I2053c0ae1295359889e4aff5fb76889b7f8a6e57
2017-11-04Update git submodulesThomas Duval1-0/+0
* Update docs/submodules/moon from branch 'master' - Don't force the script to map the "admin" tenant to a PDP Change-Id: I8b4cddd018b1869181304986f731b5529c3fd01a - Fix the Moon platform startup and fix some bugs in startup. Change-Id: I9014071c755ec5ef0c9eb0d575af29d5f3ad3533 - Fix a bug in categories Change-Id: I914f33c054dffc103cbe8c7e9165526b728a82ea - Use Apache as web server and create configuration for host and port Change-Id: Ibbf50f069d8013900884c17a86b1105fc1eb7ae7
2017-11-04Update git submodulesZhijiang Hu1-0/+0
* Update docs/submodules/daisy from branch 'master' - Increase retries and decrease threads to make build more stable Change-Id: Idb8d4f64a1799cfdf80401e4dc5b3f24caa7a04b Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-03Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[Daisy] Add docker image tarball builder" - [Daisy] Add docker image tarball builder This PS do: 1. Add docker image tarball builder as a Daisy project job. Name is daisy-kolla-build-.* 2. Upload image to artifact storage after building. 3. Fix new job runs on daisy-virtual. 4. Block jobs with each other which may run Daisy VM because VM has the same name. Change-Id: I148473ca33f1e10490684b7608354a4ba548714f Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-03Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - u/fuel: Bump & rebase for debian_ip lowercase fix While at it, revert commit adding "opnfv" user to "libvirt" group, as it would break with the current event flow (opnfv user being created prior to libvirt group). Change-Id: I6f5d578153c33dcddac76bc7bc6b428fe6796b1a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-11-03Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "multiarch: Modify doctor x86_64, aarch64 verify jobs" - multiarch: Modify doctor x86_64, aarch64 verify jobs Modify doctor verify jobs to run for each architecture. JIRA: https://jira.opnfv.org/browse/ARMBAND-305 Change-Id: Ia25c3751ac18233290c9e98e74bc21d9dc35f27c Signed-off-by: Catalina Focsa <catalina.focsa@enea.com> Signed-off-by: Delia Popescu <delia.popescu@enea.com>
2017-11-03Update git submodulesGeorg Kunz1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Minor docs change to test docs integration This is minor patch which updates the documentation in the dovetail repo in order to test the toolchain integration in opnfvdocs. Change-Id: Id91c57d1a38cf02d8ed4653bc9eddb7081f025e7 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2017-11-03Update git submodulesspisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Quick fix around static IPs and ports in launch.py application. Change-Id: I81b74fb37aee37644f3092251ae5163d57392fdc Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-11-03Update git submodulesCharalampos Kominos1-0/+0
* Update docs/submodules/armband from branch 'master' - p/fuel: Add opnfv user to libvirt group Change-Id: Ia075a790fce0aeb0d21b20b2775e2cc079311b88
2017-11-03Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "Enable glance v1 api for orchestra tests" - Enable glance v1 api for orchestra tests Change-Id: Ia896c3f9fcd96dd498eef6d1f83d46e29df0cd6b Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-11-03Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - salt modules: debian_ip: Accept uppercase ifaces Since VMs are not affected by this limitation, only apply the fixup to baremetal nodes. JIRA: FUEL-299 Change-Id: Ib94c481627538d900295df03b8c8fdc7b61cd718 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-11-03Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/functest from branch 'master' - Remove the constraint of INSTALLER_TYPE Revert the patch: https://gerrit.opnfv.org/gerrit/#/c/45167 When run on non-opnfv deployment, there is no such concept of INSTALLER_TYPE. Change-Id: I3d420334c9329f7565cf22a0c314a4ffdb410d36 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-11-03Update git submodulesGuo Ruijing1-0/+0
* Update docs/submodules/releng from branch 'master' - fix deploy.sh not runing issue deploy.sh is not called as jenkins log + cd /home/jenkins/opnfv/slave_root/workspace/container4nfv-daily-master/ci ./deploy.sh No emails were triggered. Change-Id: Ie590a53d05ef3d92f78cce0608c165cd2c98c582 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-11-03Merge "Fix typo on samplevnf release notes ref"Sofia Wallin1-1/+1
2017-11-03Update git submodulesMarkos Chandras1-0/+0
* Update docs/submodules/releng-xci from branch 'master' - Merge "Bump OpenStack Ansible SHAs" - Bump OpenStack Ansible SHAs We also need to allow root logins when the ansible-hardening role is applied which are disabled by default. Change-Id: I71f881305bafdd884d541cd34796a6fed8eee157 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-11-03Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - Makefile: patches-export: Remove existing patches In case patch filenames changed, clear the old patches from the destination directory prior to exporting new patches. Change-Id: I65e56ae042dca1c769a0f68a449b3b0e7d7d25dc Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-11-03Update git submodulesXuan Jia1-0/+0
* Update docs/submodules/container4nfv from branch 'master' - Merge "Add Arm work description for Container4NFV project" - Add Arm work description for Container4NFV project As we know, Arm is an active partipants of the Container4NFV project. Arm has done a lot of work to improve container more widely used for NFV , which includes various projects of OPNFV focused on container based NFV. Arm highly recognized the meaning of Container4NFV project, and all Arm's work would align with the direction of Container4NFV project at the most extent now and in the future. The document gives out Arm's existed work for Container4NFV and other containerized VNF related project. The possible roadmap for Arm's future work on Container4NFV is also given. The document contains the following sections: 1. Architecture 2. Container Networking 3. Related Projects 4. the Current Status and Future Plan 5. Contacts In addition to the format revising, other modifications: 1. Add an index.rst to generate the doc tree 2. Rename the file to container4nfv_on_arm.rst 3. Remove trailing whitespace again 4. Modified the image declartion in the rst Change-Id: I5f6486ec08c96feb504a50951adab444f035bd53 Signed-off-by: Trevor Tao <trevor.tao@arm.com>
2017-11-03Update git submodulesGuo Ruijing1-0/+0
* Update docs/submodules/container4nfv from branch 'master' - add container4nfv in daily jenkins Change-Id: Icfa4fed9d8a671befb32581b06ac617b6410d3a7 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-11-03Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "add simple e2e tests for PodsCotroller" - add simple e2e tests for PodsCotroller Change-Id: I9baa04ff062f36569c1e143014239931de64cf32 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2017-11-02Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Switch yamllint job to only run against new files" - Switch yamllint job to only run against new files Intead of yamllint all files at once yamllint will only run against new or modified yaml files. Change-Id: I10b951427966409e15fb773b959adbd780497bad Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-11-02Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "functest: Build Docker images with jjb" - functest: Build Docker images with jjb docker-build: Dependency & manifest support Except for images that have dependencies (as functest-components, functest-helthcheck, functest-restapi, functest-features, functest-smoke, functest-vnf), all docker images are built SEQUENTIALLY in a multijob Phase called 'build-base-img'. The images with dependencies are built in PARALLEL in the second Phase, called 'build-child-img', only if the first Phase result is SUCCESFULL. The manifest images are created in a third Phase, 'create-img-manifest', through opnfv-manifest.sh script, only if Phase 'build-child-img' result is SUCCESFULL. To create manifest images, a mandatory step is to preinstall manifest-tool on the build image dedicated VM (arm and/or amd) JIRA: ARMBAND-310 Change-Id: Iaa6640568ed18a3b087db56449173841dd2757ff Signed-off-by: Delia Popescu <delia.popescu@enea.com> Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>