Skip to content

Instantly share code, notes, and snippets.

@fmount
Created March 8, 2022 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmount/2544e8051cc6761ebd8d51e17944a048 to your computer and use it in GitHub Desktop.
Save fmount/2544e8051cc6761ebd8d51e17944a048 to your computer and use it in GitHub Desktop.
devstack local.conf
[[local|localrc]]
ADMIN_PASSWORD=secret
DATABASE_PASSWORD=secret
RABBIT_PASSWORD=secret
SERVICE_PASSWORD=secret
##########
# MANILA #
##########
# DEPLOY MANILA
LIBS_FROM_GIT=python-manilaclient
enable_plugin manila https://review.opendev.org/openstack/manila
ENABLE_CEPH_MANILA=True
MANILA_SERVICE_IMAGE_ENABLED=False
########
# CEPH #
########
CEPH_GIT_URL=https://review.opendev.org/openstack/devstack-plugin-ceph
CEPH_REF=refs/changes/84/826484/21
enable_plugin devstack-plugin-ceph $CEPH_GIT_URL $CEPH_REF
CEPHADM_DEPLOY=True
CEPHADM_DEV_OSD=True
CEPH_LOOPBACK_DISK_SIZE=10G
ENABLE_CEPH_CINDER=False # ceph backend for cinder
ENABLE_CEPH_GLANCE=False # store images in ceph
ENABLE_CEPH_C_BAK=False # backup volumes to ceph
ENABLE_CEPH_NOVA=False # allow nova to use ceph resources
ENABLE_CEPH_RGW=False
CEPH_RGW_KEYSTONE_SSL=False
# CEPH_CONTAINERIZED=True # This option mess things up w/ cephadm!
LOGFILE=/opt/stack/logs/devstacklog.txt
disable_service tempest
IP_VERSION=4
SERVICE_IP_VERSION=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment