Missing Licenses
[aaf/authz.git] / auth / docker / d.props.init
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 #
20 # Variables for building Docker entities
21 ORG=onap
22 PROJECT=aaf
23 DOCKER_REPOSITORY=nexus3.onap.org:10003
24 VERSION=2.1.7-SNAPSHOT
25 CONF_ROOT_DIR=/opt/app/osaaf
26 # For local builds, set PREFIX=   
27 PREFIX="$DOCKER_REPOSITORY/"
28
29 # Local Env info
30 HOSTNAME=aaf.osaaf.org
31 HOST_IP=
32
33 # AAF Machine info
34 AAF_ENV=DEV
35 AAF_REGISTER_AS=$HOSTNAME
36 AAF_LOCATE_AS=$AAF_REGISTER_AS
37 LATITUDE=
38 LONGITUDE=
39
40 # Initial AAF Certificate (not Generated)
41 CADI_X509_ISSUERS="CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US"
42 AAF_INITIAL_X509_P12=
43 AAF_INITIAL_X509_PASSWORD=
44 CADI_X509_ISSUERS=
45
46 # CA info (leave blank unless functioning as CA)
47 CM_CA_LOCAL=
48 AAF_SIGNER_P12=
49 AAF_SIGNER_PASSWORD=
50 AAF_SIGNER_ALIAS=
51
52 # OPTIONALLY ADD THESE CASSANDRA PROPERTIES
53 # CASS_HOST=
54 # CASSANDRA_CLUSTER=
55 # CASSANDRA_USER=
56 # CASSANDRA_PASSWORD=
57 # CASSANDRA_PORT=
58