kolla/.gitignore
Diogo Monteiro 558627b1ce Added Ubuntu support for Vagrant
Added support for Vagrant VirtualBox provider to
provision an Ubuntu VM to run kolla. A new
bootstrap-ubuntu.sh script has been created which
provisions the Ubuntu VM with all kolla depdencies
including docker 1.8.2, ansible 1.9.6 and python-tools
Also created vars in the Vagrantfile to define the cpu and memory settings of the
VM nodes used to run kolla

DocImpact

Change-Id: I4609d7f577e948b04663901afd0c5d1d154c8ac4
Implements: blueprint vagrant-ubuntu-support
2015-11-11 11:26:39 -05:00

35 lines
466 B
Plaintext

# vim and emacs temp files
*~
[._]*.s[a-w][a-z]
# Any disk images
*.qcow2
*.img
.tox/
.buildconf
# Files generated by tools/genenv
openrc
openstack.env
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# the files generated from tox command.
.testrepository/
AUTHORS
ChangeLog
doc/build
# Files generated by Vagrant
dev/vagrant/vagrantkey
dev/vagrant/vagrantkey.pub
dev/vagrant/storage/
.vagrant/
# Files generated by JetBrains
.idea/