aboutsummaryrefslogtreecommitdiffstats
path: root/heat
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-09-25 14:22:45 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-25 14:22:45 +0000
commit7ca1bc600f4fff97bd33e3669e8dabfae480e5b9 (patch)
treef81bfa3a7fa66c227869a884942d0149b200adbf /heat
parent2d0d92b90a3392fbc5d6d5e2c08ae772c76a7593 (diff)
parent3958b908d8802195292a59e84f43ce5180f01a2b (diff)
Merge "Add scripts to bind nic and set ip"
Diffstat (limited to 'heat')
-rw-r--r--heat/vCPE/vbrgemu/base_vcpe_vbrgemu_rackspace.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/heat/vCPE/vbrgemu/base_vcpe_vbrgemu_rackspace.yaml b/heat/vCPE/vbrgemu/base_vcpe_vbrgemu_rackspace.yaml
index a6f42ba2..f56a7706 100644
--- a/heat/vCPE/vbrgemu/base_vcpe_vbrgemu_rackspace.yaml
+++ b/heat/vCPE/vbrgemu/base_vcpe_vbrgemu_rackspace.yaml
@@ -131,6 +131,10 @@ parameters:
type: string
label: VPP Patch URL
description: URL for VPP patch for vBRG Emulator
+ sdnc_ip:
+ type: string
+ label: SDNC ip address
+ description: SDNC ip address uesd to set NAT
#############
# #
@@ -212,6 +216,7 @@ resources:
__hc2vpp_source_repo_url__ : { get_param: hc2vpp_source_repo_url }
__hc2vpp_source_repo_branch__ : { get_param: hc2vpp_source_repo_branch }
__vpp_patch_url__ : { get_param: vpp_patch_url }
+ __sdnc_ip__ : { get param: sdnc_ip }
template: |
#!/bin/bash