Last active
August 29, 2015 14:08
-
-
Save rushiagr/d87d7f7588564a8983b7 to your computer and use it in GitHub Desktop.
DevStack+MagnetoDB on a clean VM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install --assume-yes git | |
git clone https://github.com/openstack-dev/devstack.git | |
git clone https://github.com/stackforge/magnetodb.git | |
cp magnetodb/contrib/devstack/lib/magnetodb devstack/lib | |
cp magnetodb/contrib/devstack/extras.d/90-magnetodb.sh devstack/extras.d | |
cat > devstack/local.conf <<EOF | |
[[local|localrc]] | |
ADMIN_PASSWORD=nova | |
DATABASE_PASSWORD=nova | |
RABBIT_PASSWORD=nova | |
SERVICE_PASSWORD=nova | |
SERVICE_TOKEN=s0m3-r4nd0m-53rv1c3-t0k3n | |
ENABLED_SERVICES=key,mysql,rabbit,tempest,magnetodb | |
EOF | |
./devstack/stack.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, Rushi!
We've changed the way to install MagnetoDB with Devstack. Look please https://review.openstack.org/202976 and https://github.com/stackforge/magnetodb/tree/master/devstack