diff options
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: |