Relationship between DeploymentNode and any other object in DeploymentEnvironment breaks autolayout. #207
Unanswered
putnik2000
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I'm asking for some advice or confirmation it's a bug.
Brief description: Any explicit relationship between DeploymentNodes in DeploymentEnvironment breaks autolayout when using Structurizr Lite structurizr-lite.war
I ran into this problem describing my environment, but here I'll provide an example from old structurizr bug from closed repository (structurizr/dsl#25) which was apparently fixed at the moment, but now it appears again in Structurizr Lite.
Here's a code:
What breaks autolayout:
InfrastructureNode -> deploymentNode elb -> ards "polls" "pgsql"
deploymentNode -> deploymentNode aec2 -> ards "exchange" "pgsql"
other combinations with deploymentNode in relationship breaking autolayout as well.
What is expected to have with autolayout (created manually with autolayout lr string commented out)

How autolayout "works" with any relationship between deploymentNodes:

Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions