Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/apex from branch 'master'
- Enables br-ex on controllers in SFC scenario
ODL's current behavior is to select a node to serve as the routing/L3
node in a deployment. The selection is random, and it could end up
choosing a control node. Therefore the control node needs to have
external network connectivity so adding br-ex to the controller which
will enable this via default ProviderMappings.
JIRA: APEX-558
Change-Id: Ie3044e5711ba62d73b83d69cde369e7452958844
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Merge "moon data mock for mocking models"
- moon data mock for mocking models
Change-Id: I88125370f84c1ef23d491e3728a67ac91f8546ac
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- docs: Update post install instructions.
Change-Id: I4a56b38404468363b2d58bb621999a5b5fb22f09
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
* Update docs/submodules/moon from branch 'master'
- add gerrit tuto
Change-Id: I9a499bb013eb0a8e6970b07359115791b378a8a8
Signed-off-by: RHE <rebirthmonkey@gmail.com>
|
|
* Update docs/submodules/moon from branch 'master'
- update moon_db python unit test readme
Change-Id: Ib6a4939cb750bc48936094aba10f943c48e35a42
Signed-off-by: RHE <rebirthmonkey@gmail.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Merge "Fix a bug in configuration of unit tests."
- Fix a bug in configuration of unit tests.
Change-Id: Ie2e73142f99bd7fcf015590673b25cde7c685f80
|
|
* Update docs/submodules/moon from branch 'master'
- Add python packages if requirements.txt exists in tests/unit_python
Change-Id: I3689b4ed98ae690b0747536353fc536730c5b7ec
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "teststeps: Improvements of step driven TC"
- teststeps: Improvements of step driven TC
This patch adds support of access to VMs deployed automatically
by deployment scenario (e.g. pvp, pvvp4, etc.). It also modifies
filter for checking output of executed commands to correctly
handle different end of line encodings (i.e. \n vs. \n\r).
JIRA: VSPERF-539
Change-Id: Ifc796d992b90e316bad5853aaefce79e439e294d
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: Trevor Cooper <trevor.cooper@intel.com>
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- Add support for openSuse Tumbleweed
This patch aims at adding support for Tumbleweed, which is
a rolling release. That means that the VERSION_ID is not fixed
and can't be mapped to a directory e.g
- VERSION_ID="20171120"
- VERSION_ID="20171121"
Change-Id: I99c9a4f1042c22b73879e954147c54c87b6a8b21
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- docs: Adding Compass4nfv installer support details
The following two files have been updated with info on
deploying Barometer with Compass4nfv installer:
docs/release/configguide/featureconfig.rst
docs/release/configguide/postinstall.rst
Change-Id: I99364b2e08afeee51407020149677c249ed75484
Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: Fix checkout location for OpenStack-Ansible"
- xci: Fix checkout location for OpenStack-Ansible
The OPENSTACK_OSA_PATH only makes sense on localhost. As such, when we
use it on playbooks that operate on remote hosts, the result is not
predictable. However, we rsync the entire releng-xci repository to the
opfnv host so we can make everything predictable by simply clone
everything in advance in the .cache directory. That directory is then
rsync'd to the opnfv host. As such, we can repurpose the
OPENSTACK_OSA_PATH to point to the path into the OPNFV host. Moreover,
all external repositories are being cloned to .cache/repos so we can
eliminate some variables in order to simplify the code. Finally, we
bring back the ability to use an external OSA repository for
development purposes.
Change-Id: Ieef3e22ae2085f6735185634d555cfc0d4b69b39
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "bugfix: tc006, tc079, tc082 miss grafana dashboard in local deployment"
- bugfix: tc006, tc079, tc082 miss grafana dashboard in local deployment
JIRA: YARDSTICK-847
Change-Id: I0750f2d17bac9e0214caf640e4ea1141ea3b4a03
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Add separate builders for Yardstick project jobs"
- Add separate builders for Yardstick project jobs
Added separate builders for Yardstick project jobs, in order
to test each context individually. The new builders are:
- Unit tests in Python 2.7
- Unit tests in Python 3
- Functional tests in Python 2.7
- Functional tests in Python 3
- Coverage tests
- Style guidelines (PEP8) tests
JIRA: YARDSTICK-877
Change-Id: I625a956bdaad88277b6ba36852639f23c8cda198
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Refactor userguide "Yardstick Installation""
- Refactor userguide "Yardstick Installation"
[1] must be refactored in order to:
* Include proxy options.
* Use OpenStack client, instead of project CLI.
* Use sudo in some commands.
* Adapt the document to rst coding style.
* Fix minor errors.
JIRA: YARDSTICK-828
[1] https://github.com/opnfv/yardstick/blob/923aa1738cbf5a8053e77e00937fc26f2142f6a3/docs/testing/user/userguide/04-installation.rst
Change-Id: Ice63f344a8a87221bdf4daa6153b9ccac321e5b7
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Change the name of flavor and disabled ssh-hostname verification."
- Change the name of flavor and disabled ssh-hostname verification.
Change-Id: Ia801e8a37288606a325b5dd010ab9f6acbfdadf4
Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Change testcases 'cirros' image to 'yardstick-image'
The default OpenStack 'cirros-0.3.5' image doesn't exist anymore. The
image included by default in any testing OpenStack deployment is now
called 'cirros-0.3.5-x86_64-disk', but this name can change.
Because Yardstick, during the installation, deploys a customized image,
'yardstick-image', it makes sense to use it as the default image.
JIRA: YARDSTICK-873
Change-Id: I8fd7cbc01d4fa52e9107f2fac7d2d9ff5d1091c7
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Merge "[baremetal] Upgrade packages on kvm, cmp nodes too"
- [baremetal] Upgrade packages on kvm, cmp nodes too
MaaS installs a few packages via curtin, which don't get upgraded
later, even if we add extra repos (it will be the case for novcp).
Perform a package upgrade on all baremetal nodes, as it's also a
good security practice.
JIRA: FUEL-310
Change-Id: Ib365e42a0d2f65813fc9bef516326ec89fe407de
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Revert "Horizon: service: Default to v2 API"
Pike Horizon packages contain the fix for full v3 compatibility.
Also update the reclass models to use v3 API.
JIRA: FUEL-284
This reverts commit 68ff467c4c2d9d0f201e2912c97616402f8109a3.
Change-Id: I7795197100a67f892889eefce73252ec90d289cc
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Ansible: fix lowercasing issue with ConfigParser"
- Ansible: fix lowercasing issue with ConfigParser
by default ConfigParser will lowercase everything,
unless you override optionxform.
also sort key value in inventory line for consistency
https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.optionxform
Transforms the option name option as found in an input file or as passed in by
client code to the form that should be used in the internal structures. The
default implementation returns a lower-case version of option; subclasses may
override this or client code can set an attribute of this name on instances to
affect this behavior.
You don’t need to subclass the parser to use this method, you can also set it
on an instance, to a function that takes a string argument and returns a
string. Setting it to str, for example, would make option names case sensitive:
cfgparser = ConfigParser()
cfgparser.optionxform = str
Note that when reading configuration files, whitespace around the option names
is stripped before optionxform() is called.
YARDSTICK-833
Change-Id: Ia1810b0c77922d84e11c9e538540b38816338593
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
|
|
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Increase Functest jjob timeouts"
- Increase Functest jjob timeouts
Functest has multiplied the testcases and integrates several ones
which are growing (e.g. snaps).
4 hours is reached if snaps or one vnf testcase fails (20 minutes).
https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-master/1695/console
Change-Id: I5e8b744d35b5253f6e7ac1310286ae374de1943b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Increase the timeout of Compass Deploy
Change-Id: I6f3ef41585560559d28bb15d3825bedaad2ef976
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
* Update docs/submodules/joid from branch 'master'
- release notes for 5.1
Change-Id: I9c78a00fff2dce8efd0efd2879e932cc3298e578
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- add the DNS server when run in intel lab
Change-Id: I07a9de2f1ed337e289d19241757db0e128ac595d
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Update Barometer's collectd plugin to Pike"
- Update Barometer's collectd plugin to Pike
Updates collectd-ceilometer-plugin code
from stable/ocata to stable/pike.
Change-Id: Idf62f870f2276c8b83249e01d6ed5714a08caa90
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Add collectd role to compute host only"
- Add collectd role to compute host only
Change-Id: Ibe7d8cb58590da79442a02c4f0e57434eea0e5e4
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "add the barometer dha file for CI running huawei-pod1 huawei-pod2 intel-pod17"
- add the barometer dha file for CI running
huawei-pod1
huawei-pod2
intel-pod17
Change-Id: Icc592d070a7835245f706699df6927af296bf5bd
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
* Update docs/submodules/ipv6 from branch 'master'
- Updated Release Notes for Euphrates 5.1 Release
Change-Id: I78bb0ea3031c3c7faa00b97061e52574643f7654
Signed-off-by: Bin Hu <bh526r@att.com>
|
|
* Update docs/submodules/pharos from branch 'master'
- Updating the INFO fill with names and email address.
Removing Qiao Fu who is no longer able to participate in project.
Change-Id: I4bfcb378f3a5da6af59292f8911fa8fc8200cbae
|
|
* Update docs/submodules/releng-xci from branch 'master'
- xci: Reduce noise during bootstrapping
There is too much noise when XCI is cloning repositories, installing
packages etc so lets make the console output somewhat more readable.
Change-Id: I15667e0349f943ad5488daf0e3cea9336c9166d1
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for libvirtd group fix
JIRA: ARMBAND-335
Change-Id: Id42d3719dff18ef6948c1c2c18b48c8ac2b2d195
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- deploy.sh: Fix missing space in dependencies list
Change-Id: I4d41ff8b9f7c1b59a2c1a400b9335f17b8c542be
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Merge "deploy.sh: Factor out pkg deps into yaml files"
- deploy.sh: Factor out pkg deps into yaml files
Instead of hardcoding the packages to install on the jumphost at
deploy time in `ci/deploy.sh`, move the requirements list to a
dedicated yaml file, so it is decoupled from actual code.
While at it, add missing deps:
- ipxe-qemu (AArch64 Ubuntu only);
Change-Id: I9ee5c0796b70f9d29427d608b6415333c8841e1e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- patches: libvirt: Use "libvirt" unix_sock_group
Now that libvirt 3.6 is used on kvm nodes (via UCA repos), which
by default uses "libvirt" group for socket ownership,
change old "libvirtd" in salt-formula-libvirt's:
- libvirt/files/libvirtd.conf.Debian
This allows us to remove the manual group creation from VCP state
file, which was not re-entrant (failed if group already existed).
Change-Id: Id61fecd82daec1c0716ff4796b79dce47d096c3a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- docs: update docker documentation for dockerhub
Change-Id: Id84a2645116bc1799b89579ab1d11d44760144c4
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- [baremetal] Link br-ex as ovs port
Add br-ex and physical public interface
as ports directly to ovs bridge.
Change-Id: I12c078d3e286af7c5fa3078cc055905c03cf600b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/joid from branch 'master'
- added OS_interface and password mechanism.
Change-Id: I94200b129287249f714d74e5ae768bb0fcd57eb8
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/joid from branch 'master'
- Merge "Revert "adding the OS_INTERFACE so that openstack client would use public.""
- Revert "adding the OS_INTERFACE so that openstack client would use public."
This reverts commit debc84ebbc55830af5bcdb0567c68f64b16bd6be.
Change-Id: Iea71985dd8f517da67639b5ae5573be120bd5fb5
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/joid from branch 'master'
- Revert "added to retrieve the password."
This reverts commit 35d8e1a92016ceb218b1d620a556b9a77d2dc02c.
Change-Id: Ia0203368af53bdcdf76ca02191e01f580770c798
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/sfc from branch 'master'
- Fix bug in sfc_user variables file for pike
Change-Id: I6cd9a6fd2b3688ae784b724cedd63094e5bc6f5d
Signed-off-by: Manuel Buil <mbuil@suse.com>
|
|
* Update docs/submodules/joid from branch 'master'
- added to retrieve the password.
Change-Id: Id9138c32e748ec54db78e5a54f998f53b46be819
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- VES: Updated CentOS install steps (part 2)
Change-Id: I3734518709d605e9480f0dca94db4ba7fea037f4
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Bug fix for CentOS BM deployment
JIRA: -
In order to configure network for OSA deployment,
it's needed to install some packages, such as
bridge-utils, iputils, etc. So we configure
external network before using yum to install
packages.
Change-Id: I87864d6bdae79184aa82223f77b6ced1d0e9cf26
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Fix yamllint errors in functest/api"
- Fix yamllint errors in functest/api
JIRA: FUNCTEST-897
Change-Id: I49c7c87dfded000197fe6451fb96dc0749f2ceb0
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "trex_learning: Add learning packet option to T-Rex testing"
- trex_learning: Add learning packet option to T-Rex testing
Adds packet learning option which is available on other
Traffic generators as a feature. This adds this feature to the
Trex implementation inside of VSPerf.
JIRA: VSPERF-547
Change-Id: Iaf4d0721b22eb780c25e29295c112d4fcb47b22c
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Add moon_bouchon component.
Change-Id: I6b5e88ca9349923c15c252f7f338b790a6714320
|
|
* Update docs/submodules/functest from branch 'master'
- Add missing character to aarch functest conf file
Change-Id: I7eef94404c64cea761b289d070021a3f57b4a82e
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[Compass4nfv]change the timeout of verify"
- [Compass4nfv]change the timeout of verify
Change-Id: Id854f0ccbfd112c43ba1257d8b87994b20f838a9
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for Pike upgrade
- virtual deploys will use only UCA repos, without Armband/MCP;
- base image pre-build is now upstream, drop our patches;
- drop p/fuel libvirtd group workaround, now upstream in Fuel@OPNFV;
- drop p/reclass glusterfs PPA arch extension, obsolete;
- refactor armband repos in system.repo.mcp into:
* armband (new, contains kernel, libvirt etc.);
* armband_openstack (move into system.repo.mcp.openstack);
* armband_mk_openstack (move intro system.repo.mcp.openstack);
* armband_mcp_extra (move into system.repo.mcp.extra);
- drop 'nova: Update console defaults for armv7, aarch64';
- minor rebase of nova libvirt driver patches in our roll-up;
JIRA: ARMBAND-335
Change-Id: Ic5b7736cdd1d1ad5ff25728925198e8ea3e6b5b1
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/functest from branch 'master'
- All patching config files in memory
It adds the yaml content as Config attribute and allow patching it
without modifying the file (and reimport constants or config).
It also removes obsolete data in config_patch.yaml and moves several
functions in the right modules (Config)
JIRA: ARMBAND-334
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I5c9a574d3283828063154c977cdfbc2abfdc6777
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|