Skip to content

Instantly share code, notes, and snippets.

@fmount
Last active April 22, 2023 11:30
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/a909852b736f03bca8e96b52492dd0b2 to your computer and use it in GitHub Desktop.
Save fmount/a909852b736f03bca8e96b52492dd0b2 to your computer and use it in GitHub Desktop.
devstack ceph(adm) only deployment
[[local|localrc]]
ADMIN_PASSWORD=secret
########
# CEPH #
########
CEPH_GIT_URL=https://review.opendev.org/openstack/devstack-plugin-ceph
enable_plugin devstack-plugin-ceph $CEPH_GIT_URL
CEPHADM_DEPLOY=True
CEPHADM_DEV_OSD=True
CEPH_LOOPBACK_DISK_SIZE=10G
LOGFILE=/opt/stack/logs/devstacklog.txt
disable_all_services
# we don't want to create the secret file at this stage
ENABLE_CEPH_NOVA=False
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