Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/releng from branch 'master'
- prototypes: bifrost: Add keystone roles
The os_client_config Ansible module used by all the ironic-* roles
depends on the keystone roles so we need to make use of them even
though they do not affect the end result. This fixes the following
OPNFV CI problem due to not having a clouds.yaml file present to
be consumed by the os_client_config Ansible module.
fatal: [controller00]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"}
An exception occurred during task execution. The full traceback is:
Traceback (most recent call last):
File "/tmp/ansible_ApkCUQ/ansible_module_os_client_config.py", line 75, in <module>
main()
File "/tmp/ansible_ApkCUQ/ansible_module_os_client_config.py", line 63, in main
for cloud in config.get_all_clouds():
File "/usr/lib/python2.7/site-packages/os_client_config/config.py", line 798, in get_all_clouds
cloud, region_name=region['name']))
File "/usr/lib/python2.7/site-packages/os_client_config/config.py", line 1071, in get_one_cloud
auth_plugin = loader.load_from_options(**config['auth'])
File "/usr/lib/python2.7/site-packages/keystoneauth1/loading/base.py", line 162, in load_from_options
raise exceptions.MissingRequiredOptions(missing_required)
keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions: Auth plugin requires parameters which were not given: auth_url
fatal: [opnfv]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"}
Moreover, we cleanup the ~/openstack directory which may contain some
bifrost artifacts such as a clouds.yaml file.
Finally, we use 'sudo -H' because for the keystone roles we need the HOME
variable to be set properly.
Change-Id: I45b08bd33dd8ea9505fe10eb4b2b10956b3b683c
|
|
* Update docs/submodules/snaps from branch 'master'
- Changed image metadata to support cirros, ubuntu, and centos.
The image metadata that was designed for multi-part form support
did not take into account tests that require ubuntu or centos
tests.
JIRA: SNAPS-76
Change-Id: I95c7b74b8f7d7b78c3842b5e716fd7b466107c9c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Merge "local db support offline mode"
- local db support offline mode
JIRA: DOVETAIL-415
The local db also need to support offline, move all the git clone/apt/yum/pip/wget/curl into the Dockerfile
Change-Id: I2392dc9f4a6bd6f6a5a3f4849625a576c51a44f8
Signed-off-by: Leo Wang <grakiss.wanglei@huawei.com>
|
|
* Update docs/submodules/armband from branch 'master'
- Read or add default mtu values for each interface
Change-Id: If3cbd4eee8121b697d2ab0603939b9a4aa188230
Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Merge "Revert "Revert "Select the fastest mirror of repos"""
- Revert "Revert "Select the fastest mirror of repos""
This reverts commit 7785a18f592ecd6eeb307b7bc2f5b134e8e07221.
https://bugs.launchpad.net/fuel/+bug/1669751 has been resolved.
Change-Id: I009cf6cba8aaa7ff2ae625c5067aa4d1570e4793
JIRA: FUEL-261
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/sdnvpn from branch 'master'
- Clean always and change order
Change-Id: Ic9e0d374a4fe5278888b28fe2694c546840d55b4
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
|
|
* Update docs/submodules/sdnvpn from branch 'master'
- Remove dependence inet
A new ubuntu image with quagga included was uploaded to
artifacts.opnfv.org/sdnvpn/
ubuntu-16.04-server-cloudimg-amd64-disk1.img
Change-Id: I7e48ebbc2b00b7e771f43b26303acc66c2c48457
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "run ha test case in compass pod"
- run ha test case in compass pod
JIRA: YARDSTICK-634
Change-Id: I586d5177598efeda8ac3937d1eb04cd5b97b6ec6
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "fix ha issue when run tc050~tc054 in ci"
- fix ha issue when run tc050~tc054 in ci
JIRA: YARDSTICK-634
Change-Id: I46681c7e8afe391eef9c5309470028167e911950
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Update kvm4nfv commit id
This kvm4nfv commit includes changes for the config file which disable
vt-d by default and has the x2apic enabled.
Change-Id: I2e8085792fb8222dfc59d4ece0ac58ec9a16c1bd
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Point to user guide to get started on VNF testing"
- Point to user guide to get started on VNF testing
Change-Id: Id050d06deff665e6eaa97876d50e1698697e61e5
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
|
|
* Update docs/submodules/sdnvpn from branch 'master'
- Cleanup br-ex/br-quagga from testcase_3
After the peering between Quagga and ODL within testcase 3
cleanup br-ex (for fuel) or br-quagga (for apex) interfaces
JIRA: SDNVPN-13
Change-Id: I3e7bf91d4e47dfd7fe2a5068ed40ea4b2be48c6d
Signed-off-by: tomsou <soth@intracom-telecom.com>
|
|
* Update docs/submodules/snaps from branch 'master'
- Merge "Refactored multi-part images."
- Refactored multi-part images.
The logic used for creating multi-part images for the Danube release
was copied all throughout the tests, which was not sustainable.
This patch encapsulates the kernel and ramdisk images within the
same OpenStackImage object as the disk image.
JIRA: SNAPS-59
Change-Id: I45ec0ccc666accb4e768c41e249e6130dc07f6d1
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/storperf from branch 'master'
- Fix admin.rc generation
Explicitly filters out anything that is not an environment variable.
Change-Id: I0694649623b837d2ab4b2196abf45973d0e63168
JIRA: STORPERF-124
Signed-off-by: mbeierl <mark.beierl@dell.com>
|
|
* Update docs/submodules/fds from branch 'master'
- Merge "Reworked helper scripts and fixed typos"
- Reworked helper scripts and fixed typos
Added scripts for odl handling
Change-Id: Idf715e1c8357a52ef1cd93f58b87c0b92211f85b
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
|
|
|
|
* Update docs/submodules/apex from branch 'master'
- Merge "Fixing BGPD service is not running"
- Fixing BGPD service is not running
Change-Id: Ia94a82cda8cd2c8c052bfd3454e3753b6eb54288
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
|
|
Change-Id: I1ed5029809278cc07c54a3c0a68d74c25e6b25dd
Signed-off-by: Sofia <sofia.wallin@ericsson.com>
|
|
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Update INFO file for Euphrates"
- Update INFO file for Euphrates
Change-Id: Iddc36c0c9d3ce897c15393479e7ccb2d2a3230c9
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Support opera test in functest releng"
- Support opera test in functest releng
Because opera vnf test requires Open-O msb ip and the independency
of this test case, set specific docker env vars for compass4nfv
os-nosdn-openo-ha scenario.
Change-Id: I486e3896dc86d29cf93818b317675c088c1c5198
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Bugfix: wrong work directory
JIRA: DOVETAIL-420
CI wrong with:
Archiving artifacts
WARN: No artifacts found that match the file pattern "results/*/". Configuration error?
WARN: ?results/*/? doesn?t match anything, but ?*/? does. Perhaps that?s what you mean?
Change-Id: Ia548cb4e3b5e34f43c130c2860892364bffad233
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Merge "xipv6 testcase adjustment"
- xipv6 testcase adjustment
JIRA: DOVETAIL-418
1) ipv6 tc002-tc005 error fix, delete wrong testcases
2) ipv6 tc018-tc025 os-nosdn-nofeature scenario dependent, make
it known to the users
Change-Id: I8e63131b795403ee63566ae59bf46782524acd5a
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Trigger Functest VNF test case for opera"
- Trigger Functest VNF test case for opera
Change-Id: I313dc0661b41556a6b9cb4cc3ba0d79db9c16c88
Signed-off-by: helenyao <yaohelan@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "dovetail: docker tag support"
- dovetail: docker tag support
JIRA: DOVETAIL-419
since dovetal has no A/B/C/D branch, only have master,
need docker image name sth like opnfv/dovetail:plugfest_april_2017
rather than opnfv/dovetail:<release>.1.0, etc.
then when RELEASE_VERSION is empty, generate opnfv/dovetail:latest
ortherwise opnfv/dovetail:<RELEASE_VERSION>
Change-Id: I92573bee35da16305074393401e5e5da65aaa22c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
* Update docs/submodules/fds from branch 'master'
- Minor documentation fix for ODL_l3 docs
Change-Id: I21c84e20877c494523fd348be5eed23f409440c3
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Updated basic attributes for opera testcase"
- Updated basic attributes for opera testcase
The original value as unknown is not reasonable.
Change-Id: I23672ea70fff9b3badb2d2cf4f32dc3e038d7bb3
Signed-off-by: helenyao <yaohelan@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Bugfix: Permission denied when pip install virtualenv
JIRA: DOVETAIL-420
Collecting virtualenv
Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB)
Installing collected packages: virtualenv
Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 223, in main
status = self.run(options, args)
File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 308, in run
strip_file_prefix=options.strip_file_prefix,
File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 646, in install
**kwargs
File "/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 816, in install
strip_file_prefix=strip_file_prefix
File "/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 1013, in move_wheel_files
strip_file_prefix=strip_file_prefix,
File "/usr/lib/python2.7/site-packages/pip/wheel.py", line 339, in move_wheel_files
clobber(source, lib_dir, True)
File "/usr/lib/python2.7/site-packages/pip/wheel.py", line 317, in clobber
shutil.copyfile(srcfile, destfile)
File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile
with open(dst, 'wb') as fdst:
IOError: [Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/virtualenv.py'
Change-Id: I7c387013739252402fa3774b1a2df241a09f24c0
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/kvmfornfv from branch 'master'
- Merge "[fuel-plugin]Reduce kernel debian build duration"
- [fuel-plugin]Reduce kernel debian build duration
This patch contains some enhancement to reduce the kernel build
duration by making use of all processors available.
Change-Id: Ie14f871924f5c20784f2c2e30607ab549c94125f
Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "cachestat: use raw strings to escape \d"
- cachestat: use raw strings to escape \d
Change-Id: Iff40f7c938af0d7c148c708eed19095b140ccb8b
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "dovetail: create file pod.yaml for running HA test cases"
- dovetail: create file pod.yaml for running HA test cases
JIRA: DOVETAIL-407
1. HA test cases need a file pod.yaml giving the info of the pod
(node's ip, username, password/key_file).
2. Dovetail client has finished the adaption JIRA: DOVETAIL-405.
3. CI uses create_pod_file.py to generate /home/opnfv/dovetail/userconfig/pod.yaml
4. If INSTALLER_TYPE is fuel, fetch it's jumpserver key to
/home/opnfv/dovetail/userconfig/id_rsa
Change-Id: Iaf6afbdfb8e4331ae9a10ea3df060c37e9010a0a
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/joid from branch 'master'
- added support for install from git repository. please modify
default_deployment_config.yaml to install from release repo
for ocata,master etc. Also user can define their own URL and
more information can be obtained at jujucharms.com
Change-Id: I4943dbf68c6d980b2a2da65417b16631df768b48
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/fds from branch 'master'
- Fixes for ODL_l3 HA scenario docs
Change-Id: I68b48cea500e0547ca19e3ba46126da8fd69d00f
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Remove missing statements in test_odl"
- Remove missing statements in test_odl
It mainly removes _fake_url_for() which is useless since get_endpoint()
is not called for identity.
Coverage for functest/tests/unit/odl/test_odl.py : 100%
Change-Id: I5809c5eac4021c44113e70379621ab311187c669
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Restrict coverage output to all functest packages"
- Restrict coverage output to all functest packages
The next packages/modules are not yet covered:
- functest/cli/setup.py
- functest/core/pytest_suite_runner.py
- functest/opnfv_tests/mano
- functest/opnfv_tests/openstack/examples
- functest/opnfv_tests/openstack/snaps
- functest/opnfv_tests/openstack/vping
- functest/opnfv_tests/sdn/onos
- functest/opnfv_tests/vnf/aaa
- functest/opnfv_tests/vnf/ims
- functest/opnfv_tests/vnf/router
- functest/utils/openstack
Change-Id: Id62749796864537615f0ca8b162ce77b6c1a3309
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/fds from branch 'master'
- FDS release notes for D2.0
Change-Id: I1d63427ac32b69816540cebc4907e44b39da5742
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
|
|
* Update docs/submodules/fds from branch 'master'
- Documentation for odl_l3-fdio-ha scenario
Change-Id: I21468f8e64e1558640ba216e728e7e230b803f08
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
|
|
* Update docs/submodules/apex from branch 'master'
- Merge "Fixes bugs in ovs dpdk"
- Fixes bugs in ovs dpdk
Changes Include:
- Fixes an issue where using non-1st nic admin network deployment would
result in loss of network connectivity during deployment.
- Fixes an issue where not specifying cores to pin to in performance
options would result in an incorrect '0' value used for core mask.
JIRA: APEX-452
JIRA: APEX-453
Change-Id: I413290161abd9b2fa39b659d5ff989da9554f603
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Apex: enable ha for os-odl_l3-fdio"
- Apex: enable ha for os-odl_l3-fdio
Change-Id: If23c52437b45806526c0b38e6176ab040715a70e
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/snaps from branch 'master'
- Merge "Matching test_check_vm_ip_dhcp on ip only"
- Matching test_check_vm_ip_dhcp on ip only
No nee dto look for the string surrounding the ip that's being looked
for in this test. simplifying the code to only look for the ip
Change-Id: I80e6336c58573e5970eafe2608daf7c61e43b717
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Fix pylint warnings in snaps"
- Fix pylint warnings in snaps
Pylint only warns about missing module docstrings now.
Change-Id: I989ff800cd2628fed80a2d3510ef37ce2876cbd4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/openretriever from branch 'master'
- NGVS merges into OpenRetriever, so add new commiters to OpenRetriever
Change-Id: Ib5c728624045ce3d212b6a8c7114d16f69472acc
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
|
|
1. Add sidebar akin to ODL
2. Remove redundant 'OPNFV' from all
composite document titles
3. Edit documentation-example for the
updated toolchain. Renamed this file as
'addendum.rst'. Eliminated obsolete content.
4. Listed test projects in alphabetic order
Change-Id: Ica1c4aa89e3c8f8bcb960fcd4574971960dc52dc
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- pylint_error_report: Report errors generated from pylint failures
Change the output of the pylint check script to report the errors
generated from a non 10 pylint score.
JIRA: VSPerf-508
Change-Id: I6d764f4040a662385c83125322bec7e887942bc5
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "rename tempest.conf to refstack_tempest.conf"
- rename tempest.conf to refstack_tempest.conf
since for tempest smoke/full, etc, will also use a file named
tempest.conf this wil cover the refstack tempest.conf,
rename it to refstack_tempest.conf, then easily for users to
debug to check if the configure file is correct or not.
Change-Id: Ic2f93fb05effb1a61276cb6ba755076a0404caad
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Tips on update docker to right version, > 1.8
JIRA: DOVETAIL-414
Dovetail requires docker at version > 1.8, so add some validation in code, and also versions of client and server should match
with each other, or there will be unpredictable errors.
Gives a notice to user to decide whether to update the docker to the latest version(1.17)
Change-Id: I1331f5c19943a73e8fe25f76bd21628233e556f3
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
|
|
* Update docs/submodules/availability from branch 'master'
- Added optional SPDX license header for Creative Commons plus rephrased "proposal"
Change-Id: I3f3cfc82af5c93ad959dc41305d9341072b67ac3
Signed-off-by: Ray Paik <rpaik@linuxfoundation.org>
|
|
* Update docs/submodules/qtip from branch 'master'
- Copy integration test scripts from releng/jjb/qtip
- it is better to manage these builder scripts in project instead of releng
- releng shall keep only the job scheduler and publisher
Change-Id: Idf8685427d8d24b1da83f31afdc7c640c0af2e5f
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/kvmfornfv from branch 'master'
- Change the kernel config for scenario test
Disable the intel_iommu by default since the CICD platform has something
wrong on the VT-d support
Enable the X2APIC support, otherwwise there will be only one CPU
available.
Change-Id: I69206363fa61c751ad982be74db84b020a1c3748
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
|
|
* Update docs/submodules/apex from branch 'master'
- Merge "Migrates quagga install to build time"
- Migrates quagga install to build time
It is OK to have quagga installed at build time, we just want to avoid
enabling it unless quagga is deployed.
Change-Id: I41899d697a24976c3b169b3b8f5eef5c0df6bed4
Signed-off-by: Tim Rozet <trozet@redhat.com>
|