Jump to: navigation, search

Difference between revisions of "Trove/installation"

 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
Installing Reddwarf with Devstack
+
= Installing Reddwarf with Devstack =
  
 
This has been tested on Ubuntu 12.04 Instance on HPCloud and RAX Cloud.
 
This has been tested on Ubuntu 12.04 Instance on HPCloud and RAX Cloud.

Revision as of 21:00, 5 February 2013

Installing Reddwarf with Devstack

This has been tested on Ubuntu 12.04 Instance on HPCloud and RAX Cloud.

  1. Boot 12.04 Precise instance on HPCloud or RAX Cloud.
  2. $ git clone https://github.com/openstack-dev/devstack.git
  3. $ git clone https://github.com/stackforge/reddwarf-integration.git
  4. $ cp ~/reddwarf-integration/script/local.sh ~/devstack/
  5. $ printf "ADMIN_PASSWORD=password\nMYSQL_PASSWORD=password\nRABBIT_PASSWORD=password\nSERVICE_PASSWORD=password\nSERVICE_TOKEN=tokentoken\nFLAT_INTERFACE=br100" > ~/devstack/localrc
  6. $ ~/devstack/stack.sh