Skip to content

Instantly share code, notes, and snippets.

@shane-c
Last active December 14, 2017 03:40
Show Gist options
  • Save shane-c/f708f68fc597327d07a1 to your computer and use it in GitHub Desktop.
Save shane-c/f708f68fc597327d07a1 to your computer and use it in GitHub Desktop.
template rpc_user_config.yml
---
environment_version: e0955a92a761d5845520a82dcca596af
cidr_networks:
container: 172.29.236.0/22
tunnel: 172.29.240.0/22
storage: 172.29.244.0/22
used_ips:
- 172.29.236.1,172.29.236.50
- 172.29.240.1,172.29.240.50
- 172.29.244.1,172.29.244.50
- 172.29.248.1,172.29.248.50
global_overrides:
internal_lb_vip_address: 172.29.236.10
external_lb_vip_address: 192.168.1.100
lb_name: infra1
tunnel_bridge: "br-vxlan"
management_bridge: "br-mgmt"
provider_networks:
- network:
group_binds:
- all_containers
- hosts
type: "raw"
container_bridge: "br-mgmt"
container_interface: "eth1"
ip_from_q: "container"
- network:
group_binds:
- glance_api
- cinder_api
- cinder_volume
- nova_compute
# If you are using the storage network for swift_proxy add it to the group_binds
# - swift_proxy
type: "raw"
container_bridge: "br-storage"
container_interface: "eth2"
ip_from_q: "storage"
- network:
group_binds:
- neutron_linuxbridge_agent
container_bridge: "br-vxlan"
container_interface: "eth10"
ip_from_q: "tunnel"
type: "vxlan"
range: "1:1000"
net_name: "vxlan"
- network:
group_binds:
- neutron_linuxbridge_agent
container_bridge: "br-vlan"
container_interface: "eth11"
type: "flat"
net_name: "vlan"
- network:
group_binds:
- neutron_linuxbridge_agent
container_bridge: "br-vlan"
container_interface: "eth11"
type: "vlan"
range: "1:1"
net_name: "vlan"
infra_hosts:
infra1:
ip: 192.168.1.100
compute_hosts:
compute1:
ip: 192.168.1.101
storage_hosts:
compute1:
ip: 192.168.1.101
container_vars:
cinder_backends:
limit_container_types: cinder_volume
lvm:
volume_group: cinder-volumes
volume_driver: cinder.volume.drivers.lvm.LVMISCSIDriver
volume_backend_name: LVM_iSCSI
log_hosts:
infra1:
ip: 192.168.1.100
network_hosts:
infra1:
ip: 192.168.1.100
haproxy_hosts:
infra1:
ip: 192.168.1.100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment