[jboss-jira] [JBoss JIRA] (WFLY-3509) git backend for loading/storing the configuration XML for wildfly
James Strachan (JIRA)
issues at jboss.org
Thu Nov 6 07:15:33 EST 2014
[ https://issues.jboss.org/browse/WFLY-3509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017786#comment-13017786 ]
James Strachan commented on WFLY-3509:
--------------------------------------
being able to inject the remote git repo & branch to use via environment variables would rock; then folks could spin up lots of docker images and they could all share the same underlying configuration
> git backend for loading/storing the configuration XML for wildfly
> -----------------------------------------------------------------
>
> Key: WFLY-3509
> URL: https://issues.jboss.org/browse/WFLY-3509
> Project: WildFly
> Issue Type: Feature Request
> Reporter: James Strachan
> Assignee: Jason Greene
> Priority: Critical
>
> when working with wildfly in a cloud/paas environment (like openshift, fabric8, docker, heroku et al) it'd be great to have a git repository for the configuration folder so that writes work something like:
> * git pull
> * write the, say, standalone.xml file
> * git commit -a -m "some comment"
> * git push
> (with a handler to deal with conflicts; such as last write wins).
> Then an optional periodic 'git pull' and reload configuration if there is a change.
> This would then mean that folks could use a number of wildfly containers using docker / openshift / fabric8 and then have a shared git repository (e.g. the git repo in openshift or fabric8) to configure a group of wildfly containers. Folks could then reuse the wildfly management console within cloud environments (as the management console would, under the covers, be loading/saving from/to git)
> Folks could then benefit from git tooling when dealing with versioning and audit logs of changes to the XML; along with getting the benefit of branching, tagging.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
More information about the jboss-jira
mailing list