blob: 3aaea0018c7353f0627c728a67b96af3e59d8f5a [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
Instrumental39596f52019-02-07 18:53:11 -060029USER=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=
Instrumentalb8a81292018-08-23 16:32:45 -050042CADI_X509_ISSUERS=
Instrumentalab502672018-08-20 14:31:35 -050043
44# CA info (leave blank unless functioning as CA)
Instrumental3237aa22018-09-17 19:21:19 -050045CM_CA_LOCAL=
Instrumentalab502672018-08-20 14:31:35 -050046AAF_SIGNER_P12=
47AAF_SIGNER_PASSWORD=
Instrumental3237aa22018-09-17 19:21:19 -050048AAF_SIGNER_ALIAS=
Instrumentalaeb80c82018-08-21 10:24:08 -050049
Instrumentaleccc9022018-10-24 13:18:57 -050050# OPTIONALLY ADD THESE CASSANDRA PROPERTIES
Instrumental12414fe2019-01-22 10:27:32 -060051# Note: Setting "CASSANDRA_DOCKER" will setup the appropriate CASSANDRA_CLUSTER, etc in Docker Properties.
52CASSANDRA_DOCKER=aaf-cass
Instrumentaleccc9022018-10-24 13:18:57 -050053# CASSANDRA_CLUSTER=
54# CASSANDRA_USER=
55# CASSANDRA_PASSWORD=
56# CASSANDRA_PORT=
57