Create symlinks for whisper so that Graphite
can find the modules at runtime.
Change-Id: Ie0defb180a29ba430978be091d6683a6cf7d5891
JIRA: STORPERF-41
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
RUN cd ${repos_dir}/fio && make -j 6 install
RUN puppet module install gdsoperations-graphite
+RUN ln -s /opt/graphite/lib/whisper* /usr/lib/python2.7/
+
RUN chmod 600 ${repos_dir}/storperf/storperf/resources/ssh/storperf_rsa
RUN pip install -r ${repos_dir}/storperf/docker/requirements.pip