forked from midonet/midostack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmidonetrc
63 lines (48 loc) · 2.69 KB
/
midonetrc
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
62
63
# Copyright 2014 Midokura SARL
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##########################################################
## General variables ##
##########################################################
BUILD_SOURCES=${BUILD_SOURCES:-true}
MIDOSTACK_PASSWORD=${MIDOSTACK_PASSWORD:-gogomid0}
MIDONET_DIR=${MIDONET_DIR:-$DEST/midonet}
# Directory of midonet source. Not intended to be set by the users.
MIDONET_SRC_DIR=$MIDONET_DIR/midonet
# Directory of midonet client source. Not intended to be set by the users.
MIDONET_CLIENT_DIR=$MIDONET_SRC_DIR/python-midonetclient
# For midonet.ini (configured in lib/neutron_plugins/midonet in devstack)
MIDONET_API_PORT=${MIDONET_API_PORT:-8081}
MIDONET_USERNAME=${MIDONET_USERNAME:-admin}
MIDONET_PASSWORD=${MIDOSTACK_PASSWORD}
MIDONET_PROJECT_ID=${MIDONET_PROJECT_ID:-admin}
MIDONET_SCREEN_NAME=${MIDONET_SCREEN_NAME:-mido}
MIDOSTACK_OPTION_CHECK=${MIDOSTACK_OPTION_CHECK:-yes}
MIDOSTACK_PULL_DEVSTACK=${MIDOSTACK_PULL_DEVSTACK:-yes}
MIDOSTACK_SUPPRESS_MIDO_BRANCH_CHECKS=${MIDOSTACK_SUPRESS_MIDO_BRANCH_CHECKS:-no}
###################################################################
## Source build based environment variables (BUILD_SOURCES=true) ##
## Define repositories ##
###################################################################
MIDONET_BUILD_CLEAN=${MIDONET_BUILD_CLEAN:-false}
# Set default plugin location. Upstream is not guaranteed to work
MIDOSTACK_NEUTRON_PLUGIN_LOCATION=${MIDOSTACK_NEUTRON_PLUGIN_LOCATION:-downstream}
MIDONET_GIT_REPO=${MIDONET_GIT_REPO:-http://github.com/midonet/midonet.git}
MIDONET_GIT_BRANCH=${MIDONET_GIT_BRANCH:-master}
MIDONET_CLIENT_REPO=${MIDONET_CLIENT_REPO:-http://github.com/midonet/python-midonetclient}
MIDONET_CLIENT_BRANCH=${MIDONET_CLIENT_BRANCH:-master}
MIDONET_CLIENT_DIR=${MIDONET_CLIENT_DIR:-$MIDONET_DIR/python-midonetclient}
MIDONET_NEUTRON_PLUGIN_GIT_REPO=${MIDONET_NEUTRON_PLUGIN_GIT_REPO:-http://github.com/midonet/python-neutron-plugin-midonet.git}
MIDOSTACK_OPENSTACK_BRANCH=${MIDOSTACK_OPENSTACK_BRANCH:-master}
MIDOLMAN_CONF_DIR=${MIDOLMAN_CONF_DIR:-/etc/midolman}
MIDONET_API_USE_KEYSTONE=${MIDONET_API_USE_KEYSTONE:-true}