Skip to content

Instantly share code, notes, and snippets.

@danilochilene
Created November 9, 2017 19:24
Show Gist options
  • Save danilochilene/63884f5631fc5e3793653a187d957afe to your computer and use it in GitHub Desktop.
Save danilochilene/63884f5631fc5e3793653a187d957afe to your computer and use it in GitHub Desktop.
neutron config
debug: true
pip_validate_certs: false
openstack_host_specific_kernel_modules:
- name: "openvswitch"
pattern: "CONFIG_OPENVSWITCH"
group: "network_hosts"
glance_default_store: rbd
glance_rbd_store_pool: images
glance_rbd_store_chunk_size: 8
nova_libvirt_images_rbd_pool: vms
dhcp_domain: openstack-tpa2.net
cinder_ceph_client: cinder
cephx: true
ceph_mons:
- 192.168.1.100
- 192.168.1.101
- 192.168.1.102
rabbitmq_monitoring_userid: monitoring
ssh_delay: 30
haproxy_use_keepalived: True
haproxy_keepalived_internal_vip_cidr: "{{internal_lb_vip_address}}/32"
haproxy_keepalived_internal_interface: br-mgmt
openstack_service_publicuri_proto: http
openstack_external_ssl: false
haproxy_ssl: false
neutron_plugin_base:
– router
– metering
– neutron_dynamic_routing.services.bgp.bgp_plugin.BgpPlugin
– trunk
– qos
neutron_plugin_type: ml2.ovs.dvr
neutron_ml2_drivers_type: "flat,vlan,vxlan"
neutron_l2_population: "True"
neutron_vxlan_enabled: true
neutron_vxlan_group: "239.1.1.1"
neutron_provider_networks:
network_flat_networks: "*"
network_types: "flat,vlan,vxlan"
network_vlan_ranges: "physnet1:10:1000"
network_mappings: "physnet1:br-provider"
network_vxlan_ranges: "1:1000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment