Repository: ambari Updated Branches: refs/heads/branch-2.5 96dcf8bb5 -> fa6bbfff6
AMBARI-19557. ranger_usersync should install with ranger_admin in the same host (Alice Zhang Xiaolu via alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fa6bbfff Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fa6bbfff Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fa6bbfff Branch: refs/heads/branch-2.5 Commit: fa6bbfff68c7f6a61e890b04e70577c5890ec94b Parents: 96dcf8b Author: Alejandro Fernandez <[email protected]> Authored: Wed Jan 18 17:39:04 2017 -0800 Committer: Alejandro Fernandez <[email protected]> Committed: Wed Jan 18 17:39:04 2017 -0800 ---------------------------------------------------------------------- .../src/main/resources/common-services/RANGER/0.4.0/metainfo.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fa6bbfff/ambari-server/src/main/resources/common-services/RANGER/0.4.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/RANGER/0.4.0/metainfo.xml b/ambari-server/src/main/resources/common-services/RANGER/0.4.0/metainfo.xml index 92527c3..a9db470 100644 --- a/ambari-server/src/main/resources/common-services/RANGER/0.4.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/RANGER/0.4.0/metainfo.xml @@ -56,6 +56,10 @@ <category>MASTER</category> <cardinality>1</cardinality> <versionAdvertised>true</versionAdvertised> + <auto-deploy> + <enabled>true</enabled> + <co-locate>RANGER/RANGER_ADMIN</co-locate> + </auto-deploy> <commandScript> <script>scripts/ranger_usersync.py</script> <scriptType>PYTHON</scriptType>
