Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17FA617A87 for ; Tue, 13 Jan 2015 08:52:34 +0000 (UTC) Received: (qmail 42911 invoked by uid 500); 13 Jan 2015 08:52:35 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 42878 invoked by uid 500); 13 Jan 2015 08:52:35 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 42868 invoked by uid 500); 13 Jan 2015 08:52:35 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 42865 invoked by uid 99); 13 Jan 2015 08:52:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2015 08:52:35 +0000 Date: Tue, 13 Jan 2015 08:52:35 +0000 (UTC) From: "Rohit Yadav (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-8150) No MySQL-HA package in debian builds MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-8150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274922#comment-14274922 ] Rohit Yadav commented on CLOUDSTACK-8150: ----------------------------------------- [~widodh] since you're our Debian guru can you help with this. I'm not sure how to trigger building the mysql-ha deb package only in case of a noredist build. The other thing I want to discuss with everyone esp. [~htrippaers] is - what does this package do, do we have docs on this and do we want this in debian builds? diff --git a/debian/control b/debian/control index 398a767..ad96b1f 100644 --- a/debian/control +++ b/debian/control @@ -41,6 +41,11 @@ Architecture: all Depends: cloudstack-common (= ${source:Version}), cloudstack-management (= ${source:Version}) Description: CloudStack Amazon EC2 API +Package: cloudstack-mysql-ha +Architecture: all +Depends: libmysql-java, cloudstack-common (= ${source:Version}), cloudstack-management (= ${source:Version}) +Description: CloudStack Balancing Strategy for MySQL + Package: cloudstack-cli Architecture: all Depends: cloudstack-common (= ${source:Version}) diff --git a/debian/rules b/debian/rules index 197e243..e83cd53 100755 --- a/debian/rules +++ b/debian/rules @@ -152,6 +152,10 @@ install: cp usage/target/transformed/log4j-cloud_usage.xml $(DESTDIR)/$(SYSCONFDIR)/$(PACKAGE)/usage/log4j-cloud.xml install -D packaging/debian/init/cloud-usage $(DESTDIR)/$(SYSCONFDIR)/init.d/$(PACKAGE)-usage + # cloudstack-mysql-ha + mkdir $(DESTDIR)/usr/share/$(PACKAGE)-mysql-ha/lib + install -D plugins/database/mysql-ha/target/cloud-plugin-database-mysqlha-$(VERSION)$(MVNADD).jar $(DESTDIR)/usr/share/$(PACKAGE)-mysql-ha/lib/ + # cloudstack-awsapi mkdir $(DESTDIR)/$(SYSCONFDIR)/$(PACKAGE)/awsapi mkdir $(DESTDIR)/var/log/$(PACKAGE)/awsapi > No MySQL-HA package in debian builds > ------------------------------------ > > Key: CLOUDSTACK-8150 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8150 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.5.0 > Reporter: Rohit Yadav > Assignee: Rohit Yadav > Priority: Critical > Fix For: 4.5.0, 4.6.0 > > > There is mysql-ha package in rpm builds but not in debian builds. -- This message was sent by Atlassian JIRA (v6.3.4#6332)