Jump to: navigation, search

Difference between revisions of "Trove/installation"

m (Text replace - "__NOTOC__" to "")
(Installing Reddwarf with Devstack)
Line 7: Line 7:
 
# $ git clone https://github.com/openstack-dev/devstack.git
 
# $ git clone https://github.com/openstack-dev/devstack.git
 
# $ git clone https://github.com/stackforge/reddwarf-integration.git
 
# $ git clone https://github.com/stackforge/reddwarf-integration.git
# $ cp ~/reddwarf-integration/scripts/local.sh ~/devstack/
+
# $ ~/reddwarf-integration/scripts/redstack install
# $ printf "ADMIN_PASSWORD=password\nMYSQL_PASSWORD=password\nRABBIT_PASSWORD=password\nSERVICE_PASSWORD=password\nSERVICE_TOKEN=tokentoken\nFLAT_INTERFACE=br100" > ~/devstack/localrc
 
# $ ~/devstack/stack.sh
 
  
 
After you're done with this, you can proceed to testing [[reddwarf-redstack-testing]].
 
After you're done with this, you can proceed to testing [[reddwarf-redstack-testing]].

Revision as of 22:10, 29 April 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. $ ~/reddwarf-integration/scripts/redstack install

After you're done with this, you can proceed to testing reddwarf-redstack-testing.