diff options
author | Chornyi, TarasX <tarasx.chornyi@intel.com> | 2018-11-05 14:58:34 +0200 |
---|---|---|
committer | Taras Chornyi <tarasx.chornyi@intel.com> | 2018-11-20 16:13:56 +0000 |
commit | de0d1c9cd88d3de20c69e229a289852b8f997eac (patch) | |
tree | 21ff360b73c5422af7287e33d15fabf85150847d /ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml | |
parent | e13f82dc70084480611bab5aa04ac126c0b1ff0e (diff) |
Install barometer collectd container on all hosts
nsb_install.sh script will now install docker and barometer
collectd container on all baremetal hosts.
JIRA: YARDSTICK-1510
Change-Id: I927f96ec2e11b2111b76217597054a6471189f29
Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>
Diffstat (limited to 'ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml')
-rw-r--r-- | ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml b/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml index 3a29a8a90..b69fb58fb 100644 --- a/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml +++ b/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml @@ -54,3 +54,5 @@ - install_pmu_tools - download_collectd - install_collectd + - docker + - barometer_collectd |