Commit Graph

13 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
matbu 7a5ed70cf8 Remove legacy tripleo-validations roles calls
This patch remove useless tripleo-validations calls in the
tripleo-quickstart-extras playbook.
Only validations and standalone is used for now in CI.

The other implementations was legacy implementation that is not
used anymore in CI

Change-Id: I2ef1f06007c646ef4307c0cc0b6f60af414f9234
2021-04-12 12:24:41 +02:00
Marios Andreou c2b0910fe1 Remove all rocky related conditionals and tests after rocky End of Life
Rocky is now EOL since [1][2] so this removes all the rocky related tests
or conditionals.
Related reviews in topic branch tripleo-ci-reduce-rocky [3].

[1] https://review.opendev.org/c/openstack/releases/+/774244
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-March/020912.html
[3] https://review.opendev.org/q/topic:tripleo-ci-reduce-rocky

Change-Id: Icb999fa6c8278bd54c200c73963b5e364c94c23d
2021-03-29 11:54:27 +00:00
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
Sandeep Yadav 8585f45c2a Trigger validations only on train and above.
In patch[1] we have updated the playbook to use new validation role
'tripleo_validations' stored in tripleo-validations repo.

Above patch breaks stein and older branches as that role is not
available prior to train branch.

With this patch we skip the include of new tripleo_validation role for
stein and prior branches.

We also moved to include_role style way of including role so that if
role is not available it do not try to load it.

[1] https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/755382
Closes-Bug: #1914993

Change-Id: Ida95fd46718e5d29d9951453653afb390b0d7bbd
2021-02-10 15:59:01 +05:30
Mathieu Bultel 9fdfaa1250 add validations playbook for VF component testing
* Removed legacy tripleo-validations role. The new roles will be
  stored in tripleo-validations repo itself
* Removed legacy playbooks tripleo-validations
* Update multinode-undercloud playbook
* Add validations playbook

Change-Id: I477644b085bd77407884bce25947be159bfc5c31
2021-02-04 09:09:46 +00:00
Brent Eagles 4612cf32f1 Add a tasks to download amphora image for octavia deployments
This patch adds a task to download the Octavia Amphora image to the
working directory on the undercloud so that it can be pulled in by the
Octavia overcloud deployment tasks.

Change-Id: Ie387f1274059ec80d19c5ef0bf9aed7a3a999e2a
2019-09-11 11:30:58 -04: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
Ronelle Landy 1c9b0fd9d6 Gather facts for the undercloud to make platform data available
Required to pick up ansible_distribution for RHEL platforms.

Change-Id: I035e798dd521d63951ba4424bd69feed4b75cff8
2018-10-18 16:21:44 +00:00
Ronelle Landy f79d80c9f6 Integrate Validate-HA work into OVB jobs
- Split baremetal-undercloud playbook
- Integrate the pieces into baremetal-full-deploy
- Add feature set file to a separate tq review
- Use ovb-common settings for downstream tests
- Add missing tags for consistent usage

Depends-On: I860f257d7b8fcaf7b935575eab22d211f4da39b5
Change-Id: I7743927f71b5f8a7f616ccd11910e9a91bb726fb
2018-08-03 18:40:12 +02:00
Ronelle Landy 7a3e74696d Replace validate-ipmi by enabling tripleo-validations role
This review removes the validate-ipmi call in the baremetal
undercloud playbook and enables the tripleo-validations
role when jobs are not running upstream.

Note that the validate-ipmi role still needs to be deleted.
It has not been deleted in this review as others teams may
still be using it.

Change-Id: I732d7f1cf82471f375c1fa41d94828f6a43b243a
Closes-Bug:1743403
2018-01-16 11:27:00 -05:00
Gabriele Cerami 70b2ebc6db split baremetal playbook
Separate quickstart baremetal playbook into smaller
playbooks that follow the same breakpoints as the libvirt playbook in
tripleo-quickstart-extras.

This is part of the preparations to convert CI to follow the step by
step workflow the users will follow to reproduce CI

Change-Id: I6cc171641c8390e458eb474be3479e732eb2c985
2018-01-09 09:24:50 +00:00