summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2018-02-22 14:48:39 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-22 14:48:39 +0000
commit167e6d113d61a4a75812d0df71843b0ab8b88784 (patch)
tree2e86c17df096527e9c1e24646a82f4bfb5e4d788 /VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml
parent83199af0ffc12fcb0961debbbc8e83957d2d115b (diff)
parent8060c5ed6076886869f7616e0fbbe67ad2724d08 (diff)
Merge "Fixed the calculation of dropped packets and other changes"
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml')
-rw-r--r--VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml12
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 }