[
https://issues.apache.org/jira/browse/BROOKLYN-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14970041#comment-14970041
]
ASF GitHub Bot commented on BROOKLYN-188:
-----------------------------------------
GitHub user aledsage opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/986
BROOKLYN-188: set PATH in JcloudsLocation.createUser
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/incubator-brooklyn fix/BROOKLYN-188
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/986.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 #986
----
commit 2e091d8f6bfbe3940df67ef160f2f63f7d7aaa72
Author: Aled Sage <[email protected]>
Date: 2015-10-22T22:42:46Z
BROOKLYN-188: set PATH in JcloudsLocation.createUser
----
> Provisioning SUSE vm fails with useJcloudsSshInit=false
> -------------------------------------------------------
>
> Key: BROOKLYN-188
> URL: https://issues.apache.org/jira/browse/BROOKLYN-188
> Project: Brooklyn
> Issue Type: Bug
> Affects Versions: 0.8.0
> Reporter: Aled Sage
>
> Provisioning a SUSE vm fails when using the config {{useJcloudsSshInit:
> false}}.
> This is for two reasons:
> * The groupadd and useradd are not on the path (see
> {{JcloudLocation.createUser()}}.
> * The script is executed with {{bash -e}}, so when {{groupadd -f wheel}} is
> executed, it fails the whole script with exit code 9.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)