-
Notifications
You must be signed in to change notification settings - Fork 21
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
reload_at config variable ignored #6
Comments
Give the latest commit a shot. Does the code work otherwise on ME3400s? |
Yep that did it. And yes seems to work, have tested where the image was already installed from archive (so it was a subdir) and where there was a .bin in the root. We have scp enabled on them, which also works even though the release notes/instructions imply it shouldn't. Times are pretty much all over the place, here's some samples: Total time elapsed: 0:17:41.948463 |
Additional comment. Our testing so far is just using this inline from the python3 cli. If we use it in production, it will be called by some code. Is there a way to set reload_at (or perhaps any other config value) manually in the code to override the config? For example, if we want to upgrade 100 devices we almost certainly don't want to reload them all at the same time. |
Pushed another update that allows you to disable reloads by setting both Then Later I may add a |
I added a |
Sorry to poke on resolved ticket, but in issue 8 I was testing some stuff, and noticed i'm having this same issue again. That testing is in the dev branch, happen to know if this fix happened there? options i have set (range is set low as a test):
.. but the device is scheduled to load just after midnight: If I'm understanding properly, the settings i have, and desire, is to do an immediate reload. |
Latest dev commit includes several bugfixes in |
Hi there,
Doing some testing of this on Cisco ME3400 devices as a method to mass upgrade.
We're noticing that the 'reload_at' setting we have in config.yaml is being ignored. We changed the default 00:00 to 06:00, but it still uses 00:00. Other things from our config.yaml are being accepted.
The reload_* portion of config.yaml looks like this (default commented out):
I've tested this on a handful of devices, all me3400, always with the same results. Config syntax above perhaps?
The text was updated successfully, but these errors were encountered: