uncloud/conf/ucloud.conf
Nico Schottelius 9ec9083c57 conf update
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
2019-12-08 14:08:40 +01:00

57 lines
No EOL
961 B
Text

# This section contains default values for all other sections
#
[DEFAULT]
AUTH_NAME = "replace me"
AUTH_SEED = "replace me"
AUTH_REALM = "replace me"
NETWORK_PREFIX = moo
OTP_VERIFY_ENDPOINT = verify/
[api]
NETWORK_PREFIX = foo
[network]
PREFIX_LENGTH = 64
PREFIX = 2001:db8::/48
[netbox]
NETBOX_URL = https://replace-me.example.com
NETBOX_TOKEN = replace me
[etcd]
ETCD_URL = localhost
ETCD_PORT = 2379
CA_CERT = changeme
CERT_CERT = changeme
CERT_KEY = changeme
FILE_PREFIX = files
HOST_PREFIx = hosts
IMAGE_PREFIX = images
IMAGE_STORE_PREFIX = imagestore/
NETWORK_PREFIX = networks
REQUEST_PREFIX = requests
USER_PREFIX = users
VM_PREFIX = vms
[storage]
#values = filesystem, ceph
STORAGE_BACKEND =
# if STORAGE_BACKEND = filesystem
VM_DIR =
IMG_DIR =
# if STORAGE_BACKEND = ceph
CEPH_VM_POOL =
CEPH_IMG_POOL =
# Importing uploaded files
FILE_DIR = /var/lib/ucloud/files
FILE_PREFIX = noclue-ahmed