diff options
author | Marco Platania <platania@research.att.com> | 2017-05-18 10:21:36 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-05-18 10:21:36 -0400 |
commit | 2fa991c3273897940ef0d92e020daa298c68c73b (patch) | |
tree | 6190691d263f976653b484d33395e44aef0b570e /heat/vLB/packet_gen_vlb_openstack.yaml | |
parent | bf3bb2e3d96c321d3ef8f0ed32b0600cf0736408 (diff) |
Remove floating IPs from vLB demo
Change-Id: I65603f889271b6e99f977e6700df3a1ed384456f
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vLB/packet_gen_vlb_openstack.yaml')
-rw-r--r-- | heat/vLB/packet_gen_vlb_openstack.yaml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/heat/vLB/packet_gen_vlb_openstack.yaml b/heat/vLB/packet_gen_vlb_openstack.yaml index 21fbc90d..d9688075 100644 --- a/heat/vLB/packet_gen_vlb_openstack.yaml +++ b/heat/vLB/packet_gen_vlb_openstack.yaml @@ -84,10 +84,6 @@ parameters: type: string label: ONAP management sub-network name or ID description: Private sub-network that connects ONAP component and the VNF - vpg_private_ip_0_for_floating: - type: string - label: vPG private IP address towards the OpenStack public network via floating IP - description: vPG private IP address towards the OpenStack public network via floating IP ############# # # @@ -114,18 +110,6 @@ resources: public_key: { get_param: pub_key } save_private_key: false - vpg_private_0_port_for_floating: - type: OS::Neutron::Port - properties: - network: { get_param: onap_private_net_id } - fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vpg_private_ip_0_for_floating }}] - - vpg_floating_ip: - type: OS::Neutron::FloatingIP - properties: - floating_network_id: { get_param: public_net_id } - port_id: { get_resource: vpg_private_0_port_for_floating } - vpg_0: type: OS::Nova::Server properties: @@ -134,7 +118,7 @@ resources: name: { get_param: vpg_name_0 } key_name: { get_resource: my_keypair } networks: - - port: { get_resource: vpg_private_0_port_for_floating } + - network: { get_param: public_net_id } user_data_format: RAW user_data: str_replace: |