Skip to content

Instantly share code, notes, and snippets.

@trumant
Created July 26, 2016 19:49
Show Gist options
  • Save trumant/ad57720d945a24c9b045cd0095b4f7bf to your computer and use it in GitHub Desktop.
Save trumant/ad57720d945a24c9b045cd0095b4f7bf to your computer and use it in GitHub Desktop.
OpenStack-Ansible OVS sample openstack_user_config.yml
---
cidr_networks:
container: 192.168.1.0/24
used_ips:
- "192.168.1.0,192.168.1.24" # lab metal hosts
global_overrides:
internal_lb_vip_address: 192.168.1.20 # man1.oslab
external_lb_vip_address: 192.168.1.20 # man1.oslab
management_bridge: "br-mgmt"
provider_networks:
- network:
group_binds:
- all_containers
- hosts
type: "raw"
container_bridge: "br-mgmt"
container_interface: "eth1"
container_type: "veth"
ip_from_q: "container"
is_container_address: true
is_ssh_address: true
- network:
group_binds:
- neutron_openvswitch_agent
container_bridge: "br-vlan"
container_interface: "eth12"
container_type: "veth"
type: "vlan"
range: "102:199"
net_name: "physnet1"
shared-infra_hosts:
man1.oslab:
ip: 192.168.1.20
repo-infra_hosts:
man1.oslab:
ip: 192.168.1.20
os-infra_hosts:
man1.oslab:
affinity:
heat_apis_container: 0
heat_engine_container: 0
ip: 192.168.1.20
identity_hosts:
man1.oslab:
ip: 192.168.1.20
network_hosts:
man1.oslab:
ip: 192.168.1.20
compute_hosts:
comp1.oslab:
ip: 192.168.1.23
haproxy_hosts:
man1.oslab:
ip: 192.168.1.20
log_hosts:
man1.oslab:
ip: 192.168.1.20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment