Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Allow to remove subsystems from a deployment #49

Open
jachinte opened this issue Sep 13, 2017 · 0 comments
Open

Allow to remove subsystems from a deployment #49

jachinte opened this issue Sep 13, 2017 · 0 comments

Comments

@jachinte
Copy link
Collaborator

jachinte commented Sep 13, 2017

Let's consider this case:

deployment Deployment {
	// configure subsystems
	add(new Subsystem1())
	add(new Subsystem2())
	...
	// Deploy all the subsystems
	start(true)

	// Deploy *some* subsystems
	// Remove some subsystems (or subsystem instances)
	start(true)
}

How can I remove subsystems before deploying the system the second time?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant