GitHub user adriannieto opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/924
Added basic migration capability to org.apache.brooklyn.entity.webapp.*
This PR adds an Effector migrate(locationSpec) to Entities that override
JavaWebAppSoftwareProcess. This Effector moves the Entity to a new location.
Currently it doesn't support nested entities to be migrated.
This is a work in progress feature, my plan is to extend this support to
non-clustered databases in the future.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adriannieto/incubator-brooklyn
feature/basic-migration
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/924.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #924
----
commit bb2c699fd9c47dde11f0fb04f49de1d8988bd239
Author: Adrian Nieto <[email protected]>
Date: 2015-09-28T10:43:06Z
Added basic migration capability for entities extending
JavaWebAppSoftwareProcess.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---