devstack-on-fedora24-on-rhevm
[[local|localrc]] | |
HOST_IP=10.65.10.65 | |
SERVICE_HOST=10.65.10.65 | |
MYSQL_HOST=localhost | |
RABBIT_HOST=10.65.10.65 | |
GLANCE_HOSTPORT=10.65.10.65:9292 | |
ADMIN_PASSWORD=redhat | |
DATABASE_PASSWORD=redhat | |
RABBIT_PASSWORD=redhat | |
SERVICE_PASSWORD=redhat | |
# Do not use Nova-Network | |
disable_service n-net | |
# Enable Neutron | |
ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-agt,q-l3 | |
## Neutron options | |
Q_USE_SECGROUP=True | |
FLOATING_RANGE="10.65.10.0/24" | |
FIXED_RANGE="10.0.0.0/24" | |
Q_FLOATING_ALLOCATION_POOL=start=10.65.10.250,end=10.65.10.254 | |
PUBLIC_NETWORK_GATEWAY="10.65.15.254" | |
PUBLIC_INTERFACE=ens7 | |
# Open vSwitch provider networking configuration | |
Q_USE_PROVIDERNET_FOR_PUBLIC=True | |
OVS_PHYSICAL_BRIDGE=br-ex | |
PUBLIC_BRIDGE=br-ex | |
OVS_BRIDGE_MAPPINGS=public:br-ex | |
# Enable Swift object storage | |
enable_service s-proxy s-object s-container s-account | |
# enable gnocchi | |
enable_plugin gnocchi https://github.com/openstack/gnocchi master | |
enable_service gnocchi-api,gnocchi-metricd | |
# gnocchi-grafana support |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment