Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1CA1B10208 for ; Thu, 31 Oct 2013 16:08:31 +0000 (UTC) Received: (qmail 96526 invoked by uid 500); 31 Oct 2013 16:08:26 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 96498 invoked by uid 500); 31 Oct 2013 16:08:25 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 96485 invoked by uid 99); 31 Oct 2013 16:08:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Oct 2013 16:08:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of darren.s.shepherd@gmail.com designates 209.85.212.176 as permitted sender) Received: from [209.85.212.176] (HELO mail-wi0-f176.google.com) (209.85.212.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Oct 2013 16:08:19 +0000 Received: by mail-wi0-f176.google.com with SMTP id ex4so6214979wid.9 for ; Thu, 31 Oct 2013 09:07:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=xZaF1x4nquYj2bCk2U8IB+Z0TJqD079Ax5NNWDQcIQg=; b=DMscGOf35RuA7y27ztVCv7axp09K25eOWJbmV6HNH+W2WpSwaSpg9tKkTx3Sgi+6S8 E0Tt9HXpse3OaO4takkbNhoh/3nGWGXICqmBuT3ch5oS0qx+VpJKPWqMRCaTwVZR8p90 PIjnhlXPzBtOo1jVRDWQaxEW65L/GiXeenRHc/DjFO/i9cqnpwbfYV+DAP/QIisehsdv F8E/2N/DpmD7cvBviwbl8vz+AC0yES+ODQ5xH4tUg6/hMsI8LtaJv0JJ1tpnvlWva6KQ fQXkabVy98ybRIPcGsTY+YLCvl4oF92T8C2dCUz1NkONnxJpxboFkRnLcAYVktNugRV2 eXlw== MIME-Version: 1.0 X-Received: by 10.180.84.101 with SMTP id x5mr131174wiy.58.1383235677717; Thu, 31 Oct 2013 09:07:57 -0700 (PDT) Received: by 10.216.152.9 with HTTP; Thu, 31 Oct 2013 09:07:57 -0700 (PDT) In-Reply-To: References: Date: Thu, 31 Oct 2013 09:07:57 -0700 Message-ID: Subject: Re: note to devcloud users on db.properties.override From: Darren Shepherd To: "dev@cloudstack.apache.org" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Ugh, I see what I did now. When I tested that code I changed the code I didn't do a "mvn install" before running "mvn ... deploydb." That's annoying, now I want to figure out why maven doesn't pickup changes unless I do an install. So I effectively tested with the old code. Darren On Thu, Oct 31, 2013 at 8:52 AM, Darren Shepherd wrote: > I'll fix that. Gimme ten mintues. I specifically looked at that code > and thought I didn't change the behavior, but I guess I screwed it up. > > Just a general comment. There's too many ways to do the same thing in > CloudStack. Especially the database. The way databases are setup for > developers shouldn't be so different from production. The way we > manage the DB at the moment is so problematic in my mind. > > Darren > > > On Thu, Oct 31, 2013 at 7:18 AM, Hugo Trippaers wrote= : >> Heya, >> >> With commit 1460196496d73e0db25c7beb2392cfaf9d591ed7 Darren improved the= loading of the db.properties file, however this also affected the Database= Creator used by the deploydb procedure to refresh the database. Effectively= the db.properies.override is ignored at the moment and the db.proeprties f= ile in utils/conf/ will be used instead. We need to come up with a nice sol= ution for this in the near future, but in the meantime make any custom sett= ing there. Just don=92t commit them ;-) >> >> Cheers, >> >> Hugo