blob: 59fa74658c2080b6c7a556888aeefaad8d984c71 [file] [log] [blame]
Instrumental50a91482019-04-22 11:01:35 -05001#########
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#
22# NOTE: THIS FILE SHOULD MATCH THE normal "d.props" file in "authz/auth/docker", but hold the
23# CURRENT version needed for CSIT from Nexus Repos, which isn't necessarily the same during
24# version deployments.
25#
26
27ORG=onap
28PROJECT=aaf
29DOCKER_PULL_REGISTRY=nexus3.onap.org:10001
30DOCKER_REPOSITORY=nexus3.onap.org:10003
31VERSION=2.1.11
32CONF_ROOT_DIR=/opt/app/osaaf
33# For local builds, set PREFIX=
34PREFIX="$DOCKER_REPOSITORY/"
35NAMESPACE=onap
36DUSER=aaf
37
38HOSTNAME=aaf.osaaf.org
39
40# AAF Machine info
41AAF_ENV=DEV
42LATITUDE=38
43LONGITUDE=-72
44
45# Initial AAF Certificate (not Generated)
46CADI_X509_ISSUERS="CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US"
47AAF_INITIAL_X509_P12=
48AAF_INITIAL_X509_PASSWORD=
49CADI_X509_ISSUERS=
50
51
52# CA info (leave blank unless functioning as CA)
53CM_CA_LOCAL=
54AAF_SIGNER_P12=
55AAF_SIGNER_PASSWORD=
56AAF_SIGNER_ALIAS=
57
58# OPTIONALLY ADD THESE CASSANDRA PROPERTIES
59# Note: Setting "CASSANDRA_DOCKER" will setup the appropriate CASSANDRA_CLUSTER, etc in Docker Properties.
60CASSANDRA_DOCKER=aaf-cass
61# CASSANDRA_CLUSTER=
62# CASSANDRA_USER=
63# CASSANDRA_PASSWORD=
64# CASSANDRA_PORT=
65