Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor update to docs #306

Merged
merged 3 commits into from
May 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guide/blueprints/advanced-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ There are four blueprints that make up this application. Each of them is used to
* [ELK](example_yaml/brooklyn-elk-catalog.bom)

#### Running the example
First, add all four blueprints to the Brooklyn Catalog. This can be done by going to the "Catalog" module, then clicking the
First, add all four blueprints to the Brooklyn Catalog. This can be done by going to the "Catalog" component, then clicking the
button "Upload to catalog" and selecting the above blueprints (or drag-and-drop them). Once this is done, search for an
entity called "ELK Stack". You will be able to deploy it by clicking on the "Deploy" button from the details page.
Note that you can also perform this operation from the quick launch panel on the homepage. Alternatively use the `br` Brooklyn
Expand Down
2 changes: 1 addition & 1 deletion guide/blueprints/custom-entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ This gives us quite a bit more power in writing our blueprint:

### Using the Catalog and Clustering

The *Catalog* tab allows you to add blueprints which you can refer to in other blueprints.
The *Catalog* component allows you to add blueprints which you can refer to in other blueprints.
In that tab, click *+* then *YAML*, and enter the following:

!CODEFILE "example_yaml/vanilla-bash-netcat-catalog.bom"
Expand Down
3 changes: 0 additions & 3 deletions guide/blueprints/winrm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ The installation script - referred to as `/path/to/install7zip.ps1` in the examp

Start-Process "msiexec" -ArgumentList '/qn','/i',$Dl -RedirectStandardOutput ( [System.IO.Path]::Combine($Path, "stdout.txt") ) -RedirectStandardError ( [System.IO.Path]::Combine($Path, "stderr.txt") ) -Wait

This is only a very simple example. A more complex example can be found in the [Microsoft SQL Server blueprint in the
Brooklyn source code]({{book.url.brooklyn_library_git}}/{{"master" if 'SNAPSHOT' in book.brooklyn_version else book.brooklyn_version}}/software/database/src/main/resources/org/apache/brooklyn/entity/database/mssql).


Learn More
----------
Expand Down