diff options
author | Pep TurrĂ³ Mauri <pep@redhat.com> | 2017-05-31 18:52:22 +0200 |
---|---|---|
committer | Pep TurrĂ³ Mauri <pep@redhat.com> | 2017-06-02 12:31:50 +0200 |
commit | 32b7b0aba720502c528d38af74a7b6163d0ec6fa (patch) | |
tree | 54b5679a6f1307ce427224147987ab7f83d947c9 /examples/certificate-check-upload.yaml | |
parent | d175973070a4dce2055678f9309d2f74517d461e (diff) | |
download | openshift-32b7b0aba720502c528d38af74a7b6163d0ec6fa.tar.gz openshift-32b7b0aba720502c528d38af74a7b6163d0ec6fa.tar.bz2 openshift-32b7b0aba720502c528d38af74a7b6163d0ec6fa.tar.xz openshift-32b7b0aba720502c528d38af74a7b6163d0ec6fa.zip |
Rename container image to origin-ansible / ose-ansible
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.
Diffstat (limited to 'examples/certificate-check-upload.yaml')
-rw-r--r-- | examples/certificate-check-upload.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/certificate-check-upload.yaml b/examples/certificate-check-upload.yaml index 8b560447f..1794cb096 100644 --- a/examples/certificate-check-upload.yaml +++ b/examples/certificate-check-upload.yaml @@ -4,10 +4,10 @@ # The generated reports are uploaded to a location in the master # hosts, using the playbook 'easy-mode-upload.yaml'. # -# This example uses the openshift/openshift-ansible container image. +# This example uses the openshift/origin-ansible container image. # (see README_CONTAINER_IMAGE.md in the top level dir for more details). # -# The following objects are xpected to be configured before the creation +# The following objects are expected to be configured before the creation # of this Job: # - A ConfigMap named 'inventory' with a key named 'hosts' that # contains the the Ansible inventory file @@ -28,7 +28,7 @@ spec: spec: containers: - name: openshift-ansible - image: openshift/openshift-ansible + image: openshift/origin-ansible env: - name: PLAYBOOK_FILE value: playbooks/certificate_expiry/easy-mode-upload.yaml |