Fix typos in vCPE Heat templates 69/15669/1
authorMarco Platania <platania@research.att.com>
Tue, 26 Sep 2017 18:53:26 +0000 (14:53 -0400)
committerMarco Platania <platania@research.att.com>
Tue, 26 Sep 2017 18:53:26 +0000 (14:53 -0400)
Change-Id: I784c221c0428f25820be850f5f8f488b332ed324
Issue-ID: UCA-32
Signed-off-by: Marco Platania <platania@research.att.com>
heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml
heat/vCPE/vgmux/base_vcpe_vgmux.env

index 7409669..a9eb872 100644 (file)
@@ -220,7 +220,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 }
+            __sdnc_ip__ : { get_param: sdnc_ip }
           template: |
             #!/bin/bash
 
@@ -239,7 +239,7 @@ resources:
             echo "__hc2vpp_source_repo_url__" > /opt/config/hc2vpp_source_repo_url.txt
             echo "__hc2vpp_source_repo_branch__" > /opt/config/hc2vpp_source_repo_branch.txt
             echo "__vpp_patch_url__" > /opt/config/vpp_patch_url.txt
-            echo "__sdnc_ip__" > /opt/config/ip.txt
+            echo "__sdnc_ip__" > /opt/config/sdnc_ip.txt
 
             # Download and run install script
             curl -k __repo_url_blob__/org.onap.demo/vnfs/vcpe/__install_script_version__/v_brgemu_install.sh -o /opt/v_brgemu_install.sh
index 7dff041..3be6267 100644 (file)
@@ -31,4 +31,4 @@
   hc2vpp_source_repo_url: https://gerrit.fd.io/r/hc2vpp
   hc2vpp_source_repo_branch: stable/1704
   vpp_patch_url: https://gerrit.onap.org/r/#/c/11083/5/vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches/Vpp-Add-VES-agent-for-vG-MUX.patch
-  h2vpp_patch_url: https://gerrit.onap.org/r/#/c/11083/5/vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches/Hc2vpp-Add-VES-agent-for-vG-MUX.patch
+  hc2vpp_patch_url: https://gerrit.onap.org/r/#/c/11083/5/vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches/Hc2vpp-Add-VES-agent-for-vG-MUX.patch