summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-10-19Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/apex from branch 'master' - Fix releasenotes label and include paths for docs Change-Id: I50a8f35165954b9b4bdf62864055ad475843c179 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-19Update git submodulesagardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Yeah, rtd did not have euphrates stream Change-Id: I42cfed19942af1f6f4c09b27e839172693598a5d Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-10-19Update git submodulesspisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Second patch for volume support. * Added support for volume types * Created tests for volume types, QoS Spec, and encryption JIRA: SNAPS-196 Change-Id: I9154fc20772191cecf4f2f9feb7e8d8634167a9c Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-10-19Update git submodulesThomas Duval1-0/+0
* Update docs/submodules/moon from branch 'master' - Update index in the doc tree. Change-Id: I30799e966aafd502cc7c134f908c367e65914960
2017-10-19Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Update release tags for Docker builds" - Update release tags for Docker builds Change-Id: I3c4d71239dfe66773931f5f5b9349faab443aa2d Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-10-19Merge "Fix formatting on testing overview table"Aric Gardner1-1/+1
2017-10-19Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "NSB: fix trex config to use dpdk port number" - NSB: fix trex config to use dpdk port number From some reason Heat/Neutron is now creating interfaces such that xe0 and xe1 are swapped. xe0 fa:16:3e:38:c7:66 0000:00:05.0 xe1 fa:16:3e:2f:f3:e2 0000:00:03.0 this causes the DPDK port numbering to be swapped. xe0 is DPDK port 1 because it has higher PCI address xe1 is DPDK port 0 because it has lower PCI address. The VNF is configured correctly because it uses DPDK port numbers, whereas TRex was using interface list ordering. Modify trex_cfg.yaml to use DPDK port ordering. This also requires running generate_cfg() after setup() in instantiate() +------------------------------------+-------------------+------------------------------+--------+ | Name | MAC Address | Fixed IP Addresses | Status | +------------------------------------+-------------------+------------------------------+--------+ | vnf_0.yardstick-af5ccb47-xe0-port | fa:16:3e:66:a5:e4 | ip_address='10.1.0.7', | ACTIVE | | vnf_0.yardstick-af5ccb47-mgmt-port | fa:16:3e:fa:98:fe | ip_address='10.0.1.10', | ACTIVE | | tg_0.yardstick-af5ccb47-xe1-port | fa:16:3e:2f:f3:e2 | ip_address='10.1.1.9', | ACTIVE | | vnf_0.yardstick-af5ccb47-xe1-port | fa:16:3e:f3:1d:f5 | ip_address='10.1.1.4', | ACTIVE | | | fa:16:3e:e3:8c:65 | ip_address='10.0.1.1', | ACTIVE | | | fa:16:3e:ff:d1:b7 | ip_address='11.191.14.110', | N/A | | tg_0.yardstick-af5ccb47-xe0-port | fa:16:3e:38:c7:66 | ip_address='10.1.0.8', | ACTIVE | | | fa:16:3e:ff:53:5f | ip_address='11.191.14.101', | DOWN | | | fa:16:3e:23:5d:2c | ip_address='10.0.1.2', | ACTIVE | | tg_0.yardstick-af5ccb47-mgmt-port | fa:16:3e:7a:df:4e | ip_address='10.0.1.5', | ACTIVE | | | fa:16:3e:22:65:36 | ip_address='11.191.14.109', | N/A | +------------------------------------+-------------------+------------------------------+--------+ /sys/devices/pci0000:00/0000:00:03.0/virtio0/net/ens3/address:fa:16:3e:2f:f3:e2 /sys/devices/pci0000:00/0000:00:05.0/virtio2/net/ens5/address:fa:16:3e:38:c7:66 Change-Id: Iaef2c7d9a5af7f45bd805a8ad6ee545ce0495cb1 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2017-10-19Fix formatting on testing overview tableTrevor Bramwell1-1/+1
Change-Id: I4e15bb5d2dffceb34046a3a938e8f01e7d5829c4 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-19Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'master' - [virtual] Rise memory for ovs/dpdk scenario Let's add more hugepages/memory to the compute nodes since snaps_smoke required 2Gb flavor for tests. Change-Id: If52f30d53a6469abeca67aaf2bdee551542d1653 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-10-19Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng-xci from branch 'master' - Merge "Create the basic structure for generic scenarios" - Create the basic structure for generic scenarios Change-Id: I158d4e61e627e47ffa89d8229280011a2b615cac Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-10-19Update git submodulesGuo Ruijing1-0/+0
* Update docs/submodules/joid from branch 'master' - add intel multus cni support Change-Id: I5670a824c62f6b41dddb7792c851d8b838d28b50 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-10-19Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "BugFix: Negative dropped packets in Prox tests" - BugFix: Negative dropped packets in Prox tests Removed the abs function which can potentially mask negative dropped packets. Dropped packets in Prox workload VNF = rx_packets - tx_packets Change-Id: I510a351e899cdf9a1f366d632b9f0528b1d9dcce Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
2017-10-19Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - u/fuel: Bump & rebase for infinite loop removal Change-Id: Ia3d12bceae483571e1b1c91e2d0150c12b55b73b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-10-19Update git submodulesshangxdy1-0/+0
* Update docs/submodules/parser from branch 'master' - Update notes for release E Update userguide and release-notes JIRA:PARSER-163 Change-Id: I3b15aa40afcb86a415997fc7e2471894bf3c9f06 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
2017-10-19Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Adding sample trex example" - Adding sample trex example Change-Id: I3b79d33dba5cc559634122a135ff469f054214fc Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-10-19Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - [baremetal] Remove infinite loops from node checks Change-Id: I7a21c30d49aecca948f45535fec164c2f643450e Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-10-19Update git submodulesCristina Pauna1-0/+0
* Update docs/submodules/fuel from branch 'master' - Update the reference for scenarios Modified the reference link for the scenarios as it colides with another installer. To be used with https://gerrit.opnfv.org/gerrit/#/c/45795 Change-Id: I7b55cfdb877715ec4fa0292adc11e36b7cf4ae53 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-10-19Update git submodulesSofia Wallin1-0/+0
* Update docs/submodules/calipso from branch 'master' - Adjusted Calipso scenario doc Restructured according to guidelines and added an index file to enable rendering. Change-Id: Icc984c16b98acde0ad80e22bb06d014e75d52c84 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2017-10-19Merge "Added Calipso as submodule"Sofia Wallin1-0/+0
2017-10-19Added Calipso as submoduleSofia Wallin1-0/+0
Change-Id: I6a52a4c84fd00b54d7872dbe753c9e59fc8ebd3c Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2017-10-19Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Switch from BashFeature to Feature of bgpvpn testcase" - Switch from BashFeature to Feature of bgpvpn testcase With the adaptation in SDNVPN project [1], Functest can run the tests within python instead of a bash call. This also fixes pushing the details section to the DB: JIRA: SDNVPN-183 [1] https://gerrit.opnfv.org/gerrit/#/c/45491/ Change-Id: I7116aa9d5ffe2a816719997771e4f4ecebbcd083 Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-10-19Update git submodulesJuraj Linkeš1-0/+0
* Update docs/submodules/fds from branch 'master' - Merge "Added vim installation to post apex script" - Added vim installation to post apex script Change-Id: I96fb1d7f9f7fd58c89be53a1a34ba94a857b7e30 Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-10-19Update git submodulesjuraj.linkes1-0/+0
* Update docs/submodules/fds from branch 'master' - Euphrates documenation updates Removed revisions since they're not needed. Also added dvr scenario. Change-Id: I982d557a243c02a0847187312733728b3d82f1dc Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-10-19Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Merge "Adapt zrpcd to work for Carbon/Nitrogen" - Adapt zrpcd to work for Carbon/Nitrogen It updates the quagga tar.gz file which is used to install zrpcd/quagga. The new rpms are compiled with thrift-version 4 Zrpcd is installed as a process. Additional changes takwqe place adopting the installation and checking of zrpcd process Note that an extra patch is needed to update or remove the building procedure, which is present within the project but not used actually. JIRA: APEX-508 Change-Id: If6da075d2aafdb8c2ecfc599f595a7201490aa23 Signed-off-by: tomsou <soth@intracom-telecom.com>
2017-10-19Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Merge "Fix interface role mapping config for odl-fdio scenarios" - Fix interface role mapping config for odl-fdio scenarios This patch fixes a bug in deploy config function that will make performance parameters overwrite interface role mapping config for honeycomb. apex-os-net-config: Ifa3b18aa6370c79ad6ad3ce983f1648ff0d1d79d Change-Id: Icdb7603577bc7edf1959238ddd3d686c310544ce Signed-off-by: Feng Pan <fpan@redhat.com>
2017-10-19Update git submodulesMartin Klozik1-0/+0
* Update docs/submodules/vswitchperf from branch 'master' - conf: Fix default VPP configuration Number of VPP workers (aka PMD threads) was not specified explicitly in default configuration file. Configuration has been fixed to use the same cores as OVS with DPDK. Change-Id: Icd3e5d6f429435fbc1ff580891f4b182d1c48729 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-10-19Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/releng from branch 'master' - Extend the Functest reporting black list remove * tempest_full_parallel * rally_full Change-Id: Ibb944e7d32dc3cf0fc0b87a269c9e2f0327410e4 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-10-19Merge "Adjusted links for fuel scenario docs"Sofia Wallin1-2/+2
2017-10-19Update git submodulesRex Lee1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Add missing RFC2544 Ethernet frame sizes" - Add missing RFC2544 Ethernet frame sizes RFC2544 tests should include the following frame sizes: 9.1 Frame sizes to be used on Ethernet 64, 128, 256, 512, 1024, 1280, 1518 Change-Id: I6ab9cccf2bb3b2678f50da157a9a49c0d9564cbd Signed-off-by: Dino Simeon Madarang <dinox.madarang@intel.com> Reviewed-by: Alain Jebara <alain.jebara@intel.com> Reviewed-by: Deepak S <deepak.s@linux.intel.com> Reviewed-by: Ross Brattain <ross.b.brattain@intel.com> Reviewed-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
2017-10-19Merge "Add Power consumption documentation in infra doc"Sofia Wallin6-9/+578
2017-10-19Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Release notes for Euphrates 5.0" - Release notes for Euphrates 5.0 Change-Id: Icdce56bdacba8530cc2f35c8f3c6b1acfd4bf522 Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-10-19Add Power consumption documentation in infra docMorgan Richomme6-9/+578
Change-Id: I16f311eb821903295d15bf060bdd5843e0691b17 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> Integration of Energy section in Testing group asset Change-Id: I9736a5dc1feb64930d43ebb2fcd9f42ad3bb57fb Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-10-19Adjusted links for fuel scenario docsSofia Wallin1-2/+2
Change-Id: I83cb04df85b477d09d5fcca8f44010e24101caa2 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2017-10-19Update git submodulesDeepak S1-0/+0
* Update docs/submodules/samplevnf from branch 'master' - Merge "Adjusted referencing for docs" - Adjusted referencing for docs Change-Id: If9e92a2404214e91c682793622f097e28c11597d Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2017-10-19Update git submodulesAsteroide1-0/+0
* Update docs/submodules/moon from branch 'master' - Merge "Add the moonforming container." - Add the moonforming container. Change-Id: I8da07a3cdca18b837ea51e64045006562ca03c7a
2017-10-19Update git submodulesJing Lu1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "DRAFT: update release notes for Euphrates" - DRAFT: update release notes for Euphrates Change-Id: I7e437612ca52b75b71e38962a84d0dcdb453d5dd Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2017-10-19Update git submodulesRuijing Guo1-0/+0
* Update docs/submodules/container4nfv from branch 'master' - Merge "multus cni support" - multus cni support Change-Id: I0723447de8e9f5734a3a5d077f7f6f08cd02d9b3 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-10-19Update git submodulesJingLu51-0/+0
* Update docs/submodules/yardstick from branch 'master' - Bugfix: move opnfv_os-odl-fdio_dvr-noha_daily.yaml to 'test_suites' directory The opnfv_os-odl-fdio_dvr-noha_daily.yaml test suite file is wrongly put in Yardstick root directory, this patch moves this file to the 'test_suites' directory. Change-Id: Ib3f75845c7af658dc6f96ac2de737cfbd1faf15a Signed-off-by: JingLu5 <lvjing5@huawei.com>
2017-10-19Update git submodulesJing Lu1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Docs: update new implemented APIs" - Docs: update new implemented APIs Change-Id: If6b70791213099d53c82993bd22ac9eed6000c32 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2017-10-19Update git submodulesTim Irnich1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Merge "Inheritance from Feature class" - Inheritance from Feature class Change-Id: I81aa9582452ca43a4eab32ba34a640043c89043e Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-10-19Update git submoduleschigang1-0/+0
* Update docs/submodules/compass4nfv from branch 'master' - Update testresult link to Euphrates in release notes. JIRA: - Change-Id: If9f8bcd5774060bb3cbee30a0cff1e1b9031f822 Signed-off-by: chigang <chigang@huawei.com>
2017-10-19Merge "Changing font size"Sofia Wallin1-1/+1
2017-10-19Update git submodulesGerald Kunzmann1-0/+0
* Update docs/submodules/doctor from branch 'master' - Merge "update the docs of testing" - update the docs of testing Change-Id: Ibfc04831f12778cb0cc3769781b864a56a581881 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-10-19Update git submodulesXuan Jia1-0/+0
* Update docs/submodules/container4nfv from branch 'master' - E release note Change-Id: I1b5ecaf5e79df6800fdf44be797dbdbee75631a7 Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
2017-10-19Changing font sizeSofia Wallin1-1/+1
Change-Id: Ica62f20cc18998d5740c0716bea6e50cb33ccff3 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2017-10-19Update git submodulesYujun Zhang1-0/+0
* Update docs/submodules/qtip from branch 'master' - Set ``criteria`` as PASS for all completed executions Change-Id: I232eedba24dd9f41a6d5ef588ffb1f6cfd8d0415 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-10-19Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex.yaml updated" - tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex.yaml updated Change-Id: Ie9cee3e0567e771cbf11a9802bd33a420cc1ee7a Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2017-10-19Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Create the ovs-vswitchd logging directory" - Create the ovs-vswitchd logging directory Change-Id: Id7f55f7fcb2fec2866b76821595776908ac30c04 Signed-off-by: Martin Banszel <martinx.banszel@intel.com>
2017-10-19Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'master' - NSB: update vfw scale-out testcases Change-Id: I6bd8a87f70954f288975e3e73e3cfbd36ae561dc Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2017-10-19Update git submodulesDeepak S1-0/+0
* Update docs/submodules/samplevnf from branch 'master' - Fix all the config files alignment issues Change-Id: I087c9a9acf412a99f8425fd65d07db6c3b7a4af7 Signed-off-by: Deepak S <deepak.s@linux.intel.com>