Skip to content
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

Resolve artifact to be undeployed based on artifact name to be deployed #79

Open
Cosaquee opened this issue Mar 21, 2016 · 1 comment
Open
Assignees
Labels

Comments

@Cosaquee
Copy link
Contributor

Add a system that will search every deployment and undeploy every occurrence of name that was given to deploy. Such system would guaranty that we won`t deploy same application twice.

Behavior should be started by flag in manifest, ex: undeploy_same.

@Cosaquee Cosaquee added this to the v1.1.0 - RiverBlue milestone Mar 21, 2016
@Cosaquee Cosaquee self-assigned this Mar 21, 2016
@naefhe
Copy link

naefhe commented Mar 23, 2016

Hi,
Ideally, this should somehow be version-based. In our case, deployments have a fixed name but a changing version number (version.release.level). Maybe a fact returning the running version would
help for idempotency using 'onlyif' or 'unless' with the jboss::deploy resource.
Furthermore, there should be a mechanism to serialize deployments in a cluster environment with multiple server instances running the same deployment to guarantee continuous service.
Cheers,
Heinz

@cardil cardil modified the milestone: v1.1.0 - RiverBlue Mar 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants