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
Bogdan Dobrelya b5083aff99 Specify backing format for restoring images
45de287447
provides a fix to autodect the backing format.

Until we have that fix in libguestfs, specify it explicitly.

Related: rhbz#1998820

Change-Id: Ibfbefcacd684f046c0798987483c48a97e222092
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2021-12-14 15:30:23 +01: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
Sorin Sbarnea 8b2e5653e4 lint: fixed ansible-lint 301 rule
Change-Id: I8ce7e11cd6027b53f1112c5880a5891c778db9d4
2020-01-05 19:37:09 +00:00
Bogdan Dobrelya ea6e6dbcb3 Fix waiting OC VMs after restored from snapshot
The libvirt snapshot manipulates with overcloud_nodes, but
waits for the all members of the subnodes group. In general,
those may be unequal. Fix that mismatch.

Change-Id: I92a25daf78f7dfd91cb98618b0ba537ef46828c9
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2019-09-04 15:21:56 +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
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
John Trowbridge 7736bb4b16 Add role to manage snapshots in a libvirt environment
Adds basic snapshotting of a libvirt environment, using
external snapshots with backing files. Limitations of
this approach can be seen in the README.

Change-Id: I7e17ae96202cf8975c0414b884c50e81a218bf7f
2018-04-30 12:53:15 +00:00