41a30244d6566f1c59de9e232c0dac44521abdad
[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 # Note: Override can happen on dbuild.sh Commandline, -r <registry>
24 DOCKER_PULL_REGISTRY=nexus3.onap.org:10001
25 DOCKER_REPOSITORY=nexus3.onap.org:10003
26 VERSION=2.1.16-SNAPSHOT
27 CONF_ROOT_DIR=/opt/app/osaaf
28 # For local builds, set PREFIX=   
29 PREFIX="$DOCKER_REPOSITORY/"
30 NAMESPACE=onap
31 DUSER=aaf
32
33 # HOSTNAME=aaf.osaaf.org
34
35 # AAF Machine info
36 AAF_ENV=DEV
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
45 # CA info (leave blank unless functioning as CA)
46 CM_CA_LOCAL=
47 AAF_SIGNER_P12=
48 AAF_SIGNER_PASSWORD=
49 AAF_SIGNER_ALIAS=
50
51 # OPTIONALLY ADD THESE CASSANDRA PROPERTIES
52 # Note:  Setting "CASSANDRA_DOCKER" will setup the appropriate CASSANDRA_CLUSTER, etc in Docker Properties.
53 CASSANDRA_DOCKER=aaf-cass
54 # CASSANDRA_CLUSTER=
55 # CASSANDRA_USER=
56 # CASSANDRA_PASSWORD=
57 # CASSANDRA_PORT=
58