-
Notifications
You must be signed in to change notification settings - Fork 80
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
[WFCORE-6503] Add support for unmanaged deployment to YAML extension #554
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jira: https://issues.redhat.com/browse/WFCORE-6503 Signed-off-by: Emmanuel Hugonnet <[email protected]>
Oh, that's a cool feature! We had an Ansible user asking for that. Right now, we deployed app after the fact, adding some for loop around a JBoss CLI call wrapped by Ansible. It's working, but it's a bit unelegant. Being able to deal with app deployment with template provided to the YAML Config feature would be quite neat. |
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Feb 14, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light esting on this Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Feb 28, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light esting on this Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Mar 1, 2024
…aged deployments with YAML extension. * checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light esting on this Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
Merged into #384 |
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Mar 12, 2024
…WFCORE-6503]:Add support for unmanaged deployments with YAML extension. * checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light esting on this Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Mar 12, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light esting on this * adding WARNING traces * adding warning if YAML is adding an existing resource without any attribute * failing if unexisting attribute is used * better error messages Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Mar 12, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light esting on this * adding WARNING traces * adding warning if YAML is adding an existing resource without any attribute * failing if unexisting attribute is used * better error messages Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Mar 13, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light esting on this * adding WARNING traces * adding warning if YAML is adding an existing resource without any attribute * failing if unexisting attribute is used * better error messages Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Mar 13, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light esting on this * adding WARNING traces * adding warning if YAML is adding an existing resource without any attribute * failing if unexisting attribute is used * better error messages Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Mar 13, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light esting on this * adding WARNING traces * adding warning if YAML is adding an existing resource without any attribute * failing if unexisting attribute is used * better error messages Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Mar 13, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light esting on this * adding WARNING traces * adding warning if YAML is adding an existing resource without any attribute * failing if unexisting attribute is used * better error messages Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Mar 19, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light esting on this * adding WARNING traces * adding warning if YAML is adding an existing resource without any attribute * failing if unexisting attribute is used * better error messages Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Mar 29, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light esting on this * adding WARNING traces * adding warning if YAML is adding an existing resource without any attribute * failing if unexisting attribute is used * better error messages * ignoring removal of unexisting resource * warning about ignoring unexisting resource delete operation * Fixing how we apply YAML configuration on reload * Adding configuration for YAML file size. Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Apr 2, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light esting on this * adding WARNING traces * adding warning if YAML is adding an existing resource without any attribute * failing if unexisting attribute is used * better error messages * ignoring removal of unexisting resource * warning about ignoring unexisting resource delete operation * Fixing how we apply YAML configuration on reload * Adding configuration for YAML file size. * Adding tests for yaml Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Apr 5, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light testing on this Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Apr 5, 2024
…aged deployments with YAML extension. * checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light testing on this Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Apr 8, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light testing on this Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Apr 26, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light testing on this Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Jun 4, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light testing on this Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Jun 10, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light testing on this Jira: https://issues.redhat.com/browse/WFCORE-6503 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Jun 18, 2024
* checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light testing on this * fixing issue WFCORE-6857 where you couldn't enable an unmanaged deployment with yaml Jira: https://issues.redhat.com/browse/WFCORE-6503 https://issues.redhat.com/browse/WFCORE-6857 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
ehsavoie
added a commit
to ehsavoie/wildfly-core
that referenced
this pull request
Jun 26, 2024
…ion. * checking that the YAML deployment is unmanaged. * adding the unmanaged deployment to the list of operations * adding some light testing on this * fixing issue WFCORE-6857 where you couldn't enable an unmanaged deployment with yaml Jira: https://issues.redhat.com/browse/WFCORE-6503 https://issues.redhat.com/browse/WFCORE-6857 Proposal: wildfly/wildfly-proposals#554 Signed-off-by: Emmanuel Hugonnet <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jira: https://issues.redhat.com/browse/WFCORE-6503