diff options
author | Marco Platania <platania@research.att.com> | 2017-08-02 10:03:17 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-02 10:03:17 -0400 |
commit | a23ec102d5c7a63d205952041df01c0c93f55fea (patch) | |
tree | 8159f233c0beb084b284b60dd7d418704f96e8f2 /heat/vFW/base_vfw_rackspace.yaml | |
parent | e7a14de7212454558379335183a63f4755defbba (diff) |
Move heat templates from openecom to onap
Change-Id: I1fdcfe9a76ae06de797a66a25600ce767c64d166
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vFW/base_vfw_rackspace.yaml')
-rw-r--r-- | heat/vFW/base_vfw_rackspace.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/heat/vFW/base_vfw_rackspace.yaml b/heat/vFW/base_vfw_rackspace.yaml index 01d6c441..51ac2861 100644 --- a/heat/vFW/base_vfw_rackspace.yaml +++ b/heat/vFW/base_vfw_rackspace.yaml @@ -261,7 +261,7 @@ resources: echo "__cloud_env__" > /opt/config/cloud_env.txt # Download and run install script - curl -k __repo_url_blob__/org.openecomp.demo/vnfs/vfw/__install_script_version__/v_firewall_install.sh -o /opt/v_firewall_install.sh + curl -k __repo_url_blob__/org.onap.demo/vnfs/vfw/__install_script_version__/v_firewall_install.sh -o /opt/v_firewall_install.sh cd /opt chmod +x v_firewall_install.sh ./v_firewall_install.sh @@ -319,7 +319,7 @@ resources: echo "__cloud_env__" > /opt/config/cloud_env.txt # Download and run install script - curl -k __repo_url_blob__/org.openecomp.demo/vnfs/vfw/__install_script_version__/v_packetgen_install.sh -o /opt/v_packetgen_install.sh + curl -k __repo_url_blob__/org.onap.demo/vnfs/vfw/__install_script_version__/v_packetgen_install.sh -o /opt/v_packetgen_install.sh cd /opt chmod +x v_packetgen_install.sh ./v_packetgen_install.sh @@ -371,7 +371,7 @@ resources: echo "__cloud_env__" > /opt/config/cloud_env.txt # Download and run install script - curl -k __repo_url_blob__/org.openecomp.demo/vnfs/vfw/__install_script_version__/v_sink_install.sh -o /opt/v_sink_install.sh + curl -k __repo_url_blob__/org.onap.demo/vnfs/vfw/__install_script_version__/v_sink_install.sh -o /opt/v_sink_install.sh cd /opt chmod +x v_sink_install.sh ./v_sink_install.sh
\ No newline at end of file |