Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F4157D424 for ; Wed, 17 Oct 2012 08:50:13 +0000 (UTC) Received: (qmail 59523 invoked by uid 500); 17 Oct 2012 08:50:13 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 59465 invoked by uid 500); 17 Oct 2012 08:50:13 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 58161 invoked by uid 99); 17 Oct 2012 08:50:11 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 08:50:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7BB4647E84; Wed, 17 Oct 2012 08:50:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kishan@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [25/50] [abbrv] git commit: Add the sql files for the cloudbridge Message-Id: <20121017085011.7BB4647E84@tyr.zones.apache.org> Date: Wed, 17 Oct 2012 08:50:11 +0000 (UTC) Add the sql files for the cloudbridge Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/09739cfd Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/09739cfd Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/09739cfd Branch: refs/heads/regions Commit: 09739cfd78ec3c790364c91dac6b339405a3d57a Parents: 3343362 Author: Hugo Trippaers Authored: Tue Oct 2 07:35:59 2012 -0700 Committer: Hugo Trippaers Committed: Tue Oct 2 07:35:59 2012 -0700 ---------------------------------------------------------------------- developer/pom.xml | 40 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 39 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/09739cfd/developer/pom.xml ---------------------------------------------------------------------- diff --git a/developer/pom.xml b/developer/pom.xml index 37120fe..eb6e112 100644 --- a/developer/pom.xml +++ b/developer/pom.xml @@ -10,7 +10,6 @@ language governing permissions and limitations under the License. --> 4.0.0 - org.apache.cloudstack cloud-developer Apache CloudStack Developer Tools pom @@ -75,6 +74,11 @@ + + + + + @@ -155,6 +159,32 @@ create database `cloud_usage` + + drop-database-cloudbridge + process-test-resources + + execute + + + root + ${db.cloud.password} + jdbc:mysql://${db.cloud.host}:${db.cloud.port} + drop database if exists `cloudbridge` + + + + create-database-cloudbridge + process-test-resources + + execute + + + root + ${db.cloud.password} + jdbc:mysql://${db.cloud.host}:${db.cloud.port} + create database `cloudbridge` + + create-schema process-test-resources @@ -167,6 +197,14 @@ ${basedir}/target/db/create-schema-premium.sql ${basedir}/target/db/templates.sql ${basedir}/target/db/create-index-fk.sql + ${basedir}/target/db/cloudbridge_schema.sql + ${basedir}/target/db/cloudbridge_multipart.sql + ${basedir}/target/db/cloudbridge_index.sql + ${basedir}/target/db/cloudbridge_multipart_alter.sql + ${basedir}/target/db/cloudbridge_bucketpolicy.sql + ${basedir}/target/db/cloudbridge_policy_alter.sql + ${basedir}/target/db/cloudbridge_offering.sql + ${basedir}/target/db/cloudbridge_offering_alter.sql