Instrumental | 50a9148 | 2019-04-22 11:01:35 -0500 | [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 | # |
| 20 | # Variables for building Docker entities |
| 21 | # |
| 22 | # NOTE: THIS FILE SHOULD MATCH THE normal "d.props" file in "authz/auth/docker", but hold the |
| 23 | # CURRENT version needed for CSIT from Nexus Repos, which isn't necessarily the same during |
| 24 | # version deployments. |
| 25 | # |
| 26 | |
| 27 | ORG=onap |
| 28 | PROJECT=aaf |
| 29 | DOCKER_PULL_REGISTRY=nexus3.onap.org:10001 |
| 30 | DOCKER_REPOSITORY=nexus3.onap.org:10003 |
| 31 | VERSION=2.1.11 |
| 32 | CONF_ROOT_DIR=/opt/app/osaaf |
| 33 | # For local builds, set PREFIX= |
| 34 | PREFIX="$DOCKER_REPOSITORY/" |
| 35 | NAMESPACE=onap |
| 36 | DUSER=aaf |
| 37 | |
| 38 | HOSTNAME=aaf.osaaf.org |
| 39 | |
| 40 | # AAF Machine info |
| 41 | AAF_ENV=DEV |
| 42 | LATITUDE=38 |
| 43 | LONGITUDE=-72 |
| 44 | |
| 45 | # Initial AAF Certificate (not Generated) |
| 46 | CADI_X509_ISSUERS="CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US" |
| 47 | AAF_INITIAL_X509_P12= |
| 48 | AAF_INITIAL_X509_PASSWORD= |
| 49 | CADI_X509_ISSUERS= |
| 50 | |
| 51 | |
| 52 | # CA info (leave blank unless functioning as CA) |
| 53 | CM_CA_LOCAL= |
| 54 | AAF_SIGNER_P12= |
| 55 | AAF_SIGNER_PASSWORD= |
| 56 | AAF_SIGNER_ALIAS= |
| 57 | |
| 58 | # OPTIONALLY ADD THESE CASSANDRA PROPERTIES |
| 59 | # Note: Setting "CASSANDRA_DOCKER" will setup the appropriate CASSANDRA_CLUSTER, etc in Docker Properties. |
| 60 | CASSANDRA_DOCKER=aaf-cass |
| 61 | # CASSANDRA_CLUSTER= |
| 62 | # CASSANDRA_USER= |
| 63 | # CASSANDRA_PASSWORD= |
| 64 | # CASSANDRA_PORT= |
| 65 | |