File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -453,6 +453,8 @@ owner_addresses:
453
453
- dns_name: fdo.example.com
454
454
- ip_address: 192.168.122.1
455
455
report_to_rendezvous_endpoint_enabled: false
456
+ ov_registration_period: 600
457
+ ov_re_registration_window: 61
456
458
bind: 0.0.0.0:8081
457
459
service_info_api_url: "http://localhost:8089/device_info"
458
460
service_info_api_authentication: None
@@ -512,6 +514,12 @@ Where:
512
514
- `port` : connection port.
513
515
- `report_to_rendezvous_endpoint_enabled` : whether reporting to the Rendezvous
514
516
Server is enabled or not, boolean.
517
+ - `ov_registration_period` : optional value that sets how many seconds OVs are
518
+ going to be registered into the Rendezvous server.
519
+ - `ov_re_registration_window` : optional value that sets the minimum amount of
520
+ seconds left in the `ov_registration_period` for the Owner server to trigger
521
+ a re-registration within the Rendezvous server. This option can only be used
522
+ with database backends.
515
523
516
524
# ## `rendezvous-server.yml`
517
525
You can’t perform that action at this time.
0 commit comments