Following the 4.0 test procedure can pass:
the source package verification
source content verification
code's license header verification
Compile

For the Deploy, Start/Configure Management Server sections, I used the
Devcloud2 (http://rohityadav.in/logs/devcloud/) on VirtualBox as both
Management Server and Xen hypervisor, I can pass all the test scenarios
with following test procedure on local machine (OSX 10.8.3):

Make sure the 4.0.2 release source inside Devcloud2 under folder: /opt/
cloudstack/incubator-cloudstack

Deploy into the DevCloud VM:
ant rdeploy -Drhost=192.168.56.10 -Drport=22
ant rdeploydb -Drhost=192.168.56.10 -Drport=22

Start CloudStack management server:
ant rdebug -Drhost=192.168.56.10 -Drport=22

Configure CloudStack management server:
1. Access web UI: http://192.168.56.10:8080/client
2. Login with admin/password
3. Change following paras in global configuration:
  expunge.interval = 120
  expunge.delay = 120
  enable.ec2.api = true
  host = 192.168.56.10
  management.network.cidr = 192.168.56.0/24
  system.vm.use.local.storage = true
4. Restart Management Server:
   Inside Devcloud, type: killall java
   On local machine, start CloudStack management server again: ant
rdebug-Drhost=192
.168.56.10 -Drport=22
5. Login Web UI again: http://192.168.56.10:8080/client with admin/password
6. Choose "I have used cloudstack before, skip this guide"
7. Click "Infrastructure", click the "View All" button in the "Zones"
display box, click "add zone"
8. Select "basic zone" during the add zone wizard.
9. Type name "testcloud", dns1 "8.8.8.8", internal dns1 "192.168.56.1",
hypervisor "Xenserver", select "local storage enabled" (Say Yes if prompted
to agree), then click next.
10. Skip "physical network setup" page
11. In "pod" page, type: pod name: 'testpod', reserved system gateway:
192.168.56.1, reserved system mask: 255.255.255.0, start reserved system ip:
192.168.56.20, end reserved system ip: 192.168.56.40
12. In "guest traffic" page, guest gateway: 192.168.56.1, netmask:
255.255.255.0, guest start ip: 192.168.56.50, guest end ip: 192.168.56.90
13. In "cluster" page, type cluster name: "testcluster"
14. In "host " page, host name: 192.168.56.10, user name: root, password:
password
15. In "secondary storage" page, server: 192.168.56.10, path:
/opt/storage/secondary
16. In "zone creation comple", select "yes" to enable zone.

With above configuration I can pass the VM lifecycle management and EC2
testing.

I will vote +1 (binding) if above test procedure is ok.


On Mon, Apr 22, 2013 at 11:38 PM, Marcus Sorensen <shadow...@gmail.com>wrote:

> +1 (binding) - tested in devcloud-kvm, deployed advanced zone, template,
> VPC, two tiers, two instances, checked connectivity, added data volumes,
> removed data volumes, destroyed instances.
>
>
> On Mon, Apr 22, 2013 at 7:27 AM, Joe Brockmeier <j...@zonker.net> wrote:
>
> > On Mon, Apr 22, 2013, at 04:56 AM, Sebastien Goasguen wrote:
> > > +1 (binding)
> > >
> > > Followed my screencast at:
> > > http://www.youtube.com/watch?v=vvgIkF1e1QE
> >
> > Thanks, Sebastien!
> >
> > Best,
> >
> > jzb
> > --
> > Joe Brockmeier
> > j...@zonker.net
> > Twitter: @jzb
> > http://www.dissociatedpress.net/
> >
>



-- 
Gavin

Reply via email to