Remove code to handle grafana 2.x installations

On our old trusty hosts we were installing grafana 2.x and new xenial we
install 5.x. Remove the code to install the old version on trusty.

Change-Id: I8d4e15d890f78dff9da9c47bb1b61987002c6cd9
This commit is contained in:
Clark Boylan 2019-03-21 13:35:20 -07:00
parent be28fb32e4
commit 31eeb76f04
1 changed files with 1 additions and 5 deletions

View File

@ -53,11 +53,7 @@ class openstack_project::grafana (
$grafana_cfg_merged = merge($grafana_cfg_defaults, $grafana_cfg)
if ( $::hostname == "grafana02" ) {
$version = '5.1.3'
} else {
$version = '2.6.0'
}
$version = '5.1.3'
class { '::grafana':
cfg => $grafana_cfg_merged,