switch Internal/External Locator Names for Dublin
[aaf/authz.git] / auth / sample / local / initialConfig.props
1 #########\r
2 #  ============LICENSE_START====================================================\r
3 #  org.onap.aaf\r
4 #  ===========================================================================\r
5 #  Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.\r
6 #  ===========================================================================\r
7 #  Licensed under the Apache License, Version 2.0 (the "License");\r
8 #  you may not use this file except in compliance with the License.\r
9 #  You may obtain a copy of the License at\r
10 #\r
11 #       http://www.apache.org/licenses/LICENSE-2.0\r
12 #\r
13 #  Unless required by applicable law or agreed to in writing, software\r
14 #  distributed under the License is distributed on an "AS IS" BASIS,\r
15 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
16 #  See the License for the specific language governing permissions and\r
17 #  limitations under the License.\r
18 #  ============LICENSE_END====================================================\r
19 #\r
20 ################################\r
21 # Locator info\r
22 #\r
23 # Sample versions for \r
24 #   1) no container\r
25 #   2) Docker\r
26 #   3) Helm (Kubernetes and Helm)\r
27 #   4) OOM (Kubernetes with OOM)\r
28 ################################\r
29 aaf_locator_app_ns=%AAF_NS\r
30 aaf_locator_name=%NS.%N\r
31 aaf_locator_name.docker=%CNS.%NS.%N\r
32 aaf_root_ns=org.osaaf.aaf\r
33 \r
34 # Dublin\r
35 aaf_locator_name.oom=%NS.%N\r
36 aaf_locator_name.helm=%NS.%N\r
37 aaf_locator_public_name.oom=public.%NS.%N\r
38 aaf_locator_public_name.helm=public.%NS.%N\r
39 \r
40 # EL Alto and beyond\r
41 # aaf_locator_name.oom=%CNS.%NS.%N\r
42 # aaf_locator_name.helm=%CNS.%NS.%N\r
43 \r
44 aaf_locator_fqdn.docker=aaf-%N\r
45 aaf_locator_fqdn.helm=aaf-%N.%CNS\r
46 aaf_locator_fqdn.oom=aaf-%N.%CNS\r
47 \r
48 # initial trusted CAs\r
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\r