blob: 2a871bd867925174905e15c94d8d11fcf730d306 [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
23DOCKER_REPOSITORY=nexus3.onap.org:10003
Instrumentalbaa1bc32018-11-19 07:46:03 -060024VERSION=2.1.9-SNAPSHOT
Instrumentaldf9e8272018-04-05 20:52:32 -050025CONF_ROOT_DIR=/opt/app/osaaf
Instrumentale44d2f72018-08-16 17:22:45 -050026# For local builds, set PREFIX=
27PREFIX="$DOCKER_REPOSITORY/"
Instrumentaldf9e8272018-04-05 20:52:32 -050028
29# Local Env info
Instrumental15f39692018-07-20 11:32:41 -050030HOSTNAME=aaf.osaaf.org
Instrumental3926bb22018-05-19 08:15:14 -050031HOST_IP=
Instrumentaldf9e8272018-04-05 20:52:32 -050032
Instrumental9c8a8b02018-07-16 18:41:10 -050033# AAF Machine info
Instrumental15f39692018-07-20 11:32:41 -050034AAF_ENV=DEV
35AAF_REGISTER_AS=$HOSTNAME
Instrumental93871ff2018-10-15 07:37:28 -050036AAF_LOCATE_AS=$AAF_REGISTER_AS
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=
Instrumentalb8a81292018-08-23 16:32:45 -050044CADI_X509_ISSUERS=
Instrumentalab502672018-08-20 14:31:35 -050045
46# CA info (leave blank unless functioning as CA)
Instrumental3237aa22018-09-17 19:21:19 -050047CM_CA_LOCAL=
Instrumentalab502672018-08-20 14:31:35 -050048AAF_SIGNER_P12=
49AAF_SIGNER_PASSWORD=
Instrumental3237aa22018-09-17 19:21:19 -050050AAF_SIGNER_ALIAS=
Instrumentalaeb80c82018-08-21 10:24:08 -050051
Instrumentaleccc9022018-10-24 13:18:57 -050052# OPTIONALLY ADD THESE CASSANDRA PROPERTIES
53# CASS_HOST=
54# CASSANDRA_CLUSTER=
55# CASSANDRA_USER=
56# CASSANDRA_PASSWORD=
57# CASSANDRA_PORT=
58