This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
from d95cfbb Merge pull request #1130 from ahgittin/misc-tidies
add fe07aeb add interfaces to MachineManagementMixins for
shutdown/startup/reboot and for getting metrics
new 47f95cc Merge branch 'master' into
location-machine-start-stop-reboot-metrics-interface
new 7168b9b pass params to lifecycle tasks and increase visibility for
subclassing
new 88a5d6c support for suspend and shutdown and getStatus and
makeRunning on API and with jclouds
new b9824f0 if resume-machine needs to change the MachineLocation
instance, then
new 22cfb5f address PR comments
new 56980f5 This closes #1128
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../api/location/MachineManagementMixins.java | 39 ++-
.../core/entity/trait/StartableMethods.java | 11 +-
.../core/location/AbstractMachineLocation.java | 4 +
.../core/location/BasicMachineMetadata.java | 25 +-
.../core/location/MachineLifecycleUtils.java | 288 +++++++++++++++++++++
.../brooklyn/location/ssh/SshMachineLocation.java | 12 +-
.../jclouds/DefaultConnectivityResolver.java | 5 +-
.../brooklyn/location/jclouds/JcloudsLocation.java | 106 ++++++--
.../location/jclouds/JcloudsMachineLocation.java | 10 +-
.../jclouds/JcloudsSshMachineLocation.java | 12 +-
.../jclouds/api/JcloudsLocationPublic.java | 2 +-
...cloudsLocationSuspendResumeMachineLiveTest.java | 46 +++-
.../resources/brooklyn/logback-logger-excludes.xml | 4 +
.../SameServerDriverLifecycleEffectorTasks.java | 3 +-
...oftwareProcessDriverLifecycleEffectorTasks.java | 52 ++--
.../lifecycle/MachineLifecycleEffectorTasks.java | 239 +++++++++++------
.../test/mysql/DynamicToyMySqlEntityBuilder.java | 7 +-
17 files changed, 723 insertions(+), 142 deletions(-)
create mode 100644
core/src/main/java/org/apache/brooklyn/core/location/MachineLifecycleUtils.java