Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: Allow variable overrides from external scenarios"
- xci: Allow variable overrides from external scenarios
All scenarios are being cloned to XCI_SCENARIOS_CACHE so look
there for the various override files. This will allow external
scenarios to influence the XCI environment.
Change-Id: I39a48ce55baaa29d09737ce6232867ef1165f099
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/barometer from branch 'master'
- Merge "dockerfile: update for OPNFV docker build"
- dockerfile: update for OPNFV docker build
The opnfv docker build runs in the docker directory not the barometer directory
so it doesn't have access to the top level barometer directories that it needs
to build the barometer image. This commit modifies the Dockerfile to clone the
barometer repo inside the container image.
Change-Id: I3518f4a64e806f69b424d24620fb13a9d45e4335
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Update licenses
Change-Id: I4ce159f2d830e003566a8175367388c2abd52063
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Fix the python-ldap version
when python-ldap is newest version, there are some issues in dependence
Change-Id: I29f30900733cdd87d922b17da0f7c551b7cbdc90
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
* Update docs/submodules/qtip from branch 'master'
- Merge "Use pipenv instead of pip"
- Use pipenv instead of pip
pipenv[1] is the officially recommended Python packaging tool from Python.org[2]
[1]: https://docs.pipenv.org/
[2]: https://packaging.python.org/new-tutorials/installing-and-using-packages/
It integrates pip with virtualenv and handles version management better than pip.
Change-Id: I4ec6436e29d76a866b56caa609e2bcd22489ae9f
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/qtip from branch 'master'
- Add missing link for euphrates release notes
Change-Id: Icc0067e961c497f203996eafedec3e316ea6e5ff
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/functest from branch 'master'
- Create a tox env to check yaml files
It also fixes all testcases config files.
Change-Id: I81a6ffb8b7acf4239c79129dc842e283d3d32b35
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/container4nfv from branch 'master'
- Fix vagrant-libvirt issue in vagrant setup
Change-Id: I341316c635a54c675b976e267d909b3d987f8f91
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
* Update docs/submodules/snaps from branch 'master'
- Added the ability to reboot OpenStack server instances
JIRA: SNAPS-243
Change-Id: I7232ee14cac81d39d86e7391a4e006b8276ed536
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Order euphrates build alphabetically
Change-Id: I32506e0cad8215e0b16814035b9faec3a86ec4b5
Signed-off-by: Yujun Zhang <zhangyujun@gmail.com>
|
|
* Update docs/submodules/snaps from branch 'master'
- Merge "Added ability to add a floating IP to an existing instance"
- Added ability to add a floating IP to an existing instance
Patch includes:
1. Ability to easily retrive an initialized OpenStackVmInstance object
2. Added method to OpenStackVmInstance named "add_floating_ip"
3. Tests to ensure floating IPs added after initialization actually work
JIRA: SNAPS-241, SNAPS-242
Change-Id: I1f413645a752c17fd624ecff26e851068bb77e3f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "opnfv-docker: add barometer"
- opnfv-docker: add barometer
Change-Id: I0f768c1350cd1f5d6613b93b34319e7a1c321a29
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
* Update docs/submodules/nfvbench from branch 'master'
- Fix typo in documentation
Change-Id: Icc3ba2e0874e2c67ab803fc969834a9448503ad0
Signed-off-by: Yichen Wang <yicwang@cisco.com>
|
|
* Update docs/submodules/apex from branch 'master'
- Merge "Add missing packages to iso build"
- Add missing packages to iso build
Change-Id: I5d749a406c5d82f72b0609e85078fe27eb421d60
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- states: Rename openstack, add baremetal_init
To align with new cluster naming convention, rename 'openstack'
state file to 'openstack_noha'.
While at it, factor out baremetal setup from 'virtual_control_plane'
into a new state that will be reused in upcoming scenarios, remove
useless sync_all (automatically done after node reboot).
FUEL-310
Change-Id: I6d7e5db8f09305f2fd8eeca0199a2e85b08d2202
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- baremetal: openstack_proxy: Rename iface dicts
Later we will want to merge multiple openstack_* classes, which would
try to merge the 'single', 'dhcp' interface definitions and fail due
to mismstached types (proxy has 'dict' types while the rest do not).
Let's rename the proxy iface definitions to prevent that.
JIRA: FUEL-310
Change-Id: I1be18ddbbeae1bb3ee6de9bd783ee57b185cd477
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- baremetal: Use common database_init, control_init
While at it, delete unused haproxy_openstack_api.
JIRA: FUEL-310
Change-Id: I01953b01624fe3e9da8074239d20056f3762efc7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- Rename reclass models to add "-ha" or "-noha"
Parse all reclass j2 templates, not only common + current scenario
(useful when adding new scenarios later).
JIRA: FUEL-310
Change-Id: I8e87af702f83c42cb8f766bf6f121449aa5f2c26
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Merge "[virtual] Update dpdk scenario with pike"
- [virtual] Update dpdk scenario with pike
Change-Id: I879f565fe17539a54770fa22a6088c6493524e0c
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: playbooks: Copy scenarios instead of symlinking them"
- xci: playbooks: Copy scenarios instead of symlinking them
Previously, the scenarios were symlinked from the checked out location
to {{ playbook_dir }}/roles. However, the symlinks were pointless since
they only exist in our local releng-xci directory. The roles much also
be present in OPNFV_RELENG_PATH which is the place where the deployment
happens. We use 'rsync' to copy our local releng-xci directory to the
remote one so our roles can be automatically be placed there if we copy
them instead of symlinking them.
Change-Id: I735db71eedfaa51d7196761aa2af8329d86cb775
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/qtip from branch 'master'
- Deprecate qtip/web in favor of AWX
We decided to develop it at the time AWX is not open sourced. Now AWX seems to
be a more promising solution then create the service from scratch.
Change-Id: I586ac7e582b2db57ad81f0ece7585ca2bf0dd416
JIRA: QTIP-287
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/parser from branch 'master'
- Synchronize requirements with stable/pike
All packages included in Functest should be strictly conform with
OpenStack Pike global requirements.
The next python packages are fine:
- nfv-heattranslator
- nfv-toscaparser
- nfv-parser
Change-Id: I2d6440232e6b282338dfa77a60d8d51a0d057a51
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/container4nfv from branch 'master'
- update docker images in box
Change-Id: Ic8aa6919397ffeb6072fabf41e0921fe4f3f50fa
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
* Update docs/submodules/apex from branch 'master'
- Merge "Fix nested kvm detection and enablement"
- Fix nested kvm detection and enablement
- Fix ansible kvm_intel kernel module reload when trying to enable
nested kvm
- Add "--libvirt-type qemu" to deploy command when nested kvm is
not enabled.
JIRA: APEX-514
Change-Id: I0e659b1c99b5732854d723e1cb049845cb60ef37
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Cron timing for JOID OpenBaton Jobs"
- Fix Cron timing for JOID OpenBaton Jobs
There is no '25' hour in the day, so scheduling these for '23' should
ensure they're triggered after all the other jobs, and keep Jenkins from
complaining about the syntax.
Change-Id: I6c51b15fec09679a7504c060cdbca9d6f9f0ca92
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/infra from branch 'master'
- Installing gsutil from googles website gives you the full sdk
We cannot authroize the full skd it has permission to start and stop vms
Change-Id: I22799074b0756ad93f8117df3f019545be2ee64e
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- tools: Update versions of tools
Default versions of DPDK, OVS, VPP and QEMU have been
updated.
VPP socket file configuration is mandatory for VPP 17.10.
Change-Id: I3465161ae9ba9b50dfd90bb19d84f128c72d44ea
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "jjb: xci: bifrost-verify.sh: Do not build OS images"
- jjb: xci: bifrost-verify.sh: Do not build OS images
Use the images we provide in artifacts.opnfv.org instead of
building new ones on every CI run. Moreover, enter the correct
directory before executing the CI script.
Change-Id: Iffa0080ab8f746344aa13bca6a26395a8a0953f2
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "bugfix: tc023 miss description and tc050-58 wrong description"
- bugfix: tc023 miss description and tc050-58 wrong description
also modify tc019,025,045-49 descrition to be unified
JIRA: YARDSTICK-850
Change-Id: I3f775f1ebff4063edc53b9bc26d7ba10b8af8a9d
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
|
|
* Update docs/submodules/ovno from branch 'master'
- Removing GPL-license files that are no longer needed
Change-Id: I3278f9a495b7ec446da041b2b3d19325482afb22
Signed-off-by: rpaik <rpaik@linuxfoundation.org>
|
|
* Update docs/submodules/joid from branch 'master'
- modified for bionic support for future deployment.
Change-Id: Ife9d8e071d2ffb36238decfa0f1d934d1a0b0c88
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/snaps from branch 'master'
- Move CreateInstanceIPv6NetworkTests from staging to integration.
Change-Id: Icf381661c56ecf19311ebc95210686bc20eb124e
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/joid from branch 'master'
- fix for kubernetes scenarios.
Change-Id: I21bcb633fc2a1198cb41e63315503a2a664d0fb3
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/joid from branch 'master'
- extra line care by git.
Change-Id: Ic52001b08380b1a8ee74cde7a5ddf16a3d8f14ea
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- Merge "VES YAML: Add node VES message definition"
- VES YAML: Add node VES message definition
Added new YAML configuration, which allows the VES app
to generate the VES messages for guest,host and hypervisor
separately.
- Fix bug in `INDEX-KEY` definition
- Verbose error messages
Change-Id: I1dddcfc79b27dc68249465f287be34519096c546
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
|
|
* Update docs/submodules/joid from branch 'master'
- for kubernetes bug fix
Change-Id: Ib13fb89c30d016d0bf77a1bab62d2fbdafeb57af
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/joid from branch 'master'
- Revert "added new ntp charm to remove the K8 issues."
This reverts commit f3f3a1fee413ed5e302193c4e4533ef1dbc17b4e.
Change-Id: Ibc85ba73670b58aabce665aeb1b6e33fe29fa79e
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/joid from branch 'master'
- added new ntp charm to remove the K8 issues.
Change-Id: If50988dfda960bc7f592289f947b42a6d3fa3dc1
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/joid from branch 'master'
- Merge "Revert "adding latest release charm support.""
- Revert "adding latest release charm support."
This reverts commit 9f0a678ee9d4a5a0afc620f93edb14b3e4dcf56b.
Change-Id: I1671d69dfcd8ebd3dd60a495de5d8cdca65ab1a2
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/joid from branch 'master'
- Merge "adding latest release charm support."
- adding latest release charm support.
Change-Id: I4e8bf6ccf9081e3b0bc8c544cd7a6ecb9156ea28
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Merge "create moon python unit test docker image"
- create moon python unit test docker image
Change-Id: I91c7103ca046a67c3cefadbd9ca6eca52cfbc0cf
Signed-off-by: RHE <rebirthmonkey@gmail.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Update unit tests for Moon Manager
Change-Id: I8de6950ed7df2b577e40920dd1df11c04da797a5
|
|
* Update docs/submodules/releng from branch 'master'
- barometer: bugfix missing script
Update job to check for missing RPMs and block the artifact upload if there is
an issue.
Change-Id: I8230e82e7bc7c92bd5e87a8c15867ad311089790
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- ci: fix RDT missing package in nightly build
Change-Id: I0c3d750b798a210cade2cffc73da4620843b6932
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
* Update docs/submodules/snaps from branch 'master'
- Merge "Deactivated test heat template's volume encryption."
- Deactivated test heat template's volume encryption.
Removed volume encryption from the test volume heat template as
it is no longer operating properly against a Pike pod. Created the
ticket SNAPS-245 to address this issue sometime in the future.
JIRA: SNAPS-240
Change-Id: I610dbba4ebadd5dfb360a665b7a543be6ef5fb1c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/snaps from branch 'master'
- Added exception handling around adding security groups.
When a VM instance has a security group associated with it and
the client attempts to add the same security group, a Pike pod
now raises a ClientException where previous releases simply return
None. This patch adds the appropriate exception handling that
allows several existing tests to pass not only with Pike but also
with all OpenStack versions.
JIRA: SNAPS-239
Change-Id: I282df5a2b516dab415ba5e2e7208176f2ba3f270
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- salt.sh: Force ocata link creation
Required for re-deploying with `ci/deploy.sh -f`.
Change-Id: I8e6d95f17f57b9dab3257fb4c8ccd1f962dacb45
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/kvmfornfv from branch 'master'
- Execution of Livemigration through Yardstick
This Patch includes the scripts to execute the live migration test
using Yardstick and providing the information of VM downtime,
setuptime,totaltime
Change-Id: Ibe768adde1e5b2289a716524a274081cca97751d
Co-Authored by:RajithaY<rajithax.yerrumsetty@intel.com>
Signed-off-by: Navya <navyax.bathula@intel.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Merge "Add unit tests for moon_db"
- Add unit tests for moon_db
Change-Id: I98c18e696bd9dffe8c0ccc62df6c5210d78b4ab4
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "integrate inband os-odl-nofeature scenario"
- integrate inband os-odl-nofeature scenario
Change-Id: I4ea6b421a24f41ea3ca925ea98d961e1a34e7876
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Replace the OPNFV hardcoded IP
The xci-deploy.sh script has an IP address which has been replaced
for OPNFV_HOST_IP environment variable. This commit completes that
change.
Change-Id: I285b6a5b88fb15e7b68a94e95634d9d289d8659a
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- allow zte-pod3 pushing results to artifacts
Change-Id: I72d93cc6a6e73b9fd91b3a1777dbf0dfe25a0b22
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "KVMFORNFV: Reverting LiveMigration changes"
- KVMFORNFV: Reverting LiveMigration changes
This patch consists of reverting the changes of patch 45227 and
incudes redirecting the console output of the LiveMigration
execution to /dev/null as the stdout contains only the statistics,
i.e., totaltime, downtime and setuptime.
This reverts commit 5a1f65d3e7d67488ee6f558dccfa5ca5581ddb65.
Change-Id: I252b5a4045657cfa8362e9aae755249480cd3b77
Signed-off-by: Navya <navyax.bathula@intel.com>
|