summaryrefslogtreecommitdiffstats
path: root/deploy/puppet/gluon/templates/proton-shim.conf.erb
blob: e8470d595bdd3f2cf2e3b5952dae6abc4e778ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[shim]
# IP of the etcd server
etcd_host = <%= scope.lookupvar('gluon::etcd_bind_ip') %>

# Port of the etcd server
etcd_port = <%= scope.lookupvar('gluon::etcd_client_port') %>

# The shim server only handles bind requests for ports on specific compute hosts. This
# configuration option allows to specify a list of compute hosts or '*' as wildcard
# matching all hosts
# host_list = host1,host2,host3
host_list = *

# Select the model to load with the corresponding backend. This config option is a dict
# where the key represents the name of the model and the value the name of the backend
# which is to be used for this model.
handlers = net-l3vpn:net-l3vpn-odl


[shim_odl]
# IP of the OpenDaylight RESTconf interface. Typically needs to be changed after installation.
odl_host = <%= scope.lookupvar('gluon::odl_bind_ip') %>

# Default port of the RESTconf interface.
odl_port = <%= scope.lookupvar('gluon::odl_rest_port') %>

# Default user for accessing the OpenDaylight RESTconf interface
odl_user = <%= scope.lookupvar('gluon::odl_username') %>

# Default password of the default user for accessing the OpenDaylight RESTconf interface
odl_passwd = <%= scope.lookupvar('gluon::odl_password') %>