master
Raw Download raw file
 1[[local|localrc]]
 2
 3# Passwords
 4# ----------------
 5
 6SERVICE_TOKEN=DKS3MQMX72MSLQP231N
 7ADMIN_PASSWORD=supersecret
 8MYSQL_PASSWORD=radicallyrelational
 9RABBIT_PASSWORD=rasciallyrabbit
10SERVICE_PASSWORD=supersecret
11
12# Customized Networing Configurations
13-------------------------------------
14FLAT_INTERFACE=eth0
15
16# private IPs
17FIXED_RANGE=10.0.0.0/16
18FIXED_NETWORK_SIZE=65534
19
20# public IPs
21FLOATING_RANGE=192.168.0.0/24
22
23
24MULTI_HOST=True
25
26# Logging
27# -------
28
29# By default ``stack.sh`` output only goes to the terminal where it runs.  It can
30# be configured to additionally log to a file by setting ``LOGFILE`` to the full
31# path of the destination log file.  A timestamp will be appended to the given name.
32
33# $DEST is the install location (default /opt/stack)
34LOGFILE=$DEST/logs/stack.sh.log
35
36# Old log files are automatically removed after 7 days to keep things neat.  Change
37# the number of days by setting ``LOGDAYS``.
38LOGDAYS=2
39
40# Swift
41# -----
42
43# Swift is now used as the back-end for the S3-like object store. If Nova's
44# objectstore (``n-obj`` in ``ENABLED_SERVICES``) is enabled, it will NOT
45# run if Swift is enabled. Setting the hash value is required and you will
46# be prompted for it if Swift is enabled so just set it to something already:
47SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
48
49# For development purposes the default of 3 replicas is usually not required.
50# Set this to 1 to save some resources:
51SWIFT_REPLICAS=1
52
53# The data for Swift is stored by default in (``$DEST/data/swift``),
54# or (``$DATA_DIR/swift``) if ``DATA_DIR`` has been set, and can be
55# moved by setting ``SWIFT_DATA_DIR``. The directory will be created
56# if it does not exist.
57SWIFT_DATA_DIR=$DEST/data
58
59# Tempest
60# -------
61
62# Install the tempest test suite
63enable_service tempest