Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for OVN
Change-Id: I3489c340a12edb3f14cbbd1d63fd90cb4bdfa52c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/moon from branch 'master'
- moonv43 ok
Change-Id: I5ca6724755137ec61d1f0df2e9ed9861de18a50b
Signed-off-by: RHE <rebirthmonkey@gmail.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Merge "moon_forming for policy templates"
- moon_forming for policy templates
Change-Id: I8f19a9c4d791d509a6c0349424252ea24c56ab6b
Signed-off-by: RHE <rebirthmonkey@gmail.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Remove the /var/log/osa directory if exist"
- Remove the /var/log/osa directory if exist
generate password again to ensure the password is different everytime
Change-Id: I8c88266e724922301f4411b330d7d7154bfb250e
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Add keystone tests
Change-Id: I0d98547d201e5b7b2b9a240e9e70bc1a9cd29a38
Signed-off-by: MohamedAssem <rfawzy.ext@orange.com>
|
|
* Update docs/submodules/daisy from branch 'master'
- update image to 171226232545
Change-Id: I33e00112b556454edbb75f83e7f37499de26b9a8
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
|
|
* Update docs/submodules/releng from branch 'master'
- Allow building docker image from specified path
Change-Id: Iab40fc2c719050d36a614fe529ca22634b59b7bc
Signed-off-by: Yujun Zhang <zhangyujun@gmail.com>
|
|
* Update docs/submodules/moon from branch 'master'
- fix a pub for k8s
Change-Id: Ic0225b8bf64e7e49a0cddec97f3f9003c4e8a9f3
Signed-off-by: RHE <rebirthmonkey@gmail.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Merge "add unit test for pdp module"
- add unit test for pdp module
Change-Id: I1aadbb836694212a2de52a81b9b637be856e0867
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Merge "add unit test for policy module"
- add unit test for policy module
Change-Id: I981d9161cbdc167c4c9b5483d23842bca7e82006
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
|
|
* Update docs/submodules/moon from branch 'master'
- moon kubernetes review
Change-Id: I49a62f18ac6ecd06cdbc8e51b4e8ba00971ce6aa
Signed-off-by: RHE <rebirthmonkey@gmail.com>
|
|
* Update docs/submodules/moon from branch 'master'
- moon v4 re-organization
Change-Id: I73665f739f35ae18175f98d0739567e403c1fa80
Signed-off-by: RHE <rebirthmonkey@gmail.com>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- buf-fix: sfc quota setting
JIRA: BOTTLENECK-215
compass master does not enable sfc, only eupurates.
changing sfc quota will cause error for "not valide attributes"
Change-Id: I77fab2d957d88bed6ed28c06bff9d3c2f7fb0da7
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
|
|
* Update docs/submodules/daisy from branch 'master'
- Merge "Generate .ssh/known_hosts when making VM image"
- Generate .ssh/known_hosts when making VM image
Change-Id: I3f72239d6c4db27f67d5586c45e46ed01fad281d
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
|
|
* Update docs/submodules/daisy from branch 'master'
- Merge "Use deployserver's timezone in daisy VM"
- Use deployserver's timezone in daisy VM
Change-Id: Ie58af69f444924494d1a2949ba894ae55da7efc9
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- fix the lz4 packages dependence
1. install pkgconfig
2. mv the tasks of fixing pip issue out of the main script
Change-Id: Icc08a3c461690d1d6747455479df0a58d87d22da
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Dynamic region name of juju cloud"
- Dynamic region name of juju cloud
Region name in juju cloud has been made dynamic now, region name
will be added in cloud file from os environment variable.
It fixes the issues when runnit juju_epc vs Apex [1].
It also updates ubuntu images to xenial.
[1] https://build.opnfv.org/ci/job/functest-apex-baremetal-daily-master/628/console
Change-Id: I9422af3086141cd40b99e6482883a7081f58c2ea
Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
|
|
* Update docs/submodules/moon from branch 'master'
- add test for models module
Change-Id: Ib685a4299b392db6380bacd7aedf9ae07611fcdb
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- [ovn] Mend state name of openstack
* rename openstack state name with noha suffix
* increase vcpus for compute nodes
Change-Id: I03386c4c1c92d329d847aa506589823e57644ef4
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Clean Docker images after builds
Compared to the related Releng script, it only focuses on cleaning
images. It's considered out of scope to remove remaining docker
containers.
It doesn't force to remove images because base images (e.g. Alpine)
could be selected by other OPNFV projects too. It ensures O is
returned even if one image cannot be removed.
functest-core is removed at the end because all Functest containers
depend on it.
The script works well in a nominal building env. Any remaining
Functest images or containers must be removed by hand.
JIRA: FUNCTEST-898
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I72d8214b711680ec7958af1d427b23dee6337bf6
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Add Docker build opts
Change-Id: I91fcb833b6b6216338b4fcb888f093a2086264a7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/daisy from branch 'master'
- Now SDL cluster use kolla_internal_vip_address as VIP
Change-Id: Id22c86d4d2c7c18bba36dc9b50cd56bf75d94053
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Add get function in ssh.py
JIRA: YARDSTICK-904
This task is about to implement a get function in ssh.py to
fetch desired files/folder in a remote VM to a local path.
In some test cases, test tools will produce results in files.
We want retain the original result files and archive them in
Yardstick docker for future usage.
Change-Id: Ifd333eb044ce31cffa6f5b2a8f6a46648a8858d1
Signed-off-by: JingLu5 <lvjing5@huawei.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- [Bugfix] Local summary with wrong results when Tempest failed at the SetupClass
When Tempest test cases failed at the SetupClass, the record is the class name
of the test cases rather than the name of the test cases.
The local summary will say they are passed wrongly.
JIRA: DOVETAIL-575
Change-Id: Iec879378770017eddd37e9a99346d980355bb6e2
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/moon from branch 'master'
- moon doc cleanup
Change-Id: Iccc0858e305d724fd8c3341e27f9fa90ffeb916f
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
|
|
* Update docs/submodules/moon from branch 'master'
- K8S doc
Change-Id: Ib3bbcb20a7139cad37dfcff39e5355f342284ae7
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
|
|
* Update docs/submodules/moon from branch 'master'
- fix a moon_db error
Change-Id: Ibb723412ecd1ea8ac23621f91baeaa0931db8963
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
|
|
* Update docs/submodules/moon from branch 'master'
- moonv4 cleanup
Change-Id: Icef927f3236d985ac13ff7376f6ce6314b2b39b0
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Merge "Fix a bug in MANIFEST.in"
- Fix a bug in MANIFEST.in
Change-Id: I84b526380499b8de7eaab061a7b0aeb427f718e5
|
|
* Update docs/submodules/moon from branch 'master'
- Fix a bug when sending authorization requests
Change-Id: I21b3050bec61a98af1c59974d3d443ca44fc689d
|
|
* Update docs/submodules/dovetail from branch 'master'
- [bugfix] easy_install: not found
Remove easy_install because it will be installed later.
Change-Id: I29f425e0a5784b581a5b65ea5c8f8db66fc9dc8e
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Fix aarch64 patch for Dovetail container
Change-Id: I3746136e9002a14eea81c38ea54cbbad7fa68da1
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: playbooks: Copy local changes to scenarios"
- xci: playbooks: Copy local changes to scenarios
Make sure that any local changes to scenarios are being propagated to
the checkouts. This should only happen when we are testing the 'master'
branch of the scenario since it may be desirable to test a specific SHA
in which case we shouldn't modify the checkout code.
Change-Id: I4197f09a3e4d5a54c86905bc556b06e08948fbc2
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/releng from branch 'master'
- Putting the required back
This is required for StorPerf multi-arch and causes all the StorPerf
ARM builds to fail if it is not present.
Change-Id: I302c0471a52759cd9c051741e2b0bb086b87e8eb
Signed-off-by: mbeierl <mark.beierl@dell.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Replace subprocess "check_output" with "Popen""
- Replace subprocess "check_output" with "Popen"
"check_output" is a blocking wrapper for "Popen" which returns the output
of the command execution or raises an exception in case of error.
"Popen" is a non-blocking function that allows to create asynchronous
tasks. It returns any possible execution error but doesn't raise an
exception; this is delegated to the developer.
This code is used in the Yardstick CLI base test class.
Change-Id: Ie3e1228b2d40cb306354447653678bf581bc9697
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
|
|
* Update docs/submodules/storperf from branch 'master'
- Fixes Availability Zone Support
Fixes typo and passes the availability zone parameter
through all the heat templates.
Change-Id: I12d9d5d32ceb6461833fcfb4ea2961a34b97c35a
JIRA: STORPERF-225
Signed-off-by: mbeierl <mark.beierl@dell.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Merge "[ovn] Weed out gateway node from reclass storage"
- [ovn] Weed out gateway node from reclass storage
Change-Id: I87efd87f8ac05ed9b3189e5dba80748e07c86d5d
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- [vcp] Catch 'no response' of salt minion as well
Salt minion could return 'no response' and cause an
unconfigured state of the vcp node(s), so catch this output after linux
state as well. Also clean up excess route on proxy nodes.
Change-Id: I3183fa09ff41a8f027ee789869bdae0c3962ab8f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Add euphrates as a docker tag to the release notes
Change-Id: I35080b3e701de6341926f86e8aa1910ef777f565
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge changes from topics 'YARDSTICK-875', 'YARDSTICK-874'
* changes:
Check if multiverse repository is available in Ubuntu
Specify supported architectures for Ubuntu backports repository
- Check if multiverse repository is available in Ubuntu
In Ubuntu, multiverse repository is needed to install the image
dependencies [1]. If this repository is not enabled, it should be
added as part of the role "add_custom_repos".
[1] https://github.com/opnfv/yardstick/tree/master/ansible/roles/install_image_dependencies
JIRA: YARDSTICK-875
Change-Id: Ie37ebf87bf245185447f2b675568af9bd38219c0
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
- Specify supported architectures for Ubuntu backports repository
Currently Trusty (Ubuntu 14.04 LTS) and Xenial (Ubuntu 16.04 LTS) doesn't
have support for arch=ARM64 in backports repository:
- http://archive.ubuntu.com/ubuntu/dists/xenial-backports/
- http://archive.ubuntu.com/ubuntu/dists/trusty-backports/
During the Yardstick image building process, the repository is added to the
APT repository list. In order to avoid errors during the repository retrival,
the available architectures must be specified [1].
[1]https://github.com/opnfv/yardstick/blob/stable/euphrates/ansible/roles/add_custom_repos/templates/sources.list.j2#L4
JIRA: YARDSTICK-874
Change-Id: I7774189fbdd7d74ff5df29526ba0da2693b3b53a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Bugfix in role enable_hugepages_on_boot"
- Bugfix in role enable_hugepages_on_boot
Make role idempotent.
Current regex doesn't match for:
linux /boot/vmlinuz-4.10.0-30-generic root=/dev/nvme0n1p1 ro vga=788 text
Change-Id: If5eb20fce4ddc35bb109c00eb7565853b3763950
Signed-off-by: Jan Malanik <janx.malanik@intel.com>
Signed-off-by: Malanik Jan <janx.malanik@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Bugfix:proxy env, ansible multinode support"
- Bugfix:proxy env, ansible multinode support
JIRA: YARDSTICK-893
- hosts and plays in ansible/nsb_setup.yml refactored
Fixed proxy configuration from env or /etc/environment in nsb_setup.sh
Fixed ansible parameter 'environment: "{{ proxy_env }}"' in:
- roles for components download.
- roles for components dependencies install.
Now, you can use ansible to modify all yardstick-standalone hosts at once.
1) Configure http[s]_proxy in
- /etc/environment
or
- env variables
2) Modify ansible/yardstick-install-inventory.ini:
[jumphost]
localhost ansible_connection=local
[yardstick-standalone]
yardstick-standalone-node ansible_host=192.168.1.2
yardstick-standalone-node-2 ansible_host=192.168.1.3
[all:vars]
ansible_user=root
ansible_pass=root
3) start:
./nsb_setup.sh # for baremetal/sriov
./nsb_setup.sh <path to admin-openrc.sh> #for openstack heat
Change-Id: I167db8bae8303210f21e8ae6f3870ef054bbedce
Signed-off-by: Malanik Jan <janx.malanik@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Remove "flake8" and "pep8" from test-requirements"
- Remove "flake8" and "pep8" from test-requirements
Removed "flake8" and "pep8" from test-requirements. Since
44070670c798d2cde2824f3150b2b11bf35c6319, "pylint" is the
code style checker, instead of "flake8" or "pep8".
JIRA: YARDSTICK-832
Change-Id: Iee598b0b1793d71dc74be36fa1875387b17d1e25
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Variable local_iface_name is read before it is set"
- Variable local_iface_name is read before it is set
Moving variable setting before reading
Verified via TC:
yardstick/samples/vnf_samples/nsut/ping/tc_ping_heat_context.yaml
JIRA: YARDSTICK-899
Change-Id: Ia2feac1ed4e67dccd02446ba27afc9d40e87be35
Signed-off-by: Jiri Prokes <jirix.x.prokes@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Fix the pylint version for pep8 tox target"
- Fix the pylint version for pep8 tox target
Change-Id: I5e1c169a6ca13b3f46129b2c4a15ccbab2677a63
Signed-off-by: Martin Banszel <martinx.banszel@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Add doc about installing YardStick on OpenSUSE
Add guide to install YardStick on OpenSUSE and modify the README
to state that OpenSUSE is supported.
Change-Id: Id107b24e0ec1ab441426bb150d9e863986d20fc1
Signed-off-by: Rossella Sblendido <rsblendido@suse.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Update libraries name in the platform
Change-Id: I743254aa58e2fb57b78c23ebc9f5c69049b4905d
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: nfvi: OSA: Set 'pipefail' when SSHing on the OPNFV host"
- xci: nfvi: OSA: Set 'pipefail' when SSHing on the OPNFV host
We need to set the 'pipefail' option so if an SSH command fails we stop
the deployment instead of silently ignoring it just because the right
leg of the pipe succeeded.
Change-Id: Iebc720fbd3e6e96fc7135a6cf15e3c0941974d2c
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "bifrost: Bump bifrost SHA"
- bifrost: Bump bifrost SHA
Bump the bifrost SHA so we can get rid of the testvm.xml.j2 template
which has now made it upstream.
Change-Id: Ia9cdd999a5702f37125d38e0ba68bb31920d2117
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/doctor from branch 'master'
- use keystone v3 API
Change-Id: Ia642279a99ad9bf014764337c8a5170e3c98e2f2
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|