Install later grafana on graphite02

This is a new server bringing up the new graphite version

Change-Id: I38cad90bb68c490b345e6ec2c25c4864076d373d
This commit is contained in:
Ian Wienand 2018-06-06 14:27:05 +10:00
parent 44df1b5fd5
commit 44e4f194c0

View File

@ -53,6 +53,12 @@ class openstack_project::grafana (
$grafana_cfg_merged = merge($grafana_cfg_defaults, $grafana_cfg)
if ( $::hostname == "graphite02" ) {
$version = '5.1.3'
} else {
$version = '2.6.0'
}
class { '::grafana':
cfg => $grafana_cfg_merged,
# Note that we can't use archive because that install_method requires
@ -60,7 +66,7 @@ class openstack_project::grafana (
# in modules.env, and puppet only supports having one in the modulepath
# at a time.
install_method => 'repo',
version => '2.6.0',
version => $version,
}
::httpd::vhost { $vhost_name: