Skip to content

Commit e058ef0

Browse files
committed
Update README
1 parent 62dd7bc commit e058ef0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,11 @@ Heat stack.
8484
* `net`: Name or UUID of a neutron network to attach the instances to.
8585
* `subnet`: Name or UUID of a neutron subnet to attach the instances to.
8686
* `security_groups`: Optional list of names or UUIDs of security groups to
87-
add the instances' ports to.
87+
add the instances' ports to. Security groups can be present or absent
88+
on each listed network.
8889
* `floating_net`: Optional name or UUID of a neutron network to attach
89-
floating IPs to when the `Cluster::NodeNet1WithFIP` resource is used.
90+
floating IPs to when the `Cluster::NodeNet1WithFIP` or
91+
`Cluster::NodeNet2WithFIP` resources are used.
9092

9193
* `node_resource`: A resource name from the library of custom node resource
9294
names. This resource type is used as a default for groups which do not
@@ -112,6 +114,9 @@ Heat stack.
112114
(taken from a pre-allocated and supplied list) and associated with the port.
113115
* `Cluster::NodeNet2`: Two network interfaces. The first two networks listed
114116
in `cluster_net` are used.
117+
* `Cluster::NodeNet2WithFIP`: Two network interfaces. The first two networks listed
118+
in `cluster_net` are used. A floating IP will be allocated from the first network
119+
and associated with the instance.
115120
* `Cluster::NodeNet2WithFIPSRIOV`: Two network interfaces. The first interface
116121
has a floating IP attached (using the `floating_net` and `security_groups`).
117122
The second interface is configured as an SR-IOV port resource, for

0 commit comments

Comments
 (0)