diff options
author | bryan <bryan.sullivan@att.com> | 2017-03-06 15:32:28 -0800 |
---|---|---|
committer | bryan <bryan.sullivan@att.com> | 2017-03-06 15:32:28 -0800 |
commit | f6526c8dab68fb8c848ce8d99d390011e8d5f6b8 (patch) | |
tree | cf8cf7987f9d47d15e12641e12c621aea676c794 /tests | |
parent | f9119ed34fd76d273fbe0aed8e4b54ad5fb910ea (diff) |
Fix collectd instructions and clean process for vHello_VES
JIRA: VES-1
Change-Id: Ifbc891bd8da01ecb83aee82f65934060533ea53d
Signed-off-by: bryan <bryan.sullivan@att.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vHello_VES.sh | 9 |
1 files 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 <ip> <user> <monitor_ip> +# $ bash vHello_VES.sh start_collectd|stop_collectd <ip> <user> <hpv_ip> # start_collectd: install and start collectd daemon on hypervisor # stop_collectd: stop and uninstall collectd daemon on hypervisor # <ip>: hypervisor ip # <user>: username on hypervisor hosts, for ssh (user must be setup for # key-based auth on the hosts) -# <monitor_ip>" IP address of VDU4 (monitor VM) +# <hpv_ip>" IP address of hypervisor to start collectd daemon on # $ bash vHello_VES.sh monitor <monitor_ip> # monitor: attach to the collector VM and run the VES Monitor # <monitor_ip>" 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 <user>: 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 <ip> <user> <monitor_ip> + $ bash vHello_VES.sh start_collectd|stop_collectd <ip> <user> <hpv_ip> start_collectd: install and start collectd daemon on hypervisor stop_collectd: stop and uninstall collectd daemon on hypervisor <ip>: hypervisor ip <user>: username on hypervisor hosts, for ssh (user must be setup for key-based auth on the hosts) - <monitor_ip>" IP address of VDU4 (monitor VM) + <hpv_ip>" IP address of hypervisor to start collectd daemon on $ bash vHello_VES.sh monitor <monitor_ip> monitor: attach to the collector VM and run the VES Monitor <monitor_ip>" IP address of VDU4 (monitor VM) |