diff options
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml index 3bfca4ed..36d7544b 100644 --- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml @@ -47,14 +47,18 @@ parameters: label: Floating network name or ID description: Public Network to attach instance to. default: admin_floating_net - availability_zone: + vm1_availability_zone: type: string description: The Availability Zone to launch the instance. default: nova - vm1_availability_zone: + vm2_availability_zone: type: string description: The Availability Zone to launch the instance. default: nova +# vm3_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 @@ -106,7 +110,7 @@ resources: vm2: type: OS::Nova::Server properties: - availability_zone: { get_param: availability_zone } + availability_zone: { get_param: vm2_availability_zone } user_data: get_file: prox_user_data.sh key_name: { get_param: key } @@ -129,7 +133,7 @@ resources: # vm3: # type: OS::Nova::Server # properties: -# availability_zone: { get_param: availability_zone } +# availability_zone: { get_param: vm3_availability_zone } # user_data: # get_file: prox_user_data.sh # key_name: { get_param: key } |