45a4f9c075
Deploys a bifrost container using kolla-ansible bifrost-deploy. IPA and disk images are downloaded rather than built to improve reliability. Currently only minimal testing of the deployment is performed, creating and deleting an ironic node. Ideally we would perform a bare metal node deployment. The job is based on CentOS, as Ubuntu bifrost deployment is currently failing with a python-MySQLdb error. Change-Id: Ic45094594c21116b5b0d6a606f568fc7954175e3
8 lines
203 B
Django/Jinja
8 lines
203 B
Django/Jinja
---
|
|
# Don't build an IPA deployment image, instead download upstream images.
|
|
create_ipa_image: false
|
|
download_ipa: true
|
|
|
|
# Don't build a disk image. It takes time and can be unreliable.
|
|
use_cirros: true
|