Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

** - property available in blueprint, doesn't need to be changed every deployment


GroupProperty nameType (input*/blueprint**)DefaultDescription
tls_infouse_external_tlsinput
A boolean that indicates whether the component uses AAF CertService to acquire operator certificate to protect external (between xNFs and ONAP) traffic. For a time being only operator certificate from CMPv2 server is supported

external_cert_directoryblueprint/opt/app/dcae-certificate/external_certDirectory where operator certificate and trusted certs should be created
operator
external_certimage_taginput
Image name and version

ca_nameinputRA_TESTName of Certificate Authority configured on CertService side (in cmpServers.json). Default RA_TEST corresponds to default CMPv2 testing configuration.

common_nameinput
Common name which should be present in certificate. Specific for every blueprint (e.g. ves-collector for VES)

sansinput
List of Subject Alternative Names which should be present in certificate. Should contain common_name value and other FQDNs under which given component is accessible.

countryinputUSCountry name in ISO 3166-1 alpha-2 format, for which certificate will be created

organizationinputLinux-FoundationOrganization name, for which certificate will be created

stateinputCaliforniaState name, for which certificate will be created

organizational_unitinputONAPOrganizational unit name, for which certificate will be created

locationinputSan-FranciscoLocation name, for which certificate will be created



Code Block
tls_info:
	use_external_tls
	external_cert_directory
operator_cert:
    image_tag

...