ef237e0e5f
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
38 lines
296 B
Plaintext
38 lines
296 B
Plaintext
# Compiled files
|
|
*.py[co]
|
|
*.a
|
|
*.o
|
|
*.so
|
|
|
|
# Sphinx
|
|
_build
|
|
doc/source/api/
|
|
|
|
# Packages/installer info
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Other
|
|
*.DS_Store
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
.*.swp
|
|
.coverage
|
|
cover
|
|
AUTHORS
|
|
ChangeLog
|
|
*.sqlite
|
|
*~
|
|
|
|
# Vagrant
|
|
.vagrant
|