Re: Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-09-28 Thread Kuang-Ching Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24991/ --- (Updated Sept. 28, 2014, 7:29 a.m.) Review request for cloudstack, Chiradeep

Build failed in Jenkins: simulator-singlerun #462

2014-09-28 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/462/changes Changes: [wido] CLOUDSTACK-7641: Do not always ask libvirt to refresh a storage pool -- [...truncated 8840 lines...] [INFO] Apache CloudStack Plugin - Storage Allocator Random SUCCESS

Jenkins build is back to normal : simulator-singlerun #463

2014-09-28 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/463/

[VOTE][ACS44]Apache CloudStack 4.4.1 RC 1 in branch 4.4-RC20140924T2100

2014-09-28 Thread Daan Hoogland
Hi All, I've created a 4.4.1 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.4-RC20140924T2100 Commit: 620ad650bdda23cabdf4c9dc480072c02c59a2d1 List of changes:

how to add new data table to DB

2014-09-28 Thread Kuang-Ching Wang
Hi, I need to create a new table to store data in the cloudstack DB. I followed existing examples to: - add a new VO class, with @Entity and @Table(name = “new_table_name) - add a new Dao interface - add a new DaoImpl class for the interface - update spring context (of my network plugin) with a

Re: [VOTE][ACS44]Apache CloudStack 4.4.1 RC 1 in branch 4.4-RC20140924T2100

2014-09-28 Thread Pierre-Luc Dion
Hi Daan, Do we use following systemvm as part of 4.4.1 rc1? http://jenkins.buildacloud.org/view/4.4/job/cloudstack-4.4-systemvm64/130/ Thanks, PL On Sun, Sep 28, 2014 at 6:01 PM, Daan Hoogland daan.hoogl...@gmail.com wrote: Hi All, I've created a 4.4.1 release, with the following artifacts

Re: [VOTE][ACS44]Apache CloudStack 4.4.1 RC 1 in branch 4.4-RC20140924T2100

2014-09-28 Thread Mike Tutkowski
My automated regression tests came back successful, so I am +1 (binding). On Sun, Sep 28, 2014 at 4:01 PM, Daan Hoogland daan.hoogl...@gmail.com wrote: Hi All, I've created a 4.4.1 release, with the following artifacts up for a vote: Git Branch and Commit SH:

Re: how to add new data table to DB

2014-09-28 Thread Abhinandan Prateek
You still need to write Sql for creating new db table in MySQL db. -abhi On 29-Sep-2014, at 6:41 am, Kuang-Ching Wang kuangching.w...@gmail.com wrote: Hi, I need to create a new table to store data in the cloudstack DB. I followed existing examples to: - add a new VO class, with

Re: how to add new data table to DB

2014-09-28 Thread Mike Tutkowski
Assuming you are doing this for version 4.5, please take a look at adding your table to this file: schema-441to450.sql By the way, do we really need to add a new table for this plug-in or is there some *_details table (ex. storage_pool_details) where you can store information specific to your

Re: how to add new data table to DB

2014-09-28 Thread Jayapal Reddy Uradi
You need to add you create table entries in schema-440to441.sql. If you do not want to redeploy (without using cloudstack-setup-databases) you can go to mysql prompt, use cloud db and create table. After creating table restart the MS will work. Thanks, Jayapal On 29-Sep-2014, at 9:37 AM,