Call the image build manager:
manager = ImageBuildManager(['path/to/config.yaml'])
manager.build()
tripleo_common.image.build.
ImageBuildManager
(config_files, images=None, output_directory='.', skip=False)¶Manage the building of image files
Manage the building of images from a config file specified in YAML syntax. Multiple config files can be specified. They will be merged
build
()¶Start the build process
Multiple config files can be passed to the ImageBuildManager. Certain attributes will be merged (currently, ‘elements’, ‘options’, and ‘packages’), while other attributes will only be set by the first encountered. The ‘imagename’ attribute will be the primary key.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.