-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocalrc
More file actions
61 lines (44 loc) · 1.39 KB
/
localrc
File metadata and controls
61 lines (44 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
STACK_DIR=$(cd $(dirname $0) && pwd)
LOG_DIR=$STACK_DIR/log/screens
LOG=True
DEBUG=True
LOGFILE=$STACK_DIR/log/contrail.log
LOGDAYS=1
USE_SCREEN=True
DATABASE_PASSWORD=contrail123
RABBIT_PASSWORD=contrail123
SERVICE_TOKEN=contrail123
SERVICE_PASSWORD=contrail123
ADMIN_PASSWORD=contrail123
#set loglevel to 1/2/3 . Always stderr into logfile,console.
#For LOG_LEVEL 1 stdout into logfile.
#For LOG_LEVEL 2 stdout into logfile and xtrace commands into console.
#For LOG_LEVEL 3 stdout and xtrace into logfile,console.
LOG_LEVEL=3
SERVICE_TIMEOUT=180
SERVICE_HOST=localhost
#use only when INSTALL_PROFILE=COMPUTE, provide IP of compute node
#COMPUTE_HOST_IP=<IP of compute-node>
INSTALL_PROFILE=ALL
PHYSICAL_INTERFACE=eth0
# to get source code make it as False
CONTRAIL_DEFAULT_INSTALL=False
# default branch is master
# CONTRAIL_BRANCH=R3.0
# to get the ppa packages uncomment
# LAUNCHPAD_BRANCH=r2.20
# repo proto is https or (default) ssh. Leave commented for ssh
CONTRAIL_REPO_PROTO=https
# proto for openstack bits. Use HTTPS if git is firewalled
GIT_BASE=https://github.com
CASS_MAX_HEAP_SIZE=500M
CASS_HEAP_NEWSIZE=100M
# number of jobs used to build
NB_JOBS=1
# target of the build debug/production
# TARGET=production
CONTRAIL_VGW_INTERFACE=vgw
CONTRAIL_VGW_PUBLIC_SUBNET=11.0.0.0/24
CONTRAIL_VGW_PUBLIC_NETWORK=default-domain:demo:net:net
# supported flavours newton and ocata
DEVSTACK_FLAVOUR=newton