Created
October 27, 2014 21:23
-
-
Save hardys/2cfd2892ce0e63fa8155 to your computer and use it in GitHub Desktop.
This file contains 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
ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng | |
CEILOMETER_BACKEND=mongo | |
enable_service ceilometer-acompute ceilometer-acentral ceilometer-collector ceilometer-api | |
enable_service ceilometer-alarm-notifier ceilometer-alarm-evaluator | |
enable_service c-bak | |
enable_service t-api | |
DATABASE_PASSWORD=password | |
RABBIT_PASSWORD=password | |
SERVICE_TOKEN=password | |
SERVICE_PASSWORD=password | |
ADMIN_PASSWORD=password | |
MYSQL_PASSWORD=password | |
SERVICE_TOKEN=password | |
SERVICE_PASSWORD=password | |
ADMIN_PASSWORD=password | |
disable_service rabbit | |
enable_service qpid | |
LOGDIR=/opt/stack/devstack/logs | |
# Networking | |
HOST_IP_IFACE=wlp3s0 | |
PUBLIC_INTERFACE=wlp3s0 | |
VLAN_INTERFACE=em1 | |
FLAT_INTERFACE=em1 | |
HOST_IP=192.168.0.4 | |
FIXED_RANGE=192.168.251.0/24 | |
NETWORK_GATEWAY=192.168.251.1 | |
IMAGE_URLS+=",http://cloud.fedoraproject.org/fedora-20.x86_64.qcow2,http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img" | |
# Enable Ironic API and Ironic Conductor | |
enable_service ironic | |
enable_service ir-api | |
enable_service ir-cond | |
# Enable Neutron which is required by Ironic and disable nova-network. | |
disable_service n-net | |
enable_service q-svc | |
enable_service q-agt | |
enable_service q-dhcp | |
enable_service q-l3 | |
enable_service q-meta | |
enable_service neutron | |
# Create 3 virtual machines with 512M memory and 10G disk to | |
# pose as Ironic's baremetal nodes. | |
IRONIC_BAREMETAL_BASIC_OPS=True | |
IRONIC_VM_COUNT=4 | |
IRONIC_VM_SPECS_RAM=2048 | |
IRONIC_VM_SPECS_DISK=10 | |
IRONIC_VM_SSH_PORT=22 | |
VIRT_DRIVER=ironic | |
# Shorter keystone tokens for CLI debugging | |
KEYSTONE_TOKEN_FORMAT=UUID | |
# Enable Logging | |
VERBOSE=True | |
LOG_COLOR=True | |
SCREEN_LOGDIR=/opt/stack/logs | |
# Enable swift | |
#enable_service s-proxy s-object s-container s-account | |
#SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5 | |
# Disable rate-limiting | |
API_RATE_LIMIT=False | |
RECLONE=True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment