[7/7] brooklyn-docs git commit: This closes #69

2016-05-20 Thread sjcorbett
This closes #69

Corrected broken link 'git-clone'


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/3b99db2d
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/3b99db2d
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/3b99db2d

Branch: refs/heads/master
Commit: 3b99db2da1ce3734290012924f4ff580552a31f6
Parents: fe774fc 63c7a73
Author: Sam Corbett 
Authored: Fri May 20 10:13:08 2016 +0100
Committer: Sam Corbett 
Committed: Fri May 20 10:13:08 2016 +0100

--
 guide/yaml/creating-yaml.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--




[2/7] brooklyn-docs git commit: Fix code block formatting

2016-05-20 Thread sjcorbett
Fix code block formatting

```yaml does not work on the website.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/46640cb8
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/46640cb8
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/46640cb8

Branch: refs/heads/master
Commit: 46640cb89531a342f26071f8f52f63164afe0ab1
Parents: d0376bd
Author: Sam Corbett 
Authored: Thu May 19 16:13:18 2016 +0100
Committer: Sam Corbett 
Committed: Thu May 19 16:13:18 2016 +0100

--
 guide/ops/locations/_clouds.md  |  2 -
 guide/ops/locations/_more-clouds.md | 65 ++--
 guide/yaml/test/test-entities.md| 17 -
 guide/yaml/winrm/index.md   |  7 ++--
 4 files changed, 39 insertions(+), 52 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/46640cb8/guide/ops/locations/_clouds.md
--
diff --git a/guide/ops/locations/_clouds.md b/guide/ops/locations/_clouds.md
index ffde083..8d04599 100644
--- a/guide/ops/locations/_clouds.md
+++ b/guide/ops/locations/_clouds.md
@@ -241,8 +241,6 @@ If the method call cannot be matched to the template 
options available - for exa
 specific option but your location is an OpenStack cloud - then a warning is 
logged and the option is ignored.
 
 
-
-  
 See the following resources for more information:
 
 - [AWS VPC issues which may affect users with older AWS 
accounts](vpc-issues.html)

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/46640cb8/guide/ops/locations/_more-clouds.md
--
diff --git a/guide/ops/locations/_more-clouds.md 
b/guide/ops/locations/_more-clouds.md
index acfd274..ee8b979 100644
--- a/guide/ops/locations/_more-clouds.md
+++ b/guide/ops/locations/_more-clouds.md
@@ -26,7 +26,6 @@ is included below. You may also find these sources helpful:
   sometimes required for various clouds.
  
 
-
 ## Amazon Web Services (AWS)
 
 ### Credentials
@@ -172,6 +171,7 @@ For example, for dev/demo purposes an "everything" network 
could be created that
 || Source IP Ranges|| 0.0.0.0/0   |
 || Allowed protocols and ports || tcp:0-65535 and udp:0-65535 |
 
+
 ## IBM SoftLayer
 
 ### VLAN Selection
@@ -185,15 +185,13 @@ The VLAN ID can be set explicitly using the fields
 `primaryBackendNetworkComponentNetworkVlanId` of `SoftLayerTemplateOptions`
 when specifying the location being used in the blueprint, as follows:
 
-```YAML
-location:
-  jclouds:softlayer:
-region: ams01
-templateOptions:
-  # Enter your preferred network IDs
-  primaryNetworkComponentNetworkVlanId: 1153481
-  primaryBackendNetworkComponentNetworkVlanId: 1153483
-```
+location:
+  jclouds:softlayer:
+region: ams01
+templateOptions:
+  # Enter your preferred network IDs
+  primaryNetworkComponentNetworkVlanId: 1153481
+  primaryBackendNetworkComponentNetworkVlanId: 1153483
 
 This method requires that a VM already exist and you look up the IDs of its
 VLANs, for example in the SoftLayer console UI, and that subsequently at least
@@ -210,16 +208,14 @@ end-users.
 To use this method, we tell brooklyn to use 
`SoftLayerSameVlanLocationCustomizer`
 as a location customizer.  This can be done on a location as follows:
 
-```YAML
-location:
-  jclouds:softlayer:
-region: lon02
-customizers:
-- $brooklyn:object:
-type: 
org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
-softlayer.vlan.scopeUid: "my-custom-scope"
-softlayer.vlan.timeout: 10m
-```
+location:
+  jclouds:softlayer:
+region: lon02
+customizers:
+- $brooklyn:object:
+type: 
org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
+softlayer.vlan.scopeUid: "my-custom-scope"
+softlayer.vlan.timeout: 10m
 
 Usually you will want the scope to be unique to a single application, but if 
you
 need multiple applications to share the same VLAN, simply configure them with
@@ -228,27 +224,24 @@ the same scope identifier.
 It is also possible with many blueprints to specify this as one of the
 `provisioning.properties` on an *application*:
 
-```YAML
-services:
-- type: org.apache.brooklyn.entity.stock.BasicApplication
-  id: same-vlan-application
-  brooklyn.config:
-provisioning.properties:
-  customizers:
-  - $brooklyn:object:
-  type: 
org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
-softlayer.vlan.scopeUid: "my-custom-scope"
-softlayer.vlan.timeout: 10m
-```
+

[1/7] brooklyn-docs git commit: Updating port inferencing documentation

2016-05-20 Thread sjcorbett
Repository: brooklyn-docs
Updated Branches:
  refs/heads/master d0376bdaa -> 3b99db2da


Updating port inferencing documentation


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/ad61cbca
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/ad61cbca
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/ad61cbca

Branch: refs/heads/master
Commit: ad61cbcae87c9e7f964e1769aa20edb34b837d8d
Parents: 7c41f83
Author: Kiuby88 
Authored: Fri May 13 14:37:09 2016 +0200
Committer: Kiuby88 
Committed: Fri May 13 14:37:09 2016 +0200

--
 guide/yaml/custom-entities.md | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/ad61cbca/guide/yaml/custom-entities.md
--
diff --git a/guide/yaml/custom-entities.md b/guide/yaml/custom-entities.md
index 9698aa8..69d0d02 100644
--- a/guide/yaml/custom-entities.md
+++ b/guide/yaml/custom-entities.md
@@ -75,6 +75,10 @@ In addition, any such config key will be opened,
 irrespective of whether it matches the `inboundPorts.configRegex`. 
 To prevent any inferencing of ports to open, you can set the config 
`inboundPorts.autoInfer` to `false`.
 
+Furthermore, the port inferencing capability takes in account static 
`ConfigKey` fields that
+are defined on any Entity sub-class. So, `ConfigKey` fields that are based on 
`PortRanges` type will
+be also included as required open ports.
+
 Note that in the example above, `netcat.port` must be specified in a 
`brooklyn.config` block.
 This block can be used to hold any config (including for example the 
`launch.command`),
 but for convenience Brooklyn allows config keys declared on the underlying type



[4/7] brooklyn-docs git commit: Corrected broken link 'git-clone'

2016-05-20 Thread sjcorbett
Corrected broken link 'git-clone'

Found a broken link on the Brooklyn website 
https://brooklyn.apache.org/v/latest/yaml/creating-yaml.html  - its the 
git-clone link towards the bottom.
Current is:  https://brooklyn.apache.org/v/latest/dev/code/index.html
It should be:  https://brooklyn.apache.org/developers/code/index.html

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/63c7a733
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/63c7a733
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/63c7a733

Branch: refs/heads/master
Commit: 63c7a7333c09c21b6058d40f8c646bb6fb26670a
Parents: d0376bd
Author: David Bush 
Authored: Thu May 19 17:01:59 2016 +0100
Committer: David Bush 
Committed: Thu May 19 17:01:59 2016 +0100

--
 guide/yaml/creating-yaml.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/63c7a733/guide/yaml/creating-yaml.md
--
diff --git a/guide/yaml/creating-yaml.md b/guide/yaml/creating-yaml.md
index 34a0d29..8bc22c4 100644
--- a/guide/yaml/creating-yaml.md
+++ b/guide/yaml/creating-yaml.md
@@ -57,7 +57,7 @@ Topics to explore next on the topic of YAML blueprints are:
 {% include list-children.html %}
 
 Plenty of examples of blueprints exist in the Brooklyn codebase,
-so another starting point is to [`git clone`]({{ site.path.guide 
}}/dev/code/index.html) it
+so another starting point is to [`git clone`]({{ site.path.guide 
}}/developers/code/index.html) it
 and search for `*.yaml` files therein.
 
 Brooklyn lived as a Java framework for many years before we felt confident