Repository: ambari Updated Branches: refs/heads/branch-2.4 959cde698 -> 6c8248dec
AMBARI-18016. Blueprint Validation: Ranger Admin missing in Ambari Server response while POSTing clients without masters. (stoader) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6c8248de Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6c8248de Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6c8248de Branch: refs/heads/branch-2.4 Commit: 6c8248decd84530d17edcda8fa2ca43d15b79d6e Parents: 959cde6 Author: Toader, Sebastian <[email protected]> Authored: Thu Aug 4 14:32:02 2016 +0200 Committer: Toader, Sebastian <[email protected]> Committed: Thu Aug 4 14:32:02 2016 +0200 ---------------------------------------------------------------------- .../src/main/resources/common-services/RANGER/0.6.0/metainfo.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6c8248de/ambari-server/src/main/resources/common-services/RANGER/0.6.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/RANGER/0.6.0/metainfo.xml b/ambari-server/src/main/resources/common-services/RANGER/0.6.0/metainfo.xml index e571067..f330bc9 100644 --- a/ambari-server/src/main/resources/common-services/RANGER/0.6.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/RANGER/0.6.0/metainfo.xml @@ -29,6 +29,7 @@ <components> <component> <name>RANGER_ADMIN</name> + <cardinality>1+</cardinality> <dependencies> <dependency> <name>AMBARI_INFRA/INFRA_SOLR_CLIENT</name>
