F5Networks / f5-openstack-heat

Heat Templates for quickly deploying BIG-IP services in OpenStack
Apache License 2.0
7 stars 16 forks source link

bigip_control_security_group.yaml example missing output #128

Open alexapplebaum opened 7 years ago

alexapplebaum commented 7 years ago

The example "control" security group is missing output.

https://github.com/F5Networks/f5-openstack-heat/blob/liberty/unsupported/ve/common/bigip_control_security_group.yaml

ex. outputs: control_security_group_id: description: Get resource id of this security group value: { get_resource: bigip_control_security_group }

So references to it in stacks fail.

mgmt_port: type: OS::Neutron::Port properties: network: {get_param: mgmt_network} security_groups: [{ get_attr: [bigip_mgmt_security_group, mgmt_security_group_id] }] network_1_port: type: OS::Neutron::Port properties: network: {get_param: network_1} security_groups: [{ get_attr: [bigip_data_security_group, data_security_group_id] }] ha_port: type: OS::Neutron::Port properties: network: {get_param: ha_network} security_groups: [{ get_attr: [bigip_control_security_group, control_security_group_id] }]

dflanigan commented 7 years ago

@pjbreaux could you take a look at this issue ?

pjbreaux commented 7 years ago

This sounds reasonable. We don't see this error because we do not use that template, and it is unsupported. But we can add it.