Merge Python3 branch

This change is going to upgrade ranger to use Python 3.x

Change-Id: I563661e071c56c2df7e0e1a6e365aecd4158b6cd
This commit is contained in:
hosingh000
2019-10-28 15:53:01 -05:00
parent 9700b1ad53
commit 87d644675e
210 changed files with 2004 additions and 3489 deletions

View File

@@ -16,26 +16,24 @@ database = {
}
sot = {
'type': 'git',
'type': 'git'
}
git = {
# possible values : 'native', 'gittle'
'type': 'gittle',
'type': 'native',
'local_repository_path': '/home/orm/SoT/ORM',
'file_name_format': 's_{}.yml',
'relative_path_format': '/Document_Store/LCP/{}/{}/{}',
'commit_message_format': 'File was added to repository: {}',
'commit_user': 'orm_rds',
'commit_email': 'orm_rds@att.com',
'git_server_url': 'orm_rds@127.0.0.1:~/SoT/ORM.git'
'git_server_url': 'orm_rds@127.0.0.1:~/SoT/ORM.git',
'git_cmd_timeout': 4
}
audit = {
'audit_server_url': 'http://127.0.0.1:8776/v1/audit/transaction',
'num_of_send_retries': 3,
'time_wait_between_retries': 1
'time_wait_between_retries': 2
}
authentication = {