/gist:ac768558233e0e37415f Secret
Last active
August 29, 2015 14:15
Revisions
-
jimrollenhagen revised this gist
Feb 17, 2015 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,10 +5,7 @@ RUN apt-get install -y python-dev libssl-dev python-pip libmysqlclient-dev \ libxml2-dev libxslt-dev libpq-dev git git-review \ libffi-dev gettext ipmitool psmisc ADD ironic /tmp/ironic RUN pip install -r /tmp/ironic/requirements.txt RUN pip install MySQL-python RUN pip install /tmp/ironic -
jimrollenhagen created this gist
Feb 17, 2015 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ FROM debian:latest RUN apt-get update RUN apt-get install -y python-dev libssl-dev python-pip libmysqlclient-dev \ libxml2-dev libxslt-dev libpq-dev git git-review \ libffi-dev gettext ipmitool psmisc ADD ironic /tmp/ironic ADD ironic-config /tmp/ironic-config ADD ironic-facts /tmp/ironic-facts RUN cd /tmp/ironic && git checkout ironic.1 RUN pip install -r /tmp/ironic/requirements.txt RUN pip install MySQL-python RUN pip install /tmp/ironic RUN mkdir -p /var/log/ironic/