Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/sfc from branch 'master'
- Move to sfc_nsh_euphrates image
To create the four SFs we will use the sfc_nsh_euphrates image. This image is
like the sfc_nsh_danube but modifying the vxlan_tool which now has the
important fix:
https://git.opendaylight.org/gerrit/#/c/64116/
Change-Id: I396b5523b7243472b6d05b62d831837938067422
Signed-off-by: Manuel Buil <mbuil@suse.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Merge "docs: Update release documentation"
- docs: Update release documentation
JIRA: FUEL-276
Change-Id: I09799b2dde3c992d229864757e655c108d33608a
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Merge "docs: Update installation instructions"
- docs: Update installation instructions
This documentation contains the updated procedure on how to use
Fuel to deploy openstack.
JIRA: FUEL-276
Change-Id: I38dc9c57ea386a628cd363f5bcef3818739b9122
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
|
|
* Update docs/submodules/apex from branch 'master'
- Adding unittests for apex/deploy.py
Change-Id: Id108039dcf5d846affe2900706097049b3308e81
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge changes I11fdef41,I2b6cf113
* changes:
Allow building aarch64 images
Publish Docker Slicing Presentation
- Allow building aarch64 images
It must be noted that Docker automated build cannot create these
images as the prerequisites are unmet to cross-compile [1].
It also publishes a travis config file [2].
[1] https://www.kernel.org/doc/html/v4.11/admin-guide/binfmt-misc.html
[2] https://travis-ci.org/collivier/functest/builds/286932633
Change-Id: I11fdef410cc40989132205a098410175f789fdef
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Publish Docker Slicing Presentation
It published the presentation done in the Functest Breakout during
last OPNFV Summit (2017 in Beijing) [1].
Minor changes are planned to update it in a second change.
Git now ignores pdf which may be generated via reveal.js.
[1] http://testresults.opnfv.org/functest/dockerslicing/
Change-Id: I2b6cf113c672320bf1bc34442bb267fd99012546
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/releng from branch 'master'
- KVMFORNFV: Disable jobs on Euphrates
This patch is used to diasable jobs on Euphrates branch as there is only
one node assigned for the daily job. If the jobs on master and Euphrates
are enabled, the verify job is delayed.So inorder to avoid the delay for
the verify job, disabling the jobs on Euphrates.
Change-Id: Ib0eff4a1156858a73e4b889a61ac0cbd4ebe5ef0
Signed-off-by: Navya Bathula<navyax.bathula@intel.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- [web-cvp]failed to build docker image due to setuptools version
JIRA: DOVETAIL-526
error on docker build, upgrade the setuptools:
error in cryptography setup command: Invalid environment marker: python_version < '3'
Change-Id: If3b2b2ecd3a3e23f66cacb6a2048f15f1715dcd4
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
|
|
* Update docs/submodules/samplevnf from branch 'master'
- vACL: The ethernet mac address not updated correctly
JIRA: SAMPLEVNF-85
The ethernet header pointer initialization was wrong due to which
the MAC address were not updated. Hence the packets were not
reaching the destination.
Change-Id: I90a38bba8d26d5f481c6476e6995eed92970b6e3
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
|
|
* Update docs/submodules/samplevnf from branch 'master'
- arp: Config parameters longer than PIPELINE_MAX_ARGS chars ignored
JIRA: SAMPLEVNF-86
Due to this KW fix the arp pipeline is rejecting the commands
greater than PIPELINE_MAX_ARGS size. This is seen in arp_route_tbl
which can is becoming bigger in case of multi port setup.
This patch undo the KW fix which is causing issue with longer
parameters under ARPICMP pipeline.
Change-Id: I96ba3882b5fecc6ac2f7b75f11a63083b847bba5
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- [web-cvp]add a api to fecth logs of backend api
JIRA: DOVETAIL-525
provide a easy way to fetch logs of backend apis
Change-Id: I72054a6e155e6970254ed391dfa8b25943eceb35
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
|
|
|
|
* Update docs/submodules/yardstick from branch 'master'
- Change 'SUCCESS' to 'PASS' when report to MongoDB
JIRA: YARDSTICK-822
To keep consistent with other testing project, we need to
change 'SUCCESS' to 'PASS', 'FAILED' to 'FAIL'.
Change-Id: I392e4dc6dd2e028cd43cba0d1bf8ee04618326d7
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
|
|
|
|
* Update docs/submodules/releng from branch 'master'
- bugfix: trend graph not show in fuel x86 and aarch64
The trend tool will read installer field in scenario_history.txt
But now this field is fuel not fuel@x86 or fuel@aarch64.
So I change fuel -> fuel@x86 & fuel@aarch64.
Change-Id: I8e97e57febd559f65be559b16bceee5cf8268926
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
|
|
* Update docs/submodules/daisy from branch 'master'
- Merge "Mock sleep() to accelerate the unit test"
- Mock sleep() to accelerate the unit test
Change-Id: I664ba714ab4094754fa3d71587da8536555a02ce
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
|
|
* Update docs/submodules/daisy from branch 'master'
- Merge "Add unit test file test_libvirt_utils.py"
- Add unit test file test_libvirt_utils.py
Add the unit test file test_libvirt_utils.py
Change-Id: Id5c44bd3683183367439486fbea8dba03ccb8bb7
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
|
|
* Update docs/submodules/armband from branch 'master'
- AArch64 NIC adaptation patch
AArch64 NIC adaptation for dual NIC boards with traffic separation
-kvm nodes: added second trunk_nic
-compute nodes: removed third external_nic
Change-Id: I874094075ab01c7fe21af26602a7366a371cec28
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Bugfix: Reference for the tool used in TC044 mentioned in the user guide is wrong
JIRA: YARDSTICK-821
Change-Id: I09b189008df4ec2e6db92cf24c45d8206ed2062f
Signed-off-by: JingLu5 <lvjing5@huawei.com>
|
|
* Update docs/submodules/apex from branch 'master'
- Adding apex/overcloud/* unittests
Change-Id: I02cd512ba1ddaee2538bee7739e27b136112a0c6
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Bug in NSB Prox ACL Test 4 Port"
- Bug in NSB Prox ACL Test 4 Port
JIRA: YARDSTICK-802
Generator was incorrectly configured to generated traffic for p0, p1 (twice), and p3
Should be p0, p1, p2 and p3
Change-Id: Ib62a3c6523b1eda635b8c727c36e140fd480003e
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "bug-fix: do not have permission to execute sudo pip"
- bug-fix: do not have permission to execute sudo pip
JIRA: BOTTLENECK-211
This patch is to fix the bug by adding -H flag to sudo, i.e.,
sudo -H pip install ...
Change-Id: Icdb187660cc1e08e134a79592e7454b77576f457
Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Doc amendment: env prepare command"
- Doc amendment: env prepare command
JIRA: YARDSTICK-637
Change-Id: I7e5e1afb7b5a7e97aa070c03cded3be285d97cc2
Signed-off-by: JingLu5 <lvjing5@huawei.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Use "protocol" parameters in iperf3 yaml and task file"
- Use "protocol" parameters in iperf3 yaml and task file
JIRA: YARDSTICK-755
There is a history problem that iperf use udp to set a net protocol.
This code will change it to protocol.
so you could use 'tcp','udp' and other protocol.
Change-Id: I1a101013dfe58165a3ed08aa77f0aa2f73d57a12
Signed-off-by: Ace Lee <liyin11@huawei.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- cgnat: duplicate keys are not allowed
the current ConfigParser does not handle duplicate keys
in ini files.
Change-Id: Iaafbbab740a809a59edfd93c84d0029ef10ac6f3
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
|
|
* Update docs/submodules/nfvbench from branch 'master'
- NFVBENCH-38 Fix typo drop_percentage
Change-Id: I5c9bc60afbff09db77c72d9d7b6c59fa1d769e36
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
|
|
* Update docs/submodules/apex from branch 'master'
- Updates to Inventory object
- moved get_node_counts over from overcloud/deploy.py
- added more test coverage
Change-Id: I7774bebb99169aa1da0f07cb2cfc0c1d197af5ca
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "opnfv-lint: Enable yamllint for Fuel & Armband"
- opnfv-lint: Enable yamllint for Fuel & Armband
Change-Id: Iaccfa0df8f9f282a54712f61489af3029a91d44b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/nfvbench from branch 'master'
- NFVBENCH-37 Read fluentd result tag from configuration file
Change-Id: I08489ffedf81c0ad20b70d198989453a29dcbed8
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- reclass: Fix all remaining yamllint warning
Change-Id: I1e0e1ba291dd4d5af578d89274f3655ee784f64e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Fix parametrized nic name variables
-Fix interface order for reclass config node
-Interface types regruped on 3 sets for each cpu arch
-Foundation VM interface names
-VCP VM interface names
-Baremetal node interface names
Change-Id: I1ae522d775ee538b35b0f043914c80c3993232fc
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
|
|
* Update docs/submodules/apex from branch 'master'
- Increase ssh timeout and add retry for Ansible
Several users have experienced random disconnections from the undercloud
during deployment. This should help to stop deployments from aborting.
Change-Id: Idb7619d493b329944f21ea6641f6826a8fcc3907
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix jenkins-jnlp-connect.sh for missing a quotation mark"
- Fix jenkins-jnlp-connect.sh for missing a quotation mark
Change-Id: Iba2a7b5de9cb56c2cc6579fb9ff37b3242a0283f
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
|
|
* Update docs/submodules/barometer from branch 'master'
- VES: Add guest support mode
- Fix RE validation.
Change-Id: I01bbde4adc85980b49ee43e92a42de1022bd8f4e
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- Merge "VES Application: Documentation changes to userguide."
- VES Application: Documentation changes to userguide.
- Information on how kafka works with VES app.
- Added how-to guide to setup kakfa & dependencies.
Change-Id: Iaa973201b7178dbb902dd9efc9ccf91b5a423658
Signed-off-by: Alan Carey <alan.carey@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- private-> uplink and public->downlink
changing private and public to new uplink/downlink name
Change-Id: I8c3f582ba5592418a397e2500e0b998c3eed54f2
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fixing Workspace Permissions"
- Fixing Workspace Permissions
Adds fix-workspace-permissions wrapper in case StorPerf leaves
any files owned by root behind
Increases timeout to 45 as miminal run can take just over 30
minutes.
Change-Id: I85549a2246baa3a24686cf425850a8e7c0b645c8
Signed-off-by: mbeierl <mark.beierl@dell.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Update userguide and configguide
Mainly remove the duplicated declaration of cloudify_ims_perf.
Change-Id: Ic23cee0e2dbb863cfddc98b08eabdab7d52e0476
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
Change-Id: Ia709baf0c88b89af0c33e401357f61d2113cac25
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
|
|
* Update docs/submodules/snaps from branch 'master'
- Restricted Ansible version to >=2.1 && < 2.4
ansible_utils.py leverages the class ansible.vars.VariableManager
which no longer exists in Ansible 2.4.x
JIRA: SNAPS-187
Change-Id: I3e92e5addb7251554d6ec9befa61bfcc9e1376ef
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
Change-Id: Ied60759314087244be3f92ef8530d00c1301e037
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
|
|
|
|
|
|
* Update docs/submodules/onosfw from branch 'master'
- update apache license to 2.0
Change-Id: If0d92c8f8ce505be4c89f0bbc281acc6d7f5ecab
Signed-off-by: CNlucius <lukai1@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Add fuel@x86 and fuel@arm support"
- Add fuel@x86 and fuel@arm support
Since scenario data do not have a field named architecture,
So I choose pod_name for now.
For example:
pod_name: arm-pod5
I assume that it is based arm architecture
Change-Id: I92159a5e08b1ed80701494483fd9922dbd459193
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
|
|
Change-Id: Iee604fb54ebd44fcab341bd6b9432dcf885169fc
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
Signed-off-by: Thomas Duval <thomas.duval@orange.com>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "Bottlenecks testpmd scale-up testcase."
- Bottlenecks testpmd scale-up testcase.
JIRA: BOTTLENECK-205
This is the script of testpmd scale-up feature testcase.
we will debug the dashboard.
Change-Id: I4a6de0e7e1ea7c04639ece78a7b11b75128d8d2f
Signed-off-by: liyin <liyin11@huawei.com>
|
|
Change-Id: I070f2424f1083cd99b755fded68c8be48075b3bc
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
Signed-off-by: Thomas Duval <thomas.duval@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Fix fail of vRouter on Orange POD"
- Fix fail of vRouter on Orange POD
1. Functest docker container environment has no attribute 'OS_REGION_NAME'
2. vRouter was get the 'OS_REGION_NAME' but not used it.
3. Deleting use 'OS_REGION_NAME' part of vRouter.
4. Utility lib of vRouter use Nova client.
5. Modifying Nova client authentication step for auth api v3.
6. Doing test of modified vRouter on Orange POD.
Change-Id: I062549e5ca48fb4825b53448a4e2ffc8c1f8ec40
Signed-off-by: root <shuya.nakama@okinawaopenlabs.org>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- Remove 'stable' from version for results pushed to DB
JIRA: BOTTLENECK-210
RT.
Change-Id: I5861f971e8afd69430bf5e322a566b27ce1eb2b7
Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "put htmlize directory under jjb/releng"
- put htmlize directory under jjb/releng
centralize jjb related scripts
Change-Id: I4abeb06f17b48b8e7ac15803db0f3ce7eb0c1b93
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|