Skip to content

Instantly share code, notes, and snippets.

@rhaig
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhaig/1974495268f4466f5557 to your computer and use it in GitHub Desktop.
Save rhaig/1974495268f4466f5557 to your computer and use it in GitHub Desktop.
install mysql packages:
pkg.installed:
- pkgs:
- mysql-server
- python-mysqldb
tweak my.cnf:
cmd.run:
- name: sed -i.bak "s/^bind-address/\#bind-address/" /etc/mysql/my.cnf
keystone-mysql-create:
mysql_database.present:
- name: keystone
mysql_user.present:
- name: openstack
- password: password
require:
- pkg: install mysql packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment