diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-06-29 22:38:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-29 22:38:37 -0400 |
commit | 5783c0713ca689b20ba3b64b8d6525b57cc3fd5d (patch) | |
tree | 46868f0bdfcb435b3158fedad8cce7f545b6e875 | |
parent | 2396e8333d5a32636c1237186e5c853d2ab69d4a (diff) | |
parent | de3d6c983200335ab685faea9f00777ce3b7c3fc (diff) | |
download | openshift-5783c0713ca689b20ba3b64b8d6525b57cc3fd5d.tar.gz openshift-5783c0713ca689b20ba3b64b8d6525b57cc3fd5d.tar.bz2 openshift-5783c0713ca689b20ba3b64b8d6525b57cc3fd5d.tar.xz openshift-5783c0713ca689b20ba3b64b8d6525b57cc3fd5d.zip |
Merge pull request #4642 from giuseppe/fix-upgrade-etcd-runc-name
upgrade: fix name for the etcd system container
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/etcd/upgrade.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/etcd/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/etcd/upgrade.yml index 0431c1ce0..39e82498d 100644 --- a/playbooks/common/openshift-cluster/upgrades/etcd/upgrade.yml +++ b/playbooks/common/openshift-cluster/upgrades/etcd/upgrade.yml @@ -36,7 +36,7 @@ - not openshift.common.is_etcd_system_container | bool - name: Record containerized etcd version (runc) - command: runc exec etcd_container rpm -qa --qf '%{version}' etcd\* + command: runc exec etcd rpm -qa --qf '%{version}' etcd\* register: etcd_container_version_runc failed_when: false # AUDIT:changed_when: `false` because we are only inspecting |