Instrumental | 7a1817b | 2018-11-05 11:11:15 -0600 | [diff] [blame] | 1 | #########
|
| 2 | # ============LICENSE_START====================================================
|
| 3 | # org.onap.aaf
|
| 4 | # ===========================================================================
|
| 5 | # Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
|
| 6 | # ===========================================================================
|
| 7 | # Licensed under the Apache License, Version 2.0 (the "License");
|
| 8 | # you may not use this file except in compliance with the License.
|
| 9 | # You may obtain a copy of the License at
|
| 10 | #
|
| 11 | # http://www.apache.org/licenses/LICENSE-2.0
|
| 12 | #
|
| 13 | # Unless required by applicable law or agreed to in writing, software
|
| 14 | # distributed under the License is distributed on an "AS IS" BASIS,
|
| 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 16 | # See the License for the specific language governing permissions and
|
| 17 | # limitations under the License.
|
| 18 | # ============LICENSE_END====================================================
|
| 19 | #
|
Instrumental | 3505a52 | 2019-01-31 14:49:24 -0600 | [diff] [blame] | 20 | ################################
|
| 21 | # Locator info
|
| 22 | #
|
| 23 | # Sample versions for
|
| 24 | # 1) no container
|
| 25 | # 2) Docker
|
| 26 | # 3) Helm (Kubernetes and Helm)
|
| 27 | # 4) OOM (Kubernetes with OOM)
|
| 28 | ################################
|
Instrumental | bd7def7 | 2019-04-03 08:25:28 -0500 | [diff] [blame] | 29 | aaf_locator_app_ns=%AAF_NS
|
Instrumental | 3505a52 | 2019-01-31 14:49:24 -0600 | [diff] [blame] | 30 | aaf_locator_name=%NS.%N
|
| 31 | aaf_locator_name.docker=%CNS.%NS.%N
|
Instrumental | 4ac37bf | 2019-04-10 13:01:30 -0500 | [diff] [blame] | 32 | aaf_root_ns=org.osaaf.aaf
|
| 33 |
|
| 34 | # Dublin
|
| 35 | aaf_locator_name.oom=%NS.%N
|
| 36 | aaf_locator_name.helm=%NS.%N
|
| 37 | aaf_locator_public_name.oom=public.%NS.%N
|
| 38 | aaf_locator_public_name.helm=public.%NS.%N
|
| 39 |
|
| 40 | # EL Alto and beyond
|
| 41 | # aaf_locator_name.oom=%CNS.%NS.%N
|
| 42 | # aaf_locator_name.helm=%CNS.%NS.%N
|
| 43 |
|
Instrumental | 3505a52 | 2019-01-31 14:49:24 -0600 | [diff] [blame] | 44 | aaf_locator_fqdn.docker=aaf-%N
|
| 45 | aaf_locator_fqdn.helm=aaf-%N.%CNS
|
| 46 | aaf_locator_fqdn.oom=aaf-%N.%CNS
|
| 47 |
|
Instrumental | 4ac37bf | 2019-04-10 13:01:30 -0500 | [diff] [blame] | 48 | # initial trusted CAs
|
| 49 | cadi_x509_issuers=CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_9, OU=OSAAF, O=ONAP, C=US
|