summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-09-11Update git submodulesMaryam Tahhan1-0/+0
* Update docs/submodules/barometer from branch 'master' - src: add pmu-tools to the src build Change-Id: Ia9e0cbf6793a6ce5be5253f65cabd0813ff1e968 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-09-11Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "Add & fix licensing in README.rst files, align ext" - Add & fix licensing in README.rst files, align ext Rename all variations of README files to README.rst. Fix license headers according to OPNFV Contribution Guidelines [1]. Markdown syntax will be switched to rst in an ulterior change. [1] https://wiki.opnfv.org/display/DEV/Contribution+Guidelines Change-Id: I2c71fd62b38f218545507c79c39e07dbd35f7c88 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-11Update git submodulesZhijiang Hu1-0/+0
* Update docs/submodules/daisy from branch 'master' - Add developer doc for deployment detail Change-Id: I03c283222060677f7ce7b5ddb0241db78e52b481 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-09-11Update git submodulestomsou1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Fix the config.yaml including for each testcase At each testcase, adapt the way config.yaml is included via sdnvpn.lib.config.TestcaseConfig(). The full path should be included, instead of just the testcase name JIRA: SDNVPN-180 Change-Id: I34828cc3681f08b843db49c6a221602b5b2022bf Signed-off-by: tomsou <soth@intracom-telecom.com>
2017-09-11Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Change nginx configuration" - Change nginx configuration Since landing page have changed from reporting2 to testing, the nginx configuration need some adoption. If the pre url change again, we need to config the base_url when start our docker container. For example: docker run -itd -p 8084:8000 -e SERVER_URL testresults.opnfv.org/xxx/api opnfv/reporting:latest Change-Id: If3c9f9af76fcfc8047b5b9559fcc8bd45740d4d2 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2017-09-11Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "os_cacert: Parametrize VIP used in path by cp.push" - os_cacert: Parametrize VIP used in path by cp.push JIRA: FUEL-274 Change-Id: Ia77948ba3e99c47aa86fcca20c67d80e2e761208 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-11Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "scenario: Add AArch64 defaults" - scenario: Add AArch64 defaults Move scenario defaults.yml out of virtual/baremetal dirs, unifying them into a single, arch-specific defaults configuration file. Add AArch64 equivalent config, and arch-qualify default filename. For AArch64, bump VCPU number from 2 to 6. Change-Id: If9b39850af96e4c46e868b1d532bd301f9fd9f26 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-11Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "reclass: virtual: Factor out common infra config" - reclass: virtual: Factor out common infra config Change-Id: I669a81cf46a4ac988a1ea04c3b9d297ae67a0a62 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-11Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "log.sh: Collect /var/log from cluster nodes" - log.sh: Collect /var/log from cluster nodes Bring back <ci/deploy.sh> parameter `-L`, which is already passed by releng deploy script. Since we need to enable file_recv on salt master, do so by adding a new class in <virtual-mcp-ocata-common/infra/config.yml>, which will be inherited by all scenario reclass models. JIRA: FUEL-288 Change-Id: I9b649315984fb8580b63883d0e06c1e1efd11057 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-11Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - bash scripts: Fix remaining shellcheck warn/errs Fix/silence all shellcheck errors, except for scripts in <prototypes/sfc_tacker>. Change-Id: Idc317cdba0f69b78299f2d3665e72ffc19dd8af5 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-11Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Leverage on pbr (Python Build Reasonableness)" - Leverage on pbr (Python Build Reasonableness) pbr can inject requirements into the install_requires, tests_require and/or dependency_links arguments to setup. It finishes cleaning the requirements management [1] for all OPNFV projects integrated by Functest. [1] https://wiki.opnfv.org/display/functest/Requirements+management Change-Id: I30b76db8dcaba809e0b314fbd06ae04d24c8baca Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-09-11Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "run Functest daily in xci" - run Functest daily in xci Functest daily is based on the functest alpine dockers: - healthcheck - smoke - features - vnf Change-Id: I922f3a5946e8bc06229fb03a959abd2bfead132b Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-09-11Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Allow live migration related tests to run" - Allow live migration related tests to run For tempest or rally, if there are more than 1 compute node, live migration related tests should not be skipped or blacklisted if shared storage is enabled via ceph. Change-Id: Ic93e4f508b597c657abe8d246f0cf9c2b5dfd020 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-09-11Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Remove Parser from the former Container" - Remove Parser from the former Container A dedicated Alpine container has been built for running the Parser testcase as it requires stable/pike instead of stable/ocata. Change-Id: Ifece75c64c1ed860eca7d0524ca581f41fc89276 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-09-11Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Remove get_repo_tag" - Remove get_repo_tag Not in use after removal of multisite support [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/39569/ Change-Id: I1346c78743690a2e5279d3b1883501dfe19078e3 Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
2017-09-11Update git submoduleshu xinhui1-0/+0
* Update docs/submodules/compass4nfv from branch 'master' - Add k8s support JIRA: - Add a new k8s scenario for compass Change-Id: Ic5f58a6152315333684e4f2752aaa0d5d870d9ee Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
2017-09-11Update git submodulesJun Li1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Use dovetail cvp.0.6.0 to run Dovetail test" - Use dovetail cvp.0.6.0 to run Dovetail test Change-Id: I63e361eebe1345a34086ecbe99aba4504cb0f5bc Signed-off-by: xudan <xudan16@huawei.com>
2017-09-11Update git submodulesKubi1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "change outage_time from 20 to 30s" - change outage_time from 20 to 30s Change-Id: I255c71a75d748f8e7401815a2a5890111a1ee2f5 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2017-09-11Update git submodulesRex Lee1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Add API(v1) to get real time log" - Add API(v1) to get real time log JIRA: YARDSTICK-805 We need to get real time log if we use API(v1) run test case. API: /yardstick/tasks/<task_id>/log For example: http://ip:port/yardstick/tasks/14795be8-f144-4f54-81ce-43f4e3eab33f/log?index=0 Change-Id: Ic0bf10f26f4f07d3264f2415c4923a1bfded2f81 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2017-09-11Update git submoduleshongbo tian1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Merge "Clarify criteria for testcase inclusion as running in Functest/CI And additional clarifications." - Clarify criteria for testcase inclusion as running in Functest/CI And additional clarifications. JIRA: DOVETAIL-477 Replace tabs. Further clarify testing programs and optionality criteria. Change-Id: I8eebdf215fb7cc75a6da9748629b1a73d0b71d19 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-09-11Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Updating reporting url and fixed a bug" - Updating reporting url and fixed a bug Changing the url of the reporting to the original one. Change-Id: I2973a4b7d28cbdd725a4764dffbf777c3fc2e937 Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com>
2017-09-11Update git submoduleszhihui wu1-0/+0
* Update docs/submodules/qtip from branch 'master' - Merge "Mitigating for missing values in storage QPI." - Mitigating for missing values in storage QPI. - Update unit tests Change-Id: I7bfe89dc6bbe1cafe13b2f3e4f9356a06a59c68b Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-09-11Update git submodulesYujun Zhang1-0/+0
* Update docs/submodules/qtip from branch 'master' - Use minimal output Easier to read the log message Change-Id: I49d61aa666a261e3e3bf3795cfe4341dca865dcb Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-09-11Update git submodulesYujun Zhang1-0/+0
* Update docs/submodules/qtip from branch 'master' - Removed used setting in qtip package configuration - benchmark folder has been removed - opt file is not necessary for qtip install Change-Id: I49e62d4447033ca478e76de2ed8c408c97d11fc7 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-09-10Update git submodulesjulien zhang1-0/+0
* Update docs/submodules/parser from branch 'master' - Merge "Update heat-translator requirement" - Update heat-translator requirement Currently heat-translator use openstack tosca-parser other than nfv-toscaparser, this patch modifies the requriement since nfv-toscaparser has tagged and published to pypi. JIRA: PARSER-150 Change-Id: Ib1ddf28f0932fbe19f25627ad4ef5df2d16dca0a Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
2017-09-10Update git submodulesjulien zhang1-0/+0
* Update docs/submodules/parser from branch 'master' - Merge "Fix StatefulEntityType when entitytype is not define" - Fix StatefulEntityType when entitytype is not define Currently, if a entity type is not defined, the defs in StatefulEntityType will be none, then the access to self.defs will raise error, finally the parser will be crushed. this patch will enhance it. JIRA: PARSER-153 Change-Id: I5db50102e9c63428298ce6c8ecbf38e3bd8e57f8 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
2017-09-10Update git submodulesjulien zhang1-0/+0
* Update docs/submodules/parser from branch 'master' - Merge "fix costum datatype definition in parameters" - fix costum datatype definition in parameters Currently, support customized datatype in parameters is error when transfer custom_defs in DataEntity.validate_datatype(self.type, value, None, datatype), it should be full custom definitions , not only one definition. the patch will fix it. JIRA: PARSER-152 Change-Id: If6d59f21fa75cbdf4e8e16f093e3d807910ad234 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
2017-09-10Update git submodulesjulien zhang1-0/+0
* Update docs/submodules/parser from branch 'master' - Merge "Add debug mode parameter" - Add debug mode parameter In debug mode, it's not allowed to raise exceptions as possible for convinient to debug more details, this patch will add parameter to enable such scenario. The requirement is from ONAP JIRA: PARSER-148 Change-Id: Ide8acec333d17331bd6ed400110a141391fd3593 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
2017-09-10Update git submodulesjulien zhang1-0/+0
* Update docs/submodules/parser from branch 'master' - Merge "Refactor heat-translator setup.py" - Refactor heat-translator setup.py Overwrite setup.py in heat-translator project to uninstall openstack heat-translator before build/install nfv-heattranslator. JIRA: PARSER-151 Change-Id: I65da014439e3c07b866b3baf8643e569d813165c Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
2017-09-10Update git submodulesjulien zhang1-0/+0
* Update docs/submodules/parser from branch 'master' - Merge "Package for funectest" - Package for funectest Modify the install script JIRA: PARSER-125 Change-Id: Ia43687286fb8ac3b18b816aa5e4928ce9a12beec Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
2017-09-10Update git submodulesZhijiang Hu1-0/+0
* Update docs/submodules/daisy from branch 'master' - get_mac_addresses_for_virtual() suppors all-in-one env Change-Id: I6514292b16c784ced0dcb82d639fe10b425d63e2 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-09-09Update git submodulesShrenik1-0/+0
* Update docs/submodules/storperf from branch 'master' - Adds ENV_FILE to create_compose.py env_file was accidentally removed. JIRA: STORPERF-202 Change-Id: Ib2bcb3ab8e2fe8cec7a3a7fa7ef8160f77ec5bc8 Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
2017-09-09Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'master' - Merge "Revert "External network for ocl"" - Revert "External network for ocl" This reverts commit b71fa1a1b388d3db115677541afac6042fa9b07e. Change-Id: Ic54ed7ad43b61785038c7597bba3d7fafcc13fb6 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-09-09Update git submodulesAlex Yang1-0/+0
* Update docs/submodules/daisy from branch 'master' - Export kolla preparation log when install failed Change-Id: I08844b899de2dba539b3c3942345f83d1ac3c198 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-09-09Update git submodulesYichen Wang1-0/+0
* Update docs/submodules/nfvbench from branch 'master' - [NFVBENCH-20] Use updated kernel for the image 1. Update testpmd to DPDK 17.05.2; 2. Update VPP to 17.07-30; 3. Fix the script to use the new kernel; buildvm Change-Id: Icd62ff1c383598db4f80bc9b36794ff0f8d0e56c Signed-off-by: Yichen Wang <yicwang@cisco.com>
2017-09-08Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Restarts libvirtd after stopping firewalld When stopping firewalld, libvirtd needs to be restarted in order for libvirt to use/populate iptables with the NAT rules for the default virsh network. JIRA: APEX-510 Change-Id: Ia5b4515fd961baa70de58814e9eae4b397db28a7 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-09-08Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'master' - Merge "External network for ocl" - External network for ocl Change-Id: Ied614962516eeb2f2359a349632e1347f85d69e6 Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
2017-09-08Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'master' - enable heat for OCL and try. Change-Id: Ie114402ec96d5e809dbf990ac9b1d0410a436ff2 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-09-08Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - u/fuel: Bump & rebase for mcp.rsa relocation mcp.rsa will now be available in /var/lib/opnfv/mcp.rsa. JIRA: FUEL-280 Change-Id: I933c669ddde495f0decba2fcc7fc8d9818a24620 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-08Update git submodulesmbeierl1-0/+0
* Update docs/submodules/storperf from branch 'master' - Update Output Format Show sample of standardized JSON output for single job run. Change-Id: Iec20cdcb3de02550bdca5da6257be21cbb4c0c1f JIRA: STORPERF-203 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-09-08Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "installers: Use global macro 'clean-workspace'" - installers: Use global macro 'clean-workspace' Change-Id: I34a555697d963efc38064a7b53f25191d6bf1382 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-08Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Remove VNF catalogue from releng It has been transfered to sample vnf repo [1]" - Remove VNF catalogue from releng It has been transfered to sample vnf repo [1] [1]: https://git.opnfv.org/samplevnf/tree/VNF_Catalogue Change-Id: I418151bd24517efeb66fc0ae76cb9e091bd130f6 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-09-08Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Comment Pending JJB Changes on Patchset" - Comment Pending JJB Changes on Patchset Each time a patchset is created that has an effect on Jenkins jobs, a non-voting job will trigger that comments to Gerrit which jobs are added, modified, or deleted. This should help developers judge the overall impact an individual patchset may have on Jenkins since JJB macros can be expanded to any number of jobs. Change-Id: I99f9b68bc7933abfa39a941d6e65a73f62e58e56 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-09-08Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "fuel-deploy.sh: Add missing quotes in 'sudo -E'" - fuel-deploy.sh: Add missing quotes in 'sudo -E' Previous commit extended the SUDO variable to include '-E', but failed to properly quote the full `sudo -E` string, resulting in "command not found" errors. Change-Id: I266aa5259f09c3605e1c5a7ad165397ce83be0bb Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-08Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Apex: Explicitly define file paths" - Apex: Explicitly define file paths Due to bug with forbidden file paths conflicting with file paths this explicitly defines all the file paths in apex. This isn't the greatest solution in the case where someone adds a new folder, but chances are they will also modify one of the other files as well. Note it also fixes a bug where unit tests woudl run twice because it would be triggered as part of apex-verify-master and apex-unit-tests-master. Change-Id: I6b10f8eb70c2cd7c8dd5c01363e06b7458c00127 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-09-08Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "Move mcp.rsa to /var/lib/opnfv" - Move mcp.rsa to /var/lib/opnfv JIRA: FUEL-280 Change-Id: I1e07b0e1597b2a1e4a92e1274f89dda62cb81bb8 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-08Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "fuel-deploy.sh: Preserve env vars in sudo call" - fuel-deploy.sh: Preserve env vars in sudo call SSH_KEY and other env vars set by Jenkins should be preserved when using sudo to invoke the Fuel deploy script. JIRA: FUEL-280 Change-Id: I495589a4a0519b3a5052cd5e5dc3122f9e49c215 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-08Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "fuel, armband: Move mcp.rsa to /var/lib/opnfv" - fuel, armband: Move mcp.rsa to /var/lib/opnfv JIRA: FUEL-280 Change-Id: I95559dcafbd179e5b7305dd0f23a7b3d89056888 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-08Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "storperf: Increase timeout for verify job" - storperf: Increase timeout for verify job AArch64 build runs inside a VM, which tends to be slow. Until we move all AArch64 builders to baremetal, let's increase the timeout from 30 min to 60. Change-Id: I0e16d32ac1cbe8f13b24e3cadb87715f12360d7a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-08Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Merge "Adjustments to tmp dir handling" - Adjustments to tmp dir handling - prefixing with apex_tmp - removing overcloud qcow on failure JIRA: APEX-513 Change-Id: I766df10c294c31622917bbd5b0597e3373716d8b Signed-off-by: Dan Radez <dradez@redhat.com>