# Pastebin fluBI3Rm This is my bash file for parallels if it helps: ``` export VAGRANT_BOX=jammy-m1 # precise, xenial, bionic, etc. export VAGRANT_DEFAULT_PROVIDER="parallels" export VAGRANT_USERNAME=vagrant # old boxes need user ubuntu export VAGRANT_HOSTNAME=saio export VAGRANT_CPUS=2 export VAGRANT_RAM=4096 export FULL_REPROVISION=false export LOOPBACK_GB=8 # 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 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 SWIFTZIPKIN_REPO=https://github.com/swiftstack/swift-zipkin export EXTRA_KEY= # additional pubkey for ~vagrant/.ssh/authorized_keys export GUI= # non-empty shows VirtualBox console window export TRACING=true export STATSD_EXPORTER=true export SOURCE_ROOT=/vagrant # clone git repositories at this location