blob: bae24d4286b299dd3c7878338d1e1817933528bb [file] [log] [blame]
Instrumental7a1817b2018-11-05 11:11:15 -06001#########
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====================================================
Instrumental9ec28952018-07-12 11:14:10 -050019#
20# Special AAF specific Properties... for AAF Init only
21#
22# Controlling NS
23aaf_root_ns=org.osaaf.aaf
Instrumental32cdd552018-07-19 13:29:32 -050024aaf_trust_perm=org.osaaf.aaf.appid|org|trust
Instrumental9ec28952018-07-12 11:14:10 -050025
26# Domains and Realms
27aaf_domain_support=.com:.org
28aaf_default_realm=people.osaaf.org
29
30# Initial Passwords and such
Instrumental4ad47632018-07-13 15:49:26 -050031aaf_password=startup
Instrumental9c8a8b02018-07-16 18:41:10 -050032cadi_alias=aaf@aaf.osaaf.org
Instrumental4ad47632018-07-13 15:49:26 -050033cadi_keystore=/opt/app/osaaf/local/org.osaaf.aaf.p12
Instrumental9ec28952018-07-12 11:14:10 -050034cadi_truststore=/opt/app/osaaf/public/truststoreONAPall.jks
35cadi_truststore_password=changeit
Instrumentalb8a81292018-08-23 16:32:45 -050036cadi_x509_issuers=
Instrumental9ec28952018-07-12 11:14:10 -050037
Instrumental12414fe2019-01-22 10:27:32 -060038# Locator info
39aaf_locator_ns=AAF_NS
40aaf_locator_fqdn.docker=aaf-%N
41aaf_locator_fqdn.oom=%CNS.aaf-%N
42aaf_locator_fqdn.helm=%CNS.aaf-%N
43
Instrumental9ec28952018-07-12 11:14:10 -050044# Other
45aaf_data_dir=/opt/app/osaaf/data
Instrumental32cdd552018-07-19 13:29:32 -050046cadi_token_dir=/opt/app/osaaf/tokens
Instrumental08a5c432018-09-06 12:07:06 -050047cadi_loglevel=WARN