Skip to content

Commit

Permalink
Configurable Probe initial delay in seconds
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed Dec 4, 2024
1 parent 992d733 commit 81a7eff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/tpa_single_node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Deploy the [RHTPA](https://docs.redhat.com/en/documentation/red_hat_trusted_prof
| tpa_single_node_dataset_job_suspended | Dataset job suspended flag | bool | `True` |
| tpa_single_node_vexination_walker_suspended | Vexination walker job suspended flag | bool | `True` |
| tpa_single_node_v11y_walker_suspended | V11y walker job suspended flag | bool | `False` |
| tpa_single_node_probe_initial_delay_seconds | Initial prob delay in seconds | int | `2` |
| tpa_single_node_probe_initial_delay_seconds | Initial prob delay in seconds | int | `30` |

## Example Playbook

Expand Down
2 changes: 1 addition & 1 deletion roles/tpa_single_node/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,4 @@ argument_specs:
description: "Initial prob delay in seconds"
type: "int"
version_added: "1.2.1"
default: 2
default: 30
2 changes: 1 addition & 1 deletion roles/tpa_single_node/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ tpa_single_node_vexination_walker_suspended: true
tpa_single_node_v11y_walker_suspended: false

# Probes
tpa_single_node_probe_initial_delay_seconds: 2
tpa_single_node_probe_initial_delay_seconds: 30

# defaults file for tpa_single_node
tpa_single_node_system_packages:
Expand Down

0 comments on commit 81a7eff

Please sign in to comment.