You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "David Alves (JIRA)" <ji...@apache.org> on 2011/08/30 20:53:44 UTC

[jira] [Updated] (WHIRR-379) Provide a local cloud for testing

     [ https://issues.apache.org/jira/browse/WHIRR-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Alves updated WHIRR-379:
------------------------------

    Attachment: WHIRR-379

Ok, here we go.

This patch adds a vagrant config file and some simple bash scripts to start things up.

I had already installed virtualbox and vagrant and chef so I would kindly ask someone else to document this.

After the pre-requisites are met testing your own openstack cloud should be as simple as:

bin/start-vagrant.sh

vagrant ssh

. /vagrant/novarc
euca-add-keypair test > test.pem
chmod 600 test.pem
euca-run-instances -t m1.tiny -k test ami-tty
# wait for boot (euca-describe-instances should report running)
ssh -i test.pem root@10.0.0.3

> 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
>
>
> 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