Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/releng from branch 'master'
- Merge "run prepare-functest on opnfv vm"
- run prepare-functest on opnfv vm
Change-Id: Ide49917687ed583497ca089969fd2c7e7e00e548
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
|
|
* Update docs/submodules/releng from branch 'master'
- xci: Do not run deployment for doc updates
Change-Id: Ic914bc5bf11e2246f214990353c804688d6e43d9
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/moon from branch 'master'
- Fix bugs due to the modification of python_moondb
Change-Id: Id3855a6e8da9f8ef942c7a34a3e8da4f87be4c9e
|
|
* Update docs/submodules/stor4nfv from branch 'master'
- Merge nbp installation into opensds ansible script
In this update, the nbp-ansible is removed from stor4nfv repo and
all code has been merged into ansible repo. Besides, the latest
update reduce a lot of work to download and build opensds source
code. And some installation docs are also updated.
Remove license statement for the moment.
Change-Id: Ib8504d96e2d41e1c3ab7e0c94689111679d56abd
Signed-off-by: leonwang <wanghui71@huawei.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "support for Bottlenecks soak throughputs"
- support for Bottlenecks soak throughputs
JIRA: YARDSTICK-1049
Changes:
1. NetperfNode -> Netperf, it seems that yardstick-image has not
correctly complied Netperf since cpuutil is not available,
resulting that LOCAL_CPU_UTIL=-1 for the output. Will create
another JIRA ticket for this.
Change-Id: I26a85f4aafcc5d5e1eda3e04272ecf3b059238fc
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Disable restricts of sdnvpn test cases
1. The original testcases.yaml file of Functest restricts sdnvpn test cases
to run on Fuel, Apex or Netvirt on bgpvpn scenario.
https://github.com/opnfv/functest/blob/master/functest/ci/testcases.yaml#L278
2. Dovetail has a testcases.yaml file to allow sdnvpn test cases run on
any commercial SUTs.
https://github.com/opnfv/dovetail/blob/master/etc/userconfig/testcases.yaml#L113
Change-Id: I0d5ed5b22e55dc3dc0fe584dc57b28239334b7de
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "support hosts file copy"
- support hosts file copy
JIRA: BOTTLENECK-227
Dovetail needs to regulate the hosts file of each docker to
adapt SUTs. This patch is to make hosts file consistant in
Bottlenecks-Yarstick docker.
Change-Id: I93a57a5cac9c8d8c0a8b6660e84b8b351c455786
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- bugfix: stress ping for offline support
JIRA: BOTTLENECK-226
See above
Change-Id: Iba5d21348355a80d6c17deb1a12114d1d07e5c15
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
|
|
* Update docs/submodules/qtip from branch 'master'
- fix an error in the ci script
Error: No such container: storage_qtip_.[1]
[1] https://build.opnfv.org/ci/view/qtip/job/qtip-storage-apex-zte-virtual5-master/16/console
Change-Id: Icaa1e9ad60a2ccf3c02f26340e88811c57512bf9
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
|
|
* Update docs/submodules/dovetail from branch 'master'
- substitute image copy with docker volume
Change-Id: Ie470d03bd168c909fd02c316523049c67a6bb095
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
* Update docs/submodules/functest from branch 'master'
- Set blocking of patrole false
Change-Id: Ia6f0c6fec30af5c4124f21b2bdaa3084bced6f9e
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/availability from branch 'master'
- Add doc repo directory for R4
R4 release doc: High availability requirement analysis and HA mechanism
design
JIRA: HA-36
Change-Id: I9000bdc03297152997c7542551f75eaa5c15e86e
Signed-off-by: fuqiao@chinamobile.com
|
|
* Update docs/submodules/fuel from branch 'master'
- Merge "salt.sh: Copy mcp.rsa to cfg01"
- salt.sh: Copy mcp.rsa to cfg01
- let rsync transfer mcp.rsa* to cfg01;
- symlink mcp.rsa in /root;
Change-Id: I18cb70306faf9d166e1110e374a9fe16ac4449de
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "xci: Create post merge jobs to promote scenarios"
- xci: Create post merge jobs to promote scenarios
This change lays down the basic job structure for post merge promotion
jobs. The job structure will be
- a top level multijob job that is scenario specific and can not run
concurrently. This job runs distro deploy and test jobs for all the
distros in the first phase concurrently, followed by a common promote job.
- the deploy and test jobs are same as the xci-verify jobs except the
trigger. They are triggered by top level multijob.
- the promote job is run once all the deploy & test phase jobs successfully
completed, uploading promotion metadata to artifacts.opnfv.org.
The builders except set-scenario are left empty in order to try the basic
job setup first. Followup changes will get real things in.
Once the basics are in place, the first promotion will be done using functest
healthcheck and then we will start working on gating scenarios for promotion
using functest smoke and perhaps feature test cases.
Change-Id: Ib91ffe0f3003b86841a62537c52fde176cafa70f
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add "YARD_IMG_ARCH" input variable to "build_yardstick_image.yml""
- Add "YARD_IMG_ARCH" input variable to "build_yardstick_image.yml"
"YARD_IMG_ARCH" variable is added as input parameter to
"build_yardstick_image.yml" ansible script, in order to generate
the correct image for the running architecture.
JIRA: YARDSTICK-1058
Change-Id: I33954c236695478eaae34fcfca2e9d5b40791bbf
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- [virtual/odl] Simplify network scheme on computes
Change-Id: Ifb874aba38b2fa36fde05184bcdd74870257bec1
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "add another ovs_dpdk scenarios trigers"
- add another ovs_dpdk scenarios trigers
Change-Id: I4b30765b243e2a1a6d2079b71fc6d18c14853dec
Signed-off-by: 00184532 <lu.yao135@zte.com.cn>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Rename project to 'yardstick' from 'yardstick-arm64'"
- Rename project to 'yardstick' from 'yardstick-arm64'
The project should be 'yardstick' when git fetch the upstream
project.
Change-Id: I5cf21027febdcc17d5775b2d8ef7b3128689c435
Signed-off-by: trevortao <trevor.tao@arm.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "Do not grep log text to determine failure"
- Do not grep log text to determine failure
Pipefail should be sufficient to determine the failure so this
change gets rid of grepping the logs for failure and unreachable
to leave the evaluation to bash itself.
Change-Id: Ie928438c1503b086159276af4308f5549b58cb71
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- resignation of Peter Lee
This patch also updates INFO.yaml as well.
Change-Id: Ifafba7f17efa1727b47eb7c00112f591b1830049
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Bugfix: Failed to get the hardware info
The directory of userconfig has changed from
/home/opnfv/dovetail/dovetail/userconfig to /etc/dovetail/userconfig.
Change-Id: Id3e8b1f3e9299e9263a4adf3456b6733fdb62e11
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Add process info to pod.yaml to specify the info of a special process
1. Many HA test cases try to kill special processes with their name.
2. Then they check corresponding openstack services and
the status of processes' recovery.
3. For different SUTs, the names of the processes and the hosts' names
may be different.
4. So there is a requirement for Dovetail tool to provide one way to
allow users to specify all the infos about process name and its host name.
5. All process infos can be added into file DOVETAIL_HOME/user_config/pod.yaml
6. The infos include 'attack_process' and 'attack_host' for each HA test cases.
7. If not given in this file, will use Yardtsick default values.
JIRA: DOVETAIL-627
Change-Id: I83cee991f72a8685080ed562597c70d73002623a
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Refactor TempestCommon to simplify subclasses"
- Refactor TempestCommon to simplify subclasses
Change-Id: I8d265b6939861fd9d02a3d0f31aef53b9bfcb035
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- Clean up barometer-collectd Dockerfile
By merging several of the RUN lines and executing a yum cleanup all
at the end of the dependency installation, the resulting container
image will be around 300MB smaller.
Change-Id: I63139a5283ea40ec8ea5cc3fd7aa7faddc90f3ce
Signed-off-by: Leif Madsen <lmadsen@redhat.com>
|
|
* Update docs/submodules/joid from branch 'master'
- Merge "Fix k8s config"
- Fix k8s config
Change-Id: Ifc23bb7ba390eea95e138c1e2fc9de878f93f427
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/joid from branch 'master'
- use the latest stable charm.
Change-Id: I61d3aa7f2c53c1b4043a4eb12933a50f98e8a8f0
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/joid from branch 'master'
- ceilometer upgrade using action.
Change-Id: I4e74f58891270737f942a6898bc5ed9f2c123d9d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "add daisy installer for doctor verify jobs"
- add daisy installer for doctor verify jobs
Change-Id: I54b4015b1da9a5961c2d3ee1f672b381a3f72914
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/functest from branch 'master'
- Get odl ip from env on Compass
Change-Id: I9ed2cdeef461c27381ecdfd56e5347ded61b5cb8
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- [odl] Add SDN_CONTROLLER_IP to openrc
JIRA: FUEL-352
Change-Id: I73aa5d41e93f3ebd5c8e44577868e8d21e0106a9
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Update block rules on nodes"
- Update block rules on nodes
Only one scenario job can be excuted in the same POD. The rules should
be configured in job teamplate instead of parent job.
Change-Id: I9f672345985dbfdfe54b9ccd017a3a575a2ab412
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
|
|
* Update docs/submodules/moon from branch 'master'
- Add the ability to force the installation of specific moon libraries in dist directory.
Change-Id: I430655b1ff80dcb8b13a66ae58802fc97e94cdd0
|
|
* Update docs/submodules/moon from branch 'master'
- Merge "add coverage test report in term, xml (for jenkins use) and html"
- add coverage test report in term, xml (for jenkins use) and html
Change-Id: Icb6ecc7075e0f5ad178c510762596048e3539290
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: Merge configure-network and syncronize-time roles"
- xci: Merge configure-network and syncronize-time roles
Those roles were too small and only used as part of the host
bootstrapping process. As such, we merge them into a common
'bootstrap-host' role which can be used to prepare the hosts
after the initial deployment
Change-Id: Ifc84cf40b98ced91b31aae699dc28e9642380550
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: config: evn-vars: Dynamically determine the Ansible version"
- xci: config: evn-vars: Dynamically determine the Ansible version
There is no good reason why we should pin the Ansible version without
the ability to override it. OpenStack Ansible is doing a great work
testing Ansible releases as early as possible so we could benefit from
that work and use whatever Ansible our pinned OSA uses.
Change-Id: I4677dbefc68f7140417ece34d013ca9674baab43
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: Fix group for the OPFNV host"
- xci: Fix group for the OPFNV host
Ansible gets upset if we use the same name for a host and a group so
add the OPNFV host to the deployment group. This fixes the following
warning:
[WARNING]: Found both group and host with same name: opnfv
Change-Id: Idbaff712d40e8234721332aee6d10d5ba44c62ce
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/qtip from branch 'master'
- Merge "run storage test without "-u"."
- run storage test without "-u".
https://build.opnfv.org/ci/view/qtip/job/qtip-storage-apex-zte-virtual5-master/13/console
Change-Id: Id335a2ea36df7553180660bf1f1680354c73266d
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Get SUT information"
- Get SUT information
JIRA: YARDSTICK-1063
We have the demand to get SUT information.
In this patch, we use ansible to get the SUT information.
Change-Id: I983675d6d367fa528f00c1b50bc6fa2a9cee03f7
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Implement trunk ports testcase"
- Implement trunk ports testcase
The tempest testcases have been integrated from Neutron trunk
testcases. It also enables every Neutron extension which may raise
side effects [1].
[1] https://docs.openstack.org/tempest/latest/sampleconf.html
JIRA: FUNCTEST-926
Change-Id: I05015acf119f504ce0a5539d677719de874594ad
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
|
|
* Update docs/submodules/stor4nfv from branch 'master'
- init docs directory
This patch creates docs directory and add initial release notes.
Change-Id: I22e53d9d1a5124186416fe0044769fabd634253c
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "Set VM node names and log the installer version based on installer"
- Set VM node names and log the installer version based on installer
The VM nodes are named using OpenStack terminology but since we
now have Kubernetes scenario, it is appropriate to name the nodes
accordingly.
Apart from that, we normally log the version of OSA which is not
correct for kubernetes deployments. Logging Kubespray version would
be correct for this scenario.
Change-Id: I3964574c8592450f9fa3126f19e27bb78fd9d174
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Build functest-xtesting images
Build and push xtesting images
Create manifests for xtesting images
Build xtesting images for arm
JIRA: FUNCTEST-948
Change-Id: I3fbe6cdfef5b304a45d76533417f3c4bc58dddbe
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Move functest docker job in functest dir
Change-Id: I454c327f3359688742b5d8c4299efee05d6494a2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Leverage on VOLUME_DEVICE_NAME if Fuel
As Fuel sets VOLUME_DEVICE_NAME [1], the specific conditional
instruction can be removed.
[1] https://build.opnfv.org/ci/job/functest-fuel-baremetal-daily-master/18/console
Change-Id: Iee3fd7c969cf31c8017b73c6ffd646f0e33a9e73
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for salt state retry
JIRA: FUEL-358
Change-Id: Ia1e422fd037c1dd1c689b535d2b430c533d9562d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- [vcp] Catch 'no response' for salt state
JIRA: FUEL-358
Change-Id: I8dc89676aa777068d1a13168bf7b7d7156903c03
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Bypass APEX-570 when publishing image metadata
This temporarily fix aims at testing juju_epc vs a non default region
name [1]. It must be removed as soon as APEX is fixed [2].
It completes the previous patch which only modified credentials [3].
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/lastFailedBuild/console
[2] https://jira.opnfv.org/browse/APEX-570
[3] https://gerrit.opnfv.org/gerrit/#/c/53465/
Change-Id: I3e1e64ad7147ee5cdf899eb2500f8b825b818619
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "xci: Allow specifying scenario and installer in commit message"
- xci: Allow specifying scenario and installer in commit message
It is not always practical to try determining scenario and installer
to run jobs programmatically. This change adds possibility to do that
by parsing commit message and skipping the automatic scenario and
installer extraction.
Change-Id: I10c9620fe8bb69a2d69fceb31d08084265aa1d75
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: osa: Switch git repositories to github.com"
- xci: osa: Switch git repositories to github.com
CI sometimes fails with the following error
"msg": "fatal: unable to access 'https://git.openstack.org/openstack/dragonflow/':
Failed to connect to git.openstack.org port 443: Connection timed out"
We assume that the upstream OpenStack mirrors may get very busy at times
or the connectivity between the CI and the OpenStack repos is not very
stable. As such, lets switch to github.com for the majority of OSA
repositories such as the roles and the services which may improve the
situation.
Change-Id: Ia4668d692077a785c76adeda128eb4cf9f4516a7
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge changes from topics 'allow-pass-ansible-arguments', 'allow-pass-ansible-arguments-force-verify'
* changes:
xci: OSA: Fix warning about missing inventory file
xci: Pass the XCI_PATH variable to all Ansible calls
xci: Rename XCI_ANSIBLE_VERBOSITY to XCI_ANSIBLE_PARAMS
- xci: OSA: Fix warning about missing inventory file
This is similar to 346079ea1b8dbda0c5e282c18f30cbac7e907d1e
("xci: Fix warning about missing inventory file")
This playbook only affects localhost so make it explicit. Fixes:
[WARNING]: Host file not found: inventory
[WARNING]: provided hosts list is empty, only localhost is available
Change-Id: If8548a36498ea3191de33cff94acbaee6ed04ce3
Signed-off-by: Markos Chandras <mchandras@suse.de>
- xci: Pass the XCI_PATH variable to all Ansible calls
The XCI_PATH variable is used by various playbooks to find the root
directory of the XCI repository so it's much cleaner to pass it on every
Ansible call.
Change-Id: Ifc0b77fa767e48bd1dc6daa44c6251c02983fd4d
Signed-off-by: Markos Chandras <mchandras@suse.de>
- xci: Rename XCI_ANSIBLE_VERBOSITY to XCI_ANSIBLE_PARAMS
We don't quite need a specific env variable just for Ansible
verbosity so we can rename this variable to make it clear that
it can be used to pass any Ansible option to XCI.
Change-Id: Ie20517d4b563bfc6daeb27848168d36da7014cee
Signed-off-by: Markos Chandras <mchandras@suse.de>
|