Merge "Install plugins inside surveil container"

This commit is contained in:
Jenkins 2015-01-26 19:39:16 +00:00 committed by Gerrit Code Review
commit 42bba32c62
2 changed files with 8 additions and 3 deletions

View File

@ -29,7 +29,9 @@ RUN chmod u+s /bin/ping6
## Packs
ADD shinken-tools/packs /packs
ADD shinken-tools/plugins /plugins
## Plugins
ADD shinken-tools/plugins/*/check_* /usr/lib/nagios/plugins/
# Download packs from savoirfairelinux/monitoring-tools
RUN apt-get install -y subversion && \
@ -51,7 +53,7 @@ ADD .git /surveil/.git
ADD README.rst surveil/README.rst
## Install
RUN apt-get install -y python3-pip python-dev
RUN apt-get install -y python3-pip python-dev libffi-dev libssl-dev
RUN pip install -r /surveil/requirements.txt
RUN apt-get install -y git
RUN cd surveil && python setup.py install

View File

@ -2,5 +2,8 @@ pecan>=0.5.0
pymongo>=2.7.2
wsme
requests
# Plugins dependencies
shinkenplugins
python-keystoneclient
python-novaclient
python-glanceclient