-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hello community !
This role fits its purpose nicely, but the supported sapcontrol functions are quite limited.
I am currently working on playbooks and role to manage SAP Kernel, and I needed to execute -function UpdateSystem
to use RKS efficiently.
Additionally, not being able to use -function StartSystem
or -function StopSystem
greatly reduces the scalability of this role for my situation (we are managing a lot of SAP Systems accross a lot of different platforms, I want to be able to juste run a Stop and be sure that the System will be stopped without having to manually chain which should stop or start first)
I wrote and tested a mechanism that will allow us to use these System/Asynchronous functions (checking the completion through polling) and doesn't break the current use of this role. We will probably use it internally but I will make a PR to share it with you if you're interested.