-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33590/
-----------------------------------------------------------
Review request for Ambari and Robert Nettleton.
Bugs: AMBARI-10750
https://issues.apache.org/jira/browse/AMBARI-10750
Repository: ambari
Description
-------
After my merge of AMBARI-10750, blueprint configuration validation fails if any
hostgroup contains a component for a service which has password properties in
the stack.
This is because in one code path the config property type didn't have the
".xml" extension stripped off.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/Stack.java
82d03fd
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/StackTest.java
PRE-CREATION
Diff: https://reviews.apache.org/r/33590/diff/
Testing
-------
Functional Testing:
- tested blueprint validation with customer blueprint
- tested creating cluster via blueprint
Unit Tests
- added new unit test
- full unit tests in progress, will post results prior to merging
Thanks,
John Speidel