Bogdan Dobrelya
849e2fe485
Fix setting custom mirror/pypi FQDNs for CI repro
Fix undefined value substituted for mirror_fqdn, when there is no mirror_path defined in inventory variables used for the zuul-based CI reproducer. Ditch confusing alternative variable mirror_path and use mirror_fqdn as it directly comes from zuul ansible variables. For compatibility sakes, if mirror_path is in inventory, its value will be used for mirror_fqdn in zuul playbooks. Also pass for zuul playbooks pypi_fqdn, if defined. If pypi_fqdn is skipped, custom mirror_fqdn always also overwrites the used (and trusted) pypi mirror, what might be undesired, like when configuring different mirrors for packages versus pip eggs. For the depreceted reproducer, wire in mirror_fqdn as well. Depends-On: https://review.opendev.org/696337 Change-Id: I9f87ea6335ce0a0b7c3e8c4cb1fe00187f474dd1 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
Team and repository tags
Extra roles for tripleo-quickstart
These Ansible role are extending the functionality of tripleo-quickstart to do end-to-end deployment and testing of TripleO.
The documentation of each role is located in the individual role folders, and general usage information is in the tripleo-quickstart documentation.
Description