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

[WFCORE-6503] Add support for unmanaged deployment to YAML extension #554

Closed
wants to merge 1 commit into from

Conversation

ehsavoie
Copy link
Contributor

@rpelisse
Copy link

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 <ehugonne@redhat.com>
@ehsavoie ehsavoie marked this pull request as ready for review February 14, 2024 13:57
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
@ehsavoie
Copy link
Contributor Author

ehsavoie commented Mar 5, 2024

Merged into #384

@ehsavoie ehsavoie closed this Mar 5, 2024
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
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 <ehugonne@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants