Add scripts to bind nic and set ip
[demo.git] / heat / vCPE / vbrgemu / base_vcpe_vbrgemu_rackspace.yaml
index a6f42ba..f56a770 100644 (file)
@@ -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