-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathlocalrc-template
47 lines (47 loc) · 1.92 KB
/
localrc-template
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
export VAGRANT_BOX=jammy # precise, xenial, bionic, etc.
# for libvirt, you need to use a libvirt box
#export VAGRANT_BOX=jammy-libvirt
#export LIBVIRT_DEFAULT_URI="qemu:///system"
export VAGRANT_DEFAULT_PROVIDER="virtualbox"
export VAGRANT_USERNAME=vagrant # old boxes need user ubuntu
export VAGRANT_HOSTNAME=saio
export VAGRANT_CPUS=1
export VAGRANT_RAM=2048
export FULL_REPROVISION=false
export LOOPBACK_GB=4 # how much storage your swift has
export IP=192.168.8.80
export EXTRA_PACKAGES=ipython3,vim,screen,sysstat
export EXTRA_VMS=0
export PART_POWER=10
export REPLICAS=3
export EC_TYPE=liberasurecode_rs_vand
export EC_REPLICAS=6
export EC_PARITY=2
export EC_DUPLICATION=1
export REGIONS=1
export ZONES=4
export NODES=4
export DISKS=4 # use 2x NODES with SERVERS_PER_PORT > 0
export EC_DISKS=8
export STORAGE_POLICIES=default,ec # list *all* policies here e.g. gold,silver
export EC_POLICY=ec # the policy from STORAGE_POLICIES to make EC e.g. silver
export SERVERS_PER_PORT=0 # 1 port per dev in ring; N obj-servers per port
export REPLICATION_SERVERS=false # or true
export CONTAINER_AUTO_SHARD=true # or false
export OBJECT_SYNC_METHOD=rsync # or ssync
export USE_PYTHON3=true # or false
export SSL=false # or true
export ENCRYPTION=false # or true
export KMIP=false # or true
export STATSD_EXPORTER=false # or true
export SWIFT_REPO=https://github.com/openstack/swift
export SWIFT_REPO_BRANCH=master
export SWIFTCLIENT_REPO=https://github.com/openstack/python-swiftclient
export SWIFTBENCH_REPO=https://github.com/openstack/swift-bench
export LIBERASURECODE_REPO=https://github.com/openstack/liberasurecode
export PYECLIB_REPO=https://github.com/openstack/pyeclib
export EXTRA_KEY= # additional pubkey for ~vagrant/.ssh/authorized_keys
export GUI= # non-empty shows VirtualBox console window
export SOURCE_ROOT=/vagrant # clone git repositories at this location
export EXTRA_SOURCE=/vagrant/.scratch
export NVRATELIMIT=false # or true