-
Notifications
You must be signed in to change notification settings - Fork 3
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
Delay on settings update #1
Comments
@abraverm Thank you for the interest in the role and module. As for the module itself, a lot of the design decisions were due to feedback when trying to merge the module into upstream ansible. That conversation can be seen here, ansible/ansible#35182. I have seen some delays in processing times of settings change, but they are all on the ManageIQ queue/scheduling side. I don't think there is much we can do from the module side to coax along the ManageIQ queue/schedule. Before I just close this as "not sure what we can do", do you have any ideas on what we could do to force a quicker loading of the settings? Also, the module shouldn't return until the setting has actually been applied. Are you seeing the module complete and the setting still not being applied? |
Ruby or cloudforms internals are far from my expertise, I think the difference between the implementations is that the tool updates the server object directly with
Yes, for example I use the module to change authentication settings and it says they are changed but when I check the UI the old settings are still there. |
Hi, first of all, awesome role and module! thank you for creating it.
My current solution uses configure_server_settings.rb tool which updates one setting at a time but the change is immediate. When I used your module it seems to take some time for the change to apply. I tried to add
::Settings.reload!
but it didn't help.Thanks,
Alex
The text was updated successfully, but these errors were encountered: