+1 

On 13-Mar-2014, at 4:18 pm, Guo Star <ghxand...@gmail.com> wrote:

> +1
> 
> 
> 2014-03-13 18:27 GMT+08:00 Wilder Rodrigues <wrodrig...@schubergphilis.com>:
> 
>> Hi guys,
>> 
>> I'm testing the CS 4.3 RC (8th round), and will keep doing so, but for now
>> I already did the following and it looks good (sorry for the long email):
>> 
>> * Environment
>>  - Management Server: Debian 7 VM under VirtualBox
>>  - DevCloud: XenServer 6.2
>>  - MySQL: running on the DevCloud
>>  - System VM: Latest from
>> http://jenkins.buildacloud.org/view/4.3/job/cloudstack-4.3-systemvm/
>> 
>> * Initial start-up
>>  - Everything seems to work fine
>> 
>> * Zone
>>  - DNS1: 8.8.8.8
>>  - DNS2: 8.8.4.4
>>  - Hypervisor: XenServer
>>  - Guest CIDR: 10.1.2.0/24
>>  - Local Storage enabled: true
>> 
>> * Public Traffic
>>  - 10.1.1.1 / 255.255.255.0 / 10.1.1.2 / 10.1.1.100
>> 
>> * POD
>>  - 10.1.1.1 / 255.255.255.0 / 10.1.1.101 / 10.1.1.200
>> 
>> * VLAN
>>  - 101 - 109
>> 
>> * Host
>>  - Host Name: 178.237.34.120
>>  - Username: root
>>  - Password: blah
>> 
>> * Secondary Storage
>>  - Provider: NFS
>>  - Name: sec01
>>  - Server: 10.1.1.114
>>  - Path: /opt/storage/secondary
>> 
>> ::: Create Instance / Network / ACLs / Port Forwarding :::
>> 
>> * Create Instance
>>  - Featured: Tiny Linux
>>  - Compute Offering: Tiny Offering
>>  - Disk Offering: None
>>  - Instance name: cs43-01
>> 
>> * NIC Information
>>  - IP Address: 10.1.2.186
>>  - Gateway: 10.1.2.1
>>  - Netmask: 255.255.255.0
>> 
>> * Create Network
>>  - Name: devcloud-net01
>>  - Type: Isolated
>>  - CIDR: 10.1.2.0/24
>>  - Public IP: 10.1.1.4 [Source NAT]
>>  - Egress Rules: 0.0.0.0/0 - All
>>  - Network Offering: Offering for Isolated networks with Source Nat
>> service enabled
>> 
>> * Create ACLs
>>  - 10.1.0.0/16 - TCP - 22 - 22
>>  - 10.1.0.0/16 - TCP - 443 - 443
>> 
>> * Create Port Forwarding
>>  - 22:22 - 22:22 - instance cs43-01 [10.1.2.186]
>>  - 443:443 - 443:443 - instance cs43-01 [10.1.2.186]
>> 
>> * SSH into the new instance via the Public IP:
>> 
>> [root@devcloud-wil01 ~]# ssh root@10.1.1.4
>> The authenticity of host '10.1.1.4 (10.1.1.4)' can't be established.
>> RSA key fingerprint is 02:43:6c:24:c5:79:b6:e2:c8:b7:e8:3c:8d:13:37:91.
>> Are you sure you want to continue connecting (yes/no)? yes
>> Warning: Permanently added '10.1.1.4' (RSA) to the list of known hosts.
>> root@10.1.1.4's password:
>> % cd /
>> % ls
>> bin         boot        dev         etc         home        lib
>> lost+found  mnt         proc        root        sbin        sys         tmp
>>        usr         var
>> %
>> 
>> ::: Create Admin User / Log In / Create Instance / Network / ACLs / Port
>> Forwarding  :::
>> 
>> * Create a new Admin User
>>  - Passed
>> 
>> * Login with newly created user
>>  - Passed
>> 
>> * Create VM and Network
>>  - Passed
>> 
>> * Add ACLs and Port forwarding
>>  - Passed
>> 
>> * SSH into the machine
>>  - Passed
>> 
>> [root@devcloud-wil01 ~]# ssh root@10.1.1.5
>> The authenticity of host '10.1.1.5 (10.1.1.5)' can't be established.
>> RSA key fingerprint is 02:43:6c:24:c5:79:b6:e2:c8:b7:e8:3c:8d:13:37:91.
>> Are you sure you want to continue connecting (yes/no)? yes
>> Warning: Permanently added '10.1.1.5' (RSA) to the list of known hosts.
>> root@10.1.1.5's password:
>> % cd /
>> % ls
>> bin         boot        dev         etc         home        lib
>> lost+found  mnt         proc        root        sbin        sys         tmp
>>        usr         var
>> %
>> 
>> ::: Log In as Admin / Stop-Destroy Router VM / Stop-Start Instance / Check
>> if router VM is back :::
>> 
>> * Stop-Destroy Router VM
>>  - Passed
>> 
>> * Stop-Start VM
>>  - Passed
>> 
>> * Router VM is Back
>>  - Passed
>> 
>> * SSH into the Machine
>>  - Passed
>> 
>> [root@devcloud-wil01 ~]# ssh root@10.1.1.4
>> root@10.1.1.4's password:
>> % cd /
>> % ls
>> bin         boot        dev         etc         home        lib
>> lost+found  mnt         proc        root        sbin        sys         tmp
>>        usr         var
>> %
>> 
>> ::: Create Domain / Create User / Log In / Create
>> Instance-Network-ACLs-Port forwarding / SSH into the VM :::
>> 
>> * Create Domain
>>  - Passed
>> 
>> * Create User
>>  - Passed
>> 
>> * Log in
>>  - Passed
>> 
>> * Create VM and Network
>>  - Passed
>> 
>> * Add ACLs and Port forwarding
>>  - Passed
>> 
>> * SSH into the machine
>>  - Passed
>> 
>> [root@devcloud-wil01 ~]# ssh root@10.1.1.6
>> The authenticity of host '10.1.1.6 (10.1.1.6)' can't be established.
>> RSA key fingerprint is 02:43:6c:24:c5:79:b6:e2:c8:b7:e8:3c:8d:13:37:91.
>> Are you sure you want to continue connecting (yes/no)? yes
>> Warning: Permanently added '10.1.1.6' (RSA) to the list of known hosts.
>> root@10.1.1.6's password:
>> % cd /
>> % ls
>> bin         boot        dev         etc         home        lib
>> lost+found  mnt         proc        root        sbin        sys         tmp
>>        usr         var
>> %
>> 
>> Cheers,
>> Wilder
>> 
>> -----Original Message-----
>> From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com]
>> Sent: Thursday, March 13, 2014 1:27 AM
>> To: dev@cloudstack.apache.org
>> Subject: [VOTE] Apache CloudStack 4.3.0 (eighth round)
>> 
>> Hi All,
>> 
>> 
>> 
>> I've created a 4.3.0 release, with the following artifacts up for a
>> 
>> vote:
>> 
>> 
>> 
>> 
>> 
>> Git Branch and Commit SH:
>> 
>> 
>> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.3
>> Commit: 6a6ec648099553a42f830dcd566eab2452428908
>> 
>> 
>> 
>> List of changes:
>> 
>> New Features in 4.3:
>> https://issues.apache.org/jira/issues/?filter=12325248
>> 
>> Improvement in 4.3: https://issues.apache.org/jira/issues/?filter=12325249
>> 
>> Issues fixed in 4.3 https://issues.apache.org/jira/issues/?filter=12326161
>> 
>> Known Issues in 4.3:
>> https://issues.apache.org/jira/issues/?filter=12326162
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> Source release (checksums and signatures are available at the same
>> 
>> location):
>> 
>> https://dist.apache.org/repos/dist/dev/cloudstack/4.3.0/
>> 
>> 
>> 
>> PGP release keys (signed using 94BE0D7C):
>> 
>> https://dist.apache.org/repos/dist/release/cloudstack/KEYS
>> 
>> 
>> 
>> Testing instructions are here:
>> 
>> 
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Release+test+procedure
>> 
>> 
>> 
>> Vote will be open for 72 hours (Monday evening PST 5:30 PM)
>> 
>> 
>> 
>> For sanity in tallying the vote, can PMC members please be sure to
>> indicate "(binding)" with their vote?
>> 
>> 
>> 
>> [ ] +1  approve
>> 
>> [ ] +0  no opinion
>> 
>> [ ] -1  disapprove (and reason why)
>> 
>> 
>> 
>> Thanks
>> 
>> Animesh
>> 
>> 

Reply via email to