diff options
author | Sten Turpin <sten@redhat.com> | 2016-03-04 15:47:30 -0500 |
---|---|---|
committer | Sten Turpin <sten@redhat.com> | 2016-03-04 15:47:30 -0500 |
commit | a77794e624e788c5770cca95f1ec1717cf0dbfb4 (patch) | |
tree | 05b122cf575c5f8f8c3634cddbee72e49b72cf0d /playbooks/adhoc/sdn_restart | |
parent | faacbce80c0946be1451b1f2593c1f55dd64c133 (diff) | |
download | openshift-a77794e624e788c5770cca95f1ec1717cf0dbfb4.tar.gz openshift-a77794e624e788c5770cca95f1ec1717cf0dbfb4.tar.bz2 openshift-a77794e624e788c5770cca95f1ec1717cf0dbfb4.tar.xz openshift-a77794e624e788c5770cca95f1ec1717cf0dbfb4.zip |
fixed monitoring containers to restart
Diffstat (limited to 'playbooks/adhoc/sdn_restart')
-rwxr-xr-x | playbooks/adhoc/sdn_restart/oo-sdn-restart.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/playbooks/adhoc/sdn_restart/oo-sdn-restart.yml b/playbooks/adhoc/sdn_restart/oo-sdn-restart.yml index 0dc021fbc..08e8f8968 100755 --- a/playbooks/adhoc/sdn_restart/oo-sdn-restart.yml +++ b/playbooks/adhoc/sdn_restart/oo-sdn-restart.yml @@ -49,5 +49,4 @@ name: "{{ item }}" state: restarted with_items: - - oso-f22-host-monitoring - - oso-rhel7-zagg-client + - oso-rhel7-host-monitoring |