commit 945adf2cc1ea146dde597da7f4b2e4735c48efc5 Author: Mark Goddard Date: Fri Jan 6 15:50:37 2017 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..0bc879324 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# vim and emacs temp files +*~ +[._]*.s[a-w][a-z] + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Files generated by Ansible +ansible/*.retry + +# Others +.DS_Store +.vimrc diff --git a/README.md b/README.md new file mode 100644 index 000000000..45b00ce26 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Kayobe + +Deployment of Scientific OpenStack onto bare metal.