Commit Graph

3 Commits

Author SHA1 Message Date
Alex Schultz
9aacc369fb Revert "Remove roles symlink"
This reverts commit 196a5043b9.

This breaks RDO jobs because they assume the roles dir.

aca1107d42. 

We'll need to go with https://review.opendev.org/#/c/691716/ for now.

Change-Id: I84e1fef1d2206b068f74134f49cd4d7591d8f826
2019-10-28 21:43:35 +00:00
Alex Schultz
196a5043b9 Remove roles symlink
Zuul currently breaks because it finds a roles location in the repo and
tries to load things from it. See also
https://review.opendev.org/#/c/691716/

Change-Id: Ie4787a0e73dd4494d6f5e1172054748f16c30b78
2019-10-28 10:51:39 -06:00
Kevin Carter
bc9fe7f827
Create tripleo container image prepare role
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>
2019-08-13 19:02:07 -05:00