route_registrar job from cf/217
Used for registering routes
Github source:
68a2ec67
or
master branch
Properties¶
route_registrar
¶
routes
¶Hash of routes that will be registered. Keys are ports (and must be quoted) Values are arrays of hostnames to register.
update_frequency_in_seconds
¶The delay in seconds between routing updates
- Default
20
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/route_registrar/
directory
(learn more).
bin/route_registrar_ctl
(fromroute_registrar_ctl.erb
)config/config.yml
(fromconfig.yml.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.