blob: 637d667d974ecf60532a7e90bc045a721e2c5d45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Environment settings
# used by docker-compose AND by other shell scripts
# Tag all images with this
REFREPO_TAG=1.1-STAGING-latest
POSTGRES_TAG=latest
NEXUS_REPO=nexus3.onap.org:10001
export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1)
|