Skip to content

Instantly share code, notes, and snippets.

@jethrosun
Created February 14, 2017 18:27
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 jethrosun/97a891a8f0637aa0656b4137afe4be37 to your computer and use it in GitHub Desktop.
Save jethrosun/97a891a8f0637aa0656b4137afe4be37 to your computer and use it in GitHub Desktop.
local.conf file of a devstack + osprofier setup
stack@xavier:~$ cat devstack/local.conf
[[Local|localrc]]
HOST_IP=192.168.0.16
SERVICE_HOST=192.168.0.16
ADMIN_PASSWORD=welcome
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
SERVICE_TOKEN=$ADMIN_PASSWORD
DEST=/opt/stack
LOGFILE=$DEST/logs/stack.sh.log
SCREEN_LOGDIR=$DEST/logs/screen
OFFLINE=False
RECLONE=False
LOG_COLOR=False
disable_service horizon
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service neutron
# Enable the ceilometer metering services
enable_service ceilometer-acompute ceilometer-acentral ceilometer-anotification
ceilometer-collector
# Enable the ceilometer alarming services
enable_service ceilometer-alarm-evaluator, ceilometer-alarm-notifier
# Enable the ceilometer api services
enable_service ceilometer-api
# The profiler must be added, is the key to cinder performance information
recorded in the Ceilometer
CEILOMETER_NOTIFICATION_TOPICS=notifications, profiler
disable_service n-net
disable_service tempest
disable_service h-eng, h-api, h-api-cfn, h-api-cw
PHYSICAL_NETWORK=physnet1
FIXED_RANGE=192.168.106.0/24
FIXED_NETWORK_SIZE=32
NETWORK_GATEWAY=192.168.106.1
[[Post-config|$CINDER_CONF]]
[Profiler]
profiler_enabled=True
trace_sqlalchemy=False
[[Post-config|$Q_PLUGIN_CONF_FILE]]
[Ml2]
tenant_network_types=vlan
[Ml2_type_vlan]
network_vlan_ranges=physnet1:100:110
[Ovs]
bridge_mappings=physnet1:br-ens3
enable_tunneling=False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment