diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-09-22 11:41:53 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-09-22 11:41:53 -0400 |
commit | 11e9931bff9e9da4f020ad2691f93f709b753866 (patch) | |
tree | 6e92799668a7509b870c7cdaa3b4599f4f874993 /playbooks/common/openshift-cluster/upgrades | |
parent | 5b1bb00a2f02e51ab493e86eb4d8b6e264e3268d (diff) | |
download | openshift-11e9931bff9e9da4f020ad2691f93f709b753866.tar.gz openshift-11e9931bff9e9da4f020ad2691f93f709b753866.tar.bz2 openshift-11e9931bff9e9da4f020ad2691f93f709b753866.tar.xz openshift-11e9931bff9e9da4f020ad2691f93f709b753866.zip |
Remove debugging statements and pause module
How on earth did the bot merge this? The upgrade test should've stalled
indefinitely.
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml b/playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml index 466567fe6..8cc46ab68 100644 --- a/playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml +++ b/playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml @@ -8,9 +8,6 @@ # TODO: If the sdn package isn't already installed this will install it, we # should fix that -- debug: var=avail_openshift_version -- debug: var=openshift_pkg_version -- pause: - name: Upgrade master packages package: name={{ master_pkgs | join(',') }} state=present vars: |