diff options
author | jhinman1 <john.hinman@intel.com> | 2017-08-11 14:13:27 -0400 |
---|---|---|
committer | jhinman1 <john.hinman@intel.com> | 2017-08-11 14:14:07 -0400 |
commit | a4b5e2a7da72cf941573a81341a9c59348e60cde (patch) | |
tree | ad59c625efeb67ebef7a5a45aacfd07b48fbe257 | |
parent | 240fb2eeb9398871e55703f9e62bc7fbb4e01162 (diff) |
Change install directory for collectd-ceilometer from /opt to /opt/stack.
Change-Id: I9dd9d69a7efa7c037b776a416bf54df8d2c7b712
Signed-off-by: jhinman1 <john.hinman@intel.com>
-rwxr-xr-x | build/barometer-install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/barometer-install.sh b/build/barometer-install.sh index 3f015be1..a6b3f911 100755 --- a/build/barometer-install.sh +++ b/build/barometer-install.sh @@ -137,8 +137,8 @@ function barometer_pkgs { # install puppet-barometer module # make directories for config files and mibs LIBGUESTFS_BACKEND=direct virt-customize \ - --run-command 'mkdir /opt/collectd-ceilometer' \ - --run-command "tar xfz /opt/collectd-ceilometer-plugin.tar.gz -C /opt/collectd-ceilometer" \ + --run-command 'mkdir /opt/stack/collectd-ceilometer' \ + --run-command "tar xfz /opt/collectd-ceilometer-plugin.tar.gz -C /opt/stack/collectd-ceilometer" \ --run-command "cd /etc/puppet/modules/ && mkdir barometer && \ tar xzf puppet-barometer.tar.gz -C barometer" \ --run-command 'mkdir /usr/share/mibs/' \ |