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 08837200B8B for ; Tue, 16 Aug 2016 04:22:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 074DB160AA7; Tue, 16 Aug 2016 02:22:23 +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 56D7D160AB8 for ; Tue, 16 Aug 2016 04:22:22 +0200 (CEST) Received: (qmail 41278 invoked by uid 500); 16 Aug 2016 02:22:21 -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 41268 invoked by uid 99); 16 Aug 2016 02:22:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2016 02:22:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6B6172C02A7 for ; Tue, 16 Aug 2016 02:22:21 +0000 (UTC) Date: Tue, 16 Aug 2016 02:22:21 +0000 (UTC) From: "Jayush Luniya (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-17717) Ambari should have a script to add new repository and service to existing stack MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 16 Aug 2016 02:22:23 -0000 [ https://issues.apache.org/jira/browse/AMBARI-17717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayush Luniya updated AMBARI-17717: ----------------------------------- Fix Version/s: (was: 2.4.0) > Ambari should have a script to add new repository and service to existing stack > ------------------------------------------------------------------------------- > > Key: AMBARI-17717 > URL: https://issues.apache.org/jira/browse/AMBARI-17717 > Project: Ambari > Issue Type: Improvement > Components: ambari-server > Affects Versions: trunk > Reporter: Matt > Assignee: Lav Jain > Fix For: trunk > > Attachments: AMBARI-17717.patch > > > Ambari should have a script that users can run to add a custom service and repository to the stack or an existing cluster. > {code} > Lavs-MacBook-Pro:scripts ljain$ ./add_common_service.py -h > Usage: add_common_service.py [options] > Options: > -h, --help show this help message and exit > -u USER, --user=USER Ambari login username (Required) > -p PASSWORD, --password=PASSWORD > Ambari login password. Providing password through > command line is not recommended. The script prompts > for the password. > -t STACK, --stack=STACK > Stack Name and Version to be added (Required).(Eg: > HDP-2.4 or HDP-2.5) > -s SERVICE, --service=SERVICE > Service Name and Version to be added.(Eg: HAWQ/2.0.0 > or PXF/3.0.0) > -r REPOURL, --repourl=REPOURL > Repository URL which points to the rpm packages > -i REPOID, --repoid=REPOID > Repository ID of the new repository > -o OSTYPE, --ostype=OSTYPE > OS for the new repository (Eg: redhat6) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)