Skip to content

Instantly share code, notes, and snippets.

@Tahvok
Created November 2, 2017 17:01
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 Tahvok/5068e5ecb96417bacae224a44e2b3fb5 to your computer and use it in GitHub Desktop.
Save Tahvok/5068e5ecb96417bacae224a44e2b3fb5 to your computer and use it in GitHub Desktop.
openstack_host_specific_kernel_modules:
- name: "openvswitch"
pattern: "CONFIG_OPENVSWITCH="
group: "network_hosts"
neutron_plugin_type: ml2.ovs
neutron_ml2_drivers_type: "flat,vlan,vxlan"
neutron_provider_networks:
network_flat_networks: "provider"
network_types: "vxlan"
network_vxlan_ranges: "1:1000"
network_vlan_ranges: "provider"
network_mappings: "provider:br-provider"
neutron_plugin_base:
- router
- metering
- neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
- neutron_dynamic_routing.services.bgp.bgp_plugin.BgpPlugin
- dns
neutron_l2_population: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment