summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-10-03Transition OVN4NFV Docs away from submodulesTrevor Bramwell3-5/+1
Uses intersphinx linking to reference ovn4nfv documentation hosted on RTD. Change-Id: I31a35c8c7bd49ab7f2e64edfec28d346652b0afc Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-03Update git submodulesStamatis Katsaounis1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Remove tempest networking bgpvpn testcases JIRA: SDNVPN-230 This patch removes networking bgpvpn testcases from sdnvpn project. The testcases from gambia release and up until now they run by functest project inside smoke container. There is no reason to run them inside features functest container any more. Change-Id: Iae031c17d15822358bfe21448c0d16fa14bc35de Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-03Update git submodulesJohn O Loughlin1-0/+0
* Update docs/submodules/barometer from branch 'master' - Adding support for prometheus using ansible To enable add the following with your ip address to your inventory file: [prometheus_hosts] 172.24.4.19 Change-Id: I85add815367bcbcf1240398db2c43c2130537969 Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
2018-10-03Update git submodulesEmma Foley1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Fix influxdb "field type conflict" error" - Fix influxdb "field type conflict" error JIRA: YARDSTICK-1457 Field types must be consistent across points in a measurement, otherwise influxdb rejects newer points with "field type conflict" error. This error was faced when "theor_max_throughput" field, meant to be assigned as a float from "TxThroughput" sample, was instead assigned as an int from initial value of theor_max_thruput variable. This especially occured for subsequent packet sizes, when theor_max_thruput variable was reset to its default int value. This fix changes the default value of theor_max_thruput variable to 0.0, and also makes sure that the default value for "Actual_throughput" field is consistently a float. Change-Id: If8d4f1297094709fe9657ab3e2b8adaad09815b2 Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
2018-10-03Update git submodulesAbhijit Sinha1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Fix NSB PROX L3FWD dropping packets" - Fix NSB PROX L3FWD dropping packets JIRA: YARDSTICK-1037 Adjusted number of RX/TX descriptors to 2048, instead of default 256, in order to cope with interrupts during which no packets are received by the core, which results in the NIC dropping packets when it gets out of available descriptors to buffer them. Also adjusted mempool size, because more descriptors need more mbufs. This change aligns L3FWD test case with other test cases, for which number of RX/TX descriptors is already set to 2048. Change-Id: I11378c078398aca799295b619bb3d14dbee04ca3 Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
2018-10-03Update git submodulesAbhijit Sinha1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "NSB PROX NFVi Test does not stop after reaching expected precision" - NSB PROX NFVi Test does not stop after reaching expected precision JIRA: YARDSTICK-1419 When using prox_binsearch algorithm, a binary search is performed, increasing lower bound when step was successful and decreasing upper bound when the step was a failure. This runs until the test_precision (as specified in the traffic profile) is reached. When the test precision is reached, the test is not completed until the runner duration is reached. As runner duration is usually high (e.g. 1800sec), the tests take much too long to execute. This makes it difficult to create test suites. Change-Id: I6cc503a09fb534a556c61c805e6df4786bb8cc4b Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
2018-10-02Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Merge "Local Documentation Builds" - Local Documentation Builds This adds configuration for performing local documentation builds with the following simple command: tox -e docs This patch is part of our documentation effor to Move away from submodules https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html added index.rst so that docs build succsesfully Change-Id: I2d28f03ad4d5c9c14de095dc544257af9d1e51d9 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-02Update git submodulesAaron Smith1-0/+0
* Update docs/submodules/barometer from branch 'master' - Merge "WIP: Add role to auto install docker on hosts" - WIP: Add role to auto install docker on hosts Auto install docker with dependencies on hosts: apt install python apt install python-pip pip install docker-py apt install docker.io Set docker proxy using host proxy settings. Updated documentation. Change-Id: Ibec7e0a7e484d5a9a8656cd3598c3acc7c2e2184 Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
2018-10-02Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/sfc from branch 'master' - Add ceilometer to the scenario Due to the n-odl dependency, ceilometer must be part of the scenario. There is a chicken-egg problem with this patch. There is a XCI patch which will not get a +1 from jenkins if this patch does not get merged. However, this patch will not get a +1 from jenkins unless XCI patch gets merged. This is XCI's patch: https://gerrit.opnfv.org/gerrit/#/c/62419/ Change-Id: I145ac35dcb94d40f6e21a1a49ae5a1e754434a10 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-10-02Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - [license] Cleanup duplicate LICENSE files github.com auto-detects the licensing terms if and only if the root directory contains a single license file. To leverage this, distinguish via main README file between: - main fuel repository license (apache-2.0); - documentation license (cc-by-4.0); - 3rd party licenses (non-exhaustive list for 3rd party projects); While at it, add missing license headers to docs auxiliary files. Change-Id: I7bd25573b0c2b8d16881c7ae72198f5981683c08 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-10-02Update git submodulesSerhiy Pshyk1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Modify IxNextgen API for traffic model configuration Changes to IxNextgen API: - modify API for traffic model configuration so that it can be used to create/configure different models - add methods to start and stop protocols on IxNetwork - add method for getting assigned ports JIRA: YARDSTICK-1455 Change-Id: I43c10fea9ba83994caf373ceff8b0252a45439b3 Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
2018-10-02Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/releng-xci from branch 'master' - [Baremetal] Include a baremetal variable It switches between parts of the code which are specific for baremetal or non-baremetal. Those parts come with this patch: https://gerrit.opnfv.org/gerrit/#/c/60797 It also selects different variables when calling the opnfv-virtual.yml playbook: https://gerrit.opnfv.org/gerrit/#/c/60795 It decides the value of BAREMETAL based on the vendor value of the pdf Change-Id: I8e6171f4f21db7f814a472e6ed1bacb30220b4ec Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-10-02Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/releng-xci from branch 'master' - [baremetal] idf for opnfv_vm and update the pdf Physical hardware PODs provide a pdf and a idf to describe hardware and other information (e.g. what is the purpose for each interface). To reuse the same code for opnfv vm and also become consistent, we should also describe the opnfv vm with an idf and a pdf. This patch simplifies what needs to be done for baremetal, especially for this (future) patch: https://gerrit.opnfv.org/gerrit/#/c/60797/11 As we add an idf, we should update dynamic_inventory and how we create the opnfv vm. Obviously, he opnfv_vm.yml gets removed. Change-Id: I930728474631fc214e4a9adc8581e0c16d230176 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-10-01Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/copper from branch 'master' - Local Documentation Builds This adds configuration for performing local documentation builds with the following simple command: tox -e docs Change-Id: I8f472b3f2fd6f5fbad97a728166b17f33cf5cb24 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-01Update git submodulesBIN HU1-0/+0
* Update docs/submodules/ipv6 from branch 'master' - Updated documentation - User Guide Change-Id: I83a00bb0a281702716a0195e995fe0ccf3c409c1 Signed-off-by: BIN HU <bh526r@att.com>
2018-10-01Update git submodulesxudan1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Bugfix: There is an exception when crawling Yardstick results If there is no pod.yaml, the results data looks like, {"status": 2, "result": "[Errno 2] No such file or directory: u'/home/opnfv/userconfig/pre_config/pod.yaml'"} It will get an exception when reading value from file, File "/usr/local/lib/python2.7/dist-packages/dovetail/report.py", line 327, in crawl_from_file criteria = data['result']['criteria'] TypeError: string indices must be integers https://build.opnfv.org/ci/view/dovetail/job/dovetail-apex-baremetal-default-mandatory-master/52/console Change-Id: I73ca3e5ae73433a2dc139789df4d67e8c583be08 Signed-off-by: xudan <xudan16@huawei.com>
2018-10-01Update git submodulesNikos Karandreas1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Merge "Fix run_tempest testcase" - Fix run_tempest testcase JIRA: SDNVPN-221 This patch makes run_tempest testcase functional again. Due to changes to functest codebase this tescase was failing due to an exception when trying to get verifier id, because no verifier is created from functest, as it used to happen before. Change-Id: Ia31e913b81672215f607055765cac368b8ad5412 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-01Update git submodulesTomi Juvonen1-0/+0
* Update docs/submodules/doctor 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: I3f04ea564b98cc100ea1438f08b1afe3c4c4416d Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-01Update git submodulesxudan1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Delete the invalid url which causes jenkins-ci failed For Functest, it uses Shade instead of openstack python client. Remove the link of openstack python client and replace with shade. Change-Id: I5660ecdc243468a1da7854cde3a98ce424dbffe4 Signed-off-by: xudan <xudan16@huawei.com>
2018-09-30Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Migrates from queens to rocky For now we need to retain the ability to deploy odl-queens for CSIT. Change-Id: Idea550ff5e7aeb230aa93d3575de11e5e9656302 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-09-29Update git submodulesHarry Huang1-0/+0
* Update docs/submodules/compass4nfv from branch 'master' - Disable swap for kubernetes scenario JIRA: COMPASS-619 Change-Id: I121399f8d034cce48a819aed3dde2d03c84ce249 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-09-28Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Enable OVN scenarios As of Queens only HA OVN deployments are supported. Change-Id: I184c5a096fec9cbc3cf2ec06218700138ea3ed57 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-09-28Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/releng-xci from branch 'master' - Add idf and pdf to the xci-create-virtual.yml This patch complements this other: https://gerrit.opnfv.org/gerrit/#/c/62575/2 We require the pdf and the idf (when doing baremetal) in the create-vm role, so we should propagate that variable to the playbook that triggers those roles Change-Id: I15806d386db4e6b11192829f2dbc61662bffec2b Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-09-28[fuel] Fix broken referencesAlexandru Avadanii1-2/+2
Change-Id: I62f785dcf7821d8eaad0ad0cab835136215dbac3 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-28Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - [cleanup] Remove obsolete prototypes Tacker POC is replaced by the full os-odl-sfc-noha scenario. Change-Id: Ic0648d55e08ccf84244ac286b65fca2656d04a2d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-28Update git submodulesNikos Karandreas1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Merge "Update Release notes for Gambia release" - Update Release notes for Gambia release JIRA: SDNVPN-226 Change-Id: I839e95f23f8c1faf9fe231dad39b50b2e380841d Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
2018-09-27Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - [deploy] Use qemu:///system for virt-inst too Make sure `virsh` and `virt-install` use the same connection URI. Fixes: e49ffac1 Change-Id: I437f063ce9936804248b7cf09f6ecfef6417f387 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-27Update git submodulesspisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Opened up API to allow for playbook application to localhost by making the user, password, and private key attributes optional. Change-Id: I7e1e2b5848730ae5febde7d7243e741c87e5c7ea Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2018-09-27Merge "Adding missing step"Trevor Bramwell1-2/+3
2018-09-27Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'master' - Update salt formulas versions Change-Id: Id2f93d0274b102a5eef5271a6d15cb91428d7a0c Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2018-09-27Update git submodulesNikos Karandreas1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Merge "Wait for instance deletion" - Wait for instance deletion JIRA: SDNVPN-222 Confirm the deletion of instance in order to prevent its port existence when trying to delete relevant subnet in a later stage. Change-Id: Iace0fbbd90d50f05764ac09682caae59baba22fa Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-09-26Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "[INFO] Add Cristina as committer" - [INFO] Add Cristina as committer Change-Id: Id9262040daa037fa715c41dc44258f62ffe3f78f Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-26Update conf.py template, remove duplicate submodAlexandru Avadanii3-5/+2
- add linter whitelist for unused includes in conf.py template; - remove duplicate git module entry; Change-Id: I88b7cd77a09ed7f4c19b4c277e5642185e830e0b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-26Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - [ha] Fix missing aodh_version param _param:aodh_version was lost during a recent refactor, bring it back. While at it, also make chown in entrypoint.sh recursive to prepare for non-sudo deployments. Fixes: c0de0902 Change-Id: I41b225c4a3f15269aa156a1c33412206beff6ee9 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-26Update git submodulesAaron Smith1-0/+0
* Update docs/submodules/barometer from branch 'master' - Merge "Fix that required tests are skipped" - Fix that required tests are skipped Because the service running flags of Gnocchi and Aodh are overwritten in the loop of the compute node, once the flag become false, the tests on all subsequent nodes are skipped. This change makes to use new flags for each compute node. Change-Id: Idc807419151b34b29f0117c9a7708a16a20d70dd Signed-off-by: Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
2018-09-26Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "[ovn] Enable metadata agent" - [ovn] Enable metadata agent Change-Id: I9ef3a1dd570abf90b222609af350565d385326c8 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2018-09-26Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "[reclass] Ensure pxe_admin_address is set for all" - [reclass] Ensure pxe_admin_address is set for all Some nodes did not rely on the _param:pxe_admin_address internal reclass param, although all of them do have an IP address in the PXE/admin network segment. Ensure all nodes define this param, so we can query all nodes with: $ salt '*' pillar.item _param:pxe_admin_address JIRA: FUEL-394 Change-Id: I7575934752c8b459c52af8a8c98c2b0327756428 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-26Adding missing stepSofia Wallin1-2/+3
Adding missing step in the submodule transition Change-Id: Ibfbe1993c78183f73d1cd061559e62dd60237df5 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2018-09-26Update git submodulesGergely Csatari1-0/+0
* Update docs/submodules/edgecloud from branch 'master' - Modifications to the deployment scenarios As the current scope of the document are the edge inside the telecom operators network (before the radio) the definition of Small edge is changed to represent the "more space available". The following changes are added to Small edge - Changing physical sizes to metric system - Minimal depth is changed to 60 mm based on our feedback from customers The following changes added to all deployment scenarios: - Added witdh definition ot the physical size - Added front cooling, access and cabling - Added NEBS 3 compliancy - Smart NIC support added - Added a note about maintenance staff skillset Note: In the future we should extend the scope of the document and define an other deployment option for edge sites after the radio. Change-Id: I342b8f028efcd1d865ba446b4258e9d84b58139b Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
2018-09-26Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "[lib.sh] Split into multiple files for readability" - [lib.sh] Split into multiple files for readability lib.sh got pretty big over time, making it hard to maintain. Since most of the functions defined now in lib.sh are only required during build/deploy and not in state files, move them to a new file. While at it, prepare for running build/deploy as non-root and set a default connection string for virsh instead of using user specific config in ~/.config/libvirt/libvirt.conf, which caused end user experience issues in the past. Change-Id: Id8c2a8139e4bfdb99af2b0fad73b911ffa18ebea Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-26Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "[AArch64] noha: Add armband repo prio" - [AArch64] noha: Add armband repo prio Previously, only HA scenarios required the Armband repository configuration (including its higher repo prio pinning), since NOHA scenarios were not supported on baremetal. With multiarch hybrid POD support landing, the same repo prio should be set for NOHA scenarios. Change-Id: I676ee262e270ce4689c44c245967badebc2efe2c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-26Update git submodulesNikos Karandreas1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Merge "Update Scenario description document for Gambia release" - Update Scenario description document for Gambia release JIRA: SDNVPN-227 Change-Id: I916cd78d94ba49d84a334a3bae4cb09975a972df Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
2018-09-26Update git submodulesNikos Karandreas1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Merge "Update Overview document for Gambia release" - Update Overview document for Gambia release JIRA: SDNVPN-224 Change-Id: Id02780698fc84f750c6d633fbcf0b86a04c13d32 Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
2018-09-26Update git submodulesNikos Karandreas1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Merge "Update Installation document for Gambia release" - Update Installation document for Gambia release JIRA: SDNVPN-225 Change-Id: Ibc883d5e38ae88538735d52a114b65dda86770b9 Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
2018-09-26Update git submodulesNikos Karandreas1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Merge "Replace % operator with format method" - Replace % operator with format method JIRA: SDNVPN-223 Running the testcase 3 with the % operator was causing an error on formating the string. This patch replace % operator with format method. Change-Id: I33d3a4539bd7e1914f8c52ea8e91ae15083ce0b1 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-09-26Update git submodulesNikos Karandreas1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Merge "Fix reference-before-assignment errors when getting exceptions" - Fix reference-before-assignment errors when getting exceptions JIRA: SDNVPN-228 This patch checks that variables have been set before trying to perfom actions uppon them. Change-Id: I6e81a3e7756d3ef0aee4f436766128631439f43a Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-09-26Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "[minion] Set tcp_keepalive for flaky networks" - [minion] Set tcp_keepalive for flaky networks Workaround issues like [1]. Requires bumping formulas for salt-formula-salt support of tcp_keepalive_* params. [1] https://github.com/saltstack/salt/issues/38157 Change-Id: I7093437fb696809f73a24b10144c6321d0f1be32 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-26Update git submodulesHarry Huang1-0/+0
* Update docs/submodules/auto from branch 'master' - Merge "docs: Index for local doc build" - docs: Index for local doc build A toplevel index was added to support local doc build. Nested indexes were modified to correctly apply chapter numbering, i.e. toctree numbering should be enabled on toplevel index only. Change-Id: Ifb5682da2fcd06f4bb491e5846d239ca6517155f Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
2018-09-26Update git submodulesHarry Huang1-0/+0
* Update docs/submodules/auto from branch 'master' - Merge "Local Documentation Builds" - Local Documentation Builds This adds configuration for performing local documentation builds with the following simple command: tox -e docs Change-Id: If45ac852cc740b4c6aff3ac6eb29d122905ba194 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-09-26Update git submodulesTrinath Somanchi1-0/+0
* Update docs/submodules/ovn4nfv from branch 'master' - OVN4NFV Project Changes: - Meeting Info updated. - New Repo 'ovn4nfv-k8s-plugin' Change-Id: Icbbe3394e9e55861445f2ad651b8878e94f6d463 Authored-by: agardner <agardner@linuxfoundation.org> Signed-off-by: Trinath Somanchi <trinath.somanchi@nxp.com>