Instrumental | df9e827 | 2018-04-05 20:52:32 -0500 | [diff] [blame] | 1 | # Variables for building Docker entities |
2 | ORG=onap | ||||
3 | PROJECT=aaf | ||||
4 | DOCKER_REPOSITORY=nexus3.onap.org:10003 | ||||
Instrumental | 9ec2895 | 2018-07-12 11:14:10 -0500 | [diff] [blame] | 5 | VERSION=2.1.2-SNAPSHOT |
Instrumental | df9e827 | 2018-04-05 20:52:32 -0500 | [diff] [blame] | 6 | CONF_ROOT_DIR=/opt/app/osaaf |
Instrumental | e44d2f7 | 2018-08-16 17:22:45 -0500 | [diff] [blame] | 7 | # For local builds, set PREFIX= |
8 | PREFIX="$DOCKER_REPOSITORY/" | ||||
Instrumental | df9e827 | 2018-04-05 20:52:32 -0500 | [diff] [blame] | 9 | |
10 | # Local Env info | ||||
Instrumental | 15f3969 | 2018-07-20 11:32:41 -0500 | [diff] [blame] | 11 | HOSTNAME=aaf.osaaf.org |
Instrumental | 3926bb2 | 2018-05-19 08:15:14 -0500 | [diff] [blame] | 12 | HOST_IP= |
Instrumental | df9e827 | 2018-04-05 20:52:32 -0500 | [diff] [blame] | 13 | |
Instrumental | 9c8a8b0 | 2018-07-16 18:41:10 -0500 | [diff] [blame] | 14 | # AAF Machine info |
Instrumental | 15f3969 | 2018-07-20 11:32:41 -0500 | [diff] [blame] | 15 | AAF_ENV=DEV |
16 | AAF_REGISTER_AS=$HOSTNAME | ||||
17 | LATITUDE= | ||||
18 | LONGITUDE= |