@@ -84,9 +84,11 @@ Heat stack.
84
84
* ` net ` : Name or UUID of a neutron network to attach the instances to.
85
85
* ` subnet ` : Name or UUID of a neutron subnet to attach the instances to.
86
86
* ` 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.
88
89
* ` 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.
90
92
91
93
* ` node_resource ` : A resource name from the library of custom node resource
92
94
names. This resource type is used as a default for groups which do not
@@ -112,6 +114,9 @@ Heat stack.
112
114
(taken from a pre-allocated and supplied list) and associated with the port.
113
115
* ` Cluster::NodeNet2 ` : Two network interfaces. The first two networks listed
114
116
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.
115
120
* ` Cluster::NodeNet2WithFIPSRIOV ` : Two network interfaces. The first interface
116
121
has a floating IP attached (using the ` floating_net ` and ` security_groups ` ).
117
122
The second interface is configured as an SR-IOV port resource, for
0 commit comments