@@ -15,7 +15,7 @@ def service_not_exists(service):
1515
1616hdfs = RangerService ({'name' : 'dev_hdfs' , 'type' : 'hdfs' ,
1717 'configs' : {'username' : 'hdfs' , 'password' : 'hdfs' ,
18- 'fs.default.name' : 'hdfs://ranger-hadoop:9000' ,
18+ 'fs.default.name' : 'hdfs://ranger-hadoop.rangernw :9000' ,
1919 'hadoop.security.authentication' : 'simple' ,
2020 'hadoop.security.authorization' : 'true' ,
2121 'policy.download.auth.users' : 'hdfs' ,
@@ -26,7 +26,7 @@ def service_not_exists(service):
2626hive = RangerService ({'name' : 'dev_hive' , 'type' : 'hive' ,
2727 'configs' : {'username' : 'hive' , 'password' : 'hive' ,
2828 'jdbc.driverClassName' : 'org.apache.hive.jdbc.HiveDriver' ,
29- 'jdbc.url' : 'jdbc:hive2://ranger-hive:10000' ,
29+ 'jdbc.url' : 'jdbc:hive2://ranger-hive.rangernw :10000' ,
3030 'hadoop.security.authorization' : 'true' ,
3131 'policy.download.auth.users' : 'hive' ,
3232 'tag.download.auth.users' : 'hive' ,
@@ -42,15 +42,15 @@ def service_not_exists(service):
4242 'ranger.plugin.kafka.policy.refresh.synchronous' :'true' }})
4343
4444knox = RangerService ({'name' : 'dev_knox' , 'type' : 'knox' ,
45- 'configs' : {'username' : 'knox' , 'password' : 'knox' , 'knox.url' : 'https://ranger-knox:8443' ,
45+ 'configs' : {'username' : 'knox' , 'password' : 'knox' , 'knox.url' : 'https://ranger-knox.rangernw :8443' ,
4646 'policy.download.auth.users' : 'knox' ,
4747 'tag.download.auth.users' : 'knox' ,
4848 'userstore.download.auth.users' : 'knox' ,
4949 'ranger.plugin.knox.policy.refresh.synchronous' :'true' }})
5050
5151yarn = RangerService ({'name' : 'dev_yarn' , 'type' : 'yarn' ,
5252 'configs' : {'username' : 'yarn' , 'password' : 'yarn' ,
53- 'yarn.url' : 'http://ranger-hadoop:8088' ,
53+ 'yarn.url' : 'http://ranger-hadoop.rangernw :8088' ,
5454 'policy.download.auth.users' : 'yarn' ,
5555 'tag.download.auth.users' : 'yarn' ,
5656 'userstore.download.auth.users' : 'yarn' ,
@@ -62,7 +62,7 @@ def service_not_exists(service):
6262 'hbase.security.authentication' : 'simple' ,
6363 'hadoop.security.authorization' : 'true' ,
6464 'hbase.zookeeper.property.clientPort' : '2181' ,
65- 'hbase.zookeeper.quorum' : 'ranger-zk' ,
65+ 'hbase.zookeeper.quorum' : 'ranger-zk.rangernw ' ,
6666 'zookeeper.znode.parent' : '/hbase' ,
6767 'policy.download.auth.users' : 'hbase' ,
6868 'tag.download.auth.users' : 'hbase' ,
@@ -71,7 +71,7 @@ def service_not_exists(service):
7171
7272kms = RangerService ({'name' : 'dev_kms' , 'type' : 'kms' ,
7373 'configs' : {'username' : 'keyadmin' , 'password' : 'rangerR0cks!' ,
74- 'provider' : 'http://ranger-kms:9292' ,
74+ 'provider' : 'http://ranger-kms.rangernw :9292' ,
7575 'policy.download.auth.users' : 'rangerkms' ,
7676 'tag.download.auth.users' : 'rangerkms' ,
7777 'userstore.download.auth.users' : 'rangerkms' ,
@@ -83,7 +83,7 @@ def service_not_exists(service):
8383 'username' : 'trino' ,
8484 'password' : 'trino' ,
8585 'jdbc.driverClassName' : 'io.trino.jdbc.TrinoDriver' ,
86- 'jdbc.url' : 'jdbc:trino://ranger-trino:8080' ,
86+ 'jdbc.url' : 'jdbc:trino://ranger-trino.rangernw :8080' ,
8787 'policy.download.auth.users' : 'trino' ,
8888 'tag.download.auth.users' : 'trino' ,
8989 'userstore.download.auth.users' : 'trino' ,
0 commit comments