Commit Graph

6 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 b70cd77203 ansible-lint: resolved 4 skips
Fixed several skips on ansible-lint

Change-Id: I7416332b67593d1cd6b3177333c8bf1055aa3456
2020-01-18 09:50:41 +00:00
Alex Schultz 4be84430e4 Collect hardware facts if necessary for libvirt type
We're seeing failures where ansible_processor is missing. We should try
to do a hardware fact collection if ansible_processor is not defined
before executing the set-libvirt-type role tasks

Change-Id: I40ae758d687dd8f637c27c0e7acf76dbf60adb51
Closes-Bug: #1849895
2019-10-25 14:22:24 -06:00
Rafael Folco e400db1e91 set-libvirt-type: Stop throwing a misleading failure
This leads to issues with people figuring out the true failure.
Now the role should check virt extensions on cpu flags and
ignore non-fatal errors.

Change-Id: Ic7e1062585e1a17b907b7185e6ba68362763e18e
Closes-Bug: #1806496
2018-12-05 11:30:06 -02: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 416d1d1d78 Fix libvirt_type kvm for overcloud deploy
Apparently after merging https://review.openstack.org/#/c/584380
we got a consistent failure in the 3node and scn008 jobs:

invalid argument: could not find capabilities for domaintype=kvm

Try to enable kvm nested virtualization and switch back to default
qemu full emulation if kvm-{intel|amd} module cannot be loaded.

In addition, remove the current logic behind ansible_distribution
== 'RedHat' to enable kvm as this condition must run on overcloud
and also depends on cpu capabilities.

Change-Id: Iaa936facc5148ee6ff136db1524584785588c01e
Closes-Bug: #1784017
2018-08-09 06:49:57 +00:00