Commit Graph

3 Commits

Author SHA1 Message Date
yatin e863d0c086 Convert tripleo-buildcontainers to a role
Needs to be done so it can be reused in different
repos like [1], [2].

[1] https://review.rdoproject.org/r/#/c/20144/
[2] https://review.rdoproject.org/r/#/c/20031/

Also use seperate venv for build-containers as venv
created by tripleo-repos role uses become: true.

Change-Id: Ia627b7e128608a5897f9607aca831380278cd785
2019-04-15 19:11:26 +05:30
Alex Schultz 21c4f37fd7 Fix repo configuration
The wrong parameter name was used for the repo configuration.
It should have been rpm_setup_config not rpm_setup. Additionally the
iptables rules did not allow for the containers to fetch the repos from
the CI host. This change lets docker manage the docker iptables rules
and adds a rule to allow port 80 from the docker container ip range.

Depends-On: https://review.openstack.org/#/c/634064/
Change-Id: I037465f7bbc7b6016373385f07c7c944a09299c9
Closes-Bug: #1813527
2019-02-12 14:43:56 +00:00
Alex Schultz 73d40aec70 TripleO Container build CI job
We don't currently have coverage for the container build process in CI,
let's add some.

Depends-On: https://review.openstack.org/#/c/616022/
Change-Id: I97ceb9533a38ec7b175623784649de277aaf4274
2018-11-06 22:51:05 +00:00