Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/releng from branch 'master'
- Merge "[storperf] Add stable/fraser branch"
- [storperf] Add stable/fraser branch
Doing this on behalf of Mark Beirel at the request of David McBride.
Change-Id: I2eb2be5a2d2241dac07fe41f2158cffbe97865e0
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Stable branch for FDS"
- Stable branch for FDS
Change-Id: I19f41ba55db9aec060383d78c6a49b9e8a9f9400
Signed-off-by: Frank <fbrockne@cisco.com>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Apex: Adds branch creation for Fraser"
- Apex: Adds branch creation for Fraser
Change-Id: I6715f6795e9a02b2f1aabee80ea79cf9fcdf732c
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Stable Branch Creation: vswitchperf"
- Stable Branch Creation: vswitchperf
Change-Id: I21c4b67e54a7af8a1ce7d9e51ffa7255c55a87d6
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "created the Frasier release stable branch."
- created the Frasier release stable branch.
Change-Id: I08e42a0aaae6414d0614d06ca750ea3c055a26f8
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Enable linting against the Fraser stable branch"
- Enable linting against the Fraser stable branch
Change-Id: I8075eee7de9a5bd1274131c5171c22e5dace5b69
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[ovn4nfv] Stable branch for Fraser release."
- [ovn4nfv] Stable branch for Fraser release.
Change-Id: Ia303020d746ec5ebf0c4ac5771d755ba8585cf8c
Signed-off-by: Trinath Somanchi <trinath.somanchi@nxp.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Build opnfv/functest-x:fraser"
- Build opnfv/functest-x:fraser
Change-Id: I47891ae4b0f48234731043822abe9c54fc7a7655
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/sfc from branch 'master'
- Fix flake8 problems
There was a bug in releng and pylint was not ran, some issues got merged
in master because of that
Change-Id: Icf3fa882f4f2b0593fa0b85edce46e49dcc303c9
Signed-off-by: Manuel Buil <mbuil@suse.com>
|
|
* Update docs/submodules/storperf from branch 'master'
- Nomination of Shrenik Jain as commiter
Change-Id: Ia0ef7b449d2cf8214ef8f0e535d58c719a93d909
Signed-off-by: mbeierl <mark.beierl@dell.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- Merge "Update repo link for collectd-ceilometer-plugin"
- Update repo link for collectd-ceilometer-plugin
Since Ceilometer support was removed from the
collectd-ceilometer-plugin[1], the repo name is misleading.
So the repo name needed to be updated [2]
This change updates references to the collectd-ceilometer-plugin
repo to point to collectd-openstack-plugins repo:
* in deployment operations
* in documentation i.e. links to docs
Dependencies:
[1] https://review.openstack.org/#/c/490823/
[2] https://review.openstack.org/#/c/500768/
This is dependant on the repo rename
Change-Id: I43facbd53bca5df3f7e51d978ae2843c187282d4
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Include 'opnfv-pylint-verify-stream' to job list"
- Include 'opnfv-pylint-verify-stream' to job list
This job was not being created because it was missing from the jobs list
in the file.
Change-Id: Ibd66c6b654421e63f23738d6eecdca93aecf86cc
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/moon from branch 'master'
- Rename test_models of unit_python
Add licences in some files.
Change-Id: I7c473efcdb228cc030501328d93b5a6265917591
Signed-off-by: ReemMahmoud <rfawzy.ext@orange.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Add Bottlenecks branching file
Change-Id: Iffd5695189e21f647c8109f440044079bdbc36fd
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge changes from topic 'misc-simplifications-osa'
* changes:
xci: bootstrap-host: Make active network interface consistent
xci: osa: Simplify tasks for copying OSA configuration files
xci: Use proper Ansible modules to manage SSH keys
- xci: bootstrap-host: Make active network interface consistent
When we run XCI for the first time, Ansible picks the first active
interface as the default one. However, after we configure all the XCI
bridges etc, and we try to run this role again, Ansible may have changed
its mind about what interface is active and it could default to one of
the bridges. This forces the role to redo the network configuration but
this time the bridges are being attached to bridges so everything goes
terribly wrong after that. The way to solve this would be to add a local
fact about what interface should be considered as the 'real' default one
so subsequent calls to this role to not destroy the network.
This also drops the task which removed the network configuration files
on SUSE platforms since Ansible is smart enough to not touch them if
they are configured properly.
Change-Id: Ic0525e934b1934a40d69e6cf977615ab9b3dac6d
Signed-off-by: Markos Chandras <mchandras@suse.de>
- xci: osa: Simplify tasks for copying OSA configuration files
We can use a loop to copy all these files instead of multiple tasks.
This simplifies the playbook quite a bit.
Change-Id: I5f0d387ac090d81fc577b5ebeaeb6131e75cffa1
Signed-off-by: Markos Chandras <mchandras@suse.de>
- xci: Use proper Ansible modules to manage SSH keys
We can use the 'user', 'slurp' and 'authorized_key' modules
to manage the various SSH configurations across the hosts instead
of using command line tools.
Change-Id: I2dde4d584fc336e267868607d5a58f5ee2c1feed
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- shabump: Bump SHAs to bring cinder, lxc_hosts, and pip fixes in
This change brings the fix for
- cinder haproxy check for ha deployments
- pip related fixes
- fixes for lxc_hosts
Change-Id: I4af64041a4a76c10361456f73577e7c7040edf8a
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Fix pip version to 9.0.1
JIRA: COMPASS-593
OpenStack Ansible install latest pip on
each contoller node and the latest pip
(currently 10.0.0b1) doesn't support empty
package list to be passed into it. Add a
user config file to fix pip version.
Change-Id: Ie193389c2b4995cdc4b81876f8cdcfc512cf5ea1
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "Fix packages for SLES15"
- Fix packages for SLES15
Change-Id: Id01c4f76c146a0f0630bf1926ece48aabff0bfa1
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "python: Pylint 1.8.2 code conformity"
- python: Pylint 1.8.2 code conformity
Updated master Python scripts to conform to the newer pylint
1.8.2 standard.
JIRA: VSPERF-563
Change-Id: I19305a008a2e22c2f4841aa83fed85fbdc2d549c
Signed-off-by: Richard Elias <richardx.elias@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "scapy: Fix conflict of scapy libraries"
- scapy: Fix conflict of scapy libraries
T-Rex requires a modified version of SCAPY library for python3
to function properly. It doesn't work with vanilla version of
scapy-python3 module, which is installed within vsperf environment by
pip for Xena. Currently vanilla scapy is imported by Xena and
enforced to T-Rex too, which causes following issues:
* missing implementation of Dot1AD causes failures
* broken multistream feature in T-Rex
VSPERF loads all Traffic Generator classes and thus all
imports performed at module level are performed. The solution
would be to import SCAPY module by Xena only in case, that Xena
traffic generator is really used. Please see JIRA for additional
information.
JIRA: VSPERF-566
Change-Id: I8018bc0126e752cc9f966252d17dadb6a5554b37
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "ovs: Configurable arguments of ovs-*ctl"
- ovs: Configurable arguments of ovs-*ctl
This patch introduces new configuration parameters OVS_OFCTL_ARGS,
OVS_VSCTL_ARGS and OVS_APPCTL_ARGS, which specify default arguments
passed to respective ovs-*ctl tools. So user can specify default
arguments passed to these tools inside configuration file, testcase
parameters or by --test-params option. For example OVS_OFCTL_ARGS
can be modified to use different OpenFlow version by default.
JIRA: VSPERF-567
Change-Id: Ie7448ea94a54b8044af12d0246d66514e057b7dc
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Richard Elias <richardx.elias@intel.com>
|
|
* Update docs/submodules/samplevnf from branch 'master'
- Support additional MAC format in config file
Add support for space-divided bytes in MAC string.
Support the same format as in "pkt inline".
Change-Id: I7f2136c4424c45ce4abad4082470c9c9b1b3ab05
Signed-off-by: Igor Shaula <igor.shaula@intel.com>
|
|
* Update docs/submodules/container4nfv from branch 'master'
- fix deployment failure
Change-Id: I6145b406450b0846999223f1e4e6783eb06bb0a9
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
* Update docs/submodules/daisy from branch 'master'
- kolla-build-vm.sh is ready for Queens
This PS does:
1. Set default build target to stable/queens, but still fix to pike
for OPNFV master branch, please see line:83
2. Create mappings between branch name and version number in code,
since upstream kolla does not do it automatically using git tag
for us start from Queens relese. Therefore, we do not need to let
the user to define the version code and then check it with git tag
command return value any more. So -t argument is deleted.
3. Support building Queens images.
4. Arrange patches in sub-directories name by version code so that
user can use this one script to patch and build any version they
want. But for OPNFV Jenkins, only the version for the current branch
can be built according to the -j argument.
5. Upgrade DPDK version from 16.11 to 17.02.
6. Call cleanup_registry_server before pack_registry_data, this is
resonable for keeping registry data stable.
Change-Id: Ic5a7e2da261d456a2a1481ad0e765a7ce28b8121
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[daisy] Stable branch creation for fraser"
- [daisy] Stable branch creation for fraser
Change-Id: Id4ae29b09e909445e7a524663981d0b7aca5e5f0
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[fuel] Add stable/fraser branch"
- [fuel] Add stable/fraser branch
Change-Id: Ieca49ab172046d22f421eb6adb6f238c38b8e2f1
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[armband] Add stable/fraser branch"
- [armband] Add stable/fraser branch
Change-Id: I619dfb48fb0cfca1b8b3a315760bb684de720f7c
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Clover project stable branch for OPNFV Fraser release"
- Clover project stable branch for OPNFV Fraser release
Change-Id: Ibbee8bbd4174ad3bb6d8e3c8a855263b91481712
Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Add sfc project"
- Add sfc project
Change-Id: I94e981782dec65df6352d78ea79f4e389b9a2ea3
Signed-off-by: Manuel Buil <mbuil@suse.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "add fraser doctor.yaml"
- add fraser doctor.yaml
Change-Id: I087b16302226eca76d8842be0343781990345f45
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[Compass4nfv] remove euphrates jobs create fraser jobs"
- [Compass4nfv] remove euphrates jobs create fraser jobs
Change-Id: I0f1d0e1044953baded5ac4de8aac3597f42f53a3
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
* Update docs/submodules/ipv6 from branch 'master'
- Revise ODL Gap Analysis of IPv6 N-S Support
Change-Id: I263dd18c5f50dd707e2154612f820eae81c00633
Signed-off-by: Bin Hu <bh526r@att.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[yardstick] Add stable/fraser branch"
- [yardstick] Add stable/fraser branch
Change-Id: I6e682277b4447ecdc2fc30042ccf4c2b49a4d339
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Control vping cleanup step via --noclean
Change-Id: Ic43b100348e77fd96aab9abc5a9ec4a0b47a2f87
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Add 'Signed-off-by' to automated Jenkins job patch
All commits require a signed-off-by line to be accepted by Gerrit, and
automated patches are no exception.
Change-Id: I54179c47e33b5088e4e3c3d5752ccb3560f2face
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "create stable/fraser branch for nfvbench"
- create stable/fraser branch for nfvbench
Change-Id: Ide00a91274057611ce1e21a8c146ad26c9ba3aae
Signed-off-by: ahothan <ahothan@cisco.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[baro] Add stable/fraser"
- [baro] Add stable/fraser
Change-Id: Ic81f0a707b1a46c65b47251fedc51c8afc8e6d54
|
|
* Update docs/submodules/releng from branch 'master'
- Verify Functest Fraser branches
Change-Id: Ibed7d932e817150f1f89b290885f4583f7168092
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/qtip from branch 'master'
- latency test bugfix
Change-Id: Ida6cb237e7827cd007253078a156104a71adddd3
Signed-off-by: Qiang Dai <Qiang.Dai@spirent.com>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "Grafana Dashboard customization script"
- Grafana Dashboard customization script
JIRA: BOTTLENECK-182
Customization of dashboard with respect to query for
a particular panel
Change-Id: Ic8730c2fc1540fc41d1206b4610beb7b304825ae
Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
|
|
* Update docs/submodules/joid from branch 'master'
- Merge "Remove the env var KUBECONFIG"
- Remove the env var KUBECONFIG
Change-Id: I02521555d5c9282843da3520dd0a614f4ccf8874
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/joid from branch 'master'
- modfiied to use admin as default for VM.
Change-Id: I22aef2a36ae7ba08681c1c202d20726d1a605ad1
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- ADD tc042 into CI
JIRA: YARDSTICK-1108
We add this test case in ovs_dpdk-ha and ovs_dpdk-noha testsuites
also add image build into load_images script
Change-Id: I2b0c6b106dd98c3693df18dba46259ff8ef0a76e
Signed-off-by: liyin <liyin11@huawei.com>
|
|
* Update docs/submodules/nfvbench from branch 'master'
- Update release notes
Change-Id: Ib726a626f157159b69ab1b63c311ce1bd7032170
Signed-off-by: ahothan <ahothan@cisco.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Merge "[odl] Configure Odl memory requirements"
- [odl] Configure Odl memory requirements
Odl scripts present in /opt/opendaylight crash with
out-of-memory errors and we cannot use them so we add more memory
to the ODL virtual machine and to the JVM.
Change-Id: Ia29a324ca34b5d33e947ca6d177ce3567316dcb9
Signed-off-by: Charalampos Kominos <charalampos.kominos@enea.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Merge "Add pike staging repository"
- Add pike staging repository
Append PPA repository to the existing UCA
Existing UCA repository is still necessary for maas
Change-Id: If545b37d30291d3708430c52593b7fbd03bd22e4
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
|
|
* Update docs/submodules/clover from branch 'master'
- Merge "Clover initial commit for servicemesh/route_rules, orchestration/kube_client, and tools/clover_validate_rr"
- Clover initial commit for servicemesh/route_rules,
orchestration/kube_client, and tools/clover_validate_rr
Add an 'orchestration' directory. Please note that
'orchestration' does NOT mean Clover does any orchestration ---
similar to how Clover doesn't by itself implement tracing or
logging, orchestration is a directory for code related to Docker
orchestration client --- such as k8s client
kube_client utilizes the Kubernetes python client (a dependency)
to perform tasks against Kubernetes API server. For this commit,
it is only tested for weighted route rule verification, it does
three tasks:
(1) get a list of pods under a namespace --- pod dictionary now
only contains pod name and label dictionary: used to match
pod name with the node name in traces from OpenTracing
(2) check to see if a particular pod is up in a particular
namespace: used to check if Istio pods are running in
istio-system namespace
(3) check if a container exists in a list of pods under a
namespace: used to check if application pods have
istio-proxy container running
route_rule directly invokes istioctl as there isn't any Istio
Python client yet. Currently it reads and parses routerules
from Istio, and validates if a particular trace result matches
the routerules
Finally, a sample tool clover_validate_rr is provided. This
tool assumes a previous test has been ran (with an id with
both the route-rule-under-test and corresponding traces are
stored --- currently the assumption is tests were ran with
redis-master running on system). The tool can be invoked:
python clover_validate_rr.py -t <test-id> -s <service name>
where test-id is the ID of the test (most likely uuid) and
service name is the name of the service running in the
Kubernetes cluster upon which test traces should be fetched
against
Change-Id: Ic8ab6efc23c71ac4643bee796ef986a86f6fc7dd
Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
|
|
* Update docs/submodules/clover from branch 'master'
- Merge "Added initial nginx services"
- Added initial nginx services
- Proxy allows ingress traffic to be sent to another element in
service mesh
- Mirroring is also in the default configuration
- Default configuration is to proxy to a clover-server and mirror
to snort-ids
- A location_path (URI in HTTP requests) can be reconfigured to
restrict proxing; default to '/'
- A proxy_path can be reconfigured to specify an alternate destination
- A mirror path can be reconfigured to specify where traffic
will be spanned
- The default server_port (listen port) for the proxy is 9180 but can be
reconfigured
- The default server_name is http-proxy but can be reconfigured
- Reconfiguration is done over GRPC with jinja2 template for nginx
- Currently snort ids sends alerts to proxy with stub code in GRPC
- Refactored the code to have a nginx base with subservices
- Proxy, Load Balancer (lb), and Server can share code - mainly GRPC
server
- Nginx subservices have separate docker builds
- Improved build scripts for CI
- Render yaml manifests dynamically
- Improve nginx_client for runtime modifications (but not really
useful yet)
Change-Id: Icbff6890021bcc8a8da4690c9261205d6e1ca43a
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
|
|
* Update docs/submodules/clover from branch 'master'
- Develop snort IDS and content inspect service
- Initial commit to show potential structure of a sample service
- This wil be part of a larger sample application currently dubbed
Service Delivery Controller
- Docker container needs to be built and employs open-source Linux packages
- Service is deployable in Istio service mesh using provided yaml
- Control snort daemon and add custom rules with GRPC messaging
- Process snort alerts actively and send to redis and upstream service
mesh components
- Integrates a web server for better HTTP signature detection
- Improved build script for CI with variables
- Render k8s yaml snort manifest dynamically with command
line options
- Improve snort_client sample script for runtime modifications
including passing args on CLI, error checking
- Update nginx proxy interface
- Added logging to snort server and alert process
Change-Id: Ic56f9fcd9ed21f64b84b85ac8ee280d69af7b7c9
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Install PBR to ensure we're not breaking builds
Change-Id: I4e7b47a8f2021a1cf25b80d7818f4dabb441c39f
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|