Abhijit Sinha [Wed, 17 Oct 2018 09:09:12 +0000 (09:09 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Added traffic update capability to Ixload TG"
- Added traffic update capability to Ixload TG
Allow yardstick to update IP/MAX of Net traffic
- Implemented functionality for updating traffics IP/MAC address
in ixloadconfiguration.
- Extended http_ixload.py with functions for update IP/MAC
address of netTraffic.
- In HTTP-vFW_IPv4_2Ports_Concurrency.rxf changed name's of
networks from "client network" to "uplink_0 and the same for
server
JIRA: YARDSTICK-1418
Change-Id: I28ef68b77466fff15af589954e3ef63e8099428f
Signed-off-by: Myron Sosyak <myronx.sosyak@intel.com>
Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
Tim Rozet [Tue, 16 Oct 2018 13:39:42 +0000 (09:39 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Updates rdo images URL
The delorean path does not have images for rocky, however they do exist
under the rdo_trunk path. Comparing the images for queens between the 2
paths looks the same, so switching to this URL.
Change-Id: I5d762af69b984c0fed1c79b73f2b4d61341298fa
Signed-off-by: Tim Rozet <trozet@redhat.com>
Aric Gardner [Fri, 14 Sep 2018 21:07:38 +0000 (17:07 -0400)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix links to remove references to submodules
It forces one single documentation.
Change-Id: I47edd947885a4c3fb9e6579cf61fa7473b47ba31
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Rex Lee [Wed, 17 Oct 2018 03:26:58 +0000 (03:26 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "[docs] Transition to local docs build job."
- [docs] Transition to local docs build job.
Docs builds have transitioned to using local
build jobs. This allows Yardstick docs to be
built and verified locally.
The time taken to build and verify docs in the
gate for new changes should be reduced, as the
docs for each project will be built separately.
This change also allow contributers to test
their docs builds locally, using tox::
tox -e docs
tox -e docs-linkcheck
TODO: Update the dev guide to include new tox
environment
Related: DOCS-191
JIRA: YARDSTICK-1415
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Change-Id: Ib8bab85475dcd5127a2c41a2d55dce8f8d9da574
mbeierl [Mon, 15 Oct 2018 19:34:17 +0000 (15:34 -0400)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Proper Job Metrics
Uses all FIO jobs, not just job.1 when calculating metrics.
Fixes bug when multiple volumes are created, but thread gate
is not big enough.
Change-Id: I473b2d19848c6ebc15e7669d84fade52d10fb97d
JIRA: STORPERF-263
Signed-off-by: mbeierl <mark.beierl@dell.com>
Stamatis Katsaounis [Mon, 8 Oct 2018 11:13:25 +0000 (14:13 +0300)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Provide opendaylight server with a public ip
JIRA: FUEL-393
This patch reserves a public ip for opendaylight. This ip is needed
for running the test-case 3 of sdnvpn test-cases, which run as part
of the bgpvpn scenario.
Change-Id: I57288bbb42f4c75af19f3807f8f15b44482c066c
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Delia Popescu [Tue, 16 Oct 2018 11:45:21 +0000 (14:45 +0300)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Enable IPv6 on compute nodes for noha and ha
Enable IPv6 on compute nodes for both ha and noha deployment
types
Change-Id: I46c89e3005aefea8ccbeb4779efe513bf2be84e8
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Stamatis Katsaounis [Mon, 15 Oct 2018 07:18:27 +0000 (10:18 +0300)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Replace heat client calls with openstack sdk
JIRA: SDNVPN-220
This patch replaces all calls of heat client with openstack sdk.
Change-Id: I75571e8de8c06d144204af787ce240c99faea6d3
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Manuel Buil [Fri, 5 Oct 2018 07:52:06 +0000 (09:52 +0200)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- [baremetal] Add two interfaces to the opnfv vm
opnfv vm requires connectivity to two physical interfaces of the host.
These interfaces are:
1 - admin, where DHCP requests will arrive from blades to do PXE boot
2 - mgmt, which connects to the mgmt of the blades to do the ansible
configuration
To achive this, it is required:
1 - Two libvirt networks that connect to two different linux bridges.
The important physical interfaces are connected to them. The
interfaces name is fetched from the idf
2 - Two templates representing the new libvirt networks
(net-mgmt.xml.j2 and net-admin.xml.j2)
3 - Two interfaces defined in vm.xml.j2
Change-Id: I9037aa36802cfde44717b9394bab79b22d7dfaab
Signed-off-by: Manuel Buil <mbuil@suse.com>
nikoskarandreas [Thu, 12 Jul 2018 16:40:30 +0000 (19:40 +0300)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Using heat orchestrator for sdnvpn - test case 1
Heat orchestrator and the use of Heat Orchestrator Templates
is introduced in sdnvpn test cases. The deployment of the
nodes and networks under test is performed as a stack with the
use of the heat api and the use of the other apis is kept to
as little as possible. The scenarios that are executed are the
same as in the orginal test cases.
This is the implementation of sdnvpn test case 1:
VPN provides connectivity between subnets
and also base functions for heat api access and some utilities.
JIRA: SDNVPN-219
Change-Id: Ic284722e600652c9058da96d349dff9398bcacf1
Signed-off-by: nikoskarandreas <nick@intracom-telecom.com>
Manuel Buil [Thu, 9 Aug 2018 14:29:24 +0000 (16:29 +0200)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- [Baremetal] Modify interaction with bifrost roles
Change some of the variables when calling opnfv-virtual.yml and
baremetal=true:
1 - We want to configure DHCP mapping between ip and mac when doing
baremetal. The create-nodes role will generate a file with that
mapping for us (baremetalstaticips)
2 - Don't download the standard IPA image but build one with Fedora
(only one that works in ericsson-pod2) when doing baremetal
3 - Wait for the blade to complete its booting. Its ssh port becomes
available with the IPA provision but that is not the final state.
We need to wait until the required distro gets installed.
When not doing baremetal, this is fine as the VMs boot very fast with
the chosen distro but for baremetal it takes a while (ericsson-pod2
servers take around 2 minutes to finish all BIOS booting). The playbook
wait-for-baremetal.yml does this.
Change-Id: I5536517209ff7f46ec034554d29566707778e397
Signed-off-by: Manuel Buil <mbuil@suse.com>
Xuan Jia [Tue, 16 Oct 2018 07:31:26 +0000 (07:31 +0000)]
Update git submodules
* Update docs/submodules/container4nfv 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: I8b0077a26e6f6209df1bae607ed07423f5fed333
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
JingLu5 [Tue, 16 Oct 2018 06:20:05 +0000 (14:20 +0800)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Update bookinfo application deploy and clean scripts for Istio 1.0.x
Since Istio 1.0, a new traffic management API, a.k.a. v1alpha3, is being introduced.
And there are also some minor changes in the deployment and clean steps for bookinfo application.
Change-Id: I96c9eb552104dfdce15b4628b29c7cc72ac207b2
Signed-off-by: JingLu5 <lvjing5@huawei.com>
xudan [Sun, 30 Sep 2018 02:54:38 +0000 (22:54 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Change to Gambia version by using latest docker images
Functest use gambia tag. Other projects use their latest one.
Change-Id: Ibbfde50727149822d8331d998f6b4e173f19e244
Signed-off-by: xudan <xudan16@huawei.com>
JingLu5 [Tue, 16 Oct 2018 02:40:02 +0000 (10:40 +0800)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Add a time lag for kubernetes to register Istio CRDs
After separately install the CRDs first, it may need a few seconds to wait for Kubernetes to register them.
Change-Id: Ifb66c9688c080a5230b0df9762fb4dd861beaf83
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Kubi [Tue, 16 Oct 2018 03:59:24 +0000 (03:59 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Adds option parameters to TC074"
- Adds option parameters to TC074
Add option parameters to TC074 to allow the user to specify
volume type, volume count, availability zone, stack name,
and subnet cidr.
JIRA:YARDSTICK-1294
Change-Id: I161f44b5f2c7e70fcfb80a3b916efc34bd06824c
Signed-off-by: Ameed Ashour <Ameed.Ashour.Ext@nokia.com>
Cedric Ollivier [Mon, 15 Oct 2018 18:02:29 +0000 (18:02 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Ease configuring extra specs via env vars"
- Ease configuring extra specs via env vars
Ease configuring flavor extra specs, as well as
image extra specs.
Set environment variables for image_properties and
flavor extra_specs for ovs|fdio scenario from the start.
Image extra_properties and flavor extra_specs
will continue to get updates from functest config file
but so will from IMAGE_PROPERTIES and FLAVOR_EXTRA_SPECS
env variables.
Change-Id: Ie1c69e66d2e2e158915d214402fe44d9991c56d3
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Juha Kosonen [Mon, 15 Oct 2018 14:23:23 +0000 (17:23 +0300)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Do not create files in site-package directory
Use /home/opnfv/functest/data/rally/task directory for storing
temporary files when running rally tasks.
Also removes unused vm scenario from task service list.
Change-Id: Icfd4f99ebe6194360bda8bd88e497e018a9541a0
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Cédric Ollivier [Mon, 15 Oct 2018 17:10:28 +0000 (19:10 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update python3 to python3.6
It conforms with Alpine 3.8 (It updates the related tox entry).
Change-Id: I7ba8e3cf5bae2f48ff5d802511a288446bca645a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
HU Xinhui [Mon, 15 Oct 2018 12:46:15 +0000 (12:46 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Change k8s version from 1.9.1 to 1.10.4"
- Change k8s version from 1.9.1 to 1.10.4
Change-Id: Ib471ca9c27a1ffea0d5017241f7602083d8f14df
Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
wenjuan dong [Mon, 15 Oct 2018 09:19:40 +0000 (09:19 +0000)]
Update git submodules
* Update docs/submodules/doctor 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
Your project is now required to have a docs/index.rst so if you are
missing this file please create it.
Change-Id: I32a91a4194e4afe98f4c964052e99419b22330ba
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
JingLu5 [Thu, 11 Oct 2018 07:02:57 +0000 (15:02 +0800)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Improve Istio installation
Since Istio 1.0, there is an independent Istio’s Custom Resource Definitions manifest.
It is recommended to install Istio's CRD first before invoking the istio-demo.yaml to avoid error like:
unable to recognize "install/kubernetes/istio-demo.yaml": no matches for config.istio.io/, Kind=attributemanifest
unable to recognize "install/kubernetes/istio-demo.yaml": no matches for config.istio.io/, Kind=attributemanifest
in https://build.opnfv.org/ci/view/clover/job/clover-daily-deploy-master/210/consoleFull
Change-Id: I9c26458d713ea1e01cb5976e4203843569ba7db2
Signed-off-by: JingLu5 <lvjing5@huawei.com>
ahothan [Sun, 14 Oct 2018 22:15:36 +0000 (15:15 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- NFVBENCH-103 Add --hypervisor cli options and fix vm placement for multi-chain
Change-Id: I80ab8b7c39221132ff43b95cd453dbfd4edd580c
Signed-off-by: ahothan <ahothan@cisco.com>
Cedric Ollivier [Sun, 14 Oct 2018 11:26:50 +0000 (11:26 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Fix image properties parsing"
- Fix image properties parsing
It removes useless spaces and now conforms with oslo.conf dict.
New helpers and unit tests are available.
Change-Id: I20335c5e5c3840cc872e158c6072d97a3f2cb98c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Aric Gardner [Tue, 18 Sep 2018 16:43:39 +0000 (12:43 -0400)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Conform with LFN doc rules
It hugely hacks docs to move away from submodules.
https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html
It removes intern reports which can't be integrated in this new model.
All wrong links now deteted are updated.
Change-Id: I9dbebeed041d2e104e3b8e73483f656ba0ef5bb9
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
BIN HU [Sun, 14 Oct 2018 04:18:10 +0000 (21:18 -0700)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'master'
- Fix indent issue
Change-Id: If352109fa5092e86ea204346c8ca6efc2ca3e4d0
Signed-off-by: BIN HU <bin.hu@att.com>
BIN HU [Sun, 14 Oct 2018 00:36:22 +0000 (17:36 -0700)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'master'
- Docker IPv6 NAT
Change-Id: I1abf48d46feb721cde0dda0326ece36f14e88214
Signed-off-by: BIN HU <bin.hu@att.com>
Fatih Degirmenci [Sat, 13 Oct 2018 12:48:23 +0000 (12:48 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "Simplify external networking for os"
- Simplify external networking for os
We were right now creating an overlay network with gateway in the opnfv
vm. This makes floating ips work but if we need internet connection from
vms, things get complicated and messy.
As we are only using up to 7 ips from the 192.168.122.0/24, we can
consider it the provider network for openstack and use ips starting from
192.168.122.100 as floating ips or ips for routing (doing SNAT as
always)
Change-Id: I09af663069ae95a9d265d98f1531778eb37134e2
Signed-off-by: Manuel Buil <mbuil@suse.com>
Manuel Buil [Mon, 8 Oct 2018 16:14:06 +0000 (18:14 +0200)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Fix idf for k8s
deploy-scenario:k8-calico-nofeature
installer-type:kubespray
Change-Id: If1c9f5908f39f9c09efb86e27a3f3883b4cd75b9
Signed-off-by: Manuel Buil <mbuil@suse.com>
Manuel Buil [Fri, 12 Oct 2018 15:51:23 +0000 (17:51 +0200)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Update bifrost SHAs
There is a bug when ironic communicates with rabbitmq due to a parameter
deprecation. This patch fixes it:
https://review.openstack.org/#/c/609499/
And we can take the opportunity to update all SHAs
THere is a problem:
"Unable to retrieve file contents\nCould not find or access '/home/opnfv/releng-xci/xci/infra/bifrost/playbooks/roles/common/venv_python_path.yml'"}
That file is in:
/home/opnfv/releng-xci/.cache/repos/bifrost/playbooks/roles/common/venv_python_path.yml
As I am not sure how to fix the ansible PATH, for the time being, I just
added to where Ansible is searching for it
Change-Id: I8e60f43ed7fc78a8925efaa36e41b0d872ea9a74
Signed-off-by: Manuel Buil <mbuil@suse.com>
Aric Gardner [Thu, 27 Sep 2018 18:25:00 +0000 (14:25 -0400)]
Update git submodules
* Update docs/submodules/edgecloud from branch 'master'
- Local Documentation Builds
This adds configuration for performing local documentation builds
with the following simple command:
tox -e docs
Change-Id: If60809816322a1dbf0e6b9ef5f4a14db491f7a1e
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
BIN HU [Sat, 13 Oct 2018 05:19:50 +0000 (22:19 -0700)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'master'
- Fix a comma ","
Change-Id: Icaddfaa8e291ed90362a8a138c84a5bb8ed7b2e0
Signed-off-by: BIN HU <bin.hu@att.com>
BIN HU [Fri, 12 Oct 2018 23:57:23 +0000 (16:57 -0700)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'master'
- Update images
Change-Id: If8319f48e254f114a45cc655e6cde6728bb4bb59
Signed-off-by: BIN HU <bin.hu@att.com>
BIN HU [Fri, 12 Oct 2018 23:23:58 +0000 (16:23 -0700)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'master'
- Docker IPv6 simple cluster topology
Change-Id: I7be2e35fdeb735c828f1260a75df4a4c0a14f350
Signed-off-by: BIN HU <bin.hu@att.com>
ahothan [Fri, 12 Oct 2018 18:49:02 +0000 (11:49 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- Add + or - sign to drop packets and drop rates
Change-Id: I76da22b1ca232f6d222e4a263a42c669da15fb26
Signed-off-by: ahothan <ahothan@cisco.com>
Abhijit Sinha [Fri, 12 Oct 2018 16:53:22 +0000 (16:53 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add 4 port topology for agnostic vnf and Ixia tg"
- Add 4 port topology for agnostic vnf and Ixia tg
JIRA: YARDSTICK-1466
Change-Id: I2e4b7f54591489a90c44535a09207de8a46d0e24
Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
Abhijit Sinha [Fri, 12 Oct 2018 15:39:21 +0000 (15:39 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add OvS 2.8.1 support into SA context"
- Add OvS 2.8.1 support into SA context
JIRA: YARDSTICK-1462
Change-Id: I001a173fc728be6e88f5ae6d38c64b740e536ff2
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Abhijit Sinha [Fri, 12 Oct 2018 15:38:50 +0000 (15:38 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Configure n_rxq DPDK port option when adding the port"
- Configure n_rxq DPDK port option when adding the port
On some platform, setting n_rxq option on port separately
does not work well and causes issues like port link down,
so changed the logic to set n_rxq DPDK port option during
adding the port to the bridge which help to resolve
the problem.
JIRA: YARDSTICK-1463
Change-Id: Icdb064153a38afd53b835de8742e6fcef08f66bb
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Abhijit Sinha [Fri, 12 Oct 2018 15:16:55 +0000 (15:16 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Modify handling Ixia traffic profile parameters"
- Modify handling Ixia traffic profile parameters
Modified Ixia traffic profile class to handle all traffic parameters as
optional.
JIRA: YARDSTICK-1456
Change-Id: Ib7ee1728baad0f271dd6a923b94bc686bc9bffc6
Signed-off-by: Oleksandr Naumets <oleksandrx.naumets@intel.com>
Kamil Wiatrowski [Thu, 11 Oct 2018 11:10:06 +0000 (13:10 +0200)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- ansible: Set IP address of influxdb for grafana
Set ip address to influxdb for grafana based on
provided hostname. IP address in numerical format
is required by grafana container. Mapping of
hostname in /etc/hosts is no longer required.
Change-Id: I684de737c6f8e48b5b9f256541901852d7ecc05a
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
Oleksandr Naumets [Fri, 5 Oct 2018 14:58:30 +0000 (15:58 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Add IxNextgen API for creating BGP protocol layer
Added functionality to create BGP protocol layer for device group
JIRA: YARDSTICK-1465
Change-Id: Ib18b979ce09589b5eda438f01f4f8845295e4c71
Signed-off-by: Oleksandr Naumets <oleksandrx.naumets@intel.com>
Stamatis Katsaounis [Fri, 12 Oct 2018 07:09:06 +0000 (10:09 +0300)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Fix error on querying neutron quota
JIRA: SDNVPN-233
This patch fixes the bug which exists when trying to query neutron
quota with openstacksdk.
Change-Id: Iead824ca44f381ba314f38933cf48fe7932f74f3
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
(cherry picked from commit
7e52a1809501699a6da9fda5c2613a76abe384d3)
Luc Provoost [Thu, 11 Oct 2018 16:23:20 +0000 (18:23 +0200)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- test improvements and fixes for image creation
Updated and corrected the creation of an image containing the PROX
tool with packer.
Test will now only be declared successful when average and maximum
latency are below a certain threshold.
The start speed is now also a parameter of the *.test files.
Change-Id: I1112555c87e7a857e1c699921ae08f61281642e1
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
BIN HU [Thu, 11 Oct 2018 23:53:40 +0000 (16:53 -0700)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'master'
- Clarification of NDP in IPv6 and ARP in IPv4
Change-Id: I930825e20293284a4a77c0b4b9ea3e80646baf7d
Signed-off-by: BIN HU <bin.hu@att.com>
ahothan [Thu, 11 Oct 2018 06:20:44 +0000 (23:20 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- Perform strict src mac check on ensure end to end
This is required when shared net is used and there are more VMs running than requested in the -scc
Change-Id: I7599169739e6bb9b3e2377473377d5332ef2b68a
Signed-off-by: ahothan <ahothan@cisco.com>
Delia Popescu [Thu, 11 Oct 2018 07:02:04 +0000 (10:02 +0300)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Set volume device name to sdc
Functest is now using scsi volume type for fuel
Set correct volume device name for functest volume tests
JIRA: ARMBAND-402
Change-Id: I2265901eeb624a395388f6ce8afae226b129c5be
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Dimitris Tsiolakis [Thu, 11 Oct 2018 06:49:37 +0000 (06:49 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Updated from global requirements"
- Updated from global requirements
Change-Id: I2dd50c10be5d1c1a845292d2c637d721ca6cfa4b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Harry Huang [Wed, 10 Oct 2018 04:00:06 +0000 (12:00 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Use yardstick stable release
JIRA: -
Change-Id: I32004922e2a2701a52e8d56b2c19291f58444910
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Aaron Smith [Wed, 10 Oct 2018 15:54:04 +0000 (15:54 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "docker.userguide: Add chapter for ansible proxy configuration"
- docker.userguide: Add chapter for ansible proxy configuration
Change-Id: I0bb2f2af64001de5e029aa49a79f9627a5f405c2
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
Emma Foley [Wed, 10 Oct 2018 15:27:50 +0000 (15:27 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "Updated from global requirements"
- Updated from global requirements
Change-Id: I6661b7980e417b9544554b789e28fd07b7e4ed7b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sat, 6 Oct 2018 08:44:15 +0000 (10:44 +0200)]
Update git submodules
* Update docs/submodules/clover from branch 'master'
- Updated from global requirements
Change-Id: I92fc0937130b0c70dc5888b64b1082e8816969d4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
spisarski [Mon, 8 Oct 2018 14:24:57 +0000 (08:24 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Deprecating launch app and ansible support.
Change-Id: Iba28a784a4e78e1009d2038a30ccea8a1bfaa25f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Radoslaw Jablonski [Mon, 8 Oct 2018 13:43:09 +0000 (14:43 +0100)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- ansible: Add cleanup for grafana cache under host machine
Previously cleaning cache directory for grafana(/var/lib/grafana)
was missing and, because of that, changing influxdb_host variable
value between one ansible deployment and another was not working.
It was a problem because scripts in grafana container are expecting
that cache directory will be empty during first run and, if some
dashboards exists in cache already (even if they are left by
previous deployment), old dashboards will be left untouched with
possibly wrong configuration. This bug happened during deploying
3 nodes scenarios more than once (collectd, grafana and influlxdb
hosted on separate machines).
Now cleanup is done by default and can be skipped using
'clean_grafana_cache=false' value.
Change-Id: Ib67cc3437b8a3a2c2930dd55cba44aef8e352cf2
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
Radoslaw Jablonski [Fri, 5 Oct 2018 13:33:01 +0000 (14:33 +0100)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- ansible: Fix custom 'influxdb_host' setting for grafana
Previously there were 2 errors in ansible scripts for grafana:
- influxdb_host variable value was unset
- entry for /etc/hosts file was adding text "{{ influxdb_hostname }}"
instead hostname stored in this variable
Change-Id: I1821b3c5f5fea5c29386b1a57e37aadcf90dd2e6
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
Dimitris Tsiolakis [Tue, 9 Oct 2018 14:21:25 +0000 (14:21 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Replace cinder client calls with openstack sdk"
- Replace cinder client calls with openstack sdk
JIRA: SDNVPN-220
This patch replaces all calls of cinder client with openstack sdk.
Change-Id: Iee73a33ee6c2d87236c6bad3ea6a4ca7b100ced0
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Stamatis Katsaounis [Thu, 6 Sep 2018 11:44:48 +0000 (14:44 +0300)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Replace neutron client calls with openstack sdk
JIRA: SDNVPN-220
This patch replaces almost all calls of neutron client with
openstack sdk. The calls regarding bgpvpn are not replaced
due to lack of support from openstack sdk at the moment.
Change-Id: Idf52b8c57b895f87ba6320e350bf170faa24d0a7
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Bob Fubel [Thu, 27 Sep 2018 21:09:20 +0000 (17:09 -0400)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- set version of matplotlib to 2.2.2 in requirments.txt.
JIRA issues assoicated with the https://jira.opnfv.org/browse/VSPERF-591?filter=-1# VSPERF-591
Extended description:
Latest version of matplotlib 3.0.0 dosn't support python 3.4. Creating error during build.
Change-Id: I05f14fb486a5b0090bf27c66de0d6e4c85652330
Signed-off-by: Bob Fubel <bfubel@redhat.com>
BIN HU [Tue, 9 Oct 2018 03:45:56 +0000 (20:45 -0700)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'master'
- Update of Container IPv6 Networking
Change-Id: Ib568dc5ba47d0be61dad3cdc0b38368785f4d329
Signed-off-by: BIN HU <bin.hu@att.com>
Tim Rozet [Mon, 8 Oct 2018 20:35:17 +0000 (20:35 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Adding support for containerized undercloud"
- Adding support for containerized undercloud
Master code only supports containerized undercloud now, so this
migration is needed.
- Containerized services in undercloud
We can still apply patches to THT and other non-docker services, but
we will need to add support for patching openstack services on
undercloud.
Change-Id: I1ca4c6108f144efef7b5889503af265ef0fff8b2
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Signed-off-by: Tim Rozet <trozet@redhat.com>
ahothan [Sun, 7 Oct 2018 22:55:25 +0000 (15:55 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- 2.0 beta NFVBENCH-91 Allow multi-chaining with separate edge networks
Includes complete refactoring of code
Beta for NFVbench 2.0
Change-Id: I2997f0fb7722d5ac626cd11a68692ae458c7676e
Signed-off-by: ahothan <ahothan@cisco.com>
ahothan [Mon, 8 Oct 2018 16:34:00 +0000 (09:34 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- NFVBENCH-102 NFVBench won't work with external chain
Change-Id: I47e9d128bca883573ea1b1e21ba49dc0305edcbb
Signed-off-by: ahothan <ahothan@cisco.com>
Cédric Ollivier [Sat, 6 Oct 2018 08:57:21 +0000 (10:57 +0200)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Updated from global requirements
Change-Id: Id0eaf823a81196a4f8920576762d801cca0d93ea
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Stamatis Katsaounis [Wed, 12 Sep 2018 10:00:09 +0000 (13:00 +0300)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Replace nova client calls with openstack sdk
JIRA: SDNVPN-220
This patch replaces all calls of nova client with openstack sdk.
Change-Id: I9e3a0fe08ba36bfb64483238cd286acad829ae90
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Jingzhao Ni [Mon, 8 Oct 2018 02:55:49 +0000 (10:55 +0800)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Modify the documentation about functest test.
Modify the documentation for updating functest
developing status.
Change-Id: I5f31d8aa4af235b36f5f33a13658600dc32b2f01
Signed-off-by: Jingzhao Ni <jingzhao.ni@arm.com>
Cédric Ollivier [Sat, 6 Oct 2018 08:56:57 +0000 (10:56 +0200)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Updated from global requirements
Change-Id: Icf3ec4a67b226157e7bc526d460bb735b0d94d55
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Nikos Karandreas [Mon, 8 Oct 2018 08:30:09 +0000 (08:30 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Replace glance client calls with openstack sdk"
- Replace glance client calls with openstack sdk
JIRA: SDNVPN-220
This patch replaces all calls of glance client with openstack sdk.
Change-Id: I8bf9913e3be9615c462791a20267e4dc71ffd727
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
BIN HU [Sun, 7 Oct 2018 22:10:43 +0000 (15:10 -0700)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'master'
- Update of Gap Analysis with ODL Oxygen Release
Change-Id: Ibbca8d243c8b8fbf5a19233676a26104829f22c6
Signed-off-by: BIN HU <bin.hu@att.com>
Cedric Ollivier [Sat, 6 Oct 2018 11:08:23 +0000 (11:08 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Read thirdparty-requirements.txt if py3"
- Read thirdparty-requirements.txt if py3
It fixes the current build issues due to unsynced doctor [1].
[1] https://build.opnfv.org/ci/job/functest-features-docker-build-arm64-master/455/console
Change-Id: Iad8b667e2615dcd976cd8120e4204665134922b7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Sat, 6 Oct 2018 07:05:21 +0000 (07:05 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Rename IMG_PROP to IMAGE_PROPERTIES"
- Rename IMG_PROP to IMAGE_PROPERTIES
Any other env vars are reduced.
Change-Id: Ic2c37d6efd543603a2495f9d2621b66d61710a54
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Sat, 6 Oct 2018 06:20:38 +0000 (06:20 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Use environment variable for image properties"
- Use environment variable for image properties
Use IMG_PROP environment variable to read extra image
properties.
Set image_extra_properties for scsi volume types
without file patch, but using IMG_PROP env variable
IMG_PROP is defined through releng.
Image extra_properties will continue to get updates from
functest config file
With this change, remove unnecessary parameters from arm patch
Related to:https://gerrit.opnfv.org/gerrit/#/c/63203/
JIRA:ARMBAND-402
Change-Id: I64139240751b1e109bbe24ba32f487ccd98b9a92
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Aric Gardner [Fri, 5 Oct 2018 20:01:32 +0000 (20:01 +0000)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- Merge "Auto Generated INFO.yaml file"
- 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.
INFO file no longer needed
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
Change-Id: I66e6fdcb3f154891a8940087c66caf2a4c6d394b
Signed-off-by: agardner <agardner@linuxfoundation.org>
Asteroide [Fri, 5 Oct 2018 15:01:17 +0000 (15:01 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Update code to 4.6 official version"
- Update code to 4.6 official version
Change-Id: Ibd0da0e476e24b2685f54693efc11f7a58d40a62
Asteroide [Fri, 5 Oct 2018 15:01:03 +0000 (15:01 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Auto Generated INFO.yaml file"
- 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.
Going forward comitter promotions must be done
against this file.
Change-Id: I7855f9c52ee41b9073568dec1fb074080805c82b
Signed-off-by: agardner <agardner@linuxfoundation.org>
spisarski [Wed, 3 Oct 2018 19:54:39 +0000 (13:54 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Updates to the ansible API implementation to allow for
playbooks to be applied directly against the localhost
as well as removing the return code in favor of reliance
of unchecked Errors/Exceptions.
Change-Id: Ib963aa9b4f5a75010d8f7b25db7d66a2e1950cce
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Serhiy Pshyk [Fri, 5 Oct 2018 11:15:43 +0000 (12:15 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Update Ixia tg to use new API for traffic model creation
JIRA: YARDSTICK-1464
Change-Id: Ibbced9e0e04e077ec5c23fc15e97308dd11b7004
Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
Aaron Smith [Fri, 5 Oct 2018 11:46:43 +0000 (11:46 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "docker.userguide: Fix docker run commands examples"
- docker.userguide: Fix docker run commands examples
Command example for running opnf-barometer-collectd and grafaana
images were using incorrect locations for configuration files.
Change-Id: I3f0648f810cc049ae1df4d742f2ed7b58b50b12a
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
Aaron Smith [Fri, 5 Oct 2018 11:46:31 +0000 (11:46 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "Add role to auto install docker on hosts - missing patch"
- Add role to auto install docker on hosts - missing patch
Small updates to ansible roles.
Several minor updates in documentation.
Change-Id: Id031cebc23301b6218f8ced0d261f844f270e37f
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
Nikos Karandreas [Fri, 5 Oct 2018 10:50:12 +0000 (10:50 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Fix testcase_3"
- Fix testcase_3
After new Apex release Opendaylight run in container.
This enhancement identifies the controllers where the
Opendaylight runs, for both containerized and none
containerized installations.
Change-Id: I336176a9a74486a3f91a36508bb848a90bc6bda2
Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
Nikos Karandreas [Fri, 5 Oct 2018 10:48:04 +0000 (10:48 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Fix testcase_9"
- Fix testcase_9
After new Apex release Opendaylight run in container.
This enhancement identifies the controllers where the
Opendaylight runs, for both containerized and none
containerized installations.
Change-Id: I5821bfa7ddce40eb76d3c2cddfcbc112b058f737
Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
Alexandru Avadanii [Fri, 28 Sep 2018 12:15:39 +0000 (14:15 +0200)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- [fuel] IA: Reserve IP addresses for 3 ODL nodes
Change-Id: Ifcfd806d568c3cda375166b9c63381f66ee375c4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Juha Kosonen [Tue, 2 Oct 2018 13:27:51 +0000 (16:27 +0300)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Add Rally scenarios for testing floating IP
rally_sanity:
NovaServers.boot_server_associate_and_dissociate_floating_ip
rally_full:
NovaServers.boot_server_associate_and_dissociate_floating_ip
NovaServers.boot_and_associate_floating_ip
Change-Id: I31b7693828920bae92ff4ac8e7b0fde86e958cb5
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Manuel Buil [Thu, 4 Oct 2018 15:30:59 +0000 (15:30 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "[Baremetal] - Change roles and playbooks names"
- [Baremetal] - Change roles and playbooks names
A few playbooks and the create-vm-nodes role should change the name to
reflect the new reality once the baremetal patches are merged. The
playbooks that must change the name are:
- xci-prepare-virtual.yml
- xci-create-virtual.yml
Change-Id: Iaed1f93561fa9d39c7916e0643a5445cdddf4f97
Signed-off-by: Manuel Buil <mbuil@suse.com>
Manuel Buil [Thu, 4 Oct 2018 13:22:54 +0000 (15:22 +0200)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Bug fix: Remove use_prebuilt_images condition
The creation or not of the IPA image does not depend on the value of the
use_prebuilt_images. This variable is intended to control the following
call to bifrost-create-dib-image role.
I added a few comments to clarify what we are doing in each call to the
bifrost-create-dib-image role
Change-Id: Id66e1a969ca279a055640481719f118744eedf38
Signed-off-by: Manuel Buil <mbuil@suse.com>
Manuel Buil [Thu, 4 Oct 2018 11:45:26 +0000 (13:45 +0200)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Add neutron_dnsmasq_force_metadata: True
When deploying with ODL, the static route towards the metadata server is
not set and the only alternative is getting the route pushed to the VM.
To do so, we must add the "force_metadata: True" option to the dnsmasq:
https://github.com/openstack/openstack-ansible-os_neutron/commit/
a8c7e0b506a0c347a363dde3f60077aa0cab5641
Change-Id: I43f9cabacf6cc8b82a22f1f0eedb36b9f1f0c31f
Signed-off-by: Manuel Buil <mbuil@suse.com>
Nikos Karandreas [Thu, 4 Oct 2018 10:02:01 +0000 (10:02 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn 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
added index.rst so that docs build succsesfully
Change-Id: Ib0c7626c37b7f733641fcf2174d9951bf2371886
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Georg Kunz [Tue, 18 Sep 2018 09:26:37 +0000 (11:26 +0200)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Committer promotion for Panos and Stamatis
Panos and Stamatis have significantly contributed to Dovetail and
projects utilized by Dovetail (e.g. Functest, Dovetail-webporal). Hence,
I'd like to propose their promotion to committer.
Panos:
https://gerrit.opnfv.org/gerrit/#/q/owner:%22Panagiotis+Karalis+%253Cpkaralis%2540intracom-telecom.com%253E%22
Stamatis:
https://gerrit.opnfv.org/gerrit/#/q/owner:%22Stamatis+Katsaounis+%253Cmokats%2540intracom-telecom.com%253E%22
Change-Id: Ibed0a5e3dc387d9de63c201db902133bd813c041
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Trevor Bramwell [Wed, 3 Oct 2018 18:38:04 +0000 (11:38 -0700)]
Transition OVN4NFV Docs away from submodules
Uses intersphinx linking to reference ovn4nfv documentation hosted on
RTD.
Change-Id: I31a35c8c7bd49ab7f2e64edfec28d346652b0afc
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Stamatis Katsaounis [Tue, 2 Oct 2018 10:57:47 +0000 (13:57 +0300)]
Update git submodules
* 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>
John O Loughlin [Thu, 28 Jun 2018 15:01:00 +0000 (16:01 +0100)]
Update git submodules
* 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>
Emma Foley [Wed, 3 Oct 2018 10:37:06 +0000 (10:37 +0000)]
Update git submodules
* 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>
Abhijit Sinha [Wed, 3 Oct 2018 09:03:54 +0000 (09:03 +0000)]
Update git submodules
* 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>
Abhijit Sinha [Wed, 3 Oct 2018 09:00:07 +0000 (09:00 +0000)]
Update git submodules
* 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>
Tim Rozet [Tue, 2 Oct 2018 20:43:35 +0000 (20:43 +0000)]
Update git submodules
* 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>
Aaron Smith [Tue, 2 Oct 2018 15:09:34 +0000 (15:09 +0000)]
Update git submodules
* 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>
Manuel Buil [Tue, 2 Oct 2018 11:15:53 +0000 (13:15 +0200)]
Update git submodules
* 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>
Alexandru Avadanii [Fri, 28 Sep 2018 13:41:18 +0000 (15:41 +0200)]
Update git submodules
* 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>
Serhiy Pshyk [Tue, 25 Sep 2018 16:37:05 +0000 (17:37 +0100)]
Update git submodules
* 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>
Manuel Buil [Thu, 9 Aug 2018 14:06:42 +0000 (16:06 +0200)]
Update git submodules
* 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>
Manuel Buil [Thu, 9 Aug 2018 13:53:40 +0000 (15:53 +0200)]
Update git submodules
* 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>
Aric Gardner [Tue, 18 Sep 2018 15:02:45 +0000 (11:02 -0400)]
Update git submodules
* 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>