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 49348200B2B for ; Tue, 28 Jun 2016 17:27:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 48095160A28; Tue, 28 Jun 2016 15:27:59 +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 6AE99160A6C for ; Tue, 28 Jun 2016 17:27:58 +0200 (CEST) Received: (qmail 48178 invoked by uid 500); 28 Jun 2016 15:27:57 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 47921 invoked by uid 99); 28 Jun 2016 15:27:57 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2016 15:27:57 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 362CB2C1F69 for ; Tue, 28 Jun 2016 15:27:57 +0000 (UTC) Date: Tue, 28 Jun 2016 15:27:57 +0000 (UTC) From: "Tim Thorpe (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-17465) Management packs should be able to install extensions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 28 Jun 2016 15:27:59 -0000 [ https://issues.apache.org/jira/browse/AMBARI-17465?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Thorpe updated AMBARI-17465: -------------------------------- Attachment: AMBARI-17465.patch > Management packs should be able to install extensions > ----------------------------------------------------- > > Key: AMBARI-17465 > URL: https://issues.apache.org/jira/browse/AMBARI-17465 > Project: Ambari > Issue Type: Improvement > Components: ambari-server > Affects Versions: 2.4.0 > Reporter: Tim Thorpe > Assignee: Tim Thorpe > Attachments: AMBARI-17465.patch > > > Currently management packs (AMBARI-14854) can only add stacks and addon s= ervices. Now that AMBARI-12885 has been resolved, the management packs sho= uld be able to add extensions as well. This would allow the following mpac= k.json: > { > "type" : "fullrelease", > "name" : "MyExtension", > "version": "1.0.0.0", > "description" : "My Management Pack", > "prerequisites": { > "minambariversion" : "2.4" > }, > "artifacts": [ > { > "name" : "EXT-extension", > "type" : "extension-definition", > "source_dir": "extensions/EXT/1.0", > "extension_name" : "EXT", > "extension_version" : "1.0" > } > ] > } > myext-mpack1.0.0.0 > =E2=94=9C=E2=94=80=E2=94=80 mpack.json > =E2=94=94=E2=94=80=E2=94=80 extensions > =E2=94=94=E2=94=80=E2=94=80 EXT > =E2=94=94=E2=94=80=E2=94=80 1.0 > =E2=94=94=E2=94=80=E2=94=80 metainfo.xml > =E2=94=94=E2=94=80=E2=94=80 services > =E2=94=94=E2=94=80=E2=94=80 HAWQ > =E2=94=94=E2=94=80=E2=94=80 metainfo.xml > =E2=94=94=E2=94=80=E2=94=80 PXF > =E2=94=94=E2=94=80=E2=94=80 metainfo.xml > It could then be installed with the following command:=20 > ambari-server install-mpack --mpack=3D/tmp/myext-mpack1.0.0.0.tar.gz = -v -- This message was sent by Atlassian JIRA (v6.3.4#6332)