blob: bc5d3583b49afcdc86913d30b413de16f33b41cf [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
Instrumental12414fe2019-01-22 10:27:32 -060024VERSION=2.1.10-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/"
Instrumental12414fe2019-01-22 10:27:32 -060028NAMESPACE=onap
Instrumental2b46f762019-02-20 11:14:41 -060029DUSER=aaf
Instrumentaldf9e8272018-04-05 20:52:32 -050030
Instrumental12414fe2019-01-22 10:27:32 -060031# HOSTNAME=aaf.osaaf.org
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
Instrumental15f39692018-07-20 11:32:41 -050035LATITUDE=
36LONGITUDE=
Instrumental3237aa22018-09-17 19:21:19 -050037
Instrumentalab502672018-08-20 14:31:35 -050038# Initial AAF Certificate (not Generated)
Instrumentalb8369a22018-09-07 02:16:34 -050039CADI_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 -050040AAF_INITIAL_X509_P12=
41AAF_INITIAL_X509_PASSWORD=
42
43# CA info (leave blank unless functioning as CA)
Instrumental3237aa22018-09-17 19:21:19 -050044CM_CA_LOCAL=
Instrumentalab502672018-08-20 14:31:35 -050045AAF_SIGNER_P12=
46AAF_SIGNER_PASSWORD=
Instrumental3237aa22018-09-17 19:21:19 -050047AAF_SIGNER_ALIAS=
Instrumentalaeb80c82018-08-21 10:24:08 -050048
Instrumentaleccc9022018-10-24 13:18:57 -050049# OPTIONALLY ADD THESE CASSANDRA PROPERTIES
Instrumental12414fe2019-01-22 10:27:32 -060050# Note: Setting "CASSANDRA_DOCKER" will setup the appropriate CASSANDRA_CLUSTER, etc in Docker Properties.
51CASSANDRA_DOCKER=aaf-cass
Instrumentaleccc9022018-10-24 13:18:57 -050052# CASSANDRA_CLUSTER=
53# CASSANDRA_USER=
54# CASSANDRA_PASSWORD=
55# CASSANDRA_PORT=
56