Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
OTTER 2.22 - Variable inheritance between dependant roles
-
Hello
I meet some problem with variable inheritance between role. Is it a normal behavior ?
Test Case
- ROLE : FATHER / Create Variable : TEST = FATHER
Log-Debug ROLE FATHER - VALEUR = : $TEST
- ROLE : SON / Dependencies: FATHER / Orchestration:
Log-Debug ROLE SON - VALEUR = : $TEST
- Assign Role SON to a Server.
Force "Check configuration"
Results:
Configuration matches template. ROLE : FATHER - VALEUR = FATHER Could not resolve variable $TEST Collection run complete. Collection run failed.
While I expect :
ROLE : FATHER - VALEUR = FATHER ROLE : SON - VALEUR = FATHER
Best regards
PhilippeC.
-
I have identified the issue and created an internal ticket to fix this. I will reply to this thread as soon as we have scheduled this for release.
Thanks,
Rich
-
Hello @rhessinger
Thanks
-
hi @philippe-camelio_3885 , this will be fixed in OT-380, in the upcmoing Otter (2.2.23), which is planned to release on this Friday.
-
@atripp
Good news
Thank you