Last active
April 22, 2023 11:30
-
-
Save fmount/a909852b736f03bca8e96b52492dd0b2 to your computer and use it in GitHub Desktop.
devstack ceph(adm) only deployment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[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