From f6526c8dab68fb8c848ce8d99d390011e8d5f6b8 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 6 Mar 2017 15:32:28 -0800 Subject: Fix collectd instructions and clean process for vHello_VES JIRA: VES-1 Change-Id: Ifbc891bd8da01ecb83aee82f65934060533ea53d Signed-off-by: bryan --- tests/vHello_VES.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/vHello_VES.sh b/tests/vHello_VES.sh index ef8ea39..4f956fd 100644 --- a/tests/vHello_VES.sh +++ b/tests/vHello_VES.sh @@ -42,13 +42,13 @@ # branch: OpenStack branch to install (default: master) # $ bash vHello_VES.sh start # start: install blueprint and run test -# $ bash vHello_VES.sh start_collectd|stop_collectd +# $ bash vHello_VES.sh start_collectd|stop_collectd # start_collectd: install and start collectd daemon on hypervisor # stop_collectd: stop and uninstall collectd daemon on hypervisor # : hypervisor ip # : username on hypervisor hosts, for ssh (user must be setup for # key-based auth on the hosts) -# " IP address of VDU4 (monitor VM) +# " IP address of hypervisor to start collectd daemon on # $ bash vHello_VES.sh monitor # monitor: attach to the collector VM and run the VES Monitor # " IP address of VDU4 (monitor VM) @@ -503,7 +503,6 @@ case "$1" in pass ;; clean) - stop_collectd $1 echo "$0: $(date) Uninstall Tacker and test environment" sudo docker exec -it tacker /bin/bash /opt/tacker/tacker-setup.sh clean sudo docker stop tacker @@ -542,13 +541,13 @@ case "$1" in start: install blueprint and run test : username on hypervisor hosts, for ssh (user must be setup for key-based auth on the hosts) - $ bash vHello_VES.sh start_collectd|stop_collectd + $ bash vHello_VES.sh start_collectd|stop_collectd start_collectd: install and start collectd daemon on hypervisor stop_collectd: stop and uninstall collectd daemon on hypervisor : hypervisor ip : username on hypervisor hosts, for ssh (user must be setup for key-based auth on the hosts) - " IP address of VDU4 (monitor VM) + " IP address of hypervisor to start collectd daemon on $ bash vHello_VES.sh monitor monitor: attach to the collector VM and run the VES Monitor " IP address of VDU4 (monitor VM) -- cgit 1.2.3-korg