-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60365/
-----------------------------------------------------------
Review request for Ambari, Myroslav Papirkovskyy, Sumit Mohanty, and Sid Wagle.
Bugs: AMBARI-21317
https://issues.apache.org/jira/browse/AMBARI-21317
Repository: ambari
Description
-------
Currently, a config update expects a tag value from the client calling the API.
It should be optional and if not provided then BE should generate a unique tag
and auto add.
{code}
[{"Clusters":{
"desired_config":[{
"type":"zoo.cfg",
"tag":"version1495042583018",
"properties":{...
...
{code}
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java
ed707e7
ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerImplTest.java
c0e3ef1
Diff: https://reviews.apache.org/r/60365/diff/1/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi