diff options
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml index d76e1ee3..3bfca4ed 100644 --- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml @@ -51,6 +51,10 @@ parameters: type: string description: The Availability Zone to launch the instance. default: nova + vm1_availability_zone: + type: string + description: The Availability Zone to launch the instance. + default: nova vm1_sriov_port: type: string description: The sriov port to be used by VM1 @@ -79,7 +83,7 @@ resources: vm1: type: OS::Nova::Server properties: - availability_zone: { get_param: availability_zone } + availability_zone: { get_param: vm1_availability_zone } user_data: get_file: prox_user_data.sh key_name: { get_param: key } @@ -167,7 +171,7 @@ outputs: # description: IP address of VM3 admin port # value: { get_attr: [vm3_admin_port, fixed_ips, 0, ip_address] } # vm3_public_ip: -# description: Floating IP address of VM32 in public network +# description: Floating IP address of VM3 in public network # value: { get_attr: [ vm3_floating_ip, floating_ip_address ] } # vm3_dataplane_ip: # description: IP address of VM3 dataplane port |