Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-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 D3AF711E55 for ; Tue, 6 May 2014 21:31:51 +0000 (UTC) Received: (qmail 46435 invoked by uid 500); 6 May 2014 20:30:22 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 46414 invoked by uid 500); 6 May 2014 20:30:20 -0000 Mailing-List: contact dev-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 dev@ambari.apache.org Received: (qmail 46342 invoked by uid 99); 6 May 2014 20:30:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2014 20:30:17 +0000 Date: Tue, 6 May 2014 20:30:17 +0000 (UTC) From: "John Speidel (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-5690) Validate required fields including passwords for blueprint cluster creation 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/AMBARI-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13991087#comment-13991087 ] John Speidel commented on AMBARI-5690: -------------------------------------- Example with password property specified during cluster creation as a cluster scoped property: {code} { "blueprint" : "single-node-test", "configurations" : [ { "core-site" : { "super.secret.property" : "password" } } ], "host_groups" :[ { "name" : "host_group_1", "hosts" : [ { "fqdn" : "test.novalocal" } ] } ] } {code} > Validate required fields including passwords for blueprint cluster creation > --------------------------------------------------------------------------- > > Key: AMBARI-5690 > URL: https://issues.apache.org/jira/browse/AMBARI-5690 > Project: Ambari > Issue Type: Improvement > Reporter: John Speidel > Assignee: John Speidel > Labels: api, blueprints > Fix For: 1.6.0 > > > For blueprint creation, validate all non-password required properties have been set in the blueprint. > For cluster creation via a blueprint, validate that all required password properties have been set in configuration or that a 'default_password' property has been included in the request. Password properties can be set in the blueprint cluster or host group configurations or as part of the cluster create call as either cluster or host group properties. -- This message was sent by Atlassian JIRA (v6.2#6252)