Skip to content
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

Questions regarding rollouts #1465

Open
bogdanml999 opened this issue Oct 30, 2023 · 1 comment
Open

Questions regarding rollouts #1465

bogdanml999 opened this issue Oct 30, 2023 · 1 comment

Comments

@bogdanml999
Copy link

Hi,

I'm a beginner using Hawkbit, and I have some questions regarding the rollout feature:

  1. Is there a way to schedule rollouts using a cron job? (I've only seen the option 'Maintenance window' on manual updates. But I don't see an option to set cron on rollouts.)
  2. Is there an option to set the rollout to run again on new devices if they can be found using the target filter used in the
    rollout definition? I've only found the 'Auto assignment' option on target filter, which runs on new devices added to the target filter but I'm curios if is possible on rollout too so that I can run updates on specific time on the devices that are new.

Thank you.

@avgustinmm
Copy link
Contributor

avgustinmm commented Oct 31, 2023

  1. I suppose you search for an option to run same rollouts periodically in order every next to include new devices (seeing your second question). No - there is no option to start periodically rollouts on cron job. I suppose, you could implement such by yourself.
  2. Rollouts do not support new devices at the moment. The only option you have is auto assignment. There are plans to extend rollouts with dynamic rollouts - to run as mix of rollouts and auto assignments. This would provide option to involve new devices. The checks for new devices would run on scheduler. Nothing is implemented at the moment.

PS: Please post your questions in StackOverflow as advised at https://github.com/eclipse/hawkbit#contact-us (not as an issue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants