[ 
https://issues.apache.org/jira/browse/WHIRR-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096529#comment-13096529
 ] 

Adrian Cole commented on WHIRR-379:
-----------------------------------

I setup my osx lion env like the following and got an error based on the 
attachment:

# setup ruby
mkdir -p ~/.rvm/src/ && cd ~/.rvm/src && rm -rf ./rvm/ && git clone --depth 1 
git://github.com/wayneeseguin/rvm.git && cd rvm && ./install
source "/Users/adriancole/.rvm/scripts/rvm"
echo ' [[ -s "/Users/adriancole/.rvm/scripts/rvm" ]] && source 
"/Users/adriancole/.rvm/scripts/rvm"' >> ~/.bashrc
rvm pkg install openssl
rvm pkg install readline
rvm pkg install iconv
rvm install 1.9.2 -C "--with-openssl-dir=$HOME/.rvm/usr 
--with-readline-dir=$HOME/.rvm/usr --with-iconv-dir=$HOME/.rvm/usr"
rvm --default 1.9.2

# install vagrant
gem update --system
gem install vagrant

# test run vagrant
vagrant box add lucid32 http://files.vagrantup.com/lucid32.box
vagrant init lucid32
vagrant up
vagrant halt
vagrant destroy

# test patch
cd /Users/adriancole/workspace/whirr
patch -p0 --input ~/Downloads/WHIRR-379.txt 
cd contrib/local-cloud/
chmod 755 bin/start-vagrant.sh
bin/start-vagrant.sh

### failure occured

bin/stop-vagrant.sh


> Provide a local cloud for testing
> ---------------------------------
>
>                 Key: WHIRR-379
>                 URL: https://issues.apache.org/jira/browse/WHIRR-379
>             Project: Whirr
>          Issue Type: New Feature
>            Reporter: David Alves
>         Attachments: WHIRR-379, WHIRR-379.patch
>
>
> As discussed on the list the idea is to create a local cloud using vagrant 
> and openstack and allow whirr tests to run against it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to