Skip to content

Commit 626488d

Browse files
committed
feat(docs): explain re-registration window options
Signed-off-by: Irene Diez <[email protected]>
1 parent e39130e commit 626488d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

HOWTO.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,8 @@ owner_addresses:
453453
- dns_name: fdo.example.com
454454
- ip_address: 192.168.122.1
455455
report_to_rendezvous_endpoint_enabled: false
456+
ov_registration_period: 600
457+
ov_re_registration_window: 61
456458
bind: 0.0.0.0:8081
457459
service_info_api_url: "http://localhost:8089/device_info"
458460
service_info_api_authentication: None
@@ -512,6 +514,12 @@ Where:
512514
- `port`: connection port.
513515
- `report_to_rendezvous_endpoint_enabled`: whether reporting to the Rendezvous
514516
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.
515523

516524
### `rendezvous-server.yml`
517525

0 commit comments

Comments
 (0)