summaryrefslogtreecommitdiffstats
path: root/docker/storperf.pp
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2017-03-29 21:00:50 -0400
committerMark Beierl <mark.beierl@dell.com>2017-03-30 06:42:21 +0000
commitf76a4912d312712f06e2ad4b86ee339dea38d4cd (patch)
treeea28797aae10c2a20c130095ac36ce62a581bd5f /docker/storperf.pp
parent5fbde2962c159ace29a7b42bc217f1eed8109808 (diff)
Use tagged version of graphite
Changes the docker build procedure to use a pip install of a specific version of graphite so that it doesn't break when upstream changes occur. Change-Id: I2316912fc04568c441212087665e384075e409a6 JIRA: STORPERF-110 Signed-off-by: mbeierl <mark.beierl@dell.com> (cherry picked from commit 1bcbe0bac328e26341ba68341d4b809c32b8242f)
Diffstat (limited to 'docker/storperf.pp')
-rw-r--r--docker/storperf.pp19
1 files changed, 0 insertions, 19 deletions
diff --git a/docker/storperf.pp b/docker/storperf.pp
deleted file mode 100644
index 7de1024..0000000
--- a/docker/storperf.pp
+++ /dev/null
@@ -1,19 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 EMC and others.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
-class { 'python':
- pip => true,
- dev => true,
- virtualenv => true,
-}
-
-class { 'graphite':
- port => 8080,
- bind_address => '0.0.0.0',
-}