X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvFW%2Fbase_vfw.yaml;h=6137e8ab8ba74d9f7f245d95fd00faeca2fbde5a;hb=47593ce3d553bedaac5e4837ce570e5329f1eb56;hp=d1b74de52a65962dd63335cd34e14d706448d477;hpb=84265426c51930467d20f9b67b962def8c30d31c;p=demo.git diff --git a/heat/vFW/base_vfw.yaml b/heat/vFW/base_vfw.yaml index d1b74de5..6137e8ab 100644 --- a/heat/vFW/base_vfw.yaml +++ b/heat/vFW/base_vfw.yaml @@ -172,8 +172,6 @@ parameters: nexus_artifact_repo: type: string description: Root URL for the Nexus repository for Maven artifacts. - # default values prohibited - #default: "https://nexus.onap.org" cloud_env: type: string label: Cloud environment @@ -181,16 +179,6 @@ parameters: sec_group: type: string description: ONAP Security Group - # Unused in template - #sdnc_model_name: - # type: string - # description: SDNC Model Name metatada - #sdnc_model_version: - # type: string - # description: SDNC Model Version metatada - #sdnc_artifact_name: - # type: string - # description: SDNC Artifact Name metatada ############# # # @@ -276,7 +264,6 @@ resources: vfw_0_int_protected_private_port_0: type: OS::Neutron::Port properties: - # this is a violation allowed_address_pairs: [{ "ip_address": { get_param: vfw_int_protected_private_floating_ip }}] network: { get_resource: int_protected_private_network } fixed_ips: [{"subnet": { get_resource: int_protected_private_subnet }, "ip_address": { get_param: vfw_int_protected_private_ip_0 }}]