This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ranger-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 18262a4 RANGER-5514. update docker setup to replace hardcoded
hostname ranger-admin.rangernw (#9)
18262a4 is described below
commit 18262a427800d47d08e9351c6056aaabf3d64cb0
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Mar 12 22:57:35 2026 +0100
RANGER-5514. update docker setup to replace hardcoded hostname
ranger-admin.rangernw (#9)
---
release/scripts/create-ranger-services.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release/scripts/create-ranger-services.py
b/release/scripts/create-ranger-services.py
index 6909bf1..ea38d9d 100644
--- a/release/scripts/create-ranger-services.py
+++ b/release/scripts/create-ranger-services.py
@@ -2,7 +2,7 @@ from apache_ranger.model.ranger_service import RangerService
from apache_ranger.client.ranger_client import RangerClient
from json import JSONDecodeError
-ranger_client = RangerClient('http://ranger-admin.rangernw:6080', ('admin',
'rangerR0cks!'))
+ranger_client = RangerClient('http://localhost:6080', ('admin',
'rangerR0cks!'))
def service_not_exists(service):