dell / redfish-ansible-module

Ansible modules for Out-Of-Band Controllers using Redfish APIs
GNU General Public License v3.0
197 stars 80 forks source link

Implement a way to efficiently poll LC status during configuration tasks #25

Open danielseankim opened 7 years ago

danielseankim commented 7 years ago

Ideally, LC status should be checked periodically by polling LC status while any configuration change happens. My team implemented some primitive ways to import SCP and poll, but I think polling needs some additional work. Any task that takes a while should have a way to check the status, etc.