Github user iyovcheva commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/373#discussion_r82384694
--- Diff:
software/base/src/main/java/org/apache/brooklyn/entity/software/base/SoftwareProcessImpl.java
---
@@ -268,6 +272,36 @@ protected void onUpdated() {
* Called before driver.start; guarantees the driver will exist, and
locations will have been set.
*/
protected void preStart() {
+ if (!getLocations().isEmpty() && getLocations().iterator().next()
instanceof JcloudsMachineLocation) {
+ JcloudsMachineLocation location = (JcloudsMachineLocation)
getLocations().iterator().next();
+ if (location.getParent().getProvider().equals("aws-ec2")
--- End diff --
@aledsage @neykov I agree. Will close the PR.
---
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.
---