Commit Graph

10 Commits

Author SHA1 Message Date
Ghanshyam Mann 72ea117f61 Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: Ic549bdcc76a5e12a0104143fbe79fd0db2c866b0
2024-02-24 11:44:35 -08:00
Chandan Kumar (raukadah) e96dbc48d4 Run dstat on overcloud nodes
It's make sure, all the overcloud nodes are known and then
run dstat before running tempest on it.

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: Ia0e5218a4ff294db27b758caaa453d47945e82ec
2022-06-20 13:06:28 +05:30
wes hayutin 37109c55aa Revert "Upgrade linters (ansible-lint v5)"
This reverts commit ac93fbbb47.

Reason for revert: breaks default install path for quickstart

Change-Id: I7d513d1bffdfd4293f199c38216ceb00343e06c5
2021-03-12 17:50:42 +00:00
Sorin Sbarnea ac93fbbb47 Upgrade linters (ansible-lint v5)
Change-Id: I75562efd62fff9739d32f8b1b92e7826120e9d1a
2021-03-11 13:48:54 +00:00
Sorin Sbarnea c915158839 Bump molecule
Change-Id: Ic82f7538e78b9d479222ba69eb674da341eb4266
2020-02-06 23:16:42 +00:00
yatinkarel 4c13745561 Add option to run performance tasks with security disabled
It's noted that kernel fixes for security/meltdown
has affected performance at least I/O. As we run deployments
in different environments it's good to add an option
which can adjust the security settings to test performance.

This patch adds a new variable "kernel_sec" which
defaults to "true". This can be set to "false" in
order to run performance tasks with disable security.

Also add molecule scenario to test security_disable tasks.

Change-Id: If6f0bc02db6932aa8f367e38cc82df85063eaf87
Related-Bug: #1757556
2020-01-21 15:08:49 +05:30
Sagi Shnaidman aeef3e26ee Executable must be shells attribute, not tasks
Change-Id: I7a98108f17cae13e7d2b32d933039815d585cded
2019-05-20 15:08:13 +03:00
Sorin Sbarnea 72141b7fab Adopt yamllint strict linting
Upgrades yamllint to latest version and adots use of its strict
checking.

Fix all known problems reported by yamllint so we don't have to do
that while touching these files.

Change-Id: I4bdc520d9e2aff086c4b463718bc1e053261a4f5
Story: https://tree.taiga.io/project/tripleo-ci-board/task/381
2018-11-26 12:37:21 +00:00
Rafael Folco df408ef9d3 Fix dstat time penalty for failed runs
dstat async task with poll=0 should fire and forget, with 1 sec
max limit for the shell to run and send its process to bg.

The change includes:
 - Ignore errors on dstat play.
 - Enable dstat only when tempest runs.
 - Kills dstat before parsing logs and creating charts.
 - Remove dstat_count.

Closes-Bug: #1760917

Change-Id: I9ee407e8274f3ab6c3aea3650a25cd31772a81d6
2018-04-12 15:25:48 -03:00
Rafael Folco b5e349bc47 Collect dstat on overcloud nodes
Start dstat on overcloud before tempest runs.

Closes-Bug: #1674382

Change-Id: Ifd4bea27b2c5f31b30580c098024ba55c8abda51
2018-03-30 14:50:52 +00:00