-
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
Allow import of existing data into a Design Deployment #158
Comments
Isn't this just a by-product of an idempotent design? |
the idea is to allow existing data to be "imported" into a Design Deployment (if it adjusts to it) to manage it from then. similar to what you would do for a new greenfield deployment. Obviously, in both cases, the design should be idempotent, same input -> same output. |
Sorry, still not understanding what is the difference between all get or create’s and what you are suggesting? |
a |
done in #195 |
Environment
Proposed Functionality
Design Deployments allow deploying greenfield network services to generate or update data. With this feature, Design Builder should allow creating a Design Deployment for a brownfield network, adopting existing as if it was generated by Design Builder, providing full capabilities to update or decommission it later.
Use Case
The text was updated successfully, but these errors were encountered: