Repository: brooklyn-docs
Updated Branches:
  refs/heads/0.9.0 047fc15e5 -> e22c42c8f


Documentation on configuring Openstack networks and floating IPs


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

Branch: refs/heads/0.9.0
Commit: b598189222f5e564e96a24dcfd0fe04d1fd62e21
Parents: 6b3bf4d
Author: Sam Corbett <[email protected]>
Authored: Thu May 19 16:13:57 2016 +0100
Committer: Sam Corbett <[email protected]>
Committed: Mon May 23 10:55:08 2016 +0100

----------------------------------------------------------------------
 guide/ops/locations/_more-clouds.md | 39 ++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/b5981892/guide/ops/locations/_more-clouds.md
----------------------------------------------------------------------
diff --git a/guide/ops/locations/_more-clouds.md 
b/guide/ops/locations/_more-clouds.md
index ee8b979..7d96704 100644
--- a/guide/ops/locations/_more-clouds.md
+++ b/guide/ops/locations/_more-clouds.md
@@ -265,3 +265,42 @@ sensors, with the same names as the last two configuration 
keys.
 
 ***NOTE*** If the SoftLayer location is already configured with specific VLANs
 then this customizer will have no effect.
+
+
+## Openstack
+
+### Networks
+
+When multiple networks are available you should indicate which ones machines 
should join.
+Do this by setting the desired values id as an option in the
+**[templateOptions](#custom-template-options)** configuration:
+
+    location:
+      jclouds:openstack-nova:
+        ...
+        templateOptions:
+          # Assign the node to all networks in the list.
+          networks:
+          - network-one-id
+          - network-two-id
+          - ...
+
+
+### Floating IPs
+
+Configuration of floating IPs is as networks; specify the pools to use as 
another
+[template option](#custom-template-options):
+
+    location:
+      jclouds:openstack-nova:
+        ...
+        templateOptions:
+          # Pool names to use when allocating a floating IP
+          floatingIpPoolNames:
+          - "pool name"
+
+
+### Other features
+
+Consult jclouds' [Nova template 
options](https://jclouds.apache.org/reference/javadoc/1.9.x/org/jclouds/openstack/nova/v2_0/compute/options/NovaTemplateOptions.html)
+for futher options when configuring Openstack locations.

Reply via email to