-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cronjob automation #27
base: main
Are you sure you want to change the base?
Cronjob automation #27
Conversation
Welcome @swapnil-bobade27! It looks like this is your first PR to ocp-power-automation/ocp4-playbooks-extras 🎉 |
5aaa105
to
941dc51
Compare
| Variable | Required | Default |Comments | | ||
|--------------------------------|----------|---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| enable_cronjob | yes | false | Flag to be set to true to enable cronjob | | ||
| cj_schedule | yes | */1 * * * * | can be updated as per requirement | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| cj_schedule | yes | */1 * * * * | can be updated as per requirement | | | |
| cj_schedule | no | */1 * * * * | can be updated as per requirement | | |
If default is assigned the variable becomes optional.
941dc51
to
6f44f08
Compare
f5075ff
to
369e840
Compare
369e840
to
926d0ec
Compare
926d0ec
to
de28d19
Compare
0d149aa
to
ceb415d
Compare
77fb081
to
3b6aae7
Compare
2f9eec9
to
01d3fc7
Compare
604086e
to
dd7b0e0
Compare
dd7b0e0
to
bf214e7
Compare
5127824
to
e355628
Compare
e355628
to
c3cc554
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: swapnil-bobade27 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Swapnil Bobade <[email protected]>
c3cc554
to
d9a2d8e
Compare
Automation for cronjob
Signed-off-by: Swapnil Bobade [email protected]