You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/02/16 13:15:07 UTC

[jira] [Commented] (AMBARI-20755) Configuration type validation in case of blueprint deployments

    [ https://issues.apache.org/jira/browse/AMBARI-20755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16367133#comment-16367133 ] 

Hudson commented on AMBARI-20755:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8744 (See [https://builds.apache.org/job/Ambari-trunk-Commit/8744/])
AMBARI-20755 topology configuration type validation on blueprint (aonishuk: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=3c146f8758fe0079865febf78328ffbb95fc8e74])
* (edit) ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/TopologyRequest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/validators/HiveServiceValidator.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ScaleClusterRequest.java
* (add) ambari-server/src/main/java/org/apache/ambari/server/topology/validators/TopologyValidatorFactory.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ProvisionClusterRequestTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/validators/RequiredPasswordValidator.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterTopologyImplTest.java
* (add) ambari-server/src/test/java/org/apache/ambari/server/topology/validators/StackConfigTypeValidatorTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/topology/validators/HiveServiceValidatorTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/ClusterTopology.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/topology/RequiredPasswordValidatorTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/TopologyManager.java
* (add) ambari-server/src/main/java/org/apache/ambari/server/topology/validators/ChainedTopologyValidator.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/topology/TopologyManagerTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ExportBlueprintRequest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterInstallWithoutStartTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/PersistedStateImpl.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ProvisionClusterRequest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterInstallWithoutStartOnComponentLevelTest.java
* (add) ambari-server/src/main/java/org/apache/ambari/server/topology/validators/TopologyValidatorService.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterDeployWithStartOnlyTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/ClusterTopologyImpl.java
* (add) ambari-server/src/main/java/org/apache/ambari/server/topology/validators/StackConfigTypeValidator.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ScaleClusterRequestTest.java


> Configuration type validation in case of blueprint deployments
> --------------------------------------------------------------
>
>                 Key: AMBARI-20755
>                 URL: https://issues.apache.org/jira/browse/AMBARI-20755
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>            Reporter: Laszlo Puskas
>            Assignee: Laszlo Puskas
>            Priority: Major
>             Fix For: 2.5.1
>
>         Attachments: AMBARI-20755.b-2.5.v2.patch, AMBARI-20755.trunk.v3.patch
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Problem:
> Configuration types posted in the blueprint or in the cluster creation template need to be validated before the cluster provisioning is started and cluster resources are persisted in the database. 
> This validation should be done when the topology configuration comes together so that it's not modified and enhanced further.
> Currently the topology configuration is modified after the validation thus on blueprint deployments the cluster provisioning may fail despite of the right configuration. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)