summaryrefslogtreecommitdiffstats
path: root/build/barometer-install.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-10-05Merge "Increase memory size for virt-customize"Tim Rozet1-4/+5
2017-10-05Increase memory size for virt-customizeMichael Chapman1-4/+5
Some of the bigger commands can exceed the default, so increase all instances for consistency. It's unlikely build machines won't have 4G of memory available. Change-Id: Ifa575b6e6faef9ba038900ab0e080da15d5680aa JIRA: APEX-520 Signed-off-by: Michael Chapman <michapma@redhat.com>
2017-10-03baro: update collectd-openstack branchEmma Foley1-2/+2
COLLECTD_OPENSTACK_GIT_BRANCH has been updated to stable/pike so that aodh changes will be picked up Previously, the branch was not actually being checked out, but was being used as a name for a new branch. This behaviour has been corrected. Change-Id: I516c4311d2a0cedcca6ec293b62c21234b1e1975 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2017-09-14baro: updating refs to collectd-ceilometerEmma Foley1-13/+13
Since Ceilometer support was removed from the collectd-ceilometer-plugin[1], the repo name and ceiloemter are misleading. A change was submitted to openstack-infra to rename the repo [2] This change removes references to collectd-ceilometer from apex. These changes are independant of the repo rename. [1] https://review.openstack.org/#/c/490823/ [2] https://review.openstack.org/#/c/500768/ Depends-On: I6cf22c081aa1e40f64995be40b6225855faf4092 Change-Id: Ib3a7766e28fd03a86a995eea4b9abc996498200e Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2017-08-22Change destination of snmp mibs files fromjhinman11-3/+3
/usr/share/mibs/ietf to /usr/share/snmp/mibs, and create symbolic link from ietf to snmp/mibs. Change-Id: Icf3ff3659f63222cc3a5e8f1f93fe183a2b86f45 Signed-off-by: jhinman1 <john.hinman@intel.com>
2017-08-11Change install directory for collectd-ceilometer from /opt to /opt/stack.jhinman11-2/+2
Change-Id: I9dd9d69a7efa7c037b776a416bf54df8d2c7b712 Signed-off-by: jhinman1 <john.hinman@intel.com>
2017-08-08Add collectd-snmp and collect-rdt installation.jhinman11-8/+29
Use the Intel RDT version which is current (the version in the package set specified by the latest.properties file). Change-Id: I3f176572edaa5d3df5b3cc31b39253025d81e808 Signed-off-by: jhinman1 <john.hinman@intel.com>
2017-08-08build: added intel_cmt_cat rpmTaras Chornyi1-1/+6
Added intel_cmt_cat rpm install. Updated rpm version Change-Id: I288a09b8fc3a35496b340ee93197693914696d2d Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
2017-08-04build: remove barometer missing depsMaryam Tahhan1-5/+1
Remove barometer missing dependencies till they are resolved by the barometer project. Change-Id: Ie09bfd4ef68401dc83bb4208c54386ec1d30ed1f Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-07-31Adds Barometer servicejhinman11-0/+129
Adds Barometer service as a deploy option to Compute nodes by specifying barometer as true in deploy settings. Barometer packages are installed only for x86_64. Adds scenarios os-nosdn-bar-ha and os-nosdn-bar-noha. Add scenarios to opnfv-apex-common.spec. Temporarily remove references to snmp packages. apex-tripleo-heat-templates: I397d2557639c87ab8afacd076a5b9fd7c056dce7 apex-puppet-tripleo: I878ff8d1e0a8b96f3380bb77f168cd5a4c3f6543 Puppet module is at: https://github.com/johnhinman/puppet-barometer. Change-Id: Ic087c2052f7849ee2cf6c63224558c2b36a8ca1f Signed-off-by: jhinman1 <john.hinman@intel.com>