summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-12-18Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Create dovetail-docker-build-stable job" - Create dovetail-docker-build-stable job 1. Dovetail first release is based on OPNFV danube release. 2. Dovetail has the branch stable/danube now. 3. It needs to automatically triggle dovetail-docker-build-stable job when there is a patch cherry picked to this stable branch. JIRA: DOVETAIL-576 Change-Id: I58a639cd8208e40099c6481085d1f450c89b2523 Signed-off-by: xudan <xudan16@huawei.com>
2017-12-18Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "create dovetail-merge-danube and dovetail-verify-danube jobs" - create dovetail-merge-danube and dovetail-verify-danube jobs Dovetail has a branch stable/danube now, so it needs to add the verify jobs on branch stable/danube. JIRA: DOVETAIL-577 Change-Id: Ifd2622d58439b6794f6b0f2e636142d4e7d1ac5e Signed-off-by: xudan <xudan16@huawei.com>
2017-12-16Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - update release notes for Euphrates 5.1.0 Change-Id: I11b248882dd314baebd3ab4e7e676a1f3e0b50cd Signed-off-by: Ross Brattain <ross.b.brattain@intel.com> (cherry picked from commit 9d0f99349d2ea4499670708aacb1569cad0389aa)
2017-12-16Update git submodulesDanielMartinBuckley1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Addition of NSB Prox test documentation of vPE and LW-AFTR test cases YARDSTICK-840 NSB Prox test documentation of vPE and LW-AFTR test cases documenation. Change-Id: Ic6da6546faf0494fdee71962a515083e6e10a410 Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com> (cherry picked from commit db6083d91499521bf3a486623e985cc3b1703524)
2017-12-16Update git submodulesAce Lee1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - fix docker client don't have trex_client JIRA: YARDSTICK-854 Add trex_client in docker, so we could run NSB testcase in docker container. Change-Id: Iac1393d6e3a175137973190936ab69a1f2ce8272 Signed-off-by: Ace Lee <liyin11@huawei.com> (cherry picked from commit 75606db72e5d3afb6afe590e76b3baef3af3f5c6)
2017-12-16Update git submodulesrexlee87761-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - bugfix: tc078 have no data stored or dashboard to show results JIRA: YARDSTICK-867 1.print result in the log, showing the txt format result Change-Id: I6deeb4cf44895ef7a6c6d231c77b3843eec285d7 Signed-off-by: rexlee8776 <limingjiang@huawei.com> (cherry picked from commit 36c24ec9fc68c081d0bca507cff3ec81f8a001dc)
2017-12-16Update git submodulesrexlee87761-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - bugfix: tc078 fails in some situations 1. make "SPECint_benchmark, runspec_iterations, runspec_tune, runspec_size, runspec_rate" parameterized and change the default value "int^429" to "int" 2. remove "become: true" in some roles since it does not need root privilege JIRA: YARDSTICK-852 Change-Id: Icb384bddc12911e2681a981d0504e0e142d1a8ec Signed-off-by: rexlee8776 <limingjiang@huawei.com> (cherry picked from commit 7bd43b239b7be6f478399526a177922d4482bcc2)
2017-12-16Update git submodulesrexlee87761-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - bugfix: kill process do not accurately kill "nova-api" JIRA: YARDSTICK-849 1. update the kill process RegEx pattern to be more accurate 2. make attack_process to be parameter so it can be customized if the SUT is using a different name of attack_process Change-Id: I569730ced6c24aafbffcf2fc5752d3560d0adac5 Signed-off-by: rexlee8776 <limingjiang@huawei.com> (cherry picked from commit 4bbd919e2b26fe606bb1b83efc579e0f2557593e)
2017-12-16Update git submodulesDino Madarang1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - samples: Add generic L3 forwarder tests A generic throughput test case that can be used as a stub code for a Linux-based VNF configured as an L3 forwarder. Supported context: * Standalone OVSDPDK and SRIOV * Baremetal Code changes: * Allow pmd-cpu-mask and lcore mask for OVS DPDK * router_vnf.py - configures interface IP addresses and static arp entries using ip command * NFVi KPIs * Allow cputune tag for standalone context to be able to PIN on NUMA 1 cpus SRIOV Test cases: * RFC2544 Ethernet framesizes, 128K Flows * 2,4 and 6 ports * 2 and 3 vcpus per port * OVSDPDK Test cases: * RFC2544 Ethernet framesizes, 128K Flows * 2 and 4 ports * 2 vcpus per port * 2 PMD threads per port TODO: * Documentation * Add 6 ports tests References: * router_vnf.py is based on sample_vnf.py * tc_*.yaml files are based on acl/vfw test case files Added unitests Added get_stats to parse ip -s link Change-Id: Id1b969d5420dfcab7c1e695acbd2cd1655747efe Signed-off-by: Dino Simeon Madarang <dinox.madarang@intel.com> Signed-off-by: Kavindya Deegala <kavindya.s.deegala@intel.com> Reviewed-by: Alain Jebara <alain.jebara@intel.com> Reviewed-by: Deepak S <deepak.s@linux.intel.com> Reviewed-by: Emma Foley <emma.l.foley@intel.com> Reviewed-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> Reviewed-by: Ross Brattain <ross.b.brattain@intel.com> Reviewed-by: Edward MacGillivray <edward.s.macgillivray@intel.com> Signed-off-by: Dhaval Patel <dhaval.r.patel@intel.com> Signed-off-by: Ross Brattain <ross.b.brattain@intel.com> (cherry picked from commit 9bf492e01dad7309287e8491ec7ac29f43032aed)
2017-12-16Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "tc053 kill haproxy wrong mismatch" into stable/euphrates - tc053 kill haproxy wrong mismatch JIRA: YARDSTICK-831 Change-Id: I587c486572f439952b8a31da664d1e2c1fb8dc27 Signed-off-by: rexlee8776 <limingjiang@huawei.com> (cherry picked from commit d70cbc5c6bd03cb68a13dcab50a12178982f5c44)
2017-12-16Update git submodulesYifei Xue1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/euphrates' - Update the tag and repo name for stable/euphrates JIRA: - Correct the repo name and tag name. Change-Id: Ie120b364bb118997b5eb3a906e089d89046e43b7 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2017-12-15Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/pharos from branch 'stable/euphrates' - Update eyaml README On CentOS7 systems the gem command is contained in the 'rubygems' package, not 'ruby-gems'. After the keys have been moved, there is not reason to keep around the 'keys' directory. Change-Id: I5cb9f474276de75b650ddf323a279e139fb62d37 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org> (cherry picked from commit cef924d0f6a1a8df8ad4d61b425e2a0b29e25027)
2017-12-15Update git submodulesBin Hu1-0/+0
* Update docs/submodules/ipv6 from branch 'stable/euphrates' - Fix table in RST Change-Id: Ibd20332cd08a89e6bfcea5d4912fb0d5729c3dd3 Signed-off-by: Bin Hu <bh526r@att.com> (cherry picked from commit 5058fb93bbb60151d74ad2ed7a7886af0b17a34f)
2017-12-15Update git submodulesMarkos Chandras1-0/+0
* Update docs/submodules/releng from branch 'master' - jjb: xci: Do not trigger the CI when patchset modifies the CI VM The scripts in xci/scripts/vm are used to manage the VM on the CI so we shouldn't blindly test a patch that modifies them. It's better to use manual inspection since that script rarely changes anyway. Change-Id: I48d81f984a1a8d1500be2cc74ea79420962b9a15 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-12-15Fix IRC Link on OPNFV Docs Overview PageTrevor Bramwell1-1/+1
Change-Id: I0ee1bf803df58e15a036cc02cc8d905ff18d0f2e Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org> (cherry picked from commit 258e2b9733f03009efa3a11596993e0ed8462c50)
2017-12-15Added scenario docs for E 5.1Sofia Wallin1-0/+2
Change-Id: Ib6a5c1bad75ca91b24500417f4e03b72ac0abcba Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com> (cherry picked from commit e58dd7ce6bf538348f1fadcfec0a18850d34442a)
2017-12-15Update Documentation Landing PageTrevor Bramwell2-10/+10
Change-Id: Ic6e4aabac17fd77888938a050ca5d93bdab40ce7 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org> (cherry picked from commit 67da0ef95eeba5c136315598a6dbcf17087acbc0)
2017-12-15Infrastructure Documentation Structure UpdatesTrevor Bramwell2-6/+15
Include references to CI documents in the releng repo and provide links for hardware and software infrastructure to pharos and releng respectively. Also include a link to anteater under the security heading. Change-Id: Ie12d40b8b2616b3a3165a5409a5596112962f283 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org> (cherry picked from commit bc7238b2cd35e203fb3a4e71123608b2e7b0d998)
2017-12-15Update git submodulesJack Morgan1-0/+0
* Update docs/submodules/pharos from branch 'stable/euphrates' - Merge "generate_config: Use eyaml to decrypt secret values" into stable/euphrates - generate_config: Use eyaml to decrypt secret values Note: IDF data encryption is not supported. Supporting that is trivial, but it leads to slightly more complicated code, plus it breaks support for multiline scalar encrypted data in the PDF ('>'), forcing us to define each encrypted value as inline string. While at it, fix silly limitation of jinja2 path residing in a subdir of CWD. Change-Id: I441ec754d8b6e4aad2ed73aba0b9b18ed65f05f4 Signed-off-by: agardner <agardner@linuxfoundation.org> Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit d2307b5afbf13644bfe6722018ef1975e92680d1)
2017-12-15Update git submodulesJack Morgan1-0/+0
* Update docs/submodules/pharos from branch 'stable/euphrates' - Merge "[fuel] Add IDF mappings to installer adapter" into stable/euphrates - [fuel] Add IDF mappings to installer adapter Change-Id: I3a82ed747d2671510a25e65388c7f73ec760afc3 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit c59931889db99c4fe6fc308123e2085625c18c42)
2017-12-15Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/pharos from branch 'stable/euphrates' - [fuel] Add MaaS PXE network to installer adapter JIRA: FUEL-313 Change-Id: I046ea732e1047f793f1b3bc6f7fc31cfcee9ff40 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 5aae093570a37ea91b8c11fa8e116deb1773abc2)
2017-12-15Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "xci: Use custom-url for readable CI reports" - xci: Use custom-url for readable CI reports Change-Id: I97d8fac47ec25414045a7761b651019f9f89224f Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-12-15Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "Refactor userguide "Yardstick Installation"" into stable/euphrates - Refactor userguide "Yardstick Installation" [1] must be refactored in order to: * Include proxy options. * Use OpenStack client, instead of project CLI. * Use sudo in some commands. * Adapt the document to rst coding style. * Fix minor errors. JIRA: YARDSTICK-828 [1] https://github.com/opnfv/yardstick/blob/923aa1738cbf5a8053e77e00937fc26f2142f6a3/docs/testing/user/userguide/04-installation.rst Change-Id: Ice63f344a8a87221bdf4daa6153b9ccac321e5b7 Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> (cherry picked from commit d20b876a02904653cf390a97c2ed9973821dc508)
2017-12-15Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "bugfix: tc006, tc079, tc082 miss grafana dashboard in local deployment" into stable/euphrates - bugfix: tc006, tc079, tc082 miss grafana dashboard in local deployment JIRA: YARDSTICK-847 Change-Id: I0750f2d17bac9e0214caf640e4ea1141ea3b4a03 Signed-off-by: rexlee8776 <limingjiang@huawei.com> (cherry picked from commit 1839527cfef72b58182d3c7bb2b06423684c0d46)
2017-12-15Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Update the fuel ci job on zte pods" - Update the fuel ci job on zte pods - Delete Danube job on zte-pod1 - Modify the triggers on zte-pod1 - Delete master and Euphrates job on zte-pod3 Change-Id: I034dc3b968ee9255aa014c28dc08237fc0803d32 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-12-15Update git submodulesYang Yu1-0/+0
* Update docs/submodules/bottlenecks from branch 'stable/euphrates' - Docs update for E 5.1 Change-Id: I53972edc64398339463824d5f8d7193a6e15481f Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com> (cherry picked from commit ec584918ae66e92c7d8b5ff41b0df4ad391d2349)
2017-12-15Update git submodulesDino Madarang1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - NSB: Fix standalone.model.Libvirt SR-IOV modeling Fixed standalone.model.Libvirt SR-IOV XML interface modeling, acording to [1]: - All PCI attributes now are printed in hexadecimal format. - The PCI address is now added in the correct section, 'interface'. network_services.utils.PciAddress was refactored to accept both 'domain: bus:slot:function' and 'bus:slot:function' format inputs. This class is used as input in the previous class, Libvirt, to print in XML the PCI address of a SR-IOV interface. network_services.utils.PciAddress.parse_address is now deprecated. Instead the class standard instantiation must be used: libvirt_obj = utils.PciAddress(text_with_address) A deprecation decorator is implemented along with this patch. This decorator is used for the first time in the previously mentioned function. This decorator stores every decorated function name and deprecation message and raises a logging warning message the first time this function is used. [1] https://goo.gl/so2Mrp Change-Id: I22e95c488e27d6e2a8fdf6c1a07faab275fa6bba 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: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> (cherry picked from commit 6cfec77db6b95af5b31b741d513955ee3dfa3bb2)
2017-12-15Update git submodulesrexlee87761-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - bugfix: tc023 miss description and tc050-58 wrong description also modify tc019,025,045-49 descrition to be unified JIRA: YARDSTICK-850 Change-Id: I3f775f1ebff4063edc53b9bc26d7ba10b8af8a9d Signed-off-by: rexlee8776 <limingjiang@huawei.com> (cherry picked from commit 84a532cc7fbe2d99300d43b5431a7e3c5b2d22cc)
2017-12-14Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Add 'docker' string to functest docker build names" - Add 'docker' string to functest docker build names This will make it a little easier to track all our docker builds and clarify what these specific builds do. Change-Id: I92a60055af1153991877373550ea1a6f3e86682d Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-12-14Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'stable/euphrates' - Merge "Disable introspection extras" into stable/euphrates - Disable introspection extras According to the documentation introspection extras attempts to collect more hardware info during inspection. This is causing problems for some users and we do not need it for our deployments. JIRA: APEX-534 Change-Id: Ia4a72ed14fb744a10d02ee2d3f4e283cc7208c2b Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit a9051056309f8a8b51b4533d67525efc790587b4)
2017-12-14Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'stable/euphrates' - Enables br-ex on controllers in SFC scenario ODL's current behavior is to select a node to serve as the routing/L3 node in a deployment. The selection is random, and it could end up choosing a control node. Therefore the control node needs to have external network connectivity so adding br-ex to the controller which will enable this via default ProviderMappings. JIRA: APEX-558 Change-Id: Ie3044e5711ba62d73b83d69cde369e7452958844 Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 8b280f8faf98b3f69435ceab3d045aaac49ecb3e)
2017-12-14Update git submodulesahothan1-0/+0
* Update docs/submodules/nfvbench from branch 'stable/euphrates' - 5.1.0 release notes Change-Id: I4937f7c6155eb7dbe8e7c4cc5b3a4ff3e043f374 Signed-off-by: ahothan <ahothan@cisco.com>
2017-12-14Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'stable/euphrates' - u/fuel: Bump & rebase for salt ver upstream Change-Id: Ide9d660f584dcf21cd804e6b6018f15b6446d581 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-14Update git submodulesMarkos Chandras1-0/+0
* Update docs/submodules/releng from branch 'master' - jjb: xci: Use the correct SSH configuration file We need to use the XCI specific SSH configuration file so rsync can tranfer the working directory to the virtual machine. This also drop the ironic command like we do in the XCI jobs. Change-Id: I10ce38db6777d5dbfbe62961c88b3902de2160e2 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-12-14Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - Merge "[baremetal] idf support for different board types" into stable/euphrates - [baremetal] idf support for different board types This modification enables having different models of target nodes but restricts them to two groups of the same kind assuming: - 3 KVMs will be same model and have the same NIC names - 2 Compute nodes will be the same model and have same NIC names This is an ad-hoc change for arm-pod7. Will work for all other setups but the jinja2 logic should be evetually extended to support a per board approach, allowing any board to be any kind Change-Id: Ie994d661e3dbe5b9a33d290a850a6152cf320c86 Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com> Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit ee149500e0e6bde0152aa56140046a2d1b995eb4)
2017-12-14Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - patches: Drop salt ver sync patch, now upstream Upstream pull request [1] was merged, drop out patch. [1] https://github.com/salt-formulas/salt-formula-salt/pull/64 Change-Id: I7aac66349a4bec718f7821b75dbad711cd6acd58 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 8fbafdf8a665fb8fff4d6f9f14c343e109c122ec)
2017-12-14Update git submodulesCharalampos Kominos1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - Add tutorial for reclass-doc tool in documentation JIRA: FUEL-293 Change-Id: I2612e8d63875dca4d05f8c30db24a5ae84cc8dea Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com> Signed-off-by: Cristina Pauna <cristina.pauna@enea.com> Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 94954c13104b7f7e3bd04a7b5fdbae84a93457ac)
2017-12-14Update git submodulesCristina Pauna1-0/+0
* Update docs/submodules/armband from branch 'stable/euphrates' - Update documentation This documentation is a copy of Fuel@OPNFV documentation Change-Id: I03b289043b3a48ef6d423f958846295e3d26121a Signed-off-by: Cristina Pauna <cristina.pauna@enea.com> (cherry picked from commit 394df04bdd747004416bd6fc8d48a73bb47813cd)
2017-12-14Update git submodulesCristina Pauna1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - Update release notes for 5.1 The release notes are updated with relevant Jira filters and changes since 5.0 Change-Id: If14cb0369ced899d17608ef43e93b848e8b2a5c8 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com> (cherry picked from commit fcb2fd879b9770bc5dd84507895be7d58f02d4ae)
2017-12-14Update git submodulesOnong Tayeng1-0/+0
* Update docs/submodules/fds from branch 'stable/euphrates' - Doc update for Euphrates 5.1 Change-Id: I59bae774ef06e970eb2baf2910bdda8572c99d50 Signed-off-by: Onong Tayeng <otayeng@cisco.com> (cherry picked from commit 6eb4ed8ce9be7135ec65318b7b833f3c487498be)
2017-12-14Update git submodulesramamani yeleswarapu1-0/+0
* Update docs/submodules/barometer from branch 'stable/euphrates' - docs: Adding Compass4nfv installer support details The following two files have been updated with info on deploying Barometer with Compass4nfv installer: docs/release/configguide/featureconfig.rst docs/release/configguide/postinstall.rst Change-Id: I99364b2e08afeee51407020149677c249ed75484 Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com>
2017-12-14Update git submodulesYifei Xue1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/euphrates' - Merge "Add the description for Barometer scenario" into stable/euphrates - Add the description for Barometer scenario JIRA: - Add Barometer scenario to Euphrates release notes. Add DPDK scenario to Euphrates release notes. Add KVM scenario to Euphrates release notes. Change-Id: I26818ed6b2cc801f5a34774088c8bd0a3c702c60 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2017-12-14Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Add separate builders for Yardstick project jobs" - Add separate builders for Yardstick project jobs Added separate builders for Yardstick project jobs, in order to test each context individually. The new builders are: - Unit tests in Python 2.7 - Unit tests in Python 3 - Functional tests in Python 2.7 - Functional tests in Python 3 - Coverage tests - Style guidelines (PEP8) tests JIRA: YARDSTICK-877 Change-Id: I625a956bdaad88277b6ba36852639f23c8cda198 Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Ansible: fix lowercasing issue with ConfigParser by default ConfigParser will lowercase everything, unless you override optionxform. also sort key value in inventory line for consistency https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.optionxform Transforms the option name option as found in an input file or as passed in by client code to the form that should be used in the internal structures. The default implementation returns a lower-case version of option; subclasses may override this or client code can set an attribute of this name on instances to affect this behavior. You don’t need to subclass the parser to use this method, you can also set it on an instance, to a function that takes a string argument and returns a string. Setting it to str, for example, would make option names case sensitive: cfgparser = ConfigParser() cfgparser.optionxform = str Note that when reading configuration files, whitespace around the option names is stripped before optionxform() is called. YARDSTICK-833 Change-Id: Ia1810b0c77922d84e11c9e538540b38816338593 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com> (cherry picked from commit 3e93bb8ff3ef9ff454d6be13295198dbeac75df7)
2017-12-14Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Increase Functest jjob timeouts" - Increase Functest jjob timeouts Functest has multiplied the testcases and integrates several ones which are growing (e.g. snaps). 4 hours is reached if snaps or one vnf testcase fails (20 minutes). https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-master/1695/console Change-Id: I5e8b744d35b5253f6e7ac1310286ae374de1943b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-12-14Update git submoduleswutianwei1-0/+0
* Update docs/submodules/releng from branch 'master' - Increase the timeout of Compass Deploy Change-Id: I6f3ef41585560559d28bb15d3825bedaad2ef976 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "Fix controller IP parsing in "nsb_setup.sh" script" into stable/euphrates - Fix controller IP parsing in "nsb_setup.sh" script Fixed the controller IP parsing in "nsb_setup.sh" script. The new regex expression now accepts "OS_AUTH_URL" as: * http://10.237.223.168/identity * http://10.237.223.168:5000/identity * http://hostname/identity * http://hostname:5000/identity JIRA: YARDSTICK-829 Change-Id: Ifaeab991bcbb6aa7b22c3533ab7554527184878b Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> (cherry picked from commit b5e35986a77831841b064e435a6041a121634bec)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "NSB Prox BM test case fixes for scale up" into stable/euphrates - NSB Prox BM test case fixes for scale up YARDSTICK-839 In a scale-up test the VNF number can start from 0 to MAX (num_vnf-1) The NSB PROX BM test nodes are currently marked as: tg__0: trafficgen_1.yardstick vnf__0: vnf.yardstick They need to be changed to the below: tg__0: tg_0.yardstick vnf__0: vnf_0.yardstick Changes done are: - All BM Prox test cases have tg_0 and vnf_0 as default test nodes - The prox-baremetal-1/2/4.yaml sample pod file - Cleaned Up some unused Prox test/config files Change-Id: I819011bcb35eda62b17dd3e1035918918c582b13 Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com> (cherry picked from commit 4b0bf9ea920b461b6464d0c6888b3b0bcc9a0004)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "Add vfw ixload testcase for heat" into stable/euphrates - Add vfw ixload testcase for heat - concurrency - connections/second - throughput Change-Id: Idb977462952fba2e6a9684e916dfeca810f1ee94 Signed-off-by: Jennifer Li <jennifer.li@intel.com> (cherry picked from commit 4e679598b82b5fe6931374452476b6d057868535)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "NSB "Prox" : Cleanup duplicated traffic profile" into stable/euphrates - NSB "Prox" : Cleanup duplicated traffic profile JIRA: YARDSTICK-848 The NSB PROX MPLS test uses Binsearch traffic profile and the mpls traffic profile is a duplicate. Change-Id: Ie2124cebf306fd6917b70ecd7c23ae12ef4850dc Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com> (cherry picked from commit 1b9cc8a38a4866797bd49d006e22607b348f42ac)