blob: 41a30244d6566f1c59de9e232c0dac44521abdad [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====================================================
19#
Instrumentaldf9e8272018-04-05 20:52:32 -050020# Variables for building Docker entities
21ORG=onap
22PROJECT=aaf
Instrumentalaae5c072019-03-29 15:42:37 -050023# Note: Override can happen on dbuild.sh Commandline, -r <registry>
24DOCKER_PULL_REGISTRY=nexus3.onap.org:10001
Instrumentaldf9e8272018-04-05 20:52:32 -050025DOCKER_REPOSITORY=nexus3.onap.org:10003
Instrumentald9e5df42019-08-07 14:16:09 -050026VERSION=2.1.16-SNAPSHOT
Instrumentaldf9e8272018-04-05 20:52:32 -050027CONF_ROOT_DIR=/opt/app/osaaf
Instrumentale44d2f72018-08-16 17:22:45 -050028# For local builds, set PREFIX=
29PREFIX="$DOCKER_REPOSITORY/"
Instrumental12414fe2019-01-22 10:27:32 -060030NAMESPACE=onap
Instrumental2b46f762019-02-20 11:14:41 -060031DUSER=aaf
Instrumentaldf9e8272018-04-05 20:52:32 -050032
Instrumental12414fe2019-01-22 10:27:32 -060033# HOSTNAME=aaf.osaaf.org
Instrumentaldf9e8272018-04-05 20:52:32 -050034
Instrumental9c8a8b02018-07-16 18:41:10 -050035# AAF Machine info
Instrumental15f39692018-07-20 11:32:41 -050036AAF_ENV=DEV
Instrumental15f39692018-07-20 11:32:41 -050037LATITUDE=
38LONGITUDE=
Instrumental3237aa22018-09-17 19:21:19 -050039
Instrumentalab502672018-08-20 14:31:35 -050040# Initial AAF Certificate (not Generated)
Instrumentalb8369a22018-09-07 02:16:34 -050041CADI_X509_ISSUERS="CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US"
Instrumentalab502672018-08-20 14:31:35 -050042AAF_INITIAL_X509_P12=
43AAF_INITIAL_X509_PASSWORD=
44
45# CA info (leave blank unless functioning as CA)
Instrumental3237aa22018-09-17 19:21:19 -050046CM_CA_LOCAL=
Instrumentalab502672018-08-20 14:31:35 -050047AAF_SIGNER_P12=
48AAF_SIGNER_PASSWORD=
Instrumental3237aa22018-09-17 19:21:19 -050049AAF_SIGNER_ALIAS=
Instrumentalaeb80c82018-08-21 10:24:08 -050050
Instrumentaleccc9022018-10-24 13:18:57 -050051# OPTIONALLY ADD THESE CASSANDRA PROPERTIES
Instrumental12414fe2019-01-22 10:27:32 -060052# Note: Setting "CASSANDRA_DOCKER" will setup the appropriate CASSANDRA_CLUSTER, etc in Docker Properties.
53CASSANDRA_DOCKER=aaf-cass
Instrumentaleccc9022018-10-24 13:18:57 -050054# CASSANDRA_CLUSTER=
55# CASSANDRA_USER=
56# CASSANDRA_PASSWORD=
57# CASSANDRA_PORT=
58