summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-18Update git submodulesagardner1-0/+0
* Update docs/submodules/opera from branch 'master' - Auto Generated INFO.yaml file INFO.yaml meant to be machine readable. This file was auto generated from an ldap lookup and your projects INFO file. Meeting times are not currently filled out. please ammend this patchset to complete Going forward comitter promotions should be done against this file. PTLs: Must be merged for you to gain delete access on testresults.opnfv.org If project_lead: is missing (my script could not parse) please amend with same from commiters section eg: project_lead: &opnfv_$project_ptl name: 'Lead Name' email: 'lead email' id: 'lead lfid' company: 'lead company' Change-Id: I3083fd58a8b64fc34ce7d5f444044f9dcfb7064a Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-09-18Update git submodulesagardner1-0/+0
* Update docs/submodules/orchestra from branch 'master' - Auto Generated INFO.yaml file INFO.yaml meant to be machine readable. This file was auto generated from an ldap lookup and your projects INFO file. Meeting times are not currently filled out. please ammend this patchset to complete Going forward comitter promotions should be done against this file. PTLs: Must be merged for you to gain delete access on testresults.opnfv.org If project_lead: is missing (my script could not parse) please amend with same from commiters section eg: project_lead: &opnfv_$project_ptl name: 'Lead Name' email: 'lead email' id: 'lead lfid' company: 'lead company' Change-Id: I0f049345142377455ee2d1e664992178a55cd918 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-09-18Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/promise from branch 'master' - Fix links to remove references to submodules All references to submodules must be removed for docs to work going forward. Can be tested once your project has a local tox file Change-Id: Ieb91d8f8f803599593b456a86ce4ed93c3951bbe Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-09-18Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/pharos from branch 'master' - Merge "Auto Generated INFO.yaml file" - Auto Generated INFO.yaml file A programmatic way of determining project lead is needed for the Testapi app And will be used to grant ptl's additional ops This file was auto generated from an ldap lookup and this projects INFO file (part of the)spaghetti code: https://gist.github.com/anonymous/85a395b22911ed9f04dd4bf61bff9dc2 This is as good as I can get the output Project leads will need to be asked to clean up the rest Community discussion will be held at the Weekly+Technical+Discussion on February 01 Change-Id: I562a486b70f4f0fecd0275c22fe4030097e39c3e Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-09-18Update git submodulesStamatis Katsaounis1-0/+0
* Update docs/submodules/fuel from branch 'master' - [nosdn-noha] Meet EPA testcases requirements - pt2 JIRA: FUEL-385 After successfully merging patch https://gerrit.opnfv.org/gerrit/#/c/61417/ a user can deploy os-nosdn-nofeature-noha scenario with numa topologies on compute nodes. In order to be able to run the EPA testcases, there are still some requirements (see [1]): - Testcases expect compute nodes to have hugepages enabled - Testcases expect compute nodes to have cgroup-tools package installed - Testcases expect to have NUMATopologyFilter added to enabled_filters in /etc/nova/nova.conf of the controller node This patch tries to meet the above requirements. First, it installs the cgroup-tools package on compute nodes. Secondly, it overrides the default enabled_filters of openstack nova salt package by appending NUMATopologyFilter in the end (see [2], [3]). Reference links: [1] https://docs.google.com/document/d/1sT63M6fnurn4rgYTiUd8ILuXORtx0oHA8Qe-nPeCr2Y/edit [2] https://github.com/salt-formulas/salt-formula-nova/blob/master/README.rst#custom-scheduler-filters [3] https://github.com/salt-formulas/salt-formula-nova/blob/master/metadata/service/control/single.yml#L20 Change-Id: I24eb86c53574c80ceb33ecd1bfcb9ef2727d4263 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-09-18Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/sfc from branch 'master' - Add new variables for ODL Fluorine Change-Id: I80429ebcfd9e4a9c347b1b1865f4584b9bce1a66 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-09-18Update git submodulesVenkata Harshavardhan Reddy Allu1-0/+0
* Update docs/submodules/sfc from branch 'master' - Refactor unit tests in 'test_openstack_utils.py' JIRA: SFC-126 JIRA: SFC-129 Some of the unit tests I wrote earlier needs to be separated into individual unit tests, which Mr Dimitrios has mentioned in one of my previous commits. Unit tests are supposed to be independent & should only test one test case at a time. This patch fixes them. Change-Id: Ie4651c0eeede5fe729356664493708d8144ff84a Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
2018-09-18Update git submoduleswenjuan dong1-0/+0
* Update docs/submodules/doctor from branch 'master' - Merge "delete doctor datasource in congress when cleanup" - delete doctor datasource in congress when cleanup If we delete doctor driver in congress configuration when cleanup, the doctor datasource still existed, it will be raise an exeption in congress server and the service can't be started. Change-Id: Icefde9964229ef3d55af09cc2e81680cb8d19813 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-09-18Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/stor4nfv from branch 'master' - Remove check_envs call It was removed because it was useless [1]. [1] https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-fraser/772/console Change-Id: I7620e959f756bb77e65dd1f770ecdb40e7042629 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-18Update git submodulesVenkata Harshavardhan Reddy Allu1-0/+0
* Update docs/submodules/sfc from branch 'master' - Refactor unit tests in 'test_test_utils.py' JIRA: SFC-126 JIRA: SFC-129 Some of the unit tests I wrote earlier needs to be separated into individual unit tests, which Mr Dimitrios has mentioned in one of my previous commits. Unit tests are supposed to be independent & should only test one test case at a time. This patch fixes them. Change-Id: I1ccecf049645fe4996d8b4fa5425d485727e1ae0 Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
2018-09-18Update git submoduleswenjuan dong1-0/+0
* Update docs/submodules/doctor from branch 'master' - Merge "run profile even the notification time is larger than 1S" - run profile even the notification time is larger than 1S Change-Id: Ide5ff5e1c894e3144ac07f14b76b7092539d39f6 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-09-18Update git submodulesspisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Updated ansible API calls to Ansible library version >=2.4 JIRA: SNAPS-287 Change-Id: Id422bb6e85eee249a2cf7969130b472e110a7662 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2018-09-18Update git submodulesTomi Juvonen1-0/+0
* Update docs/submodules/doctor from branch 'master' - Update and add test case Fault management test case update Adding maintenance test csae Change-Id: I4ba1e445aa9f801c4e539257fff538253675537d Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
2018-09-18Update git submodulesGeorg Kunz1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Adapting local docs build and remove build warnings The OPNFV docs project will remove its submodules and enable local docs builds. This patch prepares the Dovetail repo according to the official transition guide: https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html This patch also applies syntactical changes which eliminate the sphinx doc build warnings. Change-Id: Ief8fd2d1c3e39b232d214a9ab392879ee4a492c8 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2018-09-18Update git submodulesHarry Huang1-0/+0
* Update docs/submodules/compass4nfv from branch 'master' - Merge "Skip openvswitch reinstall task for sfc" - Skip openvswitch reinstall task for sfc JIRA: - Change-Id: I56867d6c9b1f4db4c5f762e93dcf7164918c8ef9 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-09-18Update git submodulesHU Xinhui1-0/+0
* Update docs/submodules/compass4nfv from branch 'master' - Merge "Add kubespray to perform the result check" - Add kubespray to perform the result check Change-Id: I61f4d97e68e137d4cadfad1dd260c69788946c47 Signed-off-by: yjun <xy.0520@hotmail.com>
2018-09-18Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/barometer from branch 'master' - Fix links to remove references to submodules All references to submodules must be removed for docs to work going forward. Can be tested once your project has a local tox file Change-Id: Ia3e70902fb23c3612372b01aa2f51512057af951 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-09-17Update git submodulesRicardo Noriega1-0/+0
* Update docs/submodules/apex from branch 'master' - Fix per-network routes to NIC templates dependency Change-Id: I9e01f1164fc72915b92dfb1c0aad7414c484567e Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
2018-09-17Merge "Documenting OPNFV GCE machins"Aric Gardner1-0/+131
2018-09-17Update git submodulesTina Tsou1-0/+0
* Update docs/submodules/auto from branch 'master' - Merge "update of INFO.yaml" - update of INFO.yaml removed Mohan need +2 from enough current committers Change-Id: Iab1c04e0aa6f06b9080ac5729be7372e4d0c834c Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
2018-09-17Update git submoduleslouie.long1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Align testcase formats and complete volume testcase descriptions. Change-Id: Ie7497f6e5ef79726d8cbbcd9f05bffa2aac6c8b8 Signed-off-by: louie.long <longyu805@163.com>
2018-09-17Update git submodulesYibo Cai1-0/+0
* Update docs/submodules/compass4nfv from branch 'master' - docs: update arm deployment doc Change-Id: I09558eea301f7823d37b9303a46420dacd411569 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-09-17Update git submodulesYang (Gabriel) Yu1-0/+0
* Update docs/submodules/bottlenecks from branch 'master' - Merge "bug-fix: kubectl not installed in Bottlenecks docker" - bug-fix: kubectl not installed in Bottlenecks docker JIRA: BOTTLENECK-246 Resulting in falure in executing k8s capacity test in Bottlenecks CI Change-Id: Ibf94ccc3d9ce6963ddbc76f8e2168b3a841e347b Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-09-17Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/sfc from branch 'master' - Merge "Refactor unit tests in 'test_odl_utils.py'" - Refactor unit tests in 'test_odl_utils.py' JIRA: SFC-126 JIRA: SFC-129 Some of the unit tests I wrote earlier needs to be separated into individual unit tests, which Mr Dimitrios has mentioned in one of my previous commits. Unit tests are supposed to be independent & should only test one test case at a time. This patch fixes them. Change-Id: Iaf20e5868491f0627882929a953f3c4a3273f626 Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
2018-09-16Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng-xci from branch 'master' - Merge "xci: Drop custom XCI certificates" - xci: Drop custom XCI certificates OSM requires a CA even when we create a self-signed certificate. We don't actually need to do that since HAproxy and friends can create the whole chain for us, so we can finally get rid of this playbook. installer-type:osa deploy-scenario:os-nosdn-nofeature Change-Id: I14a3adbe3492cd6c562c5167c42dd45756e8e3dd Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-09-16Update git submodulesYang (Gabriel) Yu1-0/+0
* Update docs/submodules/bottlenecks from branch 'master' - Merge "bug-fix: get k8s config" - bug-fix: get k8s config JIRA: BOTTLENECK-243 Geting k8s config using sshpass will fail when frst time loginning to k8s master. Add -o StrictHostKeyChecking=no to input the prompt. Change-Id: Ib9ab3617b6d50ab85be317faf715f751fcda9149 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-09-15Update git submodulesSam Hague1-0/+0
* Update docs/submodules/sfc from branch 'master' - Merge "Fix links to remove references to submodules" - Fix links to remove references to submodules All references to submodules must be removed for docs to work going forward. Can be tested once your project has a local tox file Change-Id: I8953e7bece19cb5ab733ce15733e4668ca8d6bc1 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-09-15Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Disable test_auto_allocated_topology_rbac in patrole It fails at least vs OpenStack Queens. OPNFV Gambia Installers are still falsy running latest then we do disable it. It has to be double checked as soon as Functest can be verified vs Rocky or newer. Change-Id: I7126c61d0c26b16f9058ed813af3344ca2930a86 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-15Update git submodulesYang (Gabriel) Yu1-0/+0
* Update docs/submodules/bottlenecks from branch 'master' - docs for k8s capcaity test JIRA: BOTTLENECK-245 Change-Id: Id7a0a9bfdebea8a9655e744ce9edf3963e61a024 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-09-15Update git submodulesXavier Simonart1-0/+0
* Update docs/submodules/samplevnf from branch 'master' - Improve l3fwd performance JIRA: SAMPLEVNF-128 Improve performance of l3fwd use-case. L3fwd did not disable TX offload flags, which resulted in non-vector mode to be used in pmd in some cases like bare-metal. Note that in some cases such as virtio, vector mode was already used as OVS reports that it does not support TX-offload, hence TX-offload was already disabled on virtio. Using vector mode usually brings higher performance. Change-Id: I102b846d604a9cf28c6b7dae8bedbe918ccfcf6c Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
2018-09-14Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Change dir when calling stestr" - Change dir when calling stestr https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-master/467/console Change-Id: Icaa773cf61397650e73a01b182a759dd64b11b95 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-14Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Update snaps commit id" - Update snaps commit id In order to get fix for ovs/dpdk based scenarios vs snaps_smoke suite. Change-Id: Ib815d96968daa13ae186e2dd6ae0a7686347bb13 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2018-09-14Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Update Release Notes Change-Id: I51fd66dc73bb5f0628454eabbd629a6fbda3666d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-14Update git submodulesDimitrios Markou1-0/+0
* Update docs/submodules/fuel from branch 'master' - Bug fix : Increase NUMA nodes RAM Each compute node has 16 GB of RAM but those GBs are splited wrongly to each NUMA node (4 GB instead of 8 GB). JIRA: FUEL-387 Change-Id: Ibe784727c8a262b41add04ad3a41c70f25ded684 Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2018-09-14Update git submodulesPatrice Buriez1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Fix Yardstick Docker image ARM build Soften sed pattern, in order to cope with new contents of ansible/install.yaml, recently modified by change 61173. Previous sed pattern does not work anymore against this changed line: https://gerrit.opnfv.org/gerrit/#/c/61173/4/ansible/install.yaml@39 JIRA: YARDSTICK-1411 Change-Id: I1e1ebd454900252c29263e746470e18e3139e016 Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
2018-09-14Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Update get_openstack_version() It takes Rocky maximum version into account. Change-Id: I55469de4a63f1f824222660130a20d7fd8fa42c3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-14Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'master' - [ha] Get OVS 2.9 & DPDK 17.11 from UCA repo * to be compatible with HWE kernel * make neutron balancing to RR back * turn off glance v1 api support (doesn't relevant for now) Change-Id: I916aae10f523be339c20de32218ce03c245afe72 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2018-09-14Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Disable all OPNFV Features For the time being, none is synced to run vs OpenStack master or Rocky. Change-Id: Iad0b99cfc1407fb514ddf4580363e03d94b4a498 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> - Update Patrole to 0.4.0 Change-Id: I6e4634b4633075c0146bef064deb28f2ae34472b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> - Switch to networking-* master Change-Id: Iee875b514c27e6f8b95517cf6cf2c4325fb3acba Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-14Update git submodulesxudan1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Update code base and docs to 2018.09 The official name of the next release is going to be 2018.09. We need to rename all occurrences of 2018.08 in the code base, the documentation, and the web portal. JIRA: DOVETAIL-740 Change-Id: Ie0e532d6671b7590454e9afd960a2934f313a022 Signed-off-by: xudan <xudan16@huawei.com>
2018-09-13Update git submodulesAbhijit Sinha1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Cleanup unittests for test_lmbench" - Cleanup unittests for test_lmbench unused-arg check was re-enabled after being disabled at a file level. Changes were made so that the file conforms to our testing conventions. Change-Id: Ie34a0088258c1aaff6cb0fdf0b86b37920d35bd6 JIRA: YARDSTICK-1384 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2018-09-13Update git submodulesMytnyk, Volodymyr1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Assign IXIA ports in one call instead of one by one Assigning IXIA ports one by one takes more time than assign all ports by once. Also, assigning ports in one call resolves the assign port issues caused on some IXIA chassis versions. JIRA: YARDSTICK-1425 Change-Id: Ibb08e40ee1a8762573f6752bdd1f583c5a1d9d2a Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com> Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
2018-09-13Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Fix typo This line should have been deleted by the previous commit. Change-Id: I18eb2dcc3c6124127c2bba2c9ec6e524caae8b09 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-13Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng-xci from branch 'master' - Enable post-deployment for k8s based scenarios k8-calico-onap scenario will have post deployment tasks to install ONAP using OOM so post-deployment tasks are required to do that. deploy-scenario:k8-calico-nofeature installer-type:kubespray Change-Id: I67c8188cb573f6fc5c80e15a9101cacca1b7b10e Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-09-13Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Update rally to conform with cinder micro API It was applied on ollivier containers to ensure rally can verify cinder [1]. [1] https://review.openstack.org/#/c/587314/ Change-Id: I579dca8e6c2c7b3d7f49bca7a6b0c14e18a8e907 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-13Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Update constraints to OpenStack master Change-Id: I77765db676e06fef5ccb9ae73a9c995ad4fb76d2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-13Update git submodulesHarry Huang1-0/+0
* Update docs/submodules/compass4nfv from branch 'master' - Merge "Add license" - Add license Change-Id: I139c48ca3498a5a1e399abb3ef999da67a47c921 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-09-13Update git submodulesEmma Foley1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Add UT: ArithmeticRunner exception handling" - Add UT: ArithmeticRunner exception handling * Use time.sleep to avoid multiprocessing.Queue broken pipe error. JIRA: YARDSTICK-1245 Change-Id: I1ef1f8e68a553278996b38c226314c13dd974faa Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
2018-09-13Update git submodulesMytnyk, Volodymyr1-0/+0
* Update docs/submodules/yardstick from branch 'master' - IXIA traffic mac address is set incorrectly IXIA API sets the src/dst mac of the traffic always into default value. The `srcmac`/`dstmac` is never set in `traffic_param` map [1]. Instead the src/dst mac is stored in traffic_param[`outer_l2`]. [1] https://gerrit.opnfv.org/gerrit/gitweb?p=yardstick.git;a=blob;f=yardstick/network_services/traffic_profile/ixia_rfc2544.py;h=44bf2eafc7f8cf03ebd2c8520d316358fe1e5fc2;hb=HEAD#l92 JIRA: YARDSTICK-1423 Change-Id: Iabab7a54404b284d3b95bbea6c8624233c138351 Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
2018-09-13Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Updated from global requirements Change-Id: I98eb95664569d392af266b22c054f7a2121c98db Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-13Update git submodulesRex Lee1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Update configure_uwsgi run in baremetal/container" - Update configure_uwsgi run in baremetal/container Now "daemonize" prevents from installing Yardstick on baremetal. Configuring: "daemonize" in case "container" installation mode; "logto" in case "baremetal" installation mode; JIRA: YARDSTICK-1395 Change-Id: Ie390464db9c0816583edc711ed6526629d091bd3 Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>