I'm working on a service orchestration configuration using contributing resources, but for some reason, when I create the contributing reservation, the resource is added to the pool but without the interface capabilities (in my case, ResourceOutputInterface). I also noticed the booking is left in a partial state, even though the resources are available, so I have to confirm it manually and then open the resource and add the required capability.
What could I be missing to have the booking confirmed and the resource configured with the expected capability? I'm getting this behavior using the Booking Manager UI (SRM 1.2.32)
Hi Gelber,
Using the SRM wizard is the default behavior that the contributing booking is created in Pending state, will be moved to confirmed when it's included in a main booking that is confirmed.
For the interfaces check if your system function has the interfaces that you want.
Hi Jorge,
Thanks for the clarifications. About the OutputInterface capabilities, it turned out to be an incorrect GUID to the system parent, so it was only a matter to fix the typo to have that part solved.
Hi Gelber, can you please share how are you creating your contributing resource? The code if that is the case, and also the contributing booking log file.