| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
The centos-based Dockerfile has previously been updated to pull in the python2-boto3 RPM; update the RHEL-based Dockerfile to do the same now that python2-boto3 has been made available in the appropriate repo.
|
|
|
|
|
|
| |
The installer image will become our default cloud operations image for
tasks that overlap with ansible, and will also be the image for
provioning. We will eventually add others like awscli for support roles.
|
| |
|
|
|
|
|
|
| |
We do not need the builder functionality from playbook2image and the
resulting image was overly complicated, so this simply builds on
Centos/RHEL.
|
|
|
|
|
| |
SUMMARY and DESCRIPTION were coming from python image build, might be
confusing to someone inspecting this image.
|
|
|
|
|
| |
https://bugzilla.redhat.com/show_bug.cgi?id=1465724
Use the provided ansible.cfg and hack needed python system libs into SCL
|
|
|
|
| |
sync the parallel change from Dockerfile into Dockerfile.rhel7
|
|
|
|
|
|
|
|
|
|
|
|
| |
As discussed in #4279 the container image is being renamed to
openshift/origin-ansible (upstream) and openshift3/ose-ansible (downstream) for
the "oc cluster up" use case, and more generally to make it fit the
imageConfig.format configuration option.
This updates references to the image name accordingly.
Also updating references to playbook2image to account for recent moves of the
repo/image.
|
|
|