-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency management #238
Comments
So there are two options here on how to handle dependencies. In this issue I will discussed an initial implementation and then I'll open an issue on advanced graph theory. Now that Therefore, there needs to be a new
By doing this, we will cover the vast majorities of use cases where a node depends on its domain. It might be worth adding a EDIT: Scratch this plan - see below |
|
From discussions IRL, a trimmed down version will be used. Deploying a node will no longer implicitly trigger the domain (or another node) to be deployed. Instead the dependencies list should be checked to insure all the required nodes (+domain) are running. If they are not, then an error should be raised |
Smart understanding of soft-linking be sure to protect things that have dependent resources. For example, don't delete a domain if there are deployed resources that have used it as a parameter.
Probably worth holding off until #221 has been implemented.
The text was updated successfully, but these errors were encountered: