You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.
On the Cloudify CLI v3.4.1 (and v3.4.2) The following blueprint fails validation with the error message:
Circular get_property function call detected: the_profile.profile,nested_data -> the_accelerator.ipaddress -> the_accelerator.ipaddress
I believe this is incorrect; to try and see if it's fine I did the following:
Removed the line that performs circular dependency checking and then ran the blueprint through the local install workflow: this worked as expected
Installed Cfy v4.0a10: validated correctly
The blueprint:
In fact, some further digging into
functions.py
shows that there is a tag that probably includes a fix for this. Any plans to release this, or at least backport to 3.4.x?The text was updated successfully, but these errors were encountered: