]
Brian Stansberry commented on WFCORE-3742:
------------------------------------------
This is largely done with the merge of
but I'm working up a PR removing some unneeded code plus adding some basic smoke
tests.
management operation to generate provisioning feature specs for
managed resources
---------------------------------------------------------------------------------
Key: WFCORE-3742
URL:
https://issues.jboss.org/browse/WFCORE-3742
Project: WildFly Core
Issue Type: Task
Components: Domain Management
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
To be able to use Galleon as the provisioning mechanism we need to be able to represent
resources in the domain management model as Galleon features, i.e. we need to be able to
generate feature spec files for all the resources. The idea is to add a global operation
handler which will describe a resource as a Galleon feature (using the ModelNode API) that
will later be persisted (by the caller) as a feature spec file.