optimize size and time using "--no-cache-dir"
[appc/deployment.git] / installation / src / main / properties / cadi.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # APPC
4 # ================================================================================
5 # Copyright (C) 2018 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 ###
20 #hostname=localhost
21
22 cadi_loglevel=INFO
23 cadi_bath_convert=/opt/onap/appc/data/properties/bath_config.csv
24
25 ############################################################
26 # Properties Generated by AT&T Certificate Manager
27 # @copyright 2016, AT&T
28 ############################################################
29 cadi_x509_issuers=CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US
30 cadi_keyfile=/opt/onap/appc/data/stores/org.onap.appc.keyfile
31 cadi_keystore=/opt/onap/appc/data/stores/org.onap.appc.p12
32 cadi_keystore_password=enc:j5wAY4JjI6Gg8KbPRT3CK55kCaBZcrSq9XMe0vU2Hj3_TWfhln414p_og8-0u4EV
33 #cadi_key_password=enc:<KEY PASSWORD (optional if the same as KEYSTORE PASSWORD)>
34 cadi_alias=appc@appc.onap.org
35 cadi_truststore=/opt/onap/appc/data/stores/truststoreONAPall.jks
36 cadi_truststore_password=enc:9WJ6CRlrFmHiQrFlckhHybFXOwPW3tRetofp3AZ5nyt
37
38 ##
39 ## org.osaaf.location.props
40 ##
41 ## Localized Machine Information
42 ##
43 # Almeda California ?
44 cadi_latitude=37.78187
45 cadi_longitude=-122.26147
46
47 # Locate URL (which AAF Env)
48 aaf_locate_url=https://aaf-onap-test.osaaf.org:8095
49
50 # AAF URL
51 aaf_url=https://AAF_LOCATE_URL/AAF_NS.service:2.0
52
53 # AAF Environment Designation
54 aaf_env=DEV
55
56 # OAuth2 Endpoints
57 aaf_oauth2_token_url=https://AAF_LOCATE_URL/AAF_NS.token:2.0/token
58 aaf_oauth2_introspect_url=https://AAF_LOCATE_URL/AAF_NS.introspect:2.0/introspect