summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael Krotscheck <krotscheck@gmail.com>2015-03-24 12:56:50 -0700
committerMichael Krotscheck <krotscheck@gmail.com>2015-05-13 17:17:16 -0700
commitef237e0e5f11bfabca760b898756af39f0ffbd31 (patch)
tree39c3b5742e027284eaf78bd880b12bce9ae23dc0 /.gitignore
parent24b8ee4d38383d195b86ac5d644d8b261cdba3d5 (diff)
downloadironic-ef237e0e5f11bfabca760b898756af39f0ffbd31.tar.gz
Added vagrant VM for developer use
This patch adds a vagrantfile and ansible playbook that captures the instructions from the ironic developer quickstart. By using 'vagrant up', and configuring your local dev instance to use 192.168.99.11, you should be able to exercise your services locally. Documentation has also been updated. Change-Id: Ic4f42e59cbda968d301c797ef77ff98030c55c41
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fd5102c22..b32ee0825 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,6 @@ AUTHORS
ChangeLog
*.sqlite
*~
+
+# Vagrant
+.vagrant