Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 36C3E200CEE for ; Mon, 17 Jul 2017 16:08:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3540F16113D; Mon, 17 Jul 2017 14:08:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A5265161230 for ; Mon, 17 Jul 2017 16:08:12 +0200 (CEST) Received: (qmail 73740 invoked by uid 500); 17 Jul 2017 14:08:11 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 73725 invoked by uid 99); 17 Jul 2017 14:08:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2017 14:08:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 649FCDFF8A; Mon, 17 Jul 2017 14:08:11 +0000 (UTC) From: geomacy To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-server pull request #746: Auto wrap YAML BOMs as catalog bundles Content-Type: text/plain Message-Id: <20170717140811.649FCDFF8A@git1-us-west.apache.org> Date: Mon, 17 Jul 2017 14:08:11 +0000 (UTC) archived-at: Mon, 17 Jul 2017 14:08:13 -0000 Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/746#discussion_r127717510 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -336,14 +358,14 @@ private synchronized void close() { if (!updating) { osgiManager.managedBundlesRecord.addManagedBundle(result); result.code = OsgiBundleInstallationResult.ResultCode.INSTALLED_NEW_BUNDLE; - result.message = "Installed "+result.getMetadata().getVersionedName()+" with ID "+result.getMetadata().getId(); + result.message = "Installed Brooklyn catalog bundle "+result.getMetadata().getVersionedName()+" with ID "+result.getMetadata().getId()+" ["+result.bundle.getBundleId()+"]"; --- End diff -- I see, so we'll need a `bundle` declaration [here in brooklyn-dist](https://github.com/apache/brooklyn-dist/blob/master/karaf/apache-brooklyn/src/main/resources/etc/default.catalog.bom#L6) as well as in the [server-cli](https://github.com/ahgittin/brooklyn-server/blob/c39eb71ad0ef066b479cec10ff4e97166b3558c1/server-cli/src/main/resources/brooklyn/default.catalog.bom#L6) in brooklyn-server. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---