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 | baa1bc3 | 2018-11-19 07:46:03 -0600 | [diff] [blame] | 24 | VERSION=2.1.9-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 | df9e827 | 2018-04-05 20:52:32 -0500 | [diff] [blame] | 28 | |
| 29 | # Local Env info |
Instrumental | 15f3969 | 2018-07-20 11:32:41 -0500 | [diff] [blame] | 30 | HOSTNAME=aaf.osaaf.org |
Instrumental | 3926bb2 | 2018-05-19 08:15:14 -0500 | [diff] [blame] | 31 | HOST_IP= |
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 |
| 35 | AAF_REGISTER_AS=$HOSTNAME |
Instrumental | 93871ff | 2018-10-15 07:37:28 -0500 | [diff] [blame] | 36 | AAF_LOCATE_AS=$AAF_REGISTER_AS |
Instrumental | 15f3969 | 2018-07-20 11:32:41 -0500 | [diff] [blame] | 37 | LATITUDE= |
| 38 | LONGITUDE= |
Instrumental | 3237aa2 | 2018-09-17 19:21:19 -0500 | [diff] [blame] | 39 | |
Instrumental | ab50267 | 2018-08-20 14:31:35 -0500 | [diff] [blame] | 40 | # Initial AAF Certificate (not Generated) |
Instrumental | b8369a2 | 2018-09-07 02:16:34 -0500 | [diff] [blame] | 41 | 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] | 42 | AAF_INITIAL_X509_P12= |
| 43 | AAF_INITIAL_X509_PASSWORD= |
Instrumental | b8a8129 | 2018-08-23 16:32:45 -0500 | [diff] [blame] | 44 | CADI_X509_ISSUERS= |
Instrumental | ab50267 | 2018-08-20 14:31:35 -0500 | [diff] [blame] | 45 | |
| 46 | # CA info (leave blank unless functioning as CA) |
Instrumental | 3237aa2 | 2018-09-17 19:21:19 -0500 | [diff] [blame] | 47 | CM_CA_LOCAL= |
Instrumental | ab50267 | 2018-08-20 14:31:35 -0500 | [diff] [blame] | 48 | AAF_SIGNER_P12= |
| 49 | AAF_SIGNER_PASSWORD= |
Instrumental | 3237aa2 | 2018-09-17 19:21:19 -0500 | [diff] [blame] | 50 | AAF_SIGNER_ALIAS= |
Instrumental | aeb80c8 | 2018-08-21 10:24:08 -0500 | [diff] [blame] | 51 | |
Instrumental | eccc902 | 2018-10-24 13:18:57 -0500 | [diff] [blame] | 52 | # OPTIONALLY ADD THESE CASSANDRA PROPERTIES |
| 53 | # CASS_HOST= |
| 54 | # CASSANDRA_CLUSTER= |
| 55 | # CASSANDRA_USER= |
| 56 | # CASSANDRA_PASSWORD= |
| 57 | # CASSANDRA_PORT= |
| 58 | |