GitHub user lewismc opened a pull request:
https://github.com/apache/gora/pull/9
GORA-74 Implement Rackspace Cloud Orchestration in GoraCI
Hi Folks,
This PR adds the required Hardware configuration for the GoraCI builds to
run under TheASF INFRA RAX account.
Please checkout the additions to gora.properties for this module. They are
pretty self explanitory.
'''
gora.datastore.rackspace.continent=rackspace-cloudservers-us
gora.datastore.rackspace.username=asf-gora
gora.datastore.rackspace.apikey= // API Key can be found by logging in to
the account
gora.datastore.rackspace.region=DFW // default to Dallas, Texas
gora.datastore.rackspace.imageid=6110edfe-8589-4bb1-aa27-385f12242627
//Ubuntu 13.10 (Saucy Salamander) (PVHVM)
gora.datastore.rackspace.flavorid=6
gora.datastore.rackspace.servername=goraci_test_server
gora.datastore.rackspace.num.servers=20
gora.datastore.rackspace.uploadpubkey=false //one already exists as
goraci-keypair
```
Thats about it to be honest.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lewismc/gora GORA-374
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/9.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #9
----
commit 3c5bd0ee53ab5d3651980d39c5a5b20002ababc9
Author: Lewis John McGibbney <[email protected]>
Date: 2014-09-17T21:46:25Z
GORA-74 Implement Rackspace Cloud Orchestration in GoraCI
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---