bc9fe7f827
This change creates a role for the tripleo heat template content for "container-image-prepare-baremetal-ansible.j2.yaml". This change will ensure our task process is tested using molecule and scenario tests while also streamlining our process. Test Matrix: - default - tests role using all default options - build - tests end to end building containers using mock data A new playbook for docker vfs setup has been added. This was added to allow some tests to run docker workloads within a local filesystem. Without this change, docker workloads would fail because docker is not able to run an overlayfs job from within an overlayfs environment. This new playbook will be used within our zuul jobs whenever the variable `docker_enable_vfs`, is set to "true". Change-Id: Ic6e26eb95734ccf17e42e649b5e5808e1a096a78 Story: 2005985 Task: 34438 Task: 34440 Task: 34441 Signed-off-by: Kevin Carter <kecarter@redhat.com>
6 lines
197 B
YAML
6 lines
197 B
YAML
---
|
|
other:
|
|
- Zuul jobs can now run docker workloads using the VFS storage driver.
|
|
More on the VFS storage driver can be seen here
|
|
https://docs.docker.com/storage/storagedriver/vfs-driver
|