diff options
author | Marco Platania <platania@research.att.com> | 2018-08-13 21:19:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-13 21:19:14 +0000 |
commit | 27df8f3b5a676c6fa28fdc9675fd854d2f873220 (patch) | |
tree | 289aecff3762bce25097f18477ca8a91b8d73b61 /heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml | |
parent | 254597707b2573118680c569c1c748d3cca2af74 (diff) | |
parent | ab85ff6066726a26c4fc02f46110a46070d636e3 (diff) |
Merge "Update VBRG, vBNG compatibility w/ prev templates"
Diffstat (limited to 'heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml')
-rw-r--r-- | heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml b/heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml index 22970344..e0b6da49 100644 --- a/heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml +++ b/heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml @@ -120,10 +120,6 @@ parameters: type: string label: SDNC ip address description: SDNC ip address used to set NAT - compile_state: - type: string - label: Compile State - description: State to compile code or not; included for backwards compatibility ############# # # @@ -201,7 +197,6 @@ resources: __script_version__ : { get_param: script_version } __cloud_env__ : { get_param: cloud_env } __sdnc_ip__ : { get_param: sdnc_ip } - __compile_state__ : { get_param: compile_state } __nexus_artifact_repo__: { get_param: nexus_artifact_repo } template: | #!/bin/bash @@ -216,7 +211,6 @@ resources: echo "__script_version__" > /opt/config/script_version.txt echo "__cloud_env__" > /opt/config/cloud_env.txt echo "__sdnc_ip__" > /opt/config/sdnc_ip.txt - echo "__compile_state__" > /opt/config/compile_state.txt echo "__nexus_artifact_repo__" > /opt/config/nexus_artifact_repo.txt # Download and run install script |