Commit Graph

16 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
Sandeep Yadav 4e949d07b8 Fix jenkins ssl issue
Jenkins gate jobs are failing with ssl error[1].
Disabling certificate verification to fix the issue.

[1] https://jenkins-cloudsig-ci.apps.ocp.ci.centos.org/job/tripleo-quickstart-extras-gate-master-tripleo-ci-delorean-full-featureset052/218/artifact/collect_logs.txt

Change-Id: I4274445c0a1161bb14fd275870b5f307375b44fb
2021-10-06 13:25:34 +05:30
Sorin Sbarnea 01c3637a88 lint: bump flake8
- Use recommended flake8 setup in pre-commit
- Removes use of hacking as pre-commit provides the lock-in
- Bumps flake8 to latest stable
- Resolves two ignored rules

Change-Id: I98f382cd2b72345748e40106624c73039e0f0f2c
2020-01-10 13:44:42 +00:00
Wes Hayutin bf138f2ec1 update tqe openstack -> opendev
Change-Id: I14443c5d5e8cddde01373ce6408ced47a7dc1403
2019-04-22 13:17:19 -06: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
Sorin Sbarnea a472345db1
Repair ansible when calls with jinja2
- adopts official syntax for 'when:' commands
- assures we use current linter which spots when errors
- reverts temporary linter rule disablement
- use parsable output (pep8 like) for ansible-lint

Change-Id: I6eb5719841c2f264e1efed4bf38726f71c840e36
Closes-Bug: #1797838
2018-10-15 19:12:46 +01:00
Jenkins 1ba89ea6c3 Merge "[gate-quickstart] Fix some wild typos" 2017-03-17 14:36:49 +00:00
Gael Chamoulaud 29aa318e9f [gate-quickstart] Fix some wild typos
- 's/depenency/dependency/'
- 's/ambigiuous/ambiguous/'

Change-Id: I20be1d3ff0152d999e16da5c23bb64626db2de9a
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2017-03-14 12:01:46 +01:00
Ronelle Landy fedb598dd9 Clone tripleo-quickstart dependant change to tripleo-quickstart-gate-repo
Currently the gating tripleo-quickstart-extras changes with
dependencies on tripleo-quickstart changes is  broken.
The reason being that the checkout task deletes the tripleo-quickstart
directory while it is in  use.
This review add a tripleo-quickstart-gate-repo to add the dependent
change to. After this role and quickstart run has completed,
the tripleo-quickstart-gate-repo directory can be renamed to
tripleo-quickstart before the deploy ci-script is run.

Change-Id: Ieaaf230155dcc2cdaafede63be193306eeb40499
2017-03-09 15:38:25 -05:00
Gael Chamoulaud 619c512594 Fix and improve flake8 test.
Previously the 'flake8' command was running but didn't seem to
check out something in all cases.

- This patch decouples the 'ansible-lint' and the 'flake8' sections
  into separated 'testenv'.
- And this patch fixes all the 'flake8' issues.

Change-Id: I30169598d086515121175ca322882ee00f05b913
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2017-02-07 12:20:19 +01:00
Harry Rybacki ce7982192f Integrate undercloud_user var into oooq-extras
We need to differentiate local_working_dir from working_dir
as well as decouple the stack user from `ansible_user` var.
Both of these are causing issues as we begin to automate
deployments in more environments.

- Cleanup duplicate variables that are consumed via extras-common
  - Note: extras-common depends on the common role in OOOQ
- Cleanup redundant var and superfluous quotes from overcloud-scale
  role
- Cleanup redundant comments in <role>/defaults/main.yml

Closes-bug: 1654574
Change-Id: I9c7a3166ed1fc5042c11e420223134ea912b45c5
2017-01-18 09:32:16 -05:00
Wes Hayutin 19933e5f03 Ensure that each role in extras has a dependency on extras-common
As more ansible variables are shared or reused across roles it is
important to define these variables in a role that is always
executed.  In this case that role is extras-common.

Note: This review is a blocker for https://review.openstack.org/#/c/418998/

Change-Id: I31fd13d7bcb98d73e7f16048c57c027d95faeec5
2017-01-18 09:32:16 -05:00
John Trowbridge 5d0a26d88c [gate-quickstart] Workaround for ansible bug 5504
Our gates in ci.centos currently fail when using depends-on in
both the extras->quickstart and quickstart->extras directions.

This patch addresses the extras->quickstart direction by
adding a workaround for a bug in the ansible git module when
using "force"

Change-Id: I5e74377081ff1c4644da5930a496078a5b422692
Closes-Bug: 1655757
2017-01-13 08:25:31 -05:00
Attila Darazs ecd1db82be gate-quickstart: force repo checkout
We need to use force to be able to overwrite the current repo state as
the quickstart repo is already checked out during gating.

Change-Id: Ibb0eeca6a74efccdbd5c2eba84f9e96bab187ec3
2016-11-30 13:12:08 +00:00
Attila Darazs ef95a6bb6c Fix and optimize the gate-quickstart role
Previously the role would not check out the role changes when running
directly on the extras-gate. Also avoid fetching changes that are
already checked out by Jenkins.

Change-Id: I8b9b9a65bdac7a55fc31e43c5054c6c027dc1bf5
2016-11-22 17:42:57 +00:00
Attila Darazs ffb30adaea Add gate-quickstart role
This role lets arbitrary tripleo-quickstart and
tripleo-quickstart-extras changes be gated together through the
"Depends-On" mechanism.

Change-Id: If5b747b1bba17dd20efa9e7caee6fbc638dbb716
2016-11-22 12:56:09 +00:00