Commit Graph

8 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
Sorin Sbarnea 8b2e5653e4 lint: fixed ansible-lint 301 rule
Change-Id: I8ce7e11cd6027b53f1112c5880a5891c778db9d4
2020-01-05 19:37:09 +00:00
Sorin Sbarnea cc82349363 Adapt code to newer code style (linters)
Makes those files conformant with current linting rules and avoids
linting errors when we need to toch them again.

Previous doing "pre-commit run -a" uncovered these errors, now is no
longer reporting any other errors.

Change-Id: Ie4cf229c8f11c2b55b323eac23c89483b26d3781
2018-11-16 12:42:51 +00:00
Sorin Sbarnea baf8392455 Harden yaml linting on modified files
Allows us to slowly adopt yamllint by having to fix only the files
we would be touching. Once we lower the amount of differences we
can switch it to run on all files.

In addition to having a more consistent code-style this solves
*recurring* bugs like duplicate dictionary keys, like the one
fixes in this change. Only few weeks ago we had to fix a similar bug.

Change-Id: I2ef275700b420a0f700613568e43576079cd4d03
2018-11-14 20:55:47 +00:00
Steven Hardy 0d54f54715 Fix conflicting cut/paste licence
These README files appear to have some cut/paste content including
a conflicting licence, so align it with the repo licence for the
avoidance of any confusion.

Change-Id: I9e9214bada96e077dcddf64ddafca0b893629654
2018-02-13 13:49:57 +00:00
David J Peacock d0ad1ec469 Fix failure of UI validation in some shells
The Bourne shell, dash shell and other truly POSIX compliant shells
have no mechanism for `set -o pipefail`, thus causing a failure and
termination of deployment steps when being run from those systems.

In particular, Debian and Ubuntu systems see these failures.

This patch explicitly specifies the bash shell, meaning Debian and
Ubuntu systems will not trip up in running this script.

Change-Id: Id52fbbca51a2491346ff979433387c7e695bbb43
Closes-Bug: 1739428
2018-01-17 19:13:13 -05:00
Ronelle Landy 87b72781bd Add ui_validate_simple to the logs collected
The ui_validate_simple test has been failing of late and
it is hard to debug since logs are not collected
from localhost.
This review copies all the .sh and .log files
from the local working dir to the log directory so that
they are included in log collection.

Related-Bug: 1734928
Change-Id: I3bc646f5d1d9584cef4e624e5904f7e88c59442e
2017-12-04 13:25:45 -05:00
Wes Hayutin e1cee6df04 add a very simple tripleo-ui validation
The tripleo-ui should always work out of the box.
Let's take a few basic steps to make sure that is
the case.

Change-Id: Ie320cf86a6d6d2bc810221e18f4be5e029c26df2
2017-10-24 14:49:58 -04:00