diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-12-08 10:24:57 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 10:24:57 -0800 |
commit | b601aa0ce8e7458ee795a7dff7321c70a9b2fcc7 (patch) | |
tree | fa9fc14223f964f436fad6b4b27824ff27bf96ce /roles/contiv/tasks | |
parent | 8b484281b6052b82869da8cc691e427ec9e1a0fc (diff) | |
parent | f6fd3a10c522d807b1a01da1963e1b7558e0333b (diff) | |
download | openshift-b601aa0ce8e7458ee795a7dff7321c70a9b2fcc7.tar.gz openshift-b601aa0ce8e7458ee795a7dff7321c70a9b2fcc7.tar.bz2 openshift-b601aa0ce8e7458ee795a7dff7321c70a9b2fcc7.tar.xz openshift-b601aa0ce8e7458ee795a7dff7321c70a9b2fcc7.zip |
Merge pull request #6320 from dgoodwin/containerized-inventory-symlink
Automatic merge from submit-queue.
Fix inventory symlinks in origin-ansible container.
When attempting to run openshift-ansible in a kubernetes pod, we
attempted to use a configmap to mount in our inventory to run against.
However kubernetes mounts configmaps/secrets volumes through the use of
relative symlinks. The use of "cp -a" in this script then copies a
relative symlink to /tmp which is now dangling, and ansible will fail to
run.
This patch changes to just copy the file regularly resulting in a value
temp file that is not a symlink.
Diffstat (limited to 'roles/contiv/tasks')
0 files changed, 0 insertions, 0 deletions