Skip to content

Instantly share code, notes, and snippets.

@sshnaidm
Last active November 1, 2021 20:24
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 sshnaidm/43ca23c3f23bd6015d18868ac7405a13 to your computer and use it in GitHub Desktop.
Save sshnaidm/43ca23c3f23bd6015d18868ac7405a13 to your computer and use it in GitHub Desktop.
Devstack file
[[local|localrc]]
disable_all_services
enable_service n-sch
enable_service c-vol
disable_service n-cauth
enable_service q-l3
enable_service q-agt
enable_service mysql
enable_service g-api
enable_service q-dhcp
disable_service q-meta
enable_service placement-api
disable_service n-novnc
enable_service rabbit
disable_service horizon
enable_service c-bak
enable_service n-cond
disable_service tempest
enable_service neutron-trunk
disable_service n-api-meta
enable_service neutron-port-forwarding
enable_service q-svc
enable_service etcd3
enable_service s-account
enable_service n-cpu
enable_service n-api
enable_service c-sch
enable_service dstat
enable_service s-proxy
enable_service cinder
enable_service neutron-qos
enable_service s-container
enable_service c-api
enable_service q-metering
enable_service s-object
enable_service tls-proxy
enable_service key
enable_service designate,designate-central,designate-api,designate-worker,designate-producer,designate-mdns
enable_service octavia,o-cw,o-hk,o-hm,o-api
ADMIN_PASSWORD="secretadmin"
DATABASE_PASSWORD="secretdatabase"
DEBUG_LIBVIRT_COREDUMPS="True"
DISABLE_AMP_IMAGE_BUILD="True"
ERROR_ON_CLONE="False"
FIXED_RANGE="10.1.0.0/20"
FLOATING_RANGE="172.24.5.0/24"
HOST_IP="192.168.2.139"
IPV4_ADDRS_SAFE_TO_USE="10.1.0.0/20"
LIBVIRT_TYPE="qemu"
LOGFILE="/opt/stack/logs/devstacklog.txt"
LOG_COLOR="False"
NETWORK_GATEWAY="10.1.0.1"
NOVA_VNC_ENABLED="True"
NOVNC_FROM_PACKAGE="True"
PUBLIC_BRIDGE_MTU="1450"
PUBLIC_NETWORK_GATEWAY="172.24.5.1"
Q_ML2_PLUGIN_EXT_DRIVERS="qos,port_security"
Q_SERVICE_PLUGIN_CLASSES="qos,trunk"
RABBIT_PASSWORD="secretrabbit"
SERVICE_HOST="192.168.2.139"
SERVICE_PASSWORD="secretservice"
SWIFT_HASH="1234123412341234"
SWIFT_REPLICAS="1"
SWIFT_START_ALL_SERVICES="False"
VERBOSE="True"
VERBOSE_NO_TIMESTAMP="True"
LIBS_FROM_GIT=os-client-config,neutron,keystone,openstacksdk,glance,swift,cinder,heat,ansible-collections-openstack,nova,placement,devstack,requirements
enable_plugin heat https://opendev.org/openstack/heat
enable_plugin neutron https://opendev.org/openstack/neutron
enable_plugin designate https://opendev.org/openstack/designate
enable_plugin octavia https://opendev.org/openstack/octavia
[[post-config|$CINDER_CONF]]
[DEFAULT]
osapi_max_limit = 6
[[post-config|$NEUTRON_CONF]]
[DEFAULT]
global_physnet_mtu = 1450
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment