Instrumental | 7a1817b | 2018-11-05 11:11:15 -0600 | [diff] [blame] | 1 | ######### |
| 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 | # |
Instrumental | df9e827 | 2018-04-05 20:52:32 -0500 | [diff] [blame] | 20 | # Variables for building Docker entities |
| 21 | ORG=onap |
| 22 | PROJECT=aaf |
| 23 | DOCKER_REPOSITORY=nexus3.onap.org:10003 |
Instrumental | 12414fe | 2019-01-22 10:27:32 -0600 | [diff] [blame] | 24 | VERSION=2.1.10-SNAPSHOT |
Instrumental | df9e827 | 2018-04-05 20:52:32 -0500 | [diff] [blame] | 25 | CONF_ROOT_DIR=/opt/app/osaaf |
Instrumental | e44d2f7 | 2018-08-16 17:22:45 -0500 | [diff] [blame] | 26 | # For local builds, set PREFIX= |
| 27 | PREFIX="$DOCKER_REPOSITORY/" |
Instrumental | 12414fe | 2019-01-22 10:27:32 -0600 | [diff] [blame] | 28 | NAMESPACE=onap |
Instrumental | 2b46f76 | 2019-02-20 11:14:41 -0600 | [diff] [blame^] | 29 | DUSER=aaf |
Instrumental | df9e827 | 2018-04-05 20:52:32 -0500 | [diff] [blame] | 30 | |
Instrumental | 12414fe | 2019-01-22 10:27:32 -0600 | [diff] [blame] | 31 | # HOSTNAME=aaf.osaaf.org |
Instrumental | df9e827 | 2018-04-05 20:52:32 -0500 | [diff] [blame] | 32 | |
Instrumental | 9c8a8b0 | 2018-07-16 18:41:10 -0500 | [diff] [blame] | 33 | # AAF Machine info |
Instrumental | 15f3969 | 2018-07-20 11:32:41 -0500 | [diff] [blame] | 34 | AAF_ENV=DEV |
Instrumental | 15f3969 | 2018-07-20 11:32:41 -0500 | [diff] [blame] | 35 | LATITUDE= |
| 36 | LONGITUDE= |
Instrumental | 3237aa2 | 2018-09-17 19:21:19 -0500 | [diff] [blame] | 37 | |
Instrumental | ab50267 | 2018-08-20 14:31:35 -0500 | [diff] [blame] | 38 | # Initial AAF Certificate (not Generated) |
Instrumental | b8369a2 | 2018-09-07 02:16:34 -0500 | [diff] [blame] | 39 | CADI_X509_ISSUERS="CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US" |
Instrumental | ab50267 | 2018-08-20 14:31:35 -0500 | [diff] [blame] | 40 | AAF_INITIAL_X509_P12= |
| 41 | AAF_INITIAL_X509_PASSWORD= |
| 42 | |
| 43 | # CA info (leave blank unless functioning as CA) |
Instrumental | 3237aa2 | 2018-09-17 19:21:19 -0500 | [diff] [blame] | 44 | CM_CA_LOCAL= |
Instrumental | ab50267 | 2018-08-20 14:31:35 -0500 | [diff] [blame] | 45 | AAF_SIGNER_P12= |
| 46 | AAF_SIGNER_PASSWORD= |
Instrumental | 3237aa2 | 2018-09-17 19:21:19 -0500 | [diff] [blame] | 47 | AAF_SIGNER_ALIAS= |
Instrumental | aeb80c8 | 2018-08-21 10:24:08 -0500 | [diff] [blame] | 48 | |
Instrumental | eccc902 | 2018-10-24 13:18:57 -0500 | [diff] [blame] | 49 | # OPTIONALLY ADD THESE CASSANDRA PROPERTIES |
Instrumental | 12414fe | 2019-01-22 10:27:32 -0600 | [diff] [blame] | 50 | # Note: Setting "CASSANDRA_DOCKER" will setup the appropriate CASSANDRA_CLUSTER, etc in Docker Properties. |
| 51 | CASSANDRA_DOCKER=aaf-cass |
Instrumental | eccc902 | 2018-10-24 13:18:57 -0500 | [diff] [blame] | 52 | # CASSANDRA_CLUSTER= |
| 53 | # CASSANDRA_USER= |
| 54 | # CASSANDRA_PASSWORD= |
| 55 | # CASSANDRA_PORT= |
| 56 | |