ranger-agent/etc/ord.conf
hosingh000 f19f33bdec Intial Commit
Change-Id: I2066c7580d8c69548982e9ffda8a50577f6a5a08
2017-07-26 16:16:49 -05:00

47 lines
1.2 KiB
Plaintext
Executable File

[DEFAULT]
api_workers = 1
debug = True
verbose = True
pecan_debug = True
region = local
repo_connection_timeout = 120
#resource_creation_timeout_min will used by other resources
resource_creation_timeout_min = 1200
#resource_creation_timeout_max will used by image
resource_creation_timeout_max = 14400
#Log files location
log_dir = /var/log/ranger-agent
local_repo = ranger_repo
resource_status_check_wait = 15
[api]
# Address to bind the API server to
host = 0.0.0.0
# Port the bind the API server to
port = 9010
[ord_credentials]
auth_url = http://127.0.0.1:5000/v2.0
user_name = admin
password = ranger-agent
tenant_name = admin
openstack_client_http_timeout = 360
https_insecure = False
[database]
db_connection = mysql://root:stack@localhost/ord?charset=utf8
[oslo_messaging_rabbit]
rabbit_userid = stackrabbit
rabbit_password = stack
rabbit_hosts = localhost
rabbit_port = 5672
[orm]
#This will assume the required ssh-keys are all already populated
orm_template_repo_url = git@127.0.0.1:/home/repo/ranger_repo.git
#This is fake service call will be replaced with rds url
rds_listener_endpoint = http://135.16.225.210:8777/v1/rds/status
repo_pull_check_wait = 2
retry_limits = 5