Commit Graph

9 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
Steve Baker b911d3f9be Don't hard-code overcloud-full
This will soon be overcloud-hardened-uefi-full on master, and the
download will be of a qcow2 file, not a tar file.

This change moves whole_disk_images default setting to extras-common,
and also adds default variable overcloud_image, which is used wherever
'overcloud-full' is currently hard-coded.

Change-Id: Iba7833c16eae3d3129b7bab48434c66ec2e1efcf
Blueprint: whole-disk-default
2021-06-30 10:09:43 +12:00
Sorin Sbarnea fce23f7646 lint: enabled whitespace fixes
Adds two checks that were used in order repos (liketq)but not on this
one.

Change-Id: I4ccaf3dc78777b4b661fa17382f2feef8eb0d03e
2020-01-05 14:07:37 +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
Jenkins 3728386c0c Merge "Add disk root device hints" 2017-02-28 15:10:52 +00:00
jkilpatr 6ccccf2695 Add introspection with retries option
Updated from https://review.gerrithub.io/#/c/296706/

This adds a configuraton option step_introspect_with_retires that
is different from step_introspect in that it will retry introspection
of each node up to three times.

In my case some bug, lab condition, or combonation of the two is causing
36% of all introspection attempts to fail, by using retries I can get
reliable deployments while I investigate the issue further.

Related-Bug: #1651127

Change-Id: Iad23f25f8b9432db57730b3ac9cce95987c4022f
2017-02-20 15:17:11 -05:00
Yolanda Robla 75f5b56ad4 Add disk root device hints
It currently just supported disk hints by size. Add the
possibility to give root device hints by any or the ironic
supported properties.

Change-Id: Ifcca245b67077a903fca5dac8f1cb73b6423cf6c
2017-02-15 16:39:57 +01:00
Yolanda Robla Mota c81e9f3114 Add support for whole disk images
Recently python-tripleoclient got the ability to support
whole disk images, just by passing a --whole-disk flag to the
upload command. Add this feature as well in oooq, to allow
easier testing and deployments using this feature.

Change-Id: Ie19f427b8aa7509b3340117856b4321aaa3f24a7
2017-01-18 17:20:26 +01:00
Attila Darazs 0cdaf49d75 Cleanup and move files for overcloud-prep-images 2016-11-21 11:50:12 +01:00