tripleo-quickstart-extras/roles/container-build
Takashi Kajinami c625becad1 Do not use --debug for image build
Since Ansible was bumped to 2.14, we've observed the container image
build process gets stuck in the middle of ansible tasks to generate
Docker/Buildah files, because of a bug[1] with ansible-runner.

This removes --debug option from the build command to avoid -vvv option
in the ansible command, to workaround the above bug.

[1] https://github.com/ansible/ansible-runner/issues/1164

Related-Bug: #1996612
Change-Id: I53c688077c65da03d8c3cf104862e02cefc2c615
2022-11-17 18:09:59 +09:00
..
defaults Drop ANSIBLE_RUNNER_IMAGE from tcib_extra_config 2022-09-23 16:10:12 +05:30
meta standalone: add support to build containers before deployment 2020-07-02 20:59:38 +00:00
tasks Do not use --debug for image build 2022-11-17 18:09:59 +09:00
README.md standalone: add support to build containers before deployment 2020-07-02 20:59:38 +00:00

container-build

This role will deploy a simple Docker registry v2 in a container, build and push container images into that local registry.