Skip to content

Commit

Permalink
Merge pull request apache#295 from nakomis/clarify-localhost
Browse files Browse the repository at this point in the history
Updates localhost doc to add a deployable example
  • Loading branch information
tbouron committed Dec 5, 2019
2 parents a5b30ff + 3ac4d4f commit 5237ea6
Show file tree
Hide file tree
Showing 4 changed files with 1,102 additions and 1,064 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ nb-configuration.xml
_book
node_modules
javadoc/stylesheet.css
javadoc/javadoc.log
javadoc/javadoc.log
6 changes: 6 additions & 0 deletions guide/locations/_localhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ If passwordless ssh login to `localhost` and passwordless `sudo` is enabled on y
machine, you should be able to deploy some blueprints with no special configuration,
just by specifying `location: localhost` in YAML.

For example:

location: localhost
services:
- type: org.apache.brooklyn.entity.database.mysql.MySqlNode

If you use a passphrase or prefer a different key, these can be configured as follows:

location:
Expand Down
Loading

0 comments on commit 5237ea6

Please sign in to comment.